html {
	overflow-y: scroll;
}
body {
	margin: 0px; padding: 0px; color: rgb(51, 51, 51); line-height: 20px; font-family: Arial; font-size: 12px; font-weight: normal;
}
.header {
	background: url("/images/header_bg.jpg") repeat-x;
	height: 80px;
}
.headercontent {
	width: 990px;
	height:80px;
	margin: auto;
}
.logo {
	margin-top:20px;
	float:left;
}
.topmenu {
	float:right;
	width:250px;
	color:#666666;
	margin-top:45px;
	text-align:right;
}
.menu {
	background: url("/images/menu_bg.jpg") repeat-x; height: 33px;
}

#menumain{
	width: 990px;
	height:33px;
	margin: auto;
	color:#FFF;
}
#menumain .menumain{
   float:left;
   width:120px;
   height:33px;
   color:#fff;
   line-height:33px;
   text-align:center;
   margin:0px;
   font-size:14px;
   
   font-family:"Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu;
}


#menumain .menumain a:link {
   color: #fff; 
   display:block;
   text-decoration:none;
   line-height:33px;
}

#menumain .menumain a:active {
	text-decoration:blink;
}

#menumain .menumain a:visited {
   color: #fff; 
   display:block;
   text-decoration: none;
   line-height:33px;
}

#menumain .menumain a:hover {
   color: #fff; 
   text-decoration:underline;
   line-height:33px;
   font-size:16px;
}
.mainbp {
	height: 242px;
	background-image: url(/images/main_bp.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.footer {
	background-color: #1c2227;
	height: 30px;
}
.footercontent{
	width: 990px;
	height:30px;
	margin:auto;
	text-align:right;
	color:#ccc;
	line-height:30px;
	font-size:10px;
}
.main {
	width: 990px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-y;
	overflow:auto;
}
.mainbottom{
	width: 990px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:10px;
	background-image: url(/images/main_bottom.jpg);
}
.maintop{
	width: 990px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image: url(/images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.mainleft{
	width: 200px;
	float:left;
	margin-top:10px;
}
.mainright{
	width:770px;
	float:right;
}

#faq {
 font-size: 12px;
 width: 160px;
 margin: 0 auto;
}
#faq li {
 margin: 0 auto;
 list-style-type:none;
}
#faq dl {
 margin: 0 auto;
 padding:0;
 display:inline;
}
#faq dt {
 font-weight:bold;
 line-height: 30px;
 padding-left: 18px;
 text-decoration:none;
 color:#666;
 font-size:14px;
 border-bottom:1px #ccc dotted;
 background:url(../images/array1.png) 0px 7px no-repeat;
}
#faq dt:hover{
	background:#e9eef5 url(../images/array1.png) 0px 7px no-repeat;
}
#faq dt a{
 text-decoration:none;
 color:#666;
 font-size:14px;
}
#faq dd {
 display:none;
 margin:0;
 padding:0;
 line-height:30px;
 padding-left:25px;
 background:#fdfdfd;
 text-decoration:none;
 color:#666;
 background:url(../images/array2.png) 5px 8px no-repeat;
}
#faq dd:hover{
	background:#e9eef5 url(../images/array2.png) 5px 8px no-repeat;
}
#faq dd a{
 text-decoration:none;
 color:#666;
}
.clear{
	clear:both;
}