/*----------------------- general -------------------------------*/
* {
	margin: 0;
	border:0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body{
font-family:Verdana, Lucida, Arial, Helvetica,sans-serif;
font-size:12px;
color:#000;
width:1003px;
margin:0 auto;
position:relative;
}
.l{
float:left;
}
.r{
float:right;
}
.c{
clear:both;
}
.pad{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pad2{
padding:10px;
}
.mar{
margin:14px 0 14px 14px;
}
.mar2{
margin:10px 0;
}
.mar3{
margin:5px 8px 5px 0;
}
.height{
height:550px;
}
.ff0000{
	color:#FF0000;
}
h1{
	font-size:26px;
	color:#504E21;
	font-weight:bolder;
	margin-bottom: 5px;
}
h2{
	color:#7D7A3F;
	padding-bottom:3px;
	border-bottom:1px solid #7D7A3F;
	width:629px;
	font-size:18px;
}


h3{
height:48px;
background:#988F50;
width:100%;
color:#FFF;
text-indent:10px;
line-height:48px;
font-size:18px;
font-weight:bold;
border-left:1px solid #504E21;
border-right:1px solid #504E21;
border-bottom:1px solid #504E21;
}

h4{
	color:#7D7A3F;
	padding-bottom:3px;
	border-bottom:1px solid #7D7A3F;
	width:629px;
	font-size:18px;
}

h5{
	height:30px;
	line-height:30px;
	background:#F8F5F0;
	text-indent:10px;
	color:#7D7A3F;
	font-size:12px;
	border-top:1px solid #E2D5BD;
	border-bottom:1px solid #E2D5BD;
	width:100%;
	margin-top: 10px;
}
h6{
background:#597309;
border:1px solid #384A01;
/*padding:5px;*/
font-size:16px;
font-weight:bold;
line-height:35px;
width:670px;
margin:10px 0;
text-indent:10px;
}
h6 a{
color:#FFF;
}


/*----------------------- a -------------------------------*/
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a.contact{
color:#7F7D5C;
text-decoration:underline;
}
a.contact:hover{
text-decoration:none;
}
h5 a{
color:#7F7D5C;
}




/*----------------------- layout -------------------------------*/
#wrapper{
width:1003px;
margin:0 auto;
position:absolute;
top:0;
left:0;
z-index:1;
}
#top{
height:220px;
background:url(../images/banner.jpg) no-repeat bottom #FFFF80;
position:relative;
}
.size{
font-size:14px;
}
#content{
background:url(../images/bg.jpg) repeat-x top;
padding-top:7px;
}
#wrapper2{
	width:955px;
	margin:0 auto;
	background-image:url(../images/bg2.gif);
}
.pdlist{
width:260px;
}
.rightside{
width:693px;
border-top:1px solid #504E21;
}
.about{
margin-top:8px;
/*margin-left:5px;*/
margin-bottom:15px;
}
.about p {
	line-height: 20px;
	margin-bottom: 15px;
}
.img{
height:26px;
width:50px;
background:url(../images/img01.jpg) no-repeat bottom;
}
.about2,.contact2{
font-size:11px;
color:#7F7D5C;
line-height:18px;
}
.about2 p,.contact2 p{
margin-bottom:8px;
}
.contact2 h4{
width:90%;
border-bottom:1px dashed;
margin:8px 0;
padding-bottom:8px;
}









/*--nav--*/
#nav{
list-style:none;
position:absolute;
right:10px;
top:50px;
color:#504E21;
}
#nav li{
display:inline;
margin-right:6px;
font-weight:bold;
}
#nav li a{
color:#504E21;
}



/*--products--*/
.products {
	list-style-type: none;
	margin:25px 0 25px 30px;
}
.products li{
    float:left;
	display: inline;
	text-align: center;
	margin-right: 40px;
	margin-bottom:20px;
	/*font-size:10px!important;*/
	/*font-size:11px;*/
	width:120px;
}
.products li img{
border:1px solid #7B7B7B;
margin-bottom:8px;
}
.products li a{
color:#7F7D5C;
}
.products li a:hover{
color:#CC3300;
}





/*--pdlist2--*/
.pdlist2{
margin:8px 0 0 10px;
}
.pdlist2 div{
width:220px;
float:left;
}
.pdlist2 div a{
color:#7F7D5C;
}
.pdlist2 div a:hover{
color:#CC3300;
}





/*--footer--*/
#footer {
	background: #FFFF80;
	text-align: center;
	padding: 15px;
	border-top:1px solid #504E21;
}
#footer p{
	margin-bottom: 8px;
}#footer a {
	color: #000000;
}
#footer p span{
margin-left:10px;
}


