/* CSS Document */

* {
	padding: 0;
	margin: 0;
	overflow-x:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper {
	width: 990px;
	height: 600px;
	min-height: 600px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 135px;
}

#logo {
	position: absolute;
	left: 27px;
	top: 30px;
}

#lang {
	position: absolute;
	right: 26px;
	top: 31px;
}

#lang a {
	display: block;
	width: 58px;
	height: 18px;
	background-image: url(../images/chinese.jpg);
	background-repeat: no-repeat;
}

#lang a:hover {
	display: block;
	width: 58px;
	height: 18px;
	background-image: url(../images/chinese.jpg);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}

#nav {
	position: absolute;
	left: 567px;
	top: 73px;
	width: 420px;
	height: 20px;
	display: block;
}

#nav li {
	list-style-type: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: inline;
	white-space: nowrap;
}

#nav .last {
	border: none;
	padding: 0px 12px 0px 12px;
}

#nav .current {
	background-image: url(../images/cloud_over.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 23px;
	padding: 0px 0px 20px 0px;
	
}

#nav li a:hover {
	color: #FF0000;
	text-decoration:none;
	background-image: url(../images/cloud_over.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 23px;
	padding: 0px 0px 20px 0px;
}

#nav li a .boarder {
	border-right: 1px #FFFFFF dotted;
	height: 23px;
	vertical-align: middle;
	padding: 0px 12px 0px 12px;
}





.clear {
	clear: both;
	height: 1%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

