﻿@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:0 auto;
}

#Top{
    width:960px;
    margin:10px auto;
    background:;
}
#Logo{
	float:left;
        margin:0 0 0 10px;
}
#TopLinks{
    float:right;
    margin:0 5px 0 0;
    text-align:right;
}


																					
/*=主菜单
=============================================================================================*/
#Menu{
	height:49px;
    /*background:#129400;*/
background:url(menubg2.gif) ;
; height:49px; width:960px;clear:both;
}
#Menu ul{
	background:url(menubg3.gif) right no-repeat;height:49px;
}
#Menu li{
	float:left; line-height:49px; height:49px; width:125px; text-align:center; background:url(menubg4.gif);
}
#Menu li a{
	color:#ffffff;text-decoration:none; width:125px; font-weight:bold; font-size:14px;line-height:49px; padding:10px 8px;
}

#Menu li a:hover{
	 background:url(menubg5.gif);
}

/*
  #navmenu ul li.first{background:url(images/index/menubg1.gif) left no-repeat; width:86px;}
  #navmenu ul li a{color:#ffffff;text-decoration:none; font-weight:bold; font-size:14px;}

*/
	
			
/*=显示底部区域
=============================================================================================*/
#Foot{
	width:960px;
	margin:0 auto;
	margin-top:10px;
    padding:0 90px;
    border-top:1px solid #ccc;
      background: url(helpIntro_bj.gif) repeat-x;
	/*background-image: url(bottom_bj.gif);
	background-repeat: no-repeat;
	background-position: left 310px;*/
}
#FootLinks{
	margin:0 auto;
	margin-top:10px;
  padding:0 20px;

}
#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;
}
#FootMenu .menu a{
   color:#828282;
}
#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;
}