/*--menu--*/
#menu {
	list-style: none;
}
#menu li {
	font-size: 13px;
	line-height: 48px;
	font-weight: bold;
	color: #504E21;
	text-indent: 15px;
	width: 90%;
	border-bottom:1px solid #504E21;
	position:relative;
}
#menu li a{
	color: #504E21;
	display:block;
	height:48px;
}
#menu li a:hover{
background:#F2F2CD;
text-decoration:none;
border-left:1px solid #504E21;
}

#menu li:hover ul,#menu li.over ul/*for ie*/{ display: block; }
#menu li ul{
position:absolute;
left:234px;
top:13px;
/*border:1px solid #504E21;*/
display:none;
list-style:none;
background:#504E21;
}
#menu li ul li{
line-height:35px;
font-size:11px;
font-weight:normal;
text-indent:16px;
border:0;
width:250px;
/*background:url(../images/arrow.gif) no-repeat 16px;*/
border-bottom:1px solid #FFFFE7;
}
#menu li ul li a{
display:block;
height:35px;
color:#FFFFE7;
}
#menu li ul li a:hover{
background:#8E6E00;
color:#FFF;
}
.download2{
padding-top:15px;
}
#menu .download2 a:hover{
background:none;
text-decoration:none;
border-left:1px solid #504E21;
}


/*--nav2--*/
.nav2 ul{
list-style:none;
margin-left:8px;
margin-top:8px;
}
.nav2 ul li{
/*line-height:20px;*/
color:#666666;
margin-right:3px;
display:inline;
}
.nav2 ul li a{
font-weight:bold;
color:#4D4D4D;
}
.nav2 ul li a:hover{
color:#CC3300;
}



/*--products2--*/
.products2{
background:#ECECEC;
margin-top:12px;
padding-bottom:8px;
}
.products2 img{
border:1px solid #BCBCBC;
}
.specifications{
width:327px;
}
.specifications h2{
background:#FFF;
width:100%;
line-height:28px;
font-size:14px;
font-weight:bold;
color:#CC3300;
text-indent:10px;
margin-bottom:8px;
}
.wrapper3{
width:311px;
margin:0 auto;
background:#FFF;
}
.title{
background:#597309;
text-indent:8px;
line-height:26px;
font-weight:bold;
width:100%;
color:#FFF;
}
.list{
background:#FFF;
width:100%;
height:290px;
}
.list li,.list2 li{
    padding:5px;
	line-height:15px;
	list-style-position: inside;
	list-style-type: square;
}
.list li ul li,.list2 li ul li{
    list-style-position: inside;
	list-style-type: circle;
	text-indent:12px;
	color:#666666;
}
.list2 li{
padding:10px 10px 0 10px;
}
.list2{
padding-bottom:10px;
}
.list_c{
	list-style: none;
	font-weight:bold;
}
.descriptions{
width:663px;
background:#FFF;
margin:0 auto;
margin-top:8px;
}
#list3{
list-style:none;
}
#list3 li{
	list-style-type: none;
	margin-left:-17px;
	color:#000;
}



/*--form--*/
.form{
text-align:left;
}
.form input,.form textarea,form select{
border:1px solid #7F9DB9;
}
.form2 input{
border:1px solid #7F9DB9;
}


/*--sitemap--*/
.sitemap {
	list-style-type: none;
	margin: 10px;
}
.sitemap li{
margin-top:8px;
}
.sitemap li a{
color:#62573C;
}
.sitemap li a:hover{
color:#CC3300;
}
.sitemap li ul{
/*margin-left:50px;*/
text-indent:10px;
font-weight:bold;
display:inline;
}
.sitemap2{
margin-top:8px;
list-style:none;
}
.sitemap2 li{
width:300px;
color:#62573C;
float:left;
margin-left:8px;
font-weight:normal;
}


/*--download--*/
.download{
text-align:right;
padding:5px;
line-height:40px;
}
.download a{
float:right;
width:167px;
height:31px;
background:url(../images/download.jpg) no-repeat;
display:block;
}
.download a:hover{
background:url(../images/download2.jpg) no-repeat;
}


/*--table--*/
.tab{
background:#ECECEC;
}
.tab td{
padding:5px;
background:#FFF;
}
/*--translator --*/
#curlanguage{
position:absolute;
top:200px;
right:47px;
z-index:2;
height:20px;
line-height:18px;
width:175px;
}
#curlanguage span{
float:left;
color:#fff;
font-weight:bolder;
font-size:11px;
margin-right:8px;
}
#curlanguage img,#translator li a img{
margin:4px 10px 0 4px;
float:left;
}
#translator{
position:absolute;
top:227px;
right:24px;
width:130px;
z-index:0;
list-style:none;
background-color:#988F50;
border:solid 1px #534C1E;
widt\h:128px;
}
#translator li{
border-bottom:solid 1px #fff;
height:24px;
line-height:24px;
padding-left:4px;
}
#translator li a img{
margin-top:6px;
margin-left:8px;
}
#translator li a{
color:#fff;
}
#translator li a:hover
{
font-weight:bolder;
text-decoration:none;
}
