/* HTML styles */
body {
	font: 85%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #535E1C;
	background: #FDF5E4 url(/images/bg_dots_green.gif) repeat left top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #6B9100;
	text-decoration: underline;
}
a:visited {
	color: #535E1C;
	text-decoration: underline;
}
a:hover {
	color: #6B9100;
	text-decoration: none;
}
a:active {
	color: #7EA800;
	text-decoration: none;
}
h1 {
	font-size: 180%;
	line-height: 100%;
	font-weight: normal;
	color: #6C9001;
	background: url(/images/bg_dots_green.gif) repeat left top;
	margin: 0px;
	padding: 10px;
}
h2 {
	font-size: 140%;
	line-height: 100%;
	font-weight: bold;
	color: #6C9001;
}
h3 {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	color: #6C9001;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #535E1C;
}

/* Site-specific styles */
#clear {
	clear: both;
}
#main {
	background: #FDF5E4;
	clear: both;
	margin: 0px 30px 30px;
	padding: 0px 10px 10px;
	border-right: 1px solid #6B9100;
	border-bottom: 1px solid #6B9100;
	border-left: 1px solid #6B9100;
}
#header {
	background: url(/images/header.jpg) no-repeat right top;
	clear: both;
	height: 132px;
	margin-bottom: 5px;
}
#nav {
	color: #FFFFFF;
	background: #FF9933;
	clear: both;
	margin-bottom: 5px;
}
#nav a:link, #nav a:visited {
	font-size: 110%;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	background: #FF9933;
	display: block;
	margin: 3px 2px;
	padding: 5px;
	float: left;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #CC3300;
}
#content {
	clear: both;
	margin-bottom: 5px;
}
#footer {
	font-size: 75%;
	background: #FFBC76;
	padding: 12px 12px 0px;
	clear: both
	text-align: left;
}
#footer a:link, #footer a:visited {
	color: #BF3200;
	text-decoration: underline;
	margin: 20px 1px;
	padding: 4px;
	float: left;
}
#footer a:hover, #footer a:active {
	color: #BF3200;
	text-decoration: none;
}
.company {
	font-size: 130%;
	line-height: 100%;
	margin: 18px 2px;
	border-right: 1px solid #BF3200;
}
#frontvid {
	margin-bottom: 5px;
}
#promo {
	float: left;
	width: 455px;
	margin-right: 10px;
}
#promo #link {
	clear: both;
	float: left;
	margin-top: 5px;
}
#promo #link a:link, #promo #link a:visited {
	color: #535E1C;
	text-decoration: none;
	background: #FDF5E4 url(/images/front_link_bg.gif) no-repeat right bottom;
	display: block;
	float: left;
	height: 280px;
	width: 119px;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #789A16;
}
#promo #link a:hover, #promo #link a:active {
	color: #535E1C;
	text-decoration: none;
	background: #F7E4C1 url(/images/front_link_bg.gif) no-repeat right bottom;
}
#promo #link img {
	border: 1px solid #789A16;
}
#promo #link .linktitle {
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
	color: #6B9000;
	display: block;
	margin: 5px 0 0 0;
	width: 117px;
}
#promo #link .linktext {
	font-size: 85%;
	line-height: 100%;
	display: block;
	margin: 5px 0px;
	width: 117px;
}
#new {
	background: #CAE6A2;
	margin-left: 465px;
	padding-bottom: 10px;
}
#new h2, #newsletter h2 {
	font-size: 140%;
	line-height: 100%;
	font-weight: normal;
	color: #6C9001;
	background: url(/images/bg_dots_green.gif) repeat left top;
	margin: 0px;
	padding: 5px 5px 5px 10px;
}
#newproduct {
	background: #CAE6A2 url(/images/rule_dash_green.gif) repeat-x left bottom;
	padding: 0px 0px 10px;
	margin: 10px;
}
#newproduct h3 {
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
	margin: 0px;
}
#newproduct p {
	font-size: 95%;
	margin: 10px 0px;
}
#newsletter {
	background: #CAE6A2;
	margin: 5px 0px 0px 465px;
}
#newsletter h2 {
	font-size: 120%;
}
#newsletter p {
	font-size: 95%;
	margin: 0px 0px 5px;
}
#newsletter form {
	margin: 0px;
	padding: 10px;
}
.newsletterField {
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #535E1C;
	background: #FEF5E4;
	padding: 2px;
	border: 1px solid #789A16;
}
.newsletterSubmit {
	font: normal 100%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #525E1C;
	background: #CAE6A2 url(/images/arrow_submit.gif) no-repeat right center;
	padding: 2px 10px 2px 2px;
	border-style: none;
}
#bodytext {
	padding: 20px;
}
#side {
	background: #CAE6A2;
	font-size: 95%;
	margin: 20px 0px 20px 20px;
	padding: 10px;
	float: right;
	width: 250px;
}
#subnav {
	background: #CAE6A2;
	margin: -8px -8px 10px;
}
#subnav a:link, #subnav a:visited {
	font-size: 110%;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	background: #789A16;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #CAE6A2;
}
#subnav a:hover, #subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #535E1C;
}
