html, body {
	background-image:url(../img/background.jpg);
	font-family:"ÐÂËÎÌå", "Verdana";
	font-size:12px;
	color:#000000;
	line-height:20px;
	height:100%;

/*--background:url(../img/unders.jpg) no-repeat center top;--*/
}
/*------------externallink-----------------*/
a {
text-decoration:none;
}
a[href^="http:"]:hover {
background:url(../img/externallink.gif) no-repeat right top;
padding-right:10px;
}

/*-----------------------------------------*/
#header {
	width:780px;
	height:90px;
	margin:2px auto 0px auto;
/*--margin-top:100px;--#d8dbe5*/
	background-color:#ffc;
position:relative;
}
#logo {
	padding-left:22px;
	padding-top:20px;
	width:125px;
	height:57px;
	position:relative;
float:left;
}
#logo span {
	width:12px;
	height:11px;
	background-image:url(../img/icon_home.png);
}
#logo span {
	display:none;
}
#logo:hover span {
	display:block;
	width:12px;
	height:11px;
	position:absolute;
	right:-14px;
	top:38px;
}
#inputbox{
margin-top:20px;
float:right;
margin-right:7px;
color:#777;
}
.inputBox {
	border:#bebebe solid 1px;
	height:16px;
	width:90px;
	background-color:#fff;
	color:#fff;
}
a,#inputBox{
color:#777;
text-decoration:none;
}
a:hover,#inputBox{
color:#000;
text-decoration:none;
}
.top_ty {
	padding-right:16px;
	text-align:right;
	color:#666;
	font-family:"ÐÂËÎÌå";
        position:absolute;
        top:45px;
        right:0px;
}
.top_ty a {
	color:#666;
	text-decoration:none;
}
.top_ty a:hover {
	color:#000;
	text-decoration:none;
}
#greenbar {
	width:780px;
	height:4px;
	overflow:hidden;
	margin:6px auto 0px auto;
	background-color:#999;
}
#banner {
	/*background:url(../img/bg_banner.jpg) no-repeat 0px 0px;*/
	width:780px;
	height:136px;
	margin:0 auto;
	position:relative;
}
#pagebody {
	width:780px;
	margin:0 auto;
}
#subnav {
	margin-top:8px;
	margin-bottom:20px;
	height:28px;
	line-height:28px;
	border-bottom:1px dashed #999;
}
#subnav a,#sideNav a{
	color:#666;
	text-decoration:none;
}
#subnav a:hover,#sideNav a:hover{
	color:#000;
	text-decoration:none;
}
#footer {
	width:780px;
	height:44px;
	margin:0 auto;
	line-height:16px;
	border-top:1px dashed #999;
        padding-top: 5px;
	color:#444;
}
#footer span {
	float:right;
	width:520px;
	text-align:right;
	color:#666;
}
#navi {
	position:absolute;
	top:0px;
	left:0px;
	/*background-color:#174576;*/
	background:url(../img/blu.png) repeat 0px 0px;
	width:780px;
	color:#2776aa;
}
#navi ul {
	margin-left:0px;
	padding-left:0px;
}
#navi li {
	float:left;
	font-size:14px;
	
}
#navi li dt{
	padding:6px 8px;
}
#navi li:hover{
	background-color:#939baf;
}

.slogan1 {
	width:780px;
	margin:0 auto;
	height:48px;
	background:url(../img/slogan1.png) no-repeat 0px 0px;
}
