/* CSS Document */

body{
font-size:15px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
background:#e8e8e8 url(../images/bg.jpg) repeat-x ;
}

.clear{
clear:both;
}
*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
p{
	text-align:justify;

}

#main{
width:1000px; /*1000*/
height:auto;
margin:0 auto 0 auto;
background:#f6f5f4;
}

#header{
width:1000px;
height:92px;
margin:0 auto 0 auto;
}

#header_lft{
width:440px;
height:auto;
margin:0 auto 0 auto;
float:left;
padding-left:10px;
padding-top:10px;

}
#header_rgt{
width:550px;
height:auto;
margin:0 auto 0 auto;
float:right;
padding-top:22px;
}


#banner{
width:1000px;
height:346px;
margin:0 auto 0 auto;
}

#subcontent{
width:1000px;
height:auto;
margin:0 auto 0 auto;
}

#subcontent_in{
width:980px;
height:auto;
margin:0 auto 0 auto;
padding-left:10px;
padding-right:10px;
}
#subcontent_in img{
	padding-bottom:13px;
}

#subcontent_in h3{
	color:#03a8df;
}


.subcontent_lft{
width:245px;
height:247px;
margin:0 auto 0 auto;
float:left;
background:url(../images/subcont_bg.jpg) center no-repeat;
text-align:center;
}

.subcontent_rgt{
width:245px;
height:247px;
margin:0 auto 0 auto;
float:right;
background:url(../images/subcont_bg.jpg) center no-repeat;
text-align:center;
}


#content{
width:980px; /*1000*/
height:auto;
margin:0 auto 0 auto;
padding-left:10px;
padding-right:10px;
}

.content_lft{
width:530px; 
height:auto;
margin:0 auto 0 auto;
float:left;
padding-right:10px;
padding-left:10px;
}

.content_rgt{
width:195px; 
height:auto;
margin:0 auto 0 auto;
float:right;
padding-left:10px;
padding-right:10px;
}


#content ul{
	padding-left:20px;
}
#content h2{
	color:#3c83b9;
	font-size:18px;
	text-decoration:none;
	padding-bottom:10px;
}

#content p{
color:#333;
}
#content ol{
padding-left:30px;
color:#063042;

}

#content a{
color:#000000;
}


#footer{
width:960px;  /*980*/ 
height:47px;
margin:0 auto 0 auto;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}
#footer p{
	color:#333;
	font-size:13px;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	color:#1C9BD9;
	text-decoration:underline;
}

#footer_lft{
width:590px; 
height:27px;
margin:0 auto 0 auto;
float:left;
}

#footer_rgt{
width:370px; 
height:27px;
margin:0 auto 0 auto;
float:right;
}

/*products*/
/*#product_lft{
width:700px; /*720*/
/*height:auto;
margin:0 auto 0 auto;
float:left;
padding-right:20px;
}*/


#product_lft{
width:323px; 
height:auto;
margin:0 auto 0 auto;
float:left;
border:1px dashed #03a8df;
text-align:center;
}

#product_rgt{
width:323px; 
height:auto;
margin:0 auto 0 auto;
float:left;
border:1px dashed #0099FF;
text-align:center;
}



/*contact*/
#contact{
width:970px; /*100*/
height:auto;
margin:0 auto 0 auto;
padding-left:15px;
padding-right:15px;

}

#contact table td{
	border:none;
}

