﻿@charset "utf-8";
@media all{
html,body,ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,p,div,input,img,form{padding:0;margin:0;}
img{border:0;}
body{
	font-size:16px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
}

@media screen{
#wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	font-size:100%;
}
.colored{color:#339900;}
.float-right{float:right;}


#header{
	background:url(../images/page/header_bg.jpg) top left no-repeat;
	height:296px;
	padding:0.75em 0 0 0;
	position:relative;
}
	#header div{
		height:91px;
		color:#339702;
		font-size:2.4em;
		line-height:91px;
		position:absolute;
		top:62px;left:24px;
	}
		#header div img{
			float:left;
			margin-right:0.56em;
		}
	#header ul{
		list-style:none;
		margin:0 2.25em 0 1.5em;
		position:relative;
		height:37px;
		overflow:hidden;
	}
	#header li{float:left;}
	#header li a{
		color:#fff;
		font-size:0;
		line-height:35px;
		text-decoration:none;
	}
		/*#header li img{
			border:1px solid red;
			padding:0;
			margin:0;
		}
		#header li{
			border:1px solid blue;
			padding:10px;
			margin:0;
		}*/

#content{
	background:url(../images/page/content_top_bg.png) top left repeat-x;
	overflow:hidden;
}
.top{
	border-bottom:1px solid #e6e6e6;
	color:#73b737;
	height:4.625em;
}
.top a{
	color:#73b737;
	text-decoration:none;
}
.top h2{
	font-size:1.125em;
	line-height:4.625em;
}
.top h3, .top h2{font-weight:normal;}

#content .main{
	border-bottom:1px solid #e7e7e7;
	float:left;
	margin:0 0 0 1.5em;
	width:552px;
}
	#content .main .top span{
		float:right;
		font-size:1.125em;
		line-height:4.625em;
	}
	#content .main .top h3{
		font-size:1.563em;
		line-height:3.3em;
	}
	.main p,.main li,.sidebar dd{
		font-size:0.938em;
		line-height:1.6em;
	}
	#content p{margin:0 0 2.4em 0;}
	#content .main ul{
		color:#339900;
		list-style:outside square;
		margin:0 0 2.4em 2.25em;
	}
	#content .main ul a{
		color:#339900;
	}
#content .sidebar{
	float:right;
	margin:0 1.5em 0 0;
	width:348px;
}

.main .products-list{
	list-style:none!important;
	color:#000!important;
}
.main .products-list li{
	clear:both;
	margin-bottom:2em;
}
.main .products-list img{
	float:left;
	padding:0 1em 1em 0;
}
.main .products-list h2{
	color:#73B737;
	font-weight:normal;
	font-size:130%;
	margin:0 0 0.5em 0;
}
.main .products-list p{
	margin:0 0 1em 0!important;
}
.main .products-list ul{
	margin:0 0 1em 0!important;
	list-style-position:inside!important;
	color:#000!important;
}
.main .products-list ul li{
	margin-bottom:0.5em;
	clear:none;
}

.sidebar dl dt{
	font-size:0.625em;
	line-height:2.4em;
}
.sidebar dl a{color:#ff0000;}

.sidebar ul{
	list-style:none;
	margin:1.5em 0 0 0;
}
.sidebar li{
	background:url(../images/page/list_element.png) 5px 50% no-repeat #eaf4e1;
	border-bottom:1px solid #fff;
	color:#339900;
	line-height:1.5em;
	text-indent:36px;
}

.sidebar li a{color:#407016;}
.sidebar li ul{
	border-top:1px solid #fff;
	margin:0 0 -1px 0;
}
.sub-menu-head{
	background-color:#d6e9c5!important;
	background-position:5px 5px!important;
	padding:0!important;
}
.sub-menu-head ul li{
	background-image:none;
	font-size:0.75em;
	line-height:2em;
	text-indent:164px;
}

.rotor{background-color:#eaf4e1!important;}
.spray{background-color:#f4f9f0!important;}
.mp-rotor{background-color:#fafcf7!important;}

#footer{
	background:url(../images/page/footer_bg.png) bottom left repeat-x;
	font-size:0.813em;
	height:4.25em;
	line-height:4.25em;
	padding:0 1.846em;
}
#footer a{
	color:#000;
	text-decoration:none;
}

#footer .float-right{
	margin:0 1.692em 0 0;
}
}