/* ===============================================
Keith Inc
--------------------------------------------------
AUTHOR(S): matt@topspotims.com,


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      		#0c3066;
TOP BACKGROUND 			#e8e8e8;

LINK					#0c3066;
H1 						#333333;



=================================================*/

body{
	margin: 0;
	padding: 0;
	background: #0c3066 url(../images/bg.gif) top repeat-x;
	font-size: 62.5%;
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
}

.clearBoth {
	clear: both;
}

.floatright {
	float: right;
	height: auto;
}

.floatleft {
	float: left;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

h1 {
	margin: 6px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #333333;
}
h2 {
	margin: 2px 0;
	padding: 0 0 0 7px;
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
	background: transparent url(../images/bucketH1Bg.gif) left bottom no-repeat;
	border-bottom: 1px solid #333333;
}
h3 {
	margin: 6px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
}
p {
	margin: 5px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.7;
	color: #333333;
}

a {
	color: #0c3066;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
span.required { 
	color: #ff0000; 
}

/* ==== WRAPPER        ============================== */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
/* ==== HEADER         ============================== */
#header {
	margin: 0;
	padding: 0;
	height: 210px;
	background: #000 url(../images/banner.jpg) no-repeat;
}
	a#logo {
		float: left;
		display: block;
		margin: 10px 10px;
		padding: 0;
		height: 49px;
		width: 318px;
		background: transparent url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	ul#globalNav {
		float: right;
		margin: 10px 0 10px;
		padding: 0;
		list-style: none;
	}
	ul#globalNav li {
		float: left;
		display: block;
		margin: 0 15px 0 0;
		padding: 0; 
	}
	ul#globalNav li a {
		margin: 0;
		padding: 0;
		color: #fff;
		text-decoration: none;
		font-size: 1.1em;
		font-style: normal;
		font-weight: bold;
	}
	ul#globalNav li a:hover {
		text-decoration: underline;
	}
	p#callUs {
		float: right;
		clear: right;
		margin: 0 15px 0 0;
		padding: 0;
		color: #fff;
		font-size: 1.8em;
		font-style: italic;
		font-weight: bold;
	}

/* ==== PRIMARY NAV    ============================== */
ul#primaryNav {
	margin: 0;
	padding: 0;
	height: 29px;
	background-color: #0c3066;
	list-style: none;
	overflow: hidden;
}
	ul#primaryNav li {
		float: left;
		display: block;
		margin: 0;
		padding: 0;
	}
	ul#primaryNav li a {
		display: block;
		margin: 0;
		padding: 8px 10px 8px;
		color: #fff;
		font-size: 1.2em;
		text-decoration: none;
		background: none;
		font-style: normal;
	}
	ul#primaryNav li a:hover {
		background: transparent url(../images/navHoverArrow.gif) bottom center no-repeat;
	}

/* ==== CONTENT        ============================== */
#contentWrapper {
	margin: 0;
	padding: 0 0 15px;
	border-top: 10px solid #eeb43d;
	background: #fff;
	overflow: auto;
	font-size: 1.1em; 
}
	
	#homeBlurb {
		margin: 0;
		padding: 5px 0 5px 250px;
		background: #e8e8e8 url(../images/homeBlurbBg.gif) left no-repeat;
		height: 148px;
	}
	#homeBlurb h1, #homeBlurb p {
		float: right;
		width: 540px;
	}
	#homeBlurb a.rfq {
		float: right;
		display: block;
		clear: both;
		margin: -20px 60px 0 0;
		padding: 0;
		width: 120px;
		height: 35px;
		background: transparent url(../images/btnHome.gif) top no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	#homeBlurb a.rfq:hover {
		background-position: 0 -35px;
	}
	
	ul#homeBuckets {
		margin: 25px 0 0;
		padding: 0;
		display: block;
		background-color: #fff;
		list-style: none; 
	}
	ul#homeBuckets li {
		position: relative;
		float: left;
		display: block;
		margin: 0 2px 50px;
		padding: 0 0 0 105px;
		height: 130px;
		overflow: auto; 
	}
	ul#homeBuckets li h2 {
		font-size: 1.3em;
		font-weight: bold;
	}
	ul#homeBuckets li.fusion { background: #fff url(../images/fusionBucket.gif) left top no-repeat; width: 180px; }
	ul#homeBuckets li.coating { background: #fff url(../images/coatingBucket.gif) left top no-repeat; width: 145px; }
	ul#homeBuckets li.pipe { background: #fff url(../images/pipeBucket.gif) left top no-repeat; width: 140px;}
	ul#homeBuckets li a{
		position: absolute;
		bottom: 0;
		left: 105px;
		font-weight: bold;
		font-size: 1.1em;
	}
	ul#homeBuckets li p { line-height: 1; font-size: 1em; }
	
/* ==== CONTENT BODY        ============================== */
	#contentBody {
		float: left;
		margin: 0;
		padding: 0 10px;
		width: 580px;
	}
	#contentBody h1 {
		margin: 15px 0;
		padding: 0;
		font-size: 1.8em;
		font-weight: normal;
		color: #333333;
	}
	#contentBody p {
		margin: 7px 0;
		padding: 0;
		font-size: 1.1em; 
		line-height: 1.7;
		color: #333333;
	}
	#contentBody li { 
		padding: 0.25em 0; 
	}
	
#sidebar {
	float: right;
	margin: 0;
	padding: 0 10px;
	width: 180px;
}
	#sidebar a.rfq {
		display: block;
		margin: 20px 0 0;
		padding: 0;
		width: 120px;
		height: 35px;
		background: transparent url(../images/btnInternal.gif) top no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	#sidebar a.rfq:hover {
		background-position-y: -35px;
	}
	#sidebar h3 {
		margin: 10px 0;
	}
	#sidebar form, #sidebar fieldset {
		margin: 0;
		padding: 0;
		border: none;
	}
	#sidebar label {
		display: block;
		margin: 3px 0 0;
	}
	#sidebar input, #sidebar textarea {
		margin: 2px 0;
		padding: 3px;
		width: 160px;
		border: 1px solid #333333;
	}
	#sidebar textarea {
		height: 55px;
	}
	#sidebar input.submit {
		margin: 5px 0;
		padding: 5px 12px;
		width: auto;
		background-color: #0c3066;
		color: #fff;
		font-size: 1.1em;
	}
	#sidebar input.submit:hover {
		cursor: pointer;
	}
	
/* ==== FORMS          ============================== */
fieldset { 
	border: none; 
}
input, label, textarea, select { 
	clear: both; 
	float: left; 
}
input { 
	border: 1px solid #808080; 
	margin-left: 0; 
}
textarea { 
	width: 300px; 
	height: 150px; 
}
/* ==== FOOTER         ============================== */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow: auto;
}
#footer p {
	float: left;
	margin: 2px 0;
	padding: 0;
	color: #fff;
}
#footer p span {
	padding: 0 10px;
}
#footer p#footerNav {
	float: right;
	margin: 0 10px 0 0;
}
#footer p#footerNav a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
#footer p#footerNav a:hover {
	text-decoration: underline;
}