

header {
	height: 240px;
	text-align: center;
	border-bottom: 2px solid #666666;
	margin-bottom: 26px;
}

.tag_line {
	position: absolute;
	top: 183px;
	text-align: center;
	z-index: 300;
	height: 25px;
	width: 100%;
	border: 2px solid #666666;
	border-left: 0;
	border-right: 0;
}

.tag_line p {
	font-size: 17px;
	text-align: center;
	font-family: "le-havre-n4", "le-havre", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 1px;
}

/*

	margin-top: 1px;
	
*/

.tag_line p .highlight {
	color: #CC0000;
}

.tag_line:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #666666;
    left: 0px; top: -4px;
	width: 100%;
}

.tag_line:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #666666;
    left: 0px; bottom: -4px;
	width: 100%;

}

.navbar {
	position: absolute;
	top: 214px;
	height: 22px;
	width: 100%;
	font-family: "le-havre-n7", "le-havre", serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}
/*
	font-size: 20px;
	*/

.navbar .nav {
	margin-bottom: 0;
	float: none;
	position: inherit;
}

ul#nav_default, ul.navi_row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 4px;
}

ul#nav_default li,  ul.navi_row li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-right: 1px solid #333333;
	text-align: center;
}

.navbar .nav > li > a {
	color: #666666;
	text-shadow: none;
	text-transform: uppercase;
	padding: 3px 0 1px;
	letter-spacing: 1px;
	border: 0;
	font-weight: 700;
}

ul#nav_default > li > a:hover {
	color: #cc0000;
}

ul#nav_default > li.first > a {
	
}

ul#nav_default > li.last {
	border-right: none;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background-color: transparent;
	color: #cc0000;
}

/*

.navbar .nav {
	margin-bottom: 0;
}

.navbar-inner {
	background-color: transparent;
	background-image: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.navbar .nav {
	margin: 2px auto;
	padding-bottom: 3px;
}

.navbar .nav > li > a {
	font-size: 14px;
	font-family: georgia;
	color: #666666;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 700;
	border-right: 1px solid #666666;
	padding:2px 10px 1px;
	letter-spacing: 1px;
	border: 0;
}

.navbar .nav > li > a:hover {
	color: #cc0000;
	border: 0;
}

.navbar .nav > li.last > a {
	border-right: 0;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background-color: transparent;
	color: #666666;
}

*/