

.top-Bg {
	width:100%;
	min-height:201px;
	background:url(../images/top_bg.jpg) center top no-repeat;
	}

header {
	max-width:1000px;
	margin:0 auto;
	position:relative;
	}

.logo {
	float:left;
	padding:25px 0 0 0;
	}



/*Language*/
.language {
	float:right;
	margin:25px 0 0 0;
	}
#divselect {
	width:110px;
	position:relative;
	z-index:10000;
}
#divselect cite {
	display:block;
	width: 100%;
	height: 25px;
	line-height:22px;
	color:#333;
	font-size: 12px;
	text-align:center;
	font-style: normal;
	border:1px solid #333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
}
#divselect cite span{
	padding-left:5px;
}
#divselect ul {
	list-style:none;
	padding:0px 2px;
	background:#fff; 
	width:110px; 
	font-size: 12px; 
	border:none; 
	position:absolute; 
	top:25px;
	left: 0px;
	z-index:20000; 
	display:none;
	border: 1px solid #ccc;
}
#divselect ul li {
	height: 25px;
	line-height: 25px;
	list-style:none;
	border-bottom: 1px solid #ccc;
}
#divselect ul li:last-child {
	border: none;
}
#divselect ul li a {
	display:block;
	text-decoration: none;
	color:#555555;
	height: 25px;
	text-align: center;
}



/*Menu*/
.menu_bg {
	width:100%;
	height:62px;
	background:url(../images/menu_bg.jpg) repeat-x center top;
	}


nav{
	max-width:1000px;
	margin:0 auto;
	}
.m_item {
	padding:0 18px;
	height:62px;
	line-height:60px;
	font-weight:bold;
	text-align:center;
	background:url(../images/menu_line.jpg) no-repeat right top;
	}








@media only screen and (max-width: 1010px) {
	.logo{ float:none; text-align:center; }
	nav{ float:none; width:100%; padding-top:7px;}
	.language{ padding-right:35%; }
	.m_item{ padding:0; height:auto;}
	#divselect ul li { height: 35px; line-height: 35px;}
}


