/*******************************************************************************
	Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/*******************************************************************************
	Header
*******************************************************************************/
div#header {
	width: 100%;
	height: 145px;
	background: url(../images/bkgrds/header.gif) top center repeat-x;
}

div#header-content {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 980px;
	height: 145px;
	text-align: left;
}

div#header img {
	border: 0;
}

/*******************************************************************************
	Logo
*******************************************************************************/
div#logo {
	padding-top: 32px;
	float: left;
}

/*******************************************************************************
	Nav
*******************************************************************************/
div#nav {
	padding-top: 58px;
	float: right;
}

div#nav img {
	margin-right: 15px;
}

div#nav img.last {
	margin-right: 0;
}

/*******************************************************************************
	Banner
*******************************************************************************/
div#about-us-banner {
	width: 100%;
	height: 116px;
	background: url(../images/banners/about-us.jpg) top center no-repeat;
}

div#our-process-banner {
	width: 100%;
	height: 116px;
	background: url(../images/banners/our-process.jpg) top center no-repeat;
}

div#our-services-banner {
	width: 100%;
	height: 116px;
	background: url(../images/banners/our-services.jpg) top center no-repeat;
}

div#contact-banner {
	width: 100%;
	height: 116px;
	background: url(../images/banners/contact.jpg) top center no-repeat;
}

div#banner-content {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 980px;
	height: 116px;
	text-align: left;
}

div#banner-content h1 {
	padding: 28px 0 0 362px;
	color: #faa635;
	font-size: 48px;
	font-weight: lighter;
}

/*******************************************************************************
	Content
*******************************************************************************/
div#content {
	padding: 1px 0 15px 0;
	width: 100%;
	background: #333 url(../images/bkgrds/content.gif) top center repeat-x;
}

div#content-wrap {
	margin: 0 auto;
	padding: 25px 10px 0 10px;
	width: 980px;
	background: url(../images/bkgrds/tag.gif) top right no-repeat;
	text-align: left;
}

div.left {
	padding-left: 36px;
	width: 306px;
	float: left;
}

div.right {
	padding-left: 20px;
	width: 520px;
	float: left;
}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer {
	padding-top: 20px;
	width: 100%;
	height: 125px;
	background: url(../images/bkgrds/footer.gif) top center repeat-x;
}

div#footer-content {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 980px;
	height: 125px;
	text-align: left;
}

div#footer a {
	color: #fff;
	text-decoration: underline;
}

div#footer h2 {
	margin-bottom: 10px;
	color: #ef3e42;
	font-size: 18px;
	font-weight: lighter;
}

div#footer p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 12px;
}

div.contact-option {
	margin-right: 10px;
	width: 50px;
	text-align: right;
	float: left;
}

div#footer div.contact-option p {
	color: #ef3e42;
}

div.contact-info {
	float: left;
}

div#footer p.copyright {
	margin-top: -18px;
	margin-bottom: 0;
	color: #666;
	font-size: 10px;
	text-align: right;
}

div#footer p.copyright a {
	color: #666;
}

/*******************************************************************************
	Center Element
*******************************************************************************/
div.center {
	text-align: center;
}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}
