@charset "gb2312";
/* CSS Document */

body{ color:#333; background:#fff;}
a{outline: none; /* for Forefox */ } 
a{star:expression(this.onFocus=this.blur()); /* for Ie*/ } 
a:link,a:visited{ color:#333; text-decoration:none; font-size:12px;}
a:hover{ color:#de3237; text-decoration:none}
.wrap{width:1004px; margin:0 auto;}
/**header**/
.header{ width:1004px; padding:10px 0;}
.nav{ width:1004px; border:1px solid #D32A2F; border-left:0; border-right:0; height:32px; line-height:32px; background:#de3237;}
.nav li{ float:left; margin-right:10px;}
.nav li a:link,.nav li a:visited{ color:#fff; font-size:14px; font-weight:bold; padding:0 20px; line-height:32px; text-decoration:none; display:block;}
.nav li a:hover{ background:#ba0100}