
/* ----  H E A D E R   ------------------------------------ */

#header {
	background: url(img/header.jpg) no-repeat left top;
	margin: 0 -40px 48px -40px;
	width: 1020px;
	height: 408px;
	position: relative;
}

h1 { /*-- logo --*/
	padding: 50px 0 0 40px;
}

h1 a {
	background: url(img/logo.png) no-repeat;
	display: block;
	width: 176px;
	height: 84px;
	text-indent: -9999px;
}

#strap {
	background: url(img/strap.png) no-repeat;
	display: block;
	width: 282px;
	height: 61px;
	margin: 96px 0 0 40px;
	text-indent: -9999px;
}


/* ----  N A V   ------------------------------------ */

#nav {
	background: url(img/sprite.png) no-repeat left top;
	border-top: 2px solid #0E4B41;
	position: absolute;
	bottom: 0;
	width: 1020px;
	height: 48px;
}

#nav li {
	float: left;
}

#nav a {
	background: url(img/sprite.png) no-repeat left top;
	border-right: 1px solid #0f4d43;
	border-left: 1px solid #367e72;
	display: block;
	height: 48px;
	text-indent: -9999px;
}


#nav a#nav_home {
	border-left: 0;
	width: 136px;
}

#nav a#nav_home:hover, #nav a#nav_home:focus {
	background-position: 0 -48px;
}

#nav a#nav_steps {
	background-position: -136px 0;
	width: 267px;
}

#nav a#nav_steps:hover, #nav a#nav_steps:focus {
	background-position: -136px -48px;
}

#nav a#nav_faq {
	background-position: -403px 0;
	width: 127px;
}

#nav a#nav_faq:hover, #nav a#nav_faq:focus {
	background-position: -403px -48px;
}

#nav a#nav_about {
	background-position: -530px 0;
	width: 162px;
}

#nav a#nav_about:hover, #nav a#nav_about:focus {
	background-position: -530px -48px;
}

#nav a#nav_contact {
	background-position: -692px 0;
	width: 151px;
}

#nav a#nav_contact:hover, #nav a#nav_contact:focus {
	background-position: -692px -48px;
}


	/*-- set current page nav elements to 'on' status --*/
	
	#home #nav a#nav_home, #nav a#nav_home:active { background-position: left -95px; }
	
	#steps #nav a#nav_steps, #nav a#nav_steps:active { background-position: -136px -95px; }
	
	#faq #nav a#nav_faq, #nav a#nav_faq:active { background-position: -403px -95px; }
	
	#about #nav a#nav_about, #nav a#nav_about:active { background-position: -530px -95px; }
	
	#contact #nav a#nav_contact, #nav a#nav_contact:active { background-position: -692px -95px; }


/* ----  C O N T E N T   ------------------------------------ */


/* ----  F O O T E R   ------------------------------------ */

#footer {
	border-top: 1px solid #eee;
	color: #777;
	font-size: 80%;
	margin-top: 60px;
	padding: 20px 0;
	width: 940px;
	height: 50px;
	position: relative;
}


#footer .adr {
	float: left;
	width: 640px;
}

.adr b { display: block; }

#hc_link {
	display: block;
	float: left;
	padding-top: 15px;
	width: 300px;
	text-align: right;
}

#hc_link a {
	font-style: normal;
}
