/* NAVIGATION */

#navigation {
	width:auto;
	float:right;
	margin-top:28px;
}

.nav_element_container {
	display:block;
	float:left;
	height:43px;
	overflow:hidden;
}

.nav_element {
	font:normal 14px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #fff;	
	text-transform:uppercase;
	border-bottom: 1px solid #ed0905;
	border-top: 1px solid #ed0905;
	padding:12px 17px;
	display:block;
	overflow:hidden;
	float:left;
	letter-spacing:0.5px;
height:17px;
}

a.nav_element:hover,
a.nav_element:active {
	background-color:#434343;
	text-decoration:none;
}

a#current {
	background-color:#ed0905;
}

.subnav_container {
	clear:both;
	float:left;
	display:block;
	width:100%;
height:auto;
}

.subnav_element {
	clear:both;
	float:left;
	display:block;
	width:100%;
	text-align:center;
	color:#ccc;
	font-size:11.7px;
	line-height:30px;
height:30px !important;
margin:0 !important;
padding:0 !important;
}


/* LOGO */

#nav h1#logo {
float:left;
width:300px;
height:100px;
display:inline;
margin-top:0px;
}

#nav h1#logo a {
margin:12px 119px 0px 0px;
border:0;
padding:0px;
height:100px;
}

#nav h1#logo img {
border:0; 
width:300px; 
height:100px;
padding:0;
margin:0;
background-color:transparent !important;
}


/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 890px;	
	left: 25px;	top: 10px;
height:200px;
	
}
