@charset "UTF-8";
/* DEFAULT STYLES */

body {
	background: #0D4796 url(../images/body-bg.jpg) top left repeat-x;
	text-align: center;
	margin: 0 auto;
}
#page {
	width: 1010px;
	height: auto;
	min-height: 860px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
.clear {
	clear: both;
}

/* BEGIN HEADER */
#header {
	width: 1010px;
	height: 111px;
	margin: 0;
	padding: 0;
}
/* END HEADER */

/* BEGIN NAV */
#nav {
	background: url(../images/nav-back.jpg) top right no-repeat;
	width: 1010px;
	height: 53px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: left;
	text-align: -5000px;
}

#nav li { 					
	float: left;
	height: 53px;
	overflow: hidden; 
}		 
#nav li a { 
	display: block;
	padding: 53px 0 0 0;
	height: 0px !important;
	overflow: hidden; 
}										
#home a { 	
	background: url(../images/nav-home.jpg) top left no-repeat; 
	width: 140px; 
}						
#home a:hover { 			
	background-position: left -53px; 
}
#home a.active { 	
	background: url(../images/nav-home-active.jpg) top left no-repeat; 
	width: 140px; 
}
#about a { 	
	background: url(../images/nav-about.jpg) top left no-repeat; 
	width: 178px; 
}					
#about a:hover { 			
	background-position: left -53px;
}
#about a.active { 	
	background: url(../images/nav-about-active.jpg) top left no-repeat; 
	width: 178px; 
}
#services a { 	
	background: url(../images/nav-services.jpg) top left no-repeat; 
	width: 159px; 
}					
#services a:hover { 			
	background-position: left -53px; 
}
#services a.active { 	
	background: url(../images/nav-services-active.jpg) top left no-repeat; 
	width: 159px; 
}
#contact a { 	
	background: url(../images/nav-contact.jpg) top left no-repeat; 
	width: 144px; 
}				
#contact a:hover { 			
	background-position: left -53px; 
}
#contact a.active { 	
	background: url(../images/nav-contact-active.jpg) top left no-repeat; 
	width: 144px; 
}
/* END NAV */

/* BEGIN BUTTONS */
#buttons {
	background: #222222 url(../images/buttons-bg.jpg) top left repeat-x;
	width: 916px;
	height: 142px;
	margin: 0 0 0 25px;
	padding: 18px 0 0 50px;
	float: left;
	display: inline;
}
/* END BUTTONS */

/* BEGIN FOOTER */
#footer {
	background-color: #F1F1F2;
	width: 966px;
	height: 82px;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	float: left;
}
#footer .left {
	width: 436px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#footer p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #737373;
	padding: 23px 30px 0 0;
	margin: 0;
	text-align: right;
	line-height: 14px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #737373;
	text-decoration: none;
}
#footer a:hover {
	color: #222222;
	text-decoration: none;
}
#footer .right {
	width: 530px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
/* END FOOTER */




