﻿@import url("border.css");
@import url("widget.css");
a{
  color:#464646;
  text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

body {
  	background:url(bg.jpg) no-repeat;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 180%;
	margin:0;
}
#AllWrap{
	width:960px; 
	margin:0 auto;
}
#Top{
  	width:960px;
    margin:0 auto;
	height:110px;
}
#Logo{
	float:left;
    margin:30px 0 0 10px;
    z-index:5;
}
#TopLinks{
	float:right;
    margin:0 15px 15px 0;
    text-align:right;
}
#TopLinks div{
  display:inline;
}
#TopLinks .fmenu, #TopLinks .fmenu div{
  display:block;
}
#TopBar{
  	clear:both;
  	background:url(top_bg.jpg) repeat-x;
    height:79px;
    margin-bottom:5px;
}

																					
/*=主菜单
=============================================================================================*/
#Menu{

}		#Menu .bg{
			height:41px;
	background:url(nav.gif) repeat-x 0 -2px;

		}
#Menu ul{
         padding-left:85px;

}
		#Menu ul li{
			float:left;
                            width:98px;
                            over-flow:hidden;
                              background: transparent url(nav.gif) no-repeat scroll -98px -40px		
		}
				#Menu ul li a{
					display:block;
					float:left;
					height:41px;
					line-height:41px;
					color:#000;
					font-weight:700;
                                              width:98px;
                                              text-align:center;
                                              padding-top:5px;
					
				  		}
				#Menu ul li a:hover{
					 background: transparent url(nav.gif) no-repeat 0 -40px;								color:#fff;
				}					
.current_nav{
					 background: transparent url(nav.gif) no-repeat 0 -40px !important;
}	
*html .current_nav{
					 background: transparent url(nav.gif) no-repeat 0 -40px;
}	
#top_nav{
 position:absolute;
top:15px; right:50px;
}
#top_nav ul li,#top_menu ul{list-style:none;}
#top_nav ul li{float:left; margin-left:20px;}	

/*=搜索
=============================================================================================*/
#SearchWrap{
  	width:630px;
    margin:0 auto;
    height:26px;
    line-height:26px;
    background:url(search.gif) no-repeat 0 4px;
}

/*=显示底部区域
=============================================================================================*/
#Foot{
	width:960px;
	margin:0 auto;
	margin-top:30px;
}
#FootLinks{
   margin-bottom:20px;
   padding:0 60px 10px 80px;
   border:1px solid #e9e9e9;
   background:url(footlinks.gif) repeat-x;
   min-height:26px;
   zoom:1;
}
#FootLinks .TreeList{
	float:left;
    width:20%;
}
#FootLinks .TreeList .cat1{
	font-weight:bold;
    color:#656565;
    padding:3px 0 10px;
}
#FootLinks .TreeList .cat2{
	background:url(arrs.gif) no-repeat 0 -22px;
    margin-left:0;
    padding:0 0 0 13px;
}

#FootMenu{
   margin:5px 0;
   color:#cccccc;
}
#FootMenu .menu a{
   color:#464646;
}
#FootMenu .TreeList{
	overflow:hidden;
    text-align:center;
}
#FootMenu .TreeList div{
	font-weight:normal;
	display:inline;
	padding:0 10px;
	border-right:1px solid #CCCCCC;
}
#Copyright *{
	text-align:center;
}
.cut{
	overflow:hidden;
}
