/* CSS Document */

@import url(font.css);
@import url(products.css);
@import url(other.css);
@import url(nav.css);
@import url(feedback.css);
img{border:none;}

body{
margin:0px;
background:#737373;
}

#layout{
margin:0px auto;
width:806px;
background:#FFFFFF;
border-left:#dddddd solid 1px;
border-right:#dddddd solid 1px;
}

#header{
float:left;
width:806px;
height:90px;
background:url(../img/headbg.jpg);
}
#head_img{
float:left;
width:345px;
height:80px;
}
#search_line{
float:left;
width:170px;
height:25px;
display:inline;
margin-left:246px;
margin-top:10px;
padding-left:45px;
background:url(../img/search_bg.jpg) no-repeat;
}

.search_input{
float:left;
margin-top:4px;
color:#8a8888;
border:#8a8888 solid 1px;
}

#nav_line{
float:left;
width:420px;
display:inline;
margin-top:30px;
margin-left:40px;
}

#line{
float:left;
width:806px;
height:7px;
background:url(../img/line.jpg);
}

#homesubnav{
float:left;
width:806px;
color:#035f90;
font-size:12px;
background:url(../img/subnavbg.jpg);
padding-top:5px;
padding-bottom:15px;
}

#center{
float:left;
width:790px;
display:inline;
border-top:#FFFFFF solid 10px;
border-bottom:#FFFFFF solid 10px;
border-left:#FFFFFF solid 10px;
border-right:#FFFFFF solid 6px;
background:#FFFFFF;
}

#rollimgbody{
float:left;
width:787px;
background:#bdbdbd;
margin-bottom:10px;
}

.rollline{
float:left;
width:740px;
overflow:hidden;
display:inline;
margin-left:15px;
}

#home_aboutbody{
float:left;
width:326px;
height:143px;
display:inline;
padding-left:10px;
padding-top:25px;
padding-right:45px;
line-height:16px;
background:url(../img/home_aboutbody.jpg);
}

#home_probody{
float:left;
width:381px;
height:129px;
display:inline;
padding-left:25px;
padding-top:40px;
background:url(../img/h_probody.jpg) no-repeat;
}
.homepro_img{
float:left;
width:100px;
height:100px;
border:#336799 solid 1px;
}
.homepro_txt{
float:left;
width:259px;
display:inline;
margin-left:20px;
line-height:18px;
}

#footer{
float:left;
width:806px;
height:50px;
text-align:center;
line-height:26px;
border-top:#dcdcdc solid 1px;
background:#FFFFFF;
font-size:10px;
color:#8a8888;
padding-bottom:10px;
}

