﻿@import url("border.css");
@import url("widget.css");
a{
  color:#464646;
  text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 180%;
	margin:0;
}
#AllWrap{
	width:960px; 
	margin:10px auto;
}

#Top{
	width:960px;
    margin:10px auto;
}
#Logo{
	float:left;
    margin:0 0 0 10px;
}
#TopLinks{
	float:right;
    margin:0 5px 0 0;
    text-align:right;
}


																					
/*=主菜单
=============================================================================================*/
#Menu{
      height:40px;
      background:url(nav.jpg) repeat-x; 
      line-height:34px;
      padding:0 5px;
      *overflow:hidden;text-align:center;
}
#Menu ul{
	*overflow:hidden;
}
#Menu li{
	height:30px;
	display:inline;
         font-size:14px;
         padding:2px 23px;
         margin-left:-1px;
         border-right:1px solid #535353;
}
#Menu li a{
	color:#fef8d4;
}

	
			
/*=显示底部区域
=============================================================================================*/
#Foot{
    width:100%;
    height:200px;
    overflow:hidden;
    margin:0 auto;
    margin-top:10px;
    padding:0;
}
#FootLinks{
   width:948px;
   border:1px solid #ccc;
   text-align:center;
   margin:10px auto;

}
#FootLinks .TreeList{
    float:left;
    width:20%;
}
#FootLinks .TreeList .cat1{
    font-weight:bold;
    color:#656565;
    padding:5px 0 10px;
}
#FootLinks .TreeList .cat2{
    background:url(arrs.gif) no-repeat 0 -22px;
    margin-left:10px;
}

#FootMenu{
   margin:5px 0;
   height:34px;
   line-height:34px;
   border-top:1px solid #666666;
}
#FootMenu .menu a{
   color:#959595;
}
#FootMenu .TreeList{
    overflow:hidden;
    text-align:center;
    padding-top:10px;
}
#FootMenu .TreeList div{
	font-weight:normal;
	display:inline;
	padding:0 10px;
	border-right:1px solid #666;
}
#Copyright *{
	text-align:center;
}
.cut{
	overflow:hidden;
}