@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fffced;
}
html, body {
	background-color: #fffced;
	margin: 0 auto 0 auto;
	align: center;
	vertical-align: top;
}

#prodnav {
	width:800px;
}

#prodnav #prodhold {
	width:800;
	height:77px;
	border-bottom: 3px solid #996600;
}

#prodnav #prodhold ul {
	list-style:none;
	margin: 0;
}

#prodnav #prodhold ul li a {
	text-decoration:none;
	float:left;
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fffced;
	border: 3px solid #996600;
	border-bottom:none;
	padding: 4px;
	width:79px;
	text-align:center;
	display:block;
	background: #996600;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
}

#prodnav #prodhold ul li a:hover {
	background-color:#333300;
	color:#fffced;
	text-shadow:#000;
	padding-bottom:2px;
}

#prodhold ul li a#onlink {
	background:#fffced;
	color:#333300;
	border-bottom:none;
}

#content {
	border-bottom: 3px solid #996600;
	border-left: 3px solid #996600;
	border-right: 3px solid #996600;
	padding: 20px;
	color:#333300;
}
#content a:link {
	text-decoration: none;
	color: #996600;
	font-weight:bold;
}
#content a:visited {
	text-decoration: none;
	color: #996600;
	font-weight:bold;
}
#content a:hover {
	text-decoration: underline;
	color: #663200;
	font-weight:bold;
}
#content a:active {
	text-decoration: none;
	color: #996600;
	font-weight:bold;
}
#content h1 {
	color: #663200;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
#content li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 0.5cm;
	color: #3c3e3e;
}

.bold {
	color: #663200;
	font-weight: bold;
}
.title {
	color: #663200;
	font-size:14px;
	font-weight: bold;
}
.heading {
	color: #663200;
	font-weight: bold;
	font-size:18px;
	text-decoration:underline;
}
img.floatLeft {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
	border: 3px solid #000033;
}
img.floatRight {
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0;
	border: 3px solid #000033;
}