/*
   screen.css
   Mass Drill and Blast
   
   Created by Cale Woodley on 2008-04-03.
   Copyright 2008 Webfirm. All rights reserved.
*/

@import url("reset.css");

body {
	background: #f2f2f2 url(../images/core/body-background.gif) repeat-x top left;
	font: 0.75em/1.92em Tahoma, Verdana, Arial, sans-serif;
	color: #484848;
}

#page {
	background: #f2f2f2 url(../images/core/page-background.jpg) no-repeat;
	width: 100%;
	height: auto;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

/* ========== */
/* = HEADER = */
/* ========== */
#header {
	background: url('../images/core/header-background.jpg') no-repeat;
	width: 1000px;
	height: 126px;
}

#header img {
	margin: 24px 0 0 8px;
}


/* ========== */
/* = BANNER = */
/* ========== */
#banner {
	margin: 18px auto 15px auto;
	width: 975px;
	height: 297px;
	background: #fff;
	clear: both;
}

#contactinfo {
	width: 250px;
	height: 297px;
	float: left;
	display: inline;
	background: #323232;
	color: #e7e7e7;
}

#contactinfo p {
	margin: 28px 0 0 23px;
}

#contactinfo a {color: #fba81a; text-decoration: none;}
#contactinfo a:hover {text-decoration: underline;}


#flash, #slideshow {
	float: right;
	display: inline;
	margin: 11px 12px 0 12px;
	width: 701px;
}
#slideshow img { display: none; }
#slideshow img#first { diaplay: block; }

/* ============== */
/* = NAVIGATION = */
/* ============== */
#navigation {
	width: 1000px;
	height: 59px;
	clear: both;
	background: url('../images/core/nav-background.gif') bottom center no-repeat;
}

#navigation ul li {
	float: left;
	display: inline;
	margin-top: 5px;
}

#navigation a {
	padding: 8px 20px;
	display: block;
	margin: 0 10px;
	text-decoration: none;
	color: #fff;
}

#navigation a:hover {background: #515151 url('../images/core/nav-hover-background.jpg') bottom left repeat-x;}

body#home #navigation a#nav-home,
body#profile #navigation a#nav-profile,
body#drilling #navigation a#nav-drilling,
body#employment #navigation a#nav-employment,
body#clients #navigation a#nav-clients,
body#contact #navigation a#nav-contact {
	background: #fff;
	color: #3c3c3c;
}


/* ============== */
/* = CONTAINERS = */
/* ============== */
#content {
	width: 1000px;
	background: url('../images/core/content-background.gif') top center repeat-y;
}

/* ================ */
/* = PRIMARY/TEXT = */
/* ================ */
#primary {
	float: right;
	display: inline;
	padding: 10px 0;
	width: 725px;
	background: url('../images/core/primary-background.gif') top right no-repeat;
}

#text {
	background: #f2f2f2;
	margin: 10px 14px 10px 0;
	padding: 23px;
	width: 655px;
}

#text h1 {
	font-size: 1.50em;
}

#text p {
	margin: 20px 0;
}

#text img.float-left {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
	border: 3px solid #ccc;
}

#text img.float-right {
	float: right;
	display: inline;
	margin: 10px 0 10px 10px;
	border: 3px solid #ccc;
}

#text hr {
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	height: 0;
}

#text ul {
	list-style: disc;
	margin: 20px;
}

#text a {color: #fba81a; text-decoration: underline;}
#text a:hover {text-decoration: none;}


/* Drilling Page */
body#drilling #text h2 {
	margin: 10px 0;
	padding: 5px;
	background: #B9B8BA;
}

body#drilling #text table {
	border: 1px solid #ccc;
	width: 70%;
}

body#drilling #text table th {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-left: 5px;
}

body#drilling #text table td {
	padding: 5px;
}

body#drilling #text table td.specname {
	font-weight: bold;
	border-right: 1px solid #ccc;
	width: 30%;
}



/* ================= */
/* = SECONDARY/CTA = */
/* ================= */
#secondary {
	float: left;
	display: inline;
	width: 238px;
	background: url('../images/core/secondary-background.gif') top left no-repeat;
}

.cta {
	width: 200px;
	display: block;
	float: right;
	padding-bottom: 26px;
	border-bottom: 1px dotted #c9c9c9;
	color: #949494;
	margin: 20px 0 0 0;
	line-height: 1.50em;
}

.cta img {
	float: left;
	margin: 5px 10px 20px 0;
}

.cta h2 {
	text-indent: -999em;
}

.cta a {color: #fba81a; text-decoration: none;}
.cta a:hover {text-decoration: underline;}

#cta-mail h2 {
	width: 93px;
	height: 13px;
	margin: 15px 0 0 55px;
	background: url('../images/core/cta-heading-mail.gif') no-repeat;
}

#cta-equip h2 {
	width: 120px;
	height: 15px;
	margin: 15px 0 0 55px;
	background: url('../images/core/cta-heading-equip.gif') no-repeat;
}

/* ========== */
/* = FOOTER = */
/* ========== */
#footer {
	width: 1000px;
	height: 36px;
	background: url('../images/core/footer-background.gif') no-repeat;
	clear: both;
	font-size: 0.92em;
	color: #9a9a9a;
}

#footer a {color: #9a9a9a; text-decoration: none; padding: 0 5px;}
#footer a:hover {text-decoration: underline;}

#footer p {
	float: left;
	display: inline;
	margin: 5px 50px 0 16px;
}

#footer img {
	float: right;
	display: inline;
	margin: 5px 16px 0 0;
}
