/* CSS Document */
#logoimage {
	position: absolute;
	top: 50px;
	left: 35px;
}

#subnav {
	margin: 260px 0 15px 15px;
	float: left;
	width: 246px;
	background-image: url(images/subnav_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#subnav h3 {
	color: #543A08;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 0 0 15px;
	font-size: 1.4em;
	font-weight: normal;
	background-image: url(images/subnav_top.gif);
	background-repeat: no-repeat;
}

#subnav ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 15px;
	padding-left: 15px;
}

#subnav li {
	vertical-align: middle;
	margin: 3px 0;
}

#subnav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	margin-left: 3px;
}

#content {
	position: relative;
	margin: 0 20px 15px 280px;
	padding: 50px 0 0;
	z-index: 1;
}

#content h2 {
	color: #1B6030;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: solid 2px #543A08;
}

#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

#content p, #content ul {
	font-size: .8em;
}


.prodimage {
	border: solid 1px #000000;
}
