
<!--
 @CHARSET "UTF-8";

/* Common */
.block {
	display: block;
	clear: both;
}

a img {
	border: 0;
}

img {
	border: 0;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	padding: 0px;
	margin: 0px;
	background: #eef9fc;
	background-image: url(../img/left/pagebg_line.gif);
	background-repeat: repeat-y;
	height:100%;
}

body * {
	margin: 0;
	padding: 0;
}

/* Left */
#frame {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/left/pagebg_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page-container {
	height: 100%;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-top: 40px;
}

#mainWrapper {
	padding: 0;
	width: 818px;
	float: left;
}

#main {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	width: 818px;
}

#banner_pic {
	height: 164px;
	width: 818px;
}

.sub_navi_button {
	margin: 0px;
	width: 152px;
	height: 17px;
	padding: 5px 0px 0px 15px;
}

.sub_navi_button a {
	margin: 0px;
	font-size: 9pt;
	color: #dddee2;
	font-weight: light;
	background-image: url(../img/images/icon1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 17px;
	text-decoration: none;
}

.sub_navi_button a:hover {
	font-size: 9pt;
	color: #b7d9e2;
	background-image: url(../img/images/icon2.png);
	background-repeat: no-repeat;
}

.sub_navi_separator {
	padding-left: 7px;
	height: 1px;
}

#sub_menu1 {
	display: none;
}

#menu_content1 {
	position: absolute;
	top: 108px;
	left: 424px;
	width: 152px;
	height: 115px;
	background-image: url(../img/images/bg1.png);
	background-repeat: repeat-y;
	font: #aecad1;
}

#menu_botton1 {
	position: absolute;
	top: 223px;
	left: 424px;
	width: 152px;
	height: 14px;
	background-image: url(../img/images/bg2.png);
	background-repeat: not-repeat;
}

#sub_menu2 {
	display: none;
}

#menu_content2 {
	position: absolute;
	top: 108px;
	left: 510px;
	width: 152px;
	height: 90px;
	background-image: url(../img/images/bg1.png);
	background-repeat: repeat-y;
	font: #aecad1;
}

#menu_botton2 {
	position: absolute;
	top: 198px;
	left: 510px;
	width: 152px;
	height: 14px;
	background-image: url(../img/images/bg2.png);
	background-repeat: not-repeat;
}

#sub_menu3 {
	display: none;
}

#menu_content3 {
	position: absolute;
	top: 108px;
	left: 596px;
	width: 152px;
	height: 90px;
	background-image: url(../img/images/bg1.png);
	background-repeat: repeat-y;
	font: #aecad1;
}

#menu_botton3 {
	position: absolute;
	top: 198px;
	left: 596px;
	width: 152px;
	height: 14px;
	background-image: url(../img/images/bg2.png);
	background-repeat: not-repeat;
}

/* Header */
#header {
	width: 818px;
	height: 80px;
}

#logo {
	width: 308px;
	float: left;
	
}
#logo-img{
	margin: 0 0 5px 20px;
}
#nav {
	width: 510px;
	float: left;
	height: 80px;
	background-color: white;
}

#site_nav {
	padding: 10px 7px 12px 0;
	text-align: right;
}

#site_nav li {
	display: inline;
	list-style: none;
	display: inline;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 1.5em;
}

#site_nav li * {
	vertical-align: middle;
}

#site_nav li a {
	color: #5f5f5f;
	text-decoration: none;
}

#site_nav li a:hover {
	text-decoration: underline;
}

#main-nav {
	height: 28px;
	width: 478px;
	background: url(../img/images/main-nav-bg.jpg);
	text-align: center;
	vertical-align: middle;
}

#main-nav * {
	vertical-align: middle;
}

#main-nav a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	text-decoration: none;
	margin: 0 10px;
}

#main-nav a:hover {
	text-decoration: underline;
}

#main-nav a#cur {
	background: url(../img/images/navmenu-cur.jpg) no-repeat;
	margin: 0;
	padding: 8px 19px 9px 19px;
	color: #000100;
}

#main-nav img {
	margin: 0px;
	margin-bottom: 1px;
}

#main-nav a#cur :hover {
	text-decoration: none;
}

/* Content */
#content {
	position: ralative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

#banner_pic {
	border: 0px;
	scrolling: no;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#main_content {
	border: 0px;
	scrolling: no;
	padding: 0px;
	margin: 0px;
	width: 100%;


}

/* Footer */
#footer {
	background: #eef9fc;
	background-image: url(../img/left/pagebg_btm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 0 0 30px;
	height: 92px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	float:left;
}

#footer-nav {
	margin-top: 15px;
	width: 818px;
	font-size: 12px;
	text-align: center;
	background: #d9d7d7;
	line-height: 18px;
	color: #5f5f5f;
}

#footer-nav p {
	float: left;
	margin-left: 230px;
}

#footer-nav a {
	color: #5f5f5f;
	text-decoration: none;
}

#footer-nav a:hover {
	text-decoration: underline;
}

/* Float Window*/
#float_window {
	float: left;
	height: 352px;
	width: 138px;
	margin-left: 5px;
	margin-top: 47px;
}

#floatWrapper {
	float: left;
	height: 352px;
	width: 138px;
	margin-left: 10px;
	margin-top: 47px;
	text-align: center;
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
}

#float_01 {
	margin: 0px;
	padding: 0px;
	padding-top: 13px;
	height: 19px;
	width: 138px;
	font: Arial;
	font-size: 9pt;
	color: white;
	background-image: url(../img/right/panel_03.jpg);
	background-repeat: no-repeat;
}

#float_02 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	height: 90px;
	width: 138px;
	background-image: url(../img/right/panel_05.jpg);
	background-repeat: repeat-y;
}

#float_03 {
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 138px;
	background-image: url(../img/right/panel_11.jpg);
	background-repeat: no-repeat;
}

#float_04 {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 138px;
	background-image: url(../img/right/panel_18.jpg);
	background-repeat: repeat-y;
	font: Arial;
	font-size: 9pt;
	font-weight: lighter;
	color: black;
}

#float_04 a {
	color: black;
}

#navi_table {
	margin-left:15px;
	margin-left:0px\9;
}

.navi_table_img {
	width: 35px;
}

.navi_table_a {
	width: 60px;
}

#float_05 {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 138px;
	background-image: url(../img/right/panel_29.jpg);
	background-repeat: no-repeat;
}

#float_06 {
	margin: 0px;
	padding: 0px;
	height: 96px;
	width: 138px;
}

#login_form {
	margin: 0px;
}

#error_span {
	font-size: 9pt;
	color: red;
}

#login_form input {
	font-size: 8pt;
}

.float_input {
	margin-left: 3px;
	margin-top: 2px;
	height: 13px;
	width: 112px;
}

#welcome_text {
	font: Arial;
	font-size: 9pt;
	font-weight: lighter;
	color: gray;
	align: left;
	height: 40px;
	width: 100px;
	display: none;
	word-wrap: break-word;
}

#login_button {
	margin-top: 5px;
	display: block;
	line-height: 23px;
	height: 23px;
	width: 66px;
	font: Arial;
	font-size: 10pt;
	font-weight: lighter;
	color: white;
	text-decoration: none;
	background-image: url(../img/right/panel_08.jpg);
	background-repeat: no-repeat;
	margin-left:35px;
	+margin-left:0px;
	
}
 
#welcome_text{
	margin-left:15px;
	+margin-left:0px;
}

#forget_pass {
	margin-top: 5px;
	font: Arial;
	font-size: 9pt;
	font-weight: lighter;
	color: black;
	text-decoration: none;
}
-->
