@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/index_bg.gif);
	background-repeat: repeat-x;*/
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#06F;
}
#container {
	width:1000px !important;
	/*height:auto;
	text-align: center;
	align:center;*/
	margin-right: auto;
	margin-left: auto;
}
/*li {
	float:left;
}*/
#header {
	height: 165px;
	margin-bottom:15px;
	position:relative;
}
#logo {
	float: left;
	position:relative;
	left:10px;
	top: 20px;
}
#topnav {
	float: right;
	right:25px;
	top:0;
	position:relative;
}
/*
.topnavmenu{
	font-family:simsun;
	float: right;
	right:25px;
	top:40px;
	position:absolute;
	color: #FFFFFF;
}
.topnavmenu li { float:left; padding:0 7px; background:url(../res/icon_li_2.gif) no-repeat left 2px; *background:url(../res/icon_li_2.gif) no-repeat left 0; }
.topnavmenu li a{
	font-family:simsun;
	color: #FFFFFF;
}*/
#topnav li {
	float: left;
	background:url(../images/arrow.gif) no-repeat;
	list-style-type: none;
	padding-left:22px;
	padding-right:10px;
	line-height:28px;
}
#nav {
	float: right;
	position:absolute;
	bottom:43px;
	right: 8px;
}
#nav li {
	float: left;
	height: 35px;
	width: 100px;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	line-height:35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	list-style-type: none;
}
/*
.naving {
	float: left;
	height: 35px;
	width: 100px;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
	color: #ffff00;
}*/
#nav li a {
	float: left;
	height: 35px;
	width: 100px;
	color: #000;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
#nav li a:hover, #nav li.selected a {
	color: #000;
	text-decoration: none;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
}
#navbg {
	position:absolute;
	width:100%;
	float:left;
	left:0;
	bottom:0;
	height: 43px;
	background-color: #FBFDF2;
	padding:1px;
	border:1px solid #CBCDCC;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
}
#search {
	float:left;
	left:20px;
	top:8px;
	position: relative;
}
input {
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #F5F5F5;
}
.button1 {
	background-image: url(../images/button1.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width:42px;
	height:21px;
}
.ad_banner {
	margin:0px auto 10px auto;	
}
.ad_banner img{
	text-align:center;
	padding:2px;
	border:1px solid #D3BB9F;
}
.ad_button{
	text-align:center;
}
.ad_button img{
	padding:2px;
	border:1px solid #D3BB9F;
	width:240px;
	margin:2px 0;
}
.content {
	padding:6px;
}
#subnav {
	top:15px;
	float:left;
	position:relative;
	left:120px;
	color: #FFFFFF;
}
#subnav a {
	color: #FFFFFF;
}
#subnav a:hover {
	color: #00CC00;
}
#subnavright {
	top:10px;
	float:right;
	position:relative;
	right:140px;
	color: #FFFFFF;
	background-image: url(../images/button2.gif);
	background-repeat: no-repeat;
	width:81px;
	height:22px;
	padding-top:2px;
}
#subnavright a {
	color:#000000;
}
#main {
	align:center;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:500px;
	margin-top:5px;
}
#leftmain {
	float:left;
	width:720px;
}
#leftmaintop{
	background-color:#fcfdf5;
	height: 295px;
	border: 1px solid #cdcec9;
}
#rightmain {
	float:right;
	width:240px;
	height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7c9c6;
	padding-left:5px;
}
.hide {
	display:none;
}
.tab_item {
	display:block;
	float:left;
	font-size:14px;
	line-height:26px;
	text-align:center;
	padding:0 13px;
	background-color:#97CD41;
	margin:5px 3px 0px 0px;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	position:relative;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color: #093;
}
.tab_panel .selected {
	background-color:#FFF;
}
