@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #5E7358;
}
.oneColFixCtrHdr #container {
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: auto;
}
#container {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 800px;
}
#header {
	background-color: #FFFFFF;
	padding: 0px;
}
#maincontent {
	width: 760px;
	margin-right: auto;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	width: 195px;
	margin-top: auto;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/main/navbackground.jpg);
	background-repeat: repeat-y;
	font-size: small;
}
a {
	color: #000000;
}

#main {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: auto;
	background-image: url(../images/main/mainbackground.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-color: #5E7358;
	font-size: small;
}
#container #mainproducts {
	background-image: url(../images/products_headerbottomBG.jpg);
}
#productsheader {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
}
#productsnav {
	width: 150px;
	height: auto;
	border-right-width: 2px;
	border-right-style: solid;
}
#productscontent {
	width: 450px;
}
#productscontent {
	float: left;
	padding-left: 500px;
	overflow: visible;
	position: relative;
}
#content {
	width: 583px;
	float: right;
	height: 460px;
	position: absolute;
	left: 306px;
	top: 442px;
}
#iframe {
	width: 99%;
	float: none;
	border: 0px 0 #FFF;
	height: 1000px;
}
p {
	font-size: 16px;
}
.autoadjust {
	height: 100%;
}
