@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
}
body {
	background: #141414 url(../img/bg.jpg) repeat-x;
	text-align:center;
}
/*clear both*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear{
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	overflow: hidden;
	display: block;
}
div,
td {
	font-size: 12px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, "Lucida Sans", "Lucida Sans Unicode", Helvetica, sans-serif;
	text-align:left;
}
a{
	text-decoration:none;
}
h3,h4{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, "Lucida Sans", "Lucida Sans Unicode", Helvetica, sans-serif;
	line-height:2em;
	margin:.3em auto;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
h3{
	font-size:16px;
}
h4{
	font-size:12px;
}
.header,
.content{
	width:974px;
	margin:0 auto;
	position: relative;
}
.header{
	height:153px;
	margin-top:50px;
	position:relative;
}
h1{
	width:174px;
	height:52px;
	margin-left:30px;
}
.select {
	color:#FFFFFF;
	background: #2A2A2A;
	line-height:22px;
	text-align:center;
	width:146px;
	height:22px;
	right:0;
	top: 16px;
	position: absolute;
}
.select a {
	color:#02A5DD;
	background: url(../img/down.gif) no-repeat right center;
	padding-right:10px;
}
.select span {
	width:20px;
	height:20px;
	display:block;
	right:0;
	top:0;
	position:absolute;
	cursor:hand;
}
#select_list{
	background:#141414;
	text-align:right;
	display:none;
	position:absolute;
	right:0;
	top:38px;
	width:146px;
}
#select_list a{
	color:#02A5DD;
	background:#2A2A2A;
	display:block;
	width:146px;
	height:20px;
}
#select_list a:hover{
	color:#141414;
	background:#A2A2A2;
}
#select_list a span{
	margin-right:18px;
}
#nav{
	width:780px;
	margin:31px auto 0;
	>margin /*IE5.5*/:29px auto 0;
}
*+html #nav{
	margin:31px auto 0!important;
}
#nav li{
	text-align:center;
	width:130px;
	height:50px;
	float:left;
	padding:0;
	list-style:none;
}
#nav li a{
	color:#02A5DD;
	font-weight:bold;
	font-size: 13px;
	background: url(../img/nav.gif) no-repeat center bottom;
	display:block;
	width:130px;
	height:50px;
}
#nav li a:hover{
	background: url(../img/nav_on.gif) no-repeat center bottom;
}
#nav li.nonce a{
	background: url(../img/nav_on.gif) no-repeat center bottom;
}
.content {
	background:#141414;
	text-align:center;
}
.left_nav,
.right_nav{
	width:77px;
	height:25px;
	/*margin-top:-13px;
	top:50%;*/
	top:280px;
	position: absolute;
}
.left_nav a,
.right_nav a{
	color:#3C3C3C;
	line-height:25px;
}
.left_nav{
	background: url(../img/part.gif) no-repeat right top;
	text-align:right;
	left:0;
}
.left_nav a{
	margin-right:21px;
}
.right_nav{
	background: url(../img/part.gif) no-repeat 0 -25px;
	text-align:left;
	right:0;
}
.right_nav a{
	margin-left:21px;
}
.content_top {
	background: url(../img/content_top.gif) no-repeat;
	height: 36px;
	width: 826px;
	margin:0 auto;
	overflow:hidden;
}
.content_top div {
	font-size:14px;
	color:#555555!important;
	font-weight:bold;
	color: #2A2A2A;
	margin:18px 0 0 22px;
}
.con_center {
	background: url(../img/content_bg.gif) repeat-y;
	text-align:left;
	width: 826px;
	margin:0 auto;
	overflow:hidden;
}
.content_main{
	margin:4px 22px;
	overflow:hidden;
}
.content_bottom {
	font-size:0;
	background: url(../img/content_bottom.gif) no-repeat;
	line-height:0;
	height: 10px;
	width: 826px;
	margin:0 auto;
	overflow:hidden;
}
.copyright{
	height:134px;
}
.copyright div{
	color:#555555;
	font-size:11px;
	text-align:center;
	width: 350px;
	margin:26px auto 0;
}
.copyright .reserved{
	text-align:left;
}
.copyright span{
	color:#212121;
	font-size:10px;
}
.copyright a{
	color:#02A5DD;
	font-size:12px;
	text-decoration:underline;
}

