/* ============== Written By Peter ===================*/

/* ==================== Header ===================== */

html, body {
	height: 100%;
}

.wrap {
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

.pager {
	width: 1024px;
	margin: 0 auto;
}

.index_top_bg, .page_top_bg {
	width: 100%;
	height: 440px;
	position: absolute;
	z-index: -999;
	background: #eeeeee;
	top: 0;
}

.page_top_bg {
	height: 200px;
}

.header {
	width: 1000px;
	height: 55px;
	padding: 55px 12px 0 12px;
	margin: 0 auto;
}

.logo {
	width: 200px;
	height: 50px;
	float: left;
	margin-left: 15px;
	background: url(../images/logo.jpg) no-repeat 0 0;
}


.menu_box {
	width: 643px;
	height: 40px;
	background: black;
	margin-top: 5px;
	margin-left: 15px;
	float: right;
	overflow: hidden;
}

.menu_box ul li {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
}

.menu_box ul li:hover {
	background: #085fa6;
}

.menu_box ul li a {
	color: white !important;
	padding: 3px 30px;
	border-right: 1px solid #808080;
}

.home_button {
	background: #085fa6 !important;
	border: 0 !important;
}

.footer_empty {
	width: 100%;
	height: 31px;
}

.footer {
	width: 100%;
	min-width: 1024px;
}

.footer_inbox {
	width: 1000px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	margin: 0 auto;
	margin-top: -31px;
	border-top: 1px solid #cccccc;
}






