@charset "UTF-8";
/* CSS Document */

body {
	background: #998C7B url('/elements/images/backgrounds/body2.jpg') 0 0 repeat-x;
	float: none;
	width: 100%;
}	

#page #page_header #logo {
	height: 131px;
}

* html #page #page_header #logo {
	height: 121px;
}

#inner_nav {
	display: block;
	clear: both;
	height: 26px;
	overflow: hidden;
	float: left;
	width: 708px;
	position: relative;
	float: none;
	margin: 10px;
	/*margin-top: 136px !important;
	margin-top: 0;*/
	padding: 0 9px 0 0;
	z-index: 10;
	background: #9A0002 url('/elements/images/backgrounds/inner_nav-r.jpg') top right no-repeat;
}

/*
* html #inner_nav {
	padding: 0 9px 0 0;
}
*/

#inner_nav .cnr {
	display: block;
	float: left;
	position: absolute;
	width: 9px;
	height: 26px;
	top: 0;
	left: 0;
	background: url('/elements/images/backgrounds/inner_nav-l.jpg') top right no-repeat;
}

#inner_nav ul {
	display: block;
	height: 17px;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 19px;
}

#inner_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#inner_nav a {
	display: block;
	float: left;
	margin: 4px 0;
	padding: 0 5px 0 6px;
	font-size: 15px;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
}

* html #inner_nav a {
	font-size: 14px;	
}

#inner_nav a:hover, 
#inner_nav a.active {
	color: #FCAF15;	
}

#inner_nav li.last a {
	border: none;	
	padding-right: 0;
}

