@charset "utf-8";
/* CSS Document */
* html img,
* html .png {
	position					: relative;
	behavior 					: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.tagName=="IMG"&&
								  this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage="none",
								  this.runtimeStyle.filter= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"',sizingMethod='image')",
								  this.src="transparent.gif"):(this.origBg==this.origBg?this.origBg:this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',
								  ''),this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.origBg+"',sizingMethod='crop')", 
								  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
body{
	background:#e1e3e0 url(../images/bg.jpg) repeat;
	margin-top:0px;
	font:10pt Tahoma, "Arial", Times, serif

}
#pagewrapper{
	width:852px;
	margin:auto;
	background-color:#FFFFFF;
	border:1px solid #000000

}
h4{
	margin:0px;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:5px;
	font-size:12pt;
	color:#314a01;
	text-transform:uppercase
}
#h2{
	color:#2d4813;
	text-transform:uppercase;
	font-size:16pt; 
	padding-top:10px

}
#h3{
	color:#2d4813;
	text-transform:uppercase;
	font-size:13pt; 
	padding-top:5px

}
#header{
	background:url(../images/img01.jpg) repeat-x;
	width:100%;
	height:139px;
}
#menu{
	text-align:center;
	background-color:#8bb225;

	width:100%
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
	display:inline;
	height:26px;
	border-right:1px solid #5f8810
}
#menu a{
	color:#FFFFFF;
	font:11pt Tahoma, "Arial", Times, serif;
	text-decoration:none;
	width:141px;
	border-right:1px solid #5f8810;
float:left
}
#menu a:hover{
	color:#FFFFFF;
	background-color:#a6c13e;
	font:11pt Tahoma, "Arial", Times, serif;
	width:141px;
	float:left;

}
#menu #active{
	color:#FFFFFF;
	background-color:#a6c13e;
	font:11pt Tahoma, "Arial", Times, serif;
	width:141px;
	float:left;

}

#centerimg{
	margin-top:5px;
	text-align:center

}
#content{
	width:100%;
	margin-top:10px;
	margin-bottom:5px
}
#content #left{
	width:420px;
	float:left;
	padding-left:20px;
	padding-right:25px;
	border-right:4px solid #eeeeee
}
#content #left #cont1{
	background:url(../images/img04.jpg) no-repeat;
	width:414px;
	height:147px;

}
#content #right{
	width:350px;
	float:left;
	padding-left:20px;
}
#content #aboutus{
	width:830px;
	padding:10px;
	padding-top:0px;

}
#content #product{
	width: 840px;
	padding-left: 10px;
}

#content #product ul{
  line-height: 1.5;
}

#content #contactus{
	width:830px;
	padding:10px;
	padding-top:0px;

}
#content #pmenu{
	width:100%;
		padding-left:10px;
}
#content #product #pmenu li{
	list-style:none;
}
#content #product #pmenu li a{
	width:104px;
	height:21px;
	background:url(../images/imgmenu2.jpg) no-repeat;
	float:left;
	color:#FFFFFF;
	text-align:center;
	padding-top:4px;
	text-decoration:none;
	margin-right:2px;
}
#content #product #pmenu li a:hover{
	width:104px;
	height:21px;
	background:url(../images/imgmenu.jpg) no-repeat;
	float:left;
	color:#FFFFFF;
	text-align:center;
	padding-top:4px;
	text-decoration:none;
	margin-right:2px;
}
.solarlist{
	width:104px !important;
	float:left !important;
}
.solarlist li{
	list-style:none !important;
	height:18px !important;
	margin-top:2px !important;
}
.solarlist li a{
	width:104px !important;
	height:18px;
	background:url(../images/imgsubmenu.jpg) no-repeat !important;
	color:#FFFFFF !important;
	display:block !important;
	text-align:center !important;
	margin-top:2px !important;
	padding-top:2px !important;
	text-decoration:none !important;
}
.solarlist li a:hover{
	width:104px !important;
	height:18px !important;
	background:url(../images/imgsubmenu2.jpg) no-repeat !important;
	color:#FFFFFF !important;
	text-align:center !important;
display:block !important;
	margin-top:2px !important;
		padding-top:2px !important;
	text-decoration:none !important;
}
#footer{
	width:852px;
	margin:auto;
	background:url(../images/img11.jpg) repeat-x;
	padding-top:5px;
}
#footer #leftfooter{
	width:400px;
	float:left
}
#footer #rightfooter{
text-align:right;
	width:450px;
	padding-top:20px;
	float:right
}
#footer #rightfooter a{
	color:#000000;
	text-decoration:none

}