@charset 'utf-8';

/*---------------- Header ---------------*/

#header{
	background:url(../../images/header_bg.png) no-repeat top center;
	height:89px;
	z-index:10;
	position:relative;

}
#logo{
width:199px;
height:49px;
float:left;
margin: 13px 0 0 35px;
}

/*---------------- Navigation ---------------*/

#navtabs{
	float:right;
	margin:0 0px 0 0;
	width:auto;
	height:81px;
	padding: 0 50px 0 0;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;

}
#navtabs li{
	list-style:none;
	display:inline;
	float:left;
	margin-right:1px;
}
#navtabs a{
	float:left;
	margin:0;
	padding:30px 15px 0 15px;
	height:55px;
	display:block;
	color:#5f5f5f;
}

#navtabs a:hover, #navtabs a.selected{
	background:url(../../images/tableft.jpg) repeat-x;
	color:#FFFFFF;
}

/*---------------- Footer ---------------*/

#footer{
	height:43px;
	border-top:1px solid #e9e9e9;
	background:url(../../images/footer_bg.jpg) repeat-x;
	padding:15px 30px 0 30px;
	clear:both;
}
#footer p{
	font-size:
	line-height:
	color:
}
#footer a{
	color:#64d3cd;
}
#footer a span{
	color:#fff;
}
#footer a:hover, #footer a:hover span{
	color:#f16f28;
}

#footer_links{
	clear:left;
	border-top:1px solid #e9e9e9;
	padding:15px 0 10px 4px;
}