#header_wrap 
{
	//background-color:#e9b988;
	background-color:#A50000;
	width:850px;
	overflow: hidden;
}

#header_wrap .logo
{
	margin: 0 auto;
	width:600px;
	float:left;
	padding:10px 30px 5px 40px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#fff;	
}

#header_wrap .slogan
{
	margin: 0 auto;
	width:350px;
	float:right;
	margin:20px 30px 5px 40px;
}

#header_menu {
	float: left;
	margin-top:10px;
	width: 850px;
	height: 35px;
	background-color:#e9b988;
	border-bottom:10px solid #22150d;
}

#header_menu ul {
	margin: 0;
	padding: 0px 0px 0px 30px;
	list-style: none;
	line-height: normal;
}

#header_menu li {
	display: block;
	float: left;
	color: #624013;
}


#header_menu li:hover {
	background: #22150d;
}


#header_menu a.active {
/*	float: left;
	font:Arial, Helvetica, sans-serif;
	font-style:italic;
	height:50px;
	width:100px;
	*/
	text-decoration: none; 
	color: #e2521d;
	background-color: #22150d;
	
}

#header_menu a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 13px 30px 0px 30px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

#header_menu a:hover { 
	text-decoration: none; 
	color: #e2521d;
}