@charset "UTF-8";
.nav_header_bg {
	background-color: #3b0000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
}

.header {
	height: 73px;
	width: 1000px;
	margin: 0 auto;
}
.header_bg {
	background: #862633;
	height: 73px;
	background-image: url(../images/line-pattern_0.png);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1000px;
}
.header .bannerblock  {
	width: auto;
	float: right;
	height: 73px;
	font-family: Verdana, Arial, sans-serif;
}
.header .bannerblock .search_box  {
	height: 46px;
	margin-top: 6px;
	text-align: right;
}
.header .bannerblock .mini_nav  {
	background-color: #000;
	height: 21px;
}
.header .bannerblock .mini_nav p  {
	text-align: center;
	font-size: 12px;
	vertical-align: bottom;
	padding: 2px 0 0 0;
	color: #FFF;
	margin-top: 0px;
}
.header .bannerblock .mini_nav p a:link {
	color: #FFF;
	text-decoration: none;
}
.header .bannerblock .mini_nav p a:visited {
	color: #FFF;
	text-decoration: none;
}
.header .bannerblock .mini_nav p a:hover {
	color: #FFF;
	text-decoration: underline;
}
.header .bannerblock .mini_nav p a:active {
	color: #FFF;
	text-decoration: underline;
}
.header .bannerblock .mini_nav p a:focus {
	color: #FFF;
	text-decoration: underline;
}
