/* General Styles */

body {
	margin:0;
	padding:0;
	font-family:georgia, serif;
	text-align:center;
	background-color:#4F708C;
	background-image:url(/images/paper.jpg);
	color:#000;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	color:#4F708C;
}

img {
	border:none;
}

th {
	font-weight:normal;
	text-align:right;
	vertical-align:top;
}

dd {
	margin-bottom:15px;
}

dt {
	font-weight:bold;
}

a:link, a:visited {
	color:#00f;
}

a:hover {
	color:#006EE9;
}

/* Layout Divs */

#container {
	position:relative;
	width:760px;
	border:#999 solid 1px;
	margin:0 auto;
	background-color:#F6EFED;
	
}

#head {
	width:760px;
	height:120px;
	background-color:#97AB61;
	background-image:url(/images/head.jpg);
}

#navi {
	width:758px;
	background-color:#4E732D;
	font:12px verdana, sans-serif;
	font-weight:bold;
	height:20px;
	border:#ccc solid 1px;
}

#navi a:link, #nav a:visited {
	border-left:#ccc solid 1px;
	background-color:#4E732D;
	color:#fff;
	text-decoration:none;
	width:100%;
	display:block;
	padding:3px 0;
}

#navi a:hover {
	background-color:#4F708C;
}

#copy {
	text-align:left;
	padding:0 20px;
}

#foot {
	background-color:#97AB61;
	height:10px;
}

/* Classes */

.stock {
	font:10px verdana, sans-serif;
}

.stock img {
	border:#fff solid 5px;
}

.stock a {
	text-decoration:none;
}

.stock td {
	vertical-align:top;
}

p.address {
	border:#4E7532 solid 1px;
	width:300px;
	padding:5px 10px;
	margin:0 auto;
	background-color:#eee;
}

#producttable {
	height:300px;
	overflow:auto;
	border:#ccc solid 1px;
	font:10px verdana, sans-serif;
}

.caption {
	font:10px verdana, sans-serif;
	width:450px;
	margin:0 auto;
}

.register {
	margin:0 auto;
	text-align:center;
	background-color:#ccc;
	border:#000 solid 1px;
	width:80%;
}

/* Nav */

#navi ul { /* all lists */
	padding:0;
	margin:0;
	list-style:none;
}

#navi li { /* all list items */
	float:left;
	position:relative;
	width:10em;
	
}

li ul { /* second-level lists */
	display:none;
	position:absolute;
	top:20px;
	left:0;
	height:1em;
	
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top:auto;
	left:auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display:block;
}

#content {
	clear:left;
}

img.border {
background-color:#fff;
border:1px solid #ccc;
padding:4px;
} 

.error {
	color:#f00;
	font-size:11px;
}

#tag {
	display:none;
}