#container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	float:left;
	width:100%;
}


#header .logo {
	float:left;
	width:100%;
	height:223px;
	background:url(../images/logo_top.jpg) no-repeat;
}
#header .logo div.top {
	float:left;
	width:100%;
	padding-top: 10px;
}
#header .logo div.top div.links{
	float: right;
	padding-right: 10px;
}
#header .logo div.top div.today{
	float: left;
	padding-left: 5px;
	color: #666666;
}
#header .logo div.chinese{
	float: right;
	padding: 190px 8px 0 0;
}
#header .logo .login-wrap {
	float:right;
	width: 260px;
	height: 191px;
	background:url(../images/bg_index_top.jpg) no-repeat 0 -32px;
}

#header .logo .login-wrap .login-form {
	padding-left: 36px;
	padding-top: 100px;
}

#header .logo .login-wrap .login-form p {
	height: 28px;
	line-height: 28px;
}

#header .logo .login-wrap .login-form p.ipt label {
	float:left;
	width: 80px;
	font-weight:bold;
	height: 20px;
	line-height:20px;
}

#header .logo .login-wrap .login-form p.ipt input {
	background-color:#7da2b0;
	border:none;
	width: 120px;
	height: 18px;
	padding:2px 0 0 2px;
}

#header .logo .login-wrap .login-form p.actions input {
	width: 70px;
	height: 22px;
	background:url(../images/bg_login_btn.gif) no-repeat;
	border:none;
	color: #fff;
	font-weight: bold;
	margin-right:10px;
	cursor:pointer;
}

#header .logo .member {
	background:url(../images/bg_member_login.jpg) no-repeat 0 -32px;
}

#header .logo .member .login-form {
	padding:146px 0 0 25px;
}

#header .logo .member .login-form p {
	height: 20px;
	line-height: 20px;
}

#header .logo .member .login-form p.welcome {
	color:#163974;
}

#header .logo .member .login-form p.welcome b {
	font-weight:bold;
}

#header .logo .member .login-form p.actions {
	text-align:right;
	padding-right:10px;
	color:#df0022;
	font-weight:bold;
}

#header .logo .member .login-form p.actions a {
	color:#df0022;
	font-weight:bold;
}

#header .logo .nologin {
	background-position:0 -394px;
}



#header .nav {
	float:left;
	width:100%;
	height:31px;
}

#header .nav {
	float:left;
	width:100%;
	height:31px;
	background:url(../images/bg_nav_vline.gif) repeat-x;
}

#header .nav li {
	float:left;
	width:auto;
	height:31px;
	background:url(../images/bg_nav_wrap_vline.gif) no-repeat right center;
}

#header .nav li a {
	display: inline-block;
	height: 31px;
	color: #003466;
	cursor:pointer;
}

#header .nav li a:hover {
	background: url(../images/bg_nav_vline.gif) repeat-x 0 -31px;
	text-decoration:none;
	color:#fff;
}

#header .nav li a span {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding:0 10px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

#header .nav ul.sub {
	display:none;
	position: absolute;
	width:100px;
	border:1px solid #96bdd9;
	border-width: 0 1px 1px;
	background-color: #c7e4f9;
	top:31px;
	left:0;
	float:left;
}

#header .nav ul.sub li {
	float:left;
	width:100%;
	background-image:none;
	line-height: 20px;
	height: auto;
	text-align:center;
	background: url(../images/pt_nav.gif) no-repeat 8px 12px;
}

#header .nav ul.sub li.hover {
	background-color:#0096b8;
}

#header .nav ul.sub li span {
	padding:0 10px;
	background-image:none;

}

#header .nav ul.sub li a {
	display:inline;
}

#header .nav ul.sub li a:hover {
	background:transparent none repeat scroll 0 0;
	color:#fff;
}

#header .nav ul.sub li.hover {
	background-color: #0096b8;
}


#main {
	float:left;
	width:100%;
	padding-bottom:10px;
}

#main .content {
	float:left;
	width:940px;
	padding-left:10px;
}


#footer {
	float:left;
	width:100%;
}

#footer .links {
	float:left;
	width:100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #696969;
}

#footer .links a {
	color: #696969;	
}

#footer .copyright {
	float:left;
	width:100%;
	padding: 20px 0 30px;	
	color:#696969;
}

#footer .copyright p {
	line-height: 24px;
	text-align:center;
}



















