/*
蓝色背景: #2a7fbb
菜单下划线：458BC4
头部背景: #c2c3c2;
orange: #ffa500
*/
body {
	background-color:gray;
	background-image:url(../img/b3.gif);
	background-position:top center;
	color:black;
}

a img {
	border:0;
}

/* 超链接 */
a {
	text-decoration:none;
	color:blue;
}
a:visited {
	color:#99342b;
}
a:hover {
	text-decoration:underline;
}

/* col-b、col-c背景颜色 */
#main {
	background-color:#2a7fbb;
}

/*
#col-b {
	background-color:wheat;
	background-color:thistle;
	background-color:beige;
}
#col-c {
	background-color:pink;
}
h1 {
}
h2 {
}
h3 {
	background-color:brown;
}
.titletext {
	background-color:darkblue;
}
*/

p {
	margin-left:1.33em;
	margin-right:1.33em;
	margin-top:1em;
	margin-bottom:1em;
}
/*	background-color:khaki;
	border: 1px solid green;
*/
/*
ul {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	padding: 0 0 0 2em;
}
ol {
	background-color:khaki;
	margin-top:0;
	margin-bottom:0;
}

dl, dt, dd 
{
	margin:0;
	padding:0;
	display: inline; */ /* IE 5.x doesn't like this */
/*	border: 1px solid black;
}

dt
{
	background-color:white;
}

dd
{
	margin:0;
	background-color:pink;
}
*/

/* 头部 */
#header {
	height: 4em; /* 48px */
	background-color: #c2c3c2;
	background-image: url(../img/top.gif);
}

/* logo */
.logo 
{
	margin-left:0.6em;
	font-size: 1.8em; /* 21.6px */
	float: left;
	font-style: italic;
	line-height:2.2222em;
}
#logoen {
	color:#2a7fbb;
}
#logocn {
	font-family:simhei,sans-serif;
	color:red;
}
#skipper {
	display:none;
}
#lang {
	float: right;
	font-size: 1em; /* 12px */
	line-height: 1.166em; /* 14px */
	width: 17em;
	height: 2.333em; /* 28px */
	padding: 0.833em 1em; /* 10px 12px */
	text-align: right;
}

/* 头部图片 */
#popimg {
	background-color: #2a7fbb;
	padding: 2.083em 0 0 0;

	border-top: 2px solid #2a7fbb;
	border-bottom: 1px solid white;
}

/* 菜单 */
#navbar {
display:block;
	position: absolute;
	margin: 4em 0 0 0;
	z-index: 100;
	top: 0;
/*	width: 100%; */
	width: 62em;
	height: 2.083em; /* 25px */
	border-top: 1px solid white;
	border-bottom: 1px solid #1e5b87;
	background-image: url(../img/btc.gif);
	color:white;
}
ul.nde-menu-system {
	margin:0;
	padding-top:0.291em; /* 3.5px */
	padding-right:0;
	padding-bottom:0;
	padding-left:1em;

	display:block;
}
ul.nde-menu-system li {
	margin: 0;
	padding: 0 1.5em;
	position: relative;
	border-right: 1px inset;
	display: inline;
}
ul.nde-menu-system li a {
	text-decoration: none;
	color: white;
/*	border-top: 2px solid #2a7fbb;*/
	border-bottom: 2px solid #458bc4;
}
ul.nde-menu-system li a:visited {
	color: white;
}
ul.nde-menu-system li a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 2px solid #ffa500;
}

/* 左边菜单 */
.menuleft {
	font-size: 1.4em; /* 18px */
	line-height: 1.5em;
	color: white;
	background-color: #ffa500;
/*	background-image: url(../img/tl.gif);
	background-image: url(../img/1/6.gif);
	background-image: url(../img/m.gif); */
	padding-left: 1em;
	background-position: bottom right;
	border-top: 6px solid #2a7fbb;
	border-left: 4px solid #2a7fbb;
	border-right: 8px solid #2a7fbb;
}

.menuitem {
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 1.4em;
	color: black;
	background-color: white;
/*	background-image: url(../img/bai.gif);*/
	background-position: center right;
	border-left: 4px solid #2a7fbb;
	border-right: 8px solid #2a7fbb;
	border-bottom: 1px solid gray;
}

/* 反馈信息 */
.inuptCN {
	font-size: 9pt;
	border: 1px solid #336699;
	background-image: url(../img/shadow_textbox.gif);
}

.inuptCN2 {
	font-size: 9pt;
	border: 1px solid #336699;
	background-image: url(../img/shadow_textfield.gif);
}

em {
	color:red;
}



/* */
#others {
	position:absolute;
	top:0.6em;
	text-align:right;
	width:98.5%;
	color:blue;
	line-height:1.5em;
}
#others a {
	color:blue;
	color:#046abd;
}
#others a:visited {
	color:blue;
	color:#046abd;
}
ul.lb-others {
	list-style:none;
}

#footer p {
	margin:0;
	padding:0;
}

#footer .lb-links {
	padding:1em 4em 1em 4em;
	text-align:center;
}

#footer .lb-links ul {
	display:inline;
	margin:0;
	padding:0;
}

#footer .lb-links li {
	display:inline;
	margin:0;
	padding:0;
}

#footer .lb-address {
	color:white;
	padding:1em;
	text-align:center;
}
#footer a {
	color:black;
	cursor:text;
}
#footer a:visited {
	color:black;
	cursor:text;
}
#footer a:hover {
	text-decoration:none;
	cursor:text;
}
