@charset "utf-8";
/* CSS Document */
a{ hide-focus: expression( this.hideFocus=true );outline: none; color:#000; }
a:hover{ color:#855300;}

body{
scrollbar-face-color: #000; /*表层颜色*/
scrollbar-shadow-color: #fff;  /*右、下内边框颜色*/
scrollbar-highlight-color:#fff;   /*左、上内边框颜色*/  
scrollbar-3dlight-color: #000;  /*左、上外边框颜色*/    
scrollbar-darkshadow-color: #000; /*右、下外边框颜色*/  
scrollbar-track-color:#000;  /*滚动背景颜色*/ 
scrollbar-arrow-color:#000; /*箭头颜色*/
background:url(../images/bg.jpg) repeat-y scroll center top #ddd; color:#000;
}
#warp { width:930px; margin:0px auto; padding-right:1px !important; padding-right:0px;}

#header{ width:930px;}
.top{ width:930px; height:97px; overflow:hidden; background:url(../images/top_bg.jpg) no-repeat scroll left top;}
.logo{ float:left;}
.top_r{ float:right; width:235px; padding-right:22px; padding-top:15px; height:82px; text-align:right;}
.choose { font-weight:bold; color:#fff; margin-bottom:34px;}
.choose a{ color:#fff; font-weight:bold; margin:0px 5px;}
.choose a:hover{ color:#fff; text-decoration:underline;}
.search{ color:#fff; font-weight:bold;}
.search #txt{ width:93px; border:1px solid #c0c0c2; padding:2px 0px; line-height:15px; color:#333; font-weight:bold; vertical-align:middle; margin-right:9px;}
.search #btn{ width:56px; height:18px; background:url(../images/search_btn.jpg) no-repeat scroll left top; vertical-align:middle; border:none; cursor:pointer;}

.nav{ width:930px; height:42px;line-height:42px; background:url(../images/nav_bg.jpg) repeat-x scroll left top; color:#fff; overflow:hidden;}
.nav .tel{ float:left;}
.nav ul{ float:left;}
.nav ul li{ float:left;}

.banner{ margin:0px auto; padding-top:4px;  text-align:center; background:#363636;}

#container{ padding:9px 12px; width:906px; background:#363636;}

#footer{clear:both; height:65px; width:930px; background:url(../images/footer.jpg) repeat-x scroll left top; text-align:center; line-height:25px; font-size:12px; }

