@charset "utf-8";

*{
	margin:0;
	padding:0;
}
body,input,table,tr,th,td,textarea{
	font:12px/1.5 arial,helvetica,sans-serif;/*默认文字大小和字体不确定*/
}
body{
	text-align:center;
	background:#F0F0F0 url(images/body_bg.jpg) top repeat-x;
}
a{
	text-decoration:none;
}
#all-wrapper{
	width:982px;
	margin:0 auto;
	text-align:left;
}

#header{
}
/* 顶部菜单栏 */
#top-menu{
	height:37px;
	position:relative;
	background:url(images/top_menu_bg.jpg) no-repeat;
}
#top-menu a{
	color:#FFF;
}
#top-menu li.tm_current a{
	color:#B5B5B5;
}
#top-menu ul{
	list-style:none;
	display:inline;
	position:absolute;
	right:2px;
}
#top-menu li{
	line-height:37px;
	display:inline;
	margin-left:20px;
}

/* 导航条 */
#nav-bar{
	margin-top:42px;
	height:22px;
	position:relative;
}
#nav-bar a{
	color:#4A4A4A;
}
#nav-bar li.nb_current a{
	color:#929292;
}

/* QQ输入法 for Mac LOGO */
h1.logo{
	height:22px;
	width:170px;
	overflow:hidden;
	position:absolute;
	display:inline;
	float:left;
	text-indent:-9999px;
	background:url(images/qq_input_for_mac_txt.jpg) no-repeat;
}

/* 导航 */
ul.nav{
	list-style:none;
	display:inline;
	position:absolute;
	right:2px;
	top:3px;
}
ul.nav li{
	line-height:17px;
	display:inline;
	margin-left:20px;
}

/* 圆角框 */
.round-corner-box{
}
.round-corner-box b.box-top, .round-corner-box b.box-bottom{
	display:block;
	width:982px;
}
.round-corner-box b.box-top{
	height:5px;
	background:url(images/round_corner_box_top.png) no-repeat;
}
.round-corner-box b.box-bottom{
	height:7px;
	background:url(images/round_corner_box_bottom.png) no-repeat;
}
.round-corner-box .box-content{
	width:980px;
	background:#FFF;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-top:0 !important;
	margin-top:-10px;
}


/* footer */
#footer{
	margin-top:20px;
}
#footer p{
	color:#8E8E8E;
	text-align:center;
	margin-bottom:10px;
}