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





#header {
	height:95px;
	background:#000;
	color:#fff;
	position:relative;
	clear:both;
}
#header .header-image {
	margin:20px 0 0 50px;
	padding:20px 0 0 0;
	float:left;
	background:url(../images/logos/nav_logo.png) 0 0 no-repeat;
	height:90px;
	width:178px;
	cursor:pointer;
}
#header .top-buttons {
	position:absolute;
	top:10px;
	right:45px;
}
#footer {
	margin:30px 0 0 0;
	height:550px;
	width:100%;
	
}
#footer .footer-inner {
	/*background:#000;*/
	padding:0 0 30px 0;
	margin:0 auto;
	width:960px;
}
#footer .bottom-footer-links {
	margin:0 auto;
	width:960px;
	text-align:center;
}
