/* 
Design by Xu.Zero 090810 (xu.zero@gmail.com)
*/

@import url("default.css"); 

#topper {
	width: 700px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/topperBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 1px;
	position: relative;
}
#topper #logo {
	float: left;
	width: 300px;
}
#topper #logo img {
	vertical-align: top;
}
#nav {
	position: absolute;
	right: 15px;
	bottom: 0px;
	margin-bottom: 0px;
}
#nav li {
	float: left;
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 5px;
	height: 65px;
	display: inline;
	margin-bottom: 0px;
}
#nav li a {
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	display: block;
	padding-right: 10px;
	color: #E3F0F4;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 20px;
}
#nav li a:hover {
	color: #FFF;
}
#nav li.active {
	float: left;
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 5px;
	margin-right: 5px;
	height: 65px;
	display: inline;
}
#nav li.active a {
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
	background-position: 100% -65px;
	display: block;
	padding-right: 10px;
	color: #FFF;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 20px;
}
#wrap {
	width: 610px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
	text-align: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #959595;
	border-bottom-width: 10px;
	margin-bottom: 5px;
	background-image: url(images/contentBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#banner {
	margin-bottom: 15px;
	margin-right: -5px;
	margin-left: -5px;
}
#lan {
	margin-bottom: -16px;
}
#lan ul {
	text-align: right;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0px;
}
#lan ul li {
	display: inline;
	margin-left: 10px;
	color: #999;
}
#lan ul a {
	color: #000;
	font-weight: normal;
}
#copyright {
	font-size: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #666;
}
.siteThumb {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.url {
	background-image: url(images/icon_url.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 22px;
}
.addr {
	display: block;
	padding-left: 35px;
}
