/* CSS Document */
#wrapper #header	{
	display: block;
	width: 1000px;
	height: 168px;
	padding-top: 20px;
	background-color: #094701;
	border-radius: 4px 4px 0px 0px;
}
#wrapper #header #heading	{
	display: block;
	width: 550px;
	height: 70px;
	margin-left: 60px;
	padding-top: 5px;
	font-size: 44px;
	text-align: center;
	line-height: 36px;
	color: #D5B742;
	float: left;
	font-style: italic;
	border: thin groove #D5B742;
}
#wrapper #header #heading #bnb	{
	display: block;
	width: 550px;
	height: 20px;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	color: #D5B742;
	float: left;
	font-style: italic;
}
#wrapper #header #contact	{
	display: block;
	width: 260px;
	height: 84px;
	margin-left: 115px;
	color: #D5B742;
	float: left;
}
#wrapper #header #contact #phone	{
	display: block;
	width: 260px;
	height: 26px;
	font-size: 20px;
	color: #D5B742;
	float: left;
}
#wrapper #header #contact #mobile	{
	display: block;
	width: 260px;
	height: 26px;
	font-size: 20px;
	color: #D5B742;
	float: left;
}
#wrapper #header #contact #mail	{
	display: block;
	width: 260px;
	height: 20px;
	font-size: 16px;
	color: #D5B742;
	margin-top: 10px;
	float: left;
}
#wrapper #header nav	{
	display: block;
	width: 1000px;
	height: 60px;
	margin-top: 20px;
	background-color: #094701;
	float: left;
	position: relative;
}
#wrapper #header nav #topBlank	{
	display: block;
	width: 1000px;
	height: 21px;
	background-color: #094701;
	position: relative;
	z-index: 10;
}
#wrapper #header nav #botBlank	{
	display: block;
	width: 1000px;
	height: 19px;
	margin-top: 21px;
	background-color: #094701;
	position: relative;
	z-index: 10;
}
#wrapper #header nav ul	{
	display: block;
	width: 1000px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-color: #094701;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#wrapper #header nav ul li 	{
	display: block;
	width: 110px;
	height: 40px;
	color: #D5B742;
	font-size: 18px;
	text-align: center;
	padding-top: 19px;
	margin-left: 40px;
	list-style-type: none;
	float: left;
	cursor: pointer;
	z-index: 1;
}
#wrapper #header nav ul li span.alive, #wrapper #header nav ul li span.alive a 	{
	text-decoration: underline;
	color: #FEF4BC;
}

#wrapper #header #contact #mail a.email	{
	color: #D5B742;
	text-decoration: underline;
}
#wrapper #header #contact #mail a.email:hover	{
	color: #FEF4BC;
	text-decoration: none;
}