body {
	background:#131f32
}
#wrapper {
	width: 100%;
	color: black;
	background: url(../images/bgd_wrapper_repeat_y.jpg) repeat-y center 0;
}
.wrapperOut {
	width: 100%;
	background: url(../images/bgd_wrapper_footer.jpg) no-repeat center 100%;
}
.wrapperIn {
	background: url(../images/bgd_wrapper.jpg) no-repeat center 0;
	width: 100%;
}
#header {
	position: relative;
	z-index: 0;
	width: 1000px;
	height: 535px;
	overflow: hidden;
	margin: 0 auto;
}
.logo {
	display: block;
	width: 244px;
	height: 103px;
	text-indent: -9999px;
	position: absolute;
	left: 381px;
	top: 20px;
	z-index: 1;
}
.TopLink {
	position: absolute;
	z-index: 2;
	top: 23px;
	left: 669px;
}
.TopLink ul {
	overflow: hidden;
	text-align: center;
}
.TopLink ul li {
	font-size: 12px;
	list-style-type: none;
	color:white;
	display: inline;
	text-align: center;
	font-weight: bold;
}
.TopLink ul li a:link, .TopLink ul li a:visited {
	color:white;
	font-size: 12px;
	padding: 0 3px 0 0px;
}
.TopLink ul li a:hover, .TopLink ul li.Hilite a:link, .TopLink ul li.Hilite a:visited {
	color:#ffcc33;
	text-decoration: underline
}

/*nav*/
#nav {
	width: 903px;
	display: block;
	position: absolute;
	z-index: 3;
	top: 134px;
	left:50px;
	height: 400px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #nav {
left:49px
}
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/nav-nor.jpg) 0 0 no-repeat;
	height:268px;
	margin-top:88px;
}
#nav li a.nav01 {
	background-position: 0 0;
	width:186px;
}
#nav li a.nav02 {
	background-position: -186px 0;
	width:180px
}
#nav li a.nav03 {
	background-position: -366px 0;
	width:180px;
}
#nav li a.nav04 {
	background-position: -546px 0;
	width:180px;
}
#nav li a.nav05 {
	background-position: -726px 0;
	width:174px;
}
#nav li a:hover {
	background-image: url(../images/nav-hov.jpg);
	margin-top:88px
}
#nav li.Hilite a, #nav li.Hilite a:hover {
	background-image: url(../images/nav-act.jpg);
	height:356px;
	margin:0;
}
#nav li.Off a, #nav li.Off a:hover {
	cursor: default;
	margin-top: 93px;
	background-image: url(../images/nav-off.jpg);
	height: 310px;
}
/*Begin Btn*/
input.BtnReset {
	width: auto;
	margin: 10px 10px 0 0;
}
textarea {
	resize: none
}
/*End Btn*/

#top {
	background: url(../images/top.gif) no-repeat;
	display: block;
	width:50px;
	height:50px;
	text-indent: -9999px;
	position: absolute;
	z-index: 10;
	top: 400px;
	left: 900px;
}
#top:hover {
	background-position: -80px 0;
}
/*Footer*/
/*Footer*/
#Footer {
	clear:both;
	height: 133px;
	width: 900px;
	padding: 18px 0 0;
	margin: 0 auto;
}
#Footer p {
	overflow:hidden;
	font: 11px/17px Tahoma;
	color: black;
	font-weight: bold;
	text-align: center;
}
.vng {
	background:url(../images/spacer.gif) no-repeat;
	height: 53px;
	width: 35px;
	float:left;
	margin: 0 19px 0 190px;
	text-indent:-9999px;
}
.kingsoft {
	background:url(../images/spacer.gif) no-repeat;
	height: 17px;
	float: right;
	margin: 13px 187px 18px 10px;
	text-indent:-9999px;
	width: 85px;
}
#link-function {
	border-bottom: none;
	background: #afd2e9 url(../images/content/icon_function.gif) no-repeat 93% center;
	float: right;
	width: 78px;
	text-decoration: none;
	color: black;
	font-size: 12px;
	display: block;
	line-height: 26px;
	height: 26px;
	padding: 0 10px 0 6px;
	font-weight: bold;
}
#link-function:hover {
	text-decoration: none;
}
#list-function {
	padding: 3px 0 8px;
	top: 31px;
	position: absolute;
	width: 185px;
	overflow: hidden;
	border-top: none;
	background: #afd2e9;
	display: none;
	z-index: 100;
}
#list-function.active {
	display: block
}
#list-function li {
	margin-left: 10px;
	text-align: left;
	line-height: 18px;
	padding: 2px 3px 2px 11px;
	overflow: hidden;
	background: url(../images/content/icon-1.gif) no-repeat 0 center;
}
#list-function li.last {
	border:none
}
#list-function li a {
	text-decoration: none;
	color: #cc0000;
}
#list-function a:hover {
	color: 990000;
	text-decoration:underline
}
#list-function li.Off {
	background-image: url(../images/content/icon-1-off.gif)
}
#list-function li.Off a:hover, #list-function li.Off a {
	color: #95badf;
	cursor: default;
}
