﻿@import url("border.css");
@import url("widget.css");
@import url("menu.css");

a{
  color:#464646;
  text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
body {
    background:transparent url(bg.gif) repeat-x scroll 0 0;
	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;
}
#Logo{
	float:left;
    margin:0 0 0 10px;
}
#TopLinks{
	float:right;
    margin:23px 5px 0 0;
    text-align:right;
	height:58px;
}

.link .border5 .border-top {
background:transparent url(main_titbg.gif) no-repeat scroll left bottom;
height:30px;
}
.link a{
padding:0 10px;
}
#flinkdiv {
height:24px;
overflow:hidden;
}
																					
/*=主菜单
=============================================================================================*/
#Menu{
	height:30px;
    line-height:30px;
    padding:0 5px;
	float:left;
}
#Menuri{
width:250px;
float:right;
padding:5px 0 0;
}
#Menu ul{
}
#Menu li{
    padding:0 10px;

}
#Menu li a{
	color:#FFFFFF;
}

	
			
/*=显示底部区域
=============================================================================================*/
#Foot{
	width:780px;
	margin:0 auto;
	margin-top:10px;
    padding:0 90px;
    border-top:1px solid #ccc;
}
#FootLinks{
   padding:0px;
}
#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;
padding:0px;
}
.cut{
	overflow:hidden;
}
