/* LAYOUT
------------------------------------------- */

#root {
	border-top: 5px solid #959e29;
	background: #fdfdfd;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
#top {
	height: 154px;
	background: #141414 url(/images/top-bg.jpg) 50% 0 no-repeat;
}
#top .wrapper {
	position: relative;
}
#logo {
	position: absolute;
	top: 50px;
	width: 180px;
	height: 48px;
}
#logo a {
	display: block;
	width:100%;
	height: 48px;
	overflow: hidden;
	text-indent: -999em;
	background: url(/images/logo-screen.png) no-repeat;
}
#skip-links {
	position: absolute;
	top: 0;
	left: -10001px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#skip-links li a:focus, #skip-links li a:active {
	display: block;
	position: absolute;
	left: 10001px;
	top: 0;
	z-index: 10001;
	width: 200px;
	margin: 15px 0 0 15px;
	padding: 2px 0;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#client-login {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 40px;
	font-size: 1.1em;
	text-align: center;
	background: #959e29 url(/images/client-login-bg.gif) 0 0 repeat-x;
}
#client-login a {
	display: block;
	padding: 13px 0 0 0;
	color: #e1dfdf;
	text-transform: uppercase;
}
#client-login a:hover {
	color: #d0d873;
	text-decoration: none;
}

#content {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #efefef url(/images/intro-bg.gif) 0 0 repeat-x;
}

#content .wrapper {
	margin: 0 auto;
}

#content h1 {
	margin-bottom: 25px;
	text-transform:uppercase;
}
#content h2 {
	margin: 20px 0 10px;
}

.subnav #contentarea {
	float: left;
	margin: 50px 0 120px 60px;
	width: 600px;
	line-height: 2.2em;
}

#footer {
	display: block;
	overflow: hidden;
	padding: 56px 0 60px 0;
	background: #141414 url(/images/footer-bg.gif) 0 0 repeat-x;
}
#footer .contact {
	float: right;
	width: 242px;
	overflow: hidden;
	padding-top: 2px;
}
#footer .contact .signup {
	margin: 0 0 18px;
}
#footer .contact .signup a {
	display: block;
	width: 242px;
	height: 62px;
	overflow: hidden;
	background: url(/images/bttn-signup.png) 0 0 no-repeat;
	text-indent: -10001em;
}
#footer .contact .question-about-exovend {
	display: block;
	margin: 0 0 10px;
}
#footer .contact .question-about-exovend a {
	display: block;
	width: 240px;
	height: 61px;
	background: url(/images/bttn-contact-us-today.gif) 0 0 no-repeat;
	text-indent: -10001em;
}
#footer .contact .copyright {
	font-size: 1em;
	color: #676767;
	margin-bottom: 5px;
}
#footer .contact .patent {
	font-size: 1em;
	color: #474747;
}