@charset "utf-8";
/* CSS Document */
a{ color:#455151; hide-focus: expression( this.hideFocus=true );outline: none; }
a:hover{ color:#7a0000; text-decoration:underline;}

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; /*箭头颜色*/
color:#455151; background:#ccc;
}
#main { width:1004px; margin:0px auto; background:#EAEAEA;}

#header{ width:1004px;}
.top{ width:1004px; height:113px; overflow:hidden; background:url(../images/top.jpg) no-repeat scroll left top;}
.logo{height:113px; float:left;}
.top-r{ float:right; height:113px; padding-right:20px; width:228px;}
.top-r .return{ color:#9b9999; margin-top:30px; margin-bottom:13px; display:block; text-align:right;}
.top-r .return a{ color:#9b9999; margin:0px 5px;}
.top-r .return a:hover{ color:#000; text-decoration:none;}
.top-r .search{ background:url(../images/search.jpg) no-repeat scroll left top; padding-left:19px;}
.top-r .search .txt{ width:143px; border:1px solid #9b9999; margin-right:10px; height:13px; padding:4px 0px; vertical-align:middle;}
.top-r .search .btn{ width:54px; height:17px; vertical-align:middle; background:url(../images/btn.jpg) no-repeat scroll left top; border:none; cursor:pointer;}

.nav{ width:930px; height:41px; overflow:hidden; background:url(../images/nav-bg.jpg) repeat-x scroll left top; padding-left:74px;}
.nav ul li{ height:41px; overflow:hidden; float:left;}

.flash{ width:1004px; height:150px; overflow:hidden;}

#container{ width:987px; padding:0px 10px 10px 7px;}

#footer{ width:1004px; height:26px; background:#A21B18; text-align:center; color:#fff; line-height:26px;  clear:both;}
