/* CSS Document */

/*---- global----*/
* { padding:0; margin:0; font-size:12px; color:#606060; font-family:Verdana,Arial; }  
html,body{ font-size:12px; color:#606060; font-family:Verdana,Arial; background:#fff url(img/bg_body_new.gif) 0 0 repeat-x;}
div{ text-align:left;}
iframe{ margin:0; padding:0;}
img{border-width:0;}
.textbox{ border:1px #989898 solid; height:16px; width:100px; padding:3px 0 0 3px;}
.text_red{ color:#ed1b23;}
.text_blue{ color:#0066cc;}
a { color:#666; text-decoration:none;}
a:hover{ color:#ed1b23; text-decoration:underline;}
a.a-red { color:#ed1b23; text-decoration:underline;}
a.a-red:hover{ color:#f19149; text-decoration:underline;}

/*----------------top-----------------*/
#top{ margin:0 auto; width:960px; height:69px; background:url(img/bg_top_title.gif) 0 0 no-repeat; }
#logo{ float:left; height:69px; width:180px; cursor:pointer;}
#logo a{ background:url(img/logo.gif) 0 0 no-repeat; height:69px; width:180px; display:block; }
#logo a:hover{ background:url(img/logo.gif) 0 -69px no-repeat; height:69px; width:180px; display:block; }
#top-right{ float:right; width:780px; }
#search{ clear:both; height:30px; padding-top:9px; text-align:right;}
#nav{ clear:both; height:30px;}
#nav-left{ float:left; width:380px; padding-left:20px; text-align:left; line-height:30px; color:#bbb;}
#nav-right{ float:right; width:380px; text-align:right; line-height:30px; color:#bbb;}

/*----------------主导航-----------------*/
#menu{ clear:both; margin:0 auto; width:960px; height:36px; text-align:left; }
#menu ul li{ float:left; display:block; text-align:center; width:88px; height:36px; line-height:36px; color:#aa2400; font-size:14px; font-weight:bold; list-style:none;}
#menu a{ color:#FFF; text-decoration:none; font-size:14px; display:block;}
#menu a.current{ color:#aa2400; text-decoration:none; font-size:14px; display:block;}
#menu a:hover{ color:#aa2400; text-decoration:none; font-size:14px; display:block;}
#menu ul li.current{ background:url(img/bg_menu_current.gif) center 5px no-repeat; font-size:14px; }

#state-space{ clear:both; height:10px;}


