/* CSS Document */


*{
margin: 0;
padding: 0;
border: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20468b;
	background-color: #457819;
	background-image: url(img/bg_body.gif);
	
	background-repeat: repeat-x;
}


h3{
	padding:  10px 0  0 0;
	font-size:14px;
}

p{
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 18px;
}


li{
	margin: 10px 0 0 35px;
	line-height: 15px;
	text-decoration: none;

}
 
a{
	text-decoration:none;
	line-height: 20px;
	color: #56852b;
}
a:hover{
	text-decoration:underline;
}


.subnavheader {
	padding: 20px 0 5px 0;
	font-weight: bold;	     
}


/*IDs------------------------------------------*/



#logo {
	position:relative;
	margin: 27px auto;
	width: 822px;
	height: 111px;
	background: url(img/logo.jpg) no-repeat;
}


/* CONTAINER */

#container {
	position: relative;
	width: 822px;
	margin: 0px auto 80px auto;
	background-color: #FFFFFF;
	background-image: url(img/bg_repeat.gif);
	background-repeat: repeat-y;
}

#header {
	height: 270px;
	background: url(img/bg_header.gif) no-repeat;
	padding: 0 0 0 10px;
}



#maincontent {
	background: url(img/bg_maincontent.gif) no-repeat;
}
.clear { 
   clear: both;
}



/* MAINIMAGE */

#mainimage{
	width: 802px;
	height: 236px;


}


/* MAINNAV */

#mainnav{
	position: absolute;
	top: 236px;
	left: 10px;
	height:30px;
	border: 0px solid red;
}

#mainnav ul {
	list-style: none;	 
}

#mainnav li{
	list-style: none;
	float: left;
	margin: 0;
}


li#nav1{
	background: url(img/nav/home_G.gif) no-repeat;
}

li#nav1 a {
	display: block;
	padding: 30px 0 0 0;
	height: 0px;
	overflow: hidden;
	float: left;
	width: 133px;
	background: url(img/nav/home_B.gif) no-repeat;
}


li#nav1 a:hover {
	background: url(img/nav/home_G.gif) no-repeat;
}

#nav1.selected a{
	background: url(../img/nav/home_G.gif) no-repeat;
}


li#nav2{
	background: url(img/nav/about_G.gif) no-repeat;
}

li#nav2 a{
	background: url(img/nav/about_B.gif) no-repeat;
    display: block;
	padding: 30px 0 0 0;
	height: 0px;
	overflow: hidden;
	float: left;
	width: 133px;
}

li#nav2 a:hover {
	background: url(img/nav/about_G.gif) no-repeat;	
}

#nav2.selected a{
	background: url(../img/nav/about_G.gif) no-repeat;
}

li#nav3{
	background: url(img/nav/services_G.gif) no-repeat;
}

li#nav3 a{
    background: url(img/nav/services_B.gif) no-repeat;
	display: block;
	padding: 30px 0 0 0;
	height: 0px;
	overflow: hidden;
	float: left;
	width: 131px;
}

li#nav3 a:hover {
	background: url(img/nav/services_G.gif) no-repeat;	
}

#nav3.selected a{
	background: url(../img/nav/services_G.gif) no-repeat;
}

li#nav4{
	background: url(img/nav/testimonials_G.gif) no-repeat;
}

li#nav4 a{
	background: url(img/nav/testimonials_B.gif) no-repeat;
    display: block;
	padding: 30px 0 0 0;
	height: 0px;
	overflow: hidden;
	float: left;
	width: 136px;
}

li#nav4 a:hover {
	background: url(img/nav/testimonials_G.gif) no-repeat;	
}

#nav4.selected a{
	background: url(../img/nav/testimonials_G.gif) no-repeat;
}

li#nav5{
	background: url(img/nav/products_G.gif) no-repeat;
}

li#nav5 a{
	background: url(img/nav/products_B.gif) no-repeat;
    display: block;
	padding: 30px 0 0 0;
	height: 0px;
	overflow: hidden;
	float: left;
	width: 134px;
}

li#nav5 a:hover {
	background: url(img/nav/products_G.gif) no-repeat;	
}


#nav5.selected a{
	background: url(../img/nav/products_G.gif) no-repeat;
}

li#nav6{
	background: url(img/nav/contact_G.gif) no-repeat;
}

li#nav6 a{
	background: url(img/nav/contact_B.gif) no-repeat;
    display: block;
	padding: 30px 0 0 0;
	height: 0px;
	overflow: hidden;
	float: left;
	width: 134px;
}

li#nav6 a:hover {
	background: url(img/nav/contact_G.gif) no-repeat;	
}

#nav6.selected a{
	background: url(../img/nav/contact_G.gif) no-repeat;
}



/* CONTENT */


h1 {
	font-size: 20px;
	color: #009933;
	

}

/* SECTION 1 */
#section1{
    width: 550px;
	float: left;
	padding: 15px 45px 30px 50px;
	border: 0px solid red;
}

#img{
	width: 191px;
	height: 262px;
    float:left;
}

/* SECTION 2 */

#section2{
	width: 120px;
	float: left;
	margin: 70px 0 0 0;
	padding: 0px 10px 20px 10px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #56852b;	
}

#section2 li{
	list-style: none;
	margin: 5px 0 0 5px;
}


/* FOOTER */


#footer {
	clear: both;
	height: 34px;
	background: url(img/bg_footer.gif) no-repeat;
	padding: 0px 0 0px 0;
}

#name{
padding: 5px;
}


