@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color:#ededed;
	width:100%; /**position:absolute;**/
	background-color: #000;
}
a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */ 
 color:#333; text-decoration:none;
}
A:hover {
	COLOR: #999; TEXT-DECORATION: underline;
}
img {
	border: 0px;
}

#index{
	text-align: left;
	width: 1002px;
	margin: auto;
	overflow: hidden;
}
#index_search_bg{
	background-image: url(index_search_bg.jpg);
	background-repeat: no-repeat;
	height: 117px;
}
.search {
	height:36px;
	background-image: url(search_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 227px;
	margin: 67px 0px 0px 752px;
}
.search form{ 
	margin: 0px;
}
.search input {
	border: 0px #c8c8c8 solid;
	color:#b7b7b7;
	font: 11px Verdana;
	vertical-align:middle;
	padding: 0px 0px 0px 0px;
	width:130px;
	height: 13px;
	_height /**/: 28px;
	margin: 7px 5px 0px 25px;
	background-color: #eaeaea;
}
.search img {
	cursor:pointer;
	vertical-align:middle;
	margin-top: 3px;
}
.language {
	margin:0px 20px 0px 0px;
	text-align: right;
	float: right;
	height: 35px;
}
.language img { padding: 5px 5px 0px 5px;
}
.register {
	color: #a3a3a3;
	font-size: 11px;
	padding-right: 12px;
	float: right;
	height: 35px;
}
.register ul { 
         margin: 0px 0px 0px 0px; list-style: none; float: right;
}
.register li { float: left; margin-top: 5px;
}
.register a {
	color:#a3a3a3;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #a3a3a3;
	font-size: 11px;
}
.register a:hover { 
     color:#ffffff; text-decoration: none;
}
#index_mark_bg{}
#index_main{
	background-image: url(index_main.jpg);
	background-repeat: no-repeat;
	height: 540px;
}
.word{
	color: #f9f9f9;
	font-size: 11px;
	padding: 110px 110px 0px 70px;
	line-height: 16px;
}
.word h1{
	color: #f9f9f9;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
.nav {
	font-size: 13px;
	clear:left;
	background:url(index_icon_bg.jpg);
	border: 0px solid #ccc;
	text-align: left;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 35px;
}
.nav ul {
	list-style: none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: auto;
}
.nav li { float: left;
	
}

.nav li a {
	color:#333;
	text-decoration: none;
	display:block;
	border-left: 1px solid #666;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.nav li a:hover , .nav li a.current{
	color:#900;
}
.nav li a.current { 
	font-weight: bolder;
}
#fbindex {
	float: right;
}


#cobyright_bg{
	width: 1002px;
	height: 110px;
	background-image: url(index_cobyright.gif);
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 5px;
}
.address , .copyright {
	text-align:center;
	color:#333;
	line-height: 18px;
	padding-top: 5px;
	font-size: 11px;
}
.address a , .address A:hover , .copyright a , .copyright A:hover{
	color:#333;
	font-size: 11px;
}
