@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color: #009800;
}

#container {
	margin: 0 auto;
	position:relative;
	width:735px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:13px;
}

h4 {
	font-size:12px;
}
/* HEADER */

#header {
	width:735px;
	height:111px;
}

/* LOGO */

#logo {
	width:735px;
	height:79px;
	padding:0;
	background:url(images/header.jpg) no-repeat;
	margin:0;
}

#logo h1 {
	text-indent:-9999px;
}

/* MENU */

#menu {
	color:#666;
	width:735px;
	margin:0;
	height:32px;
	padding:0px;
	font-size:9px;
}

#menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}

ul#mainnav {
	float:left;
	position:absolute;
	left:21px;
	top:85px;
}

ul#mainnav2 {
	float:right;
	position:absolute;
	right:21px;
	top:85px;	
}

#menu ul li {
	position:relative;
	display:inline;
	font-size:9px;
}


#menu ul li a {
	color:#666666;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
	
}

#menu ul li a:hover {
	color:black;
	text-decoration:underline;
}

/* INDEX CONTENT */

#index-content {
	width:735px;
	float:left;
}

/* ABOUT CONTENT */

#about-content {
	background:url(images/about-pic.jpg) no-repeat #009800;
	position:absolute;
	width:735px;
	height:408px;
}

#about-content-text {
	margin-top:18px;
	width:479px;
	font-size:11px;
	margin-left:18px;
	color:#FFFFFF;
}

#about-content-text p{

}

#about-content-text h2{
	font-size:16px;
}

/* PRODUCTS CONTENT */

#products-content {
	background:url(images/products-pic.jpg) no-repeat #009800;
	position:absolute;
	width:735px;
	height:408px;
}

#products-content-text {
	margin-top:18px;
	width:479px;
	font-size:11px;
	margin-left:18px;
	color:#FFFFFF;
}

#products-content ul {
	list-style-type:none;
	line-height:16px;
}

#products-content ul li a {
	color:#fff;
	text-decoration:underline;
	font:Arial, Helvetica, sans-serif;
}

#products-content-text h2{
	font-size:16px;
}

/* SERVICES CONTENT */

#services-content {
	background:url(images/services-pic.jpg) no-repeat #fff;
	position:absolute;
	width:735px;
	padding-bottom:100px;
}

#services-content-text {
	margin-top:18px;
	width:250px;
	font-size:11px;
	margin-left:18px;
	color:#000;
}

#services-content ul {
	list-style-type:none;
	line-height:16px;
}

#services-content ul li a {
	color:#009800;
	text-decoration:underline;
	font:Arial, Helvetica, sans-serif;
}

#services-content-text h2{
	font-size:16px;
	color:#009800;
}

#services-content-text h3{
	color:#009800;
	padding-top:20px;
}

#services-content-text h4{
	color:#009800;
}

/* INFORMATION CONTENT */

#information-content {
	background:url(images/info-pic.jpg) no-repeat #fff;
	position:absolute;
	width:735px;
	padding-bottom:100px;
}

#information-content-text {
	margin-top:18px;	
	width:410px;
	font-size:11px;
	margin-left:18px;
	color:#000;
}

ul#info-locator {
	list-style-type:none;
	line-height:16px;
}

#information-content ul li a {
	color:#009800;
	text-decoration:underline;
	font:Arial, Helvetica, sans-serif;
}

#information-content-text h2{
	font-size:16px;
	color:#009800;
}

#information-content-text h3{
	color:#009800;
	padding-top:20px;
}

#information-content-text h4{
	color:#009800;
}

/* FAQ CONTENT */

#faq-content {
	background:url(images/faq-pic.jpg) no-repeat #fff;
	position:absolute;
	width:735px;
	padding-bottom:100px;
}

#faq-content-text {
	margin-top:18px;
	width:310px;
	font-size:11px;
	margin-left:18px;
	color:#000;
}

ul#faq-locator {
	list-style-type:none;
	line-height:16px;
}

#faq-content ul li a {
	color:#009800;
	text-decoration:underline;
	font:Arial, Helvetica, sans-serif;
}

#faq-content-text h2{
	font-size:16px;
	color:#009800;
}

#faq-content-text h3{
	color:#009800;
	padding-top:20px;
}

#faq-content-text h4{
	color:#009800;
}

/* LOCATION CONTENT */

#location-content {
	background:url(images/loc-pic.jpg) no-repeat #fff;
	position:absolute;
	width:735px;
	padding-bottom:100px;
}

#location-content-text {
	margin-top:18px;
	width:371px;
	font-size:11px;
	margin-left:18px;
	color:#000;
}

#location-content-text p{

}

#location-content-text h2{
	font-size:16px;
	color:#009800;
}

/* INQUIRY CONTENT */

#inquiry-content {
	background:url(images/inq-pic.jpg) no-repeat #fff;
	position:absolute;
	width:735px;
	height:408px;
	padding-bottom:100px;
	font-size:11px;
}

#inquiry-content-text {
	margin-top:54px;
	width:314px;
	font-size:11px;
	margin-left:20px;
	color:#fff;
	padding-bottom:10px;
}

#inquiry-content-text p{

}

#inquiry-content-text h2{
	font-size:16px;
	color:#009800;
}

#inquiry-subscribe {
	text-align:center;
	margin:0;
	position:absolute;
	left:0px;
	top:408px;
	width:735px;
}