/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:'宋体';
	font-size:14px;
	background:#494949 url(../images/body_bg.gif) repeat-x;
	cursor:default;
}
.main{
	width:980px;
	margin:0 auto;
	position:relative;
}
.bold{
	font-weight:bold;
}
.top{
	position:relative;
	padding-top:49px;
}
.top-links{
	background:url(../images/link_bg.gif) no-repeat;
	position:absolute;
	right:-33px;
	top:0;
	width:249px;
	height:29px;
	padding-top:20px;
	padding-left:100px;
	color:#fff;
}
.top-menu-bar{
	background:url(../images/top_menu.gif) no-repeat;
	height:75px;
	display:block;
}
.top-menu-bar .top-menu{
	width:68px;
	height:28px;
	line-height:28px;
	color:#666;
	font-size:12px;
	position:absolute;
	top:74px;
	text-align:center;
	background:url(../images/top_menu_bg.gif) no-repeat -100px -100px;
}
.top-menu-bar .top-menu1{
	left:630px;
}
.top-menu-bar .top-menu2{
	left:710px;
}
.top-menu-bar .top-menu3{
	left:790px;
}
.top-menu-bar .top-menu4{
	left:870px;
}
.top-menu-bar a{
	text-decoration:none;
}
.top-menu-bar a:hover{
	text-decoration:underline;
}
.top-menu-bar .select{
	background-position:0 0;
	color:#fff;
}
.top-links a{
	color:#fff;
	text-decoration:none;
}
.top-links a:hover{
	text-decoration:underline;
}
.foot{
	height:96px;
	background:url(../images/foot_bg.gif) no-repeat;
	text-align:center;
	font-size:12px;
	line-height:30px;
	color:#868686;
	padding-top:35px;
}
.foot a{
	color:#868686;
}
.foot .title{
	font-weight:bold;
}
.contact-button{
	position:absolute;
	right:0;
	top:145px;
	background:url(../images/contact_button.gif) no-repeat;
	width:38px;
	height:115px;
	display:block;
}