/* ===============================================
PROJECT TITLE
			Anderson Shumaker
--------------------------------------------------
AUTHOR(S): 
	jwynn@topspotims.com (Jeremy)


==================================================
COLOR TABLE
--------------------------------------------------
ORANGE TEXT					#ff6000;
PRIMARY NAV WHITE TEXT		#d9d9d9;
PRIMARY NAV BLUE TEXT		#0e5384;

BUCKET HEADER TEXT			#bcbbbb;
LATEST NEWS HEADER
BUCKET ORANGE LINK TEXT		#de5020;

H1							#698ea5;
GLOBAL NAV
PARAGRAPH TEXT				#6b6b6b;

FOOTER TEXT					#343434;
FOOTER NAV TEXT				#6b6b6b;

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

/* GENERAL   ---------------------------------------*/

body {
	background: #121111 url(../images/body.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

/* MINI-RESET   ---------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}


/* HEADERS   ---------------------------------------*/

	h1, h2, h3, h4, h5, h6 {
		color: #698ea5;
		font-weight: 400;
		
	}
	h1 {
  		font-size: 1.75em;
  		margin: .67em 0;
  		text-transform: uppercase;
	}
	h2 {
  		font-size: 1.6em;
  		margin: .83em 0;
	}
	h3 {
  		font-size: 1.35em;
  		margin: 1em 0;
	}
	h4 {
		font-size: 1.2em;
	}
	h5 {
  		font-size: 1.1em;
	}
	h6 {
  		font-size: 1em;
	}

a {
	color: #DE5020;
	text-decoration: none;
}
	a:focus {
		border: 0;
		outline: 0;
	}
	a:hover {
		text-decoration: underline;
	}
	
	/* FORM-SPECIFIC   ---------------------------------------*/

	fieldset {
		border: 0;
	}
	
		fieldset legend {
			background-color: #C4C0B6;
			border: 1px solid #6B6B6B;
			color: #000;
			font-weight: 700;
			padding: 1px 5px;
		}

	fieldset input, fieldset textarea {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #686560;
		border: 0;
		color: #FFF;
		display: block;
		padding: 2px 4px;
	}
	
	fieldset p {
		color: #bcbbbb;
		margin: 0 0 0.5em 0;
		padding-top: 0;
	}
	
	label {
		color: #bcbbbb;
		text-transform: uppercase;
	}
	
	textarea {
		overflow: auto;
	}
	
	input {
		padding: 2px;
	}

	.submit {
		background: transparent url(../images/submit.gif) no-repeat left top;
		border: 0;
		cursor: pointer;
		display: block;
		font-size: 0;
		line-height: 0;
		height: 19px;
		text-indent: -9999px;
		width: 60px;
	}
	
#search-404 input {
	display: inline;
}

/* TOOLBOX CSS   ---------------------------------------*/

.clearBoth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

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

#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	color: #6B6B6B;
	height: 100px;
	position: relative;
}

#banner {
	background: #454545 url(../images/banner-bottom-border.gif) repeat-x bottom left;
	height: 143px;
}

	#banner img, #homeBanner img {
		width: 960px;
	}
	#banner img {
		height: 143px;
	}

#main {
	color: #bcbbbb;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 auto;
	min-height: 300px;
	padding: 1.5em 0;
	overflow: auto;
}

#leftSidebar {
	border-right: 1px solid #bcbbbb;
	display: inline;
	float: left;
	margin-left: -721px; /*Set this equal to the negative sum of the widths of the Left Column and the Middle Column*/
	padding: 0 10px 0 0;
	width: 180px;
}

#leftSidebar h3 {
	color: #bcbbbb;
	letter-spacing: 1px;
	margin-top: 0;
	padding: 0 0 0 1px;
}

#centerColumn {
	display: inline;
	float: left;
	margin-left: 190px; /*Set this equal to the width of the Left Column*/
	padding: 0 20px;
	width: 490px;
}

#leftCol {
	display: inline;
	float: left;
	margin: 0 10px;
	width: 700px;
}
#rightCol {
	display: inline;
	float: left;
	width: 240px;
}

/* HEADER   --------------------------------------------*/

#logo {
	height: 64px;
	left: 0;
	position: absolute;
	top: 27px;
	width: 360px;
}

#global-nav {
	display: inline;
	float: right;
	font-size: 1.1em;
	list-style: none;
	margin-right: 16px;
}
	#global-nav li {
		display: inline;
	}
		#global-nav li a {
			color: #bcbbbb;
			padding:0 0.25em;
		}
		#global-nav li a.stock-list {
			color: #DE5020;
		}
		
#phone-number {
	background: transparent url(../images/phone-icon.png) no-repeat left top;
	clear: both;
	color: #e7451b;
	display: inline;
	float: right;
	font-size: 2.5em;
	height: 37px;
	letter-spacing: 1px;
	line-height: 37px;
	margin: 0.8em 1.5em 0 0; 
	padding: 0 0 0 30px;
}

/* MAIN NAVIGATION   --------------------------------------------*/

#primaryNav {
	background: url(../images/primary-nav.gif) repeat-x left top;
	height: 45px;	
	margin: 0;
	position: relative;
	z-index: 1000;
}
	#primaryNav ul {
		height: 45px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#primaryNav li.active a {
		color: #DE5020;
	}

	#primaryNav li.active ul li a {
		color: #d9d9d9;
		padding: 5px 10px;
	}
	
	#primaryNav ul li {
		float: left;
	}
	#primaryNav ul li:hover ul, #primaryNav li.sfhover ul {
		display: block;
		top: 40px;
	}
	#primaryNav ul li.last {
		margin: 0;
	}
		#primaryNav ul li a {
			color: #0e5384;
			display: block;
			font-size: 11px;
			font-weight: 700;
			height: 35px;
			line-height: 37px;
			padding: 5px 20px;
			text-transform: uppercase;
			z-index: 1000;
		}		
		#primaryNav ul li.parent:hover > a {
			background-color: #df5623;
			border: 1px solid #f28938;
			border-bottom: 0;
			color: #d9d9d9;
			padding: 4px 19px;
			text-decoration: none;
		}
		#primaryNav ul li a:hover {
			background-color: #df5623;
			border: 1px solid #f28938;
			color: #d9d9d9;
			padding: 4px 19px;
			text-decoration: none;
		}
		#primaryNav ul ul {
			display: none;
			list-style: none;
			min-width: 20em;
			position: absolute;			
		}
			#primaryNav ul ul li {
				background-color: #df5623;
				border-left: 1px solid #f28938;
				border-right: 1px solid #f28938;
				float: none;				
			}
				#primaryNav ul ul li a {
					color: #d9d9d9;
					height: 20px;
					line-height: 20px;
					margin: 0 12px;
					padding: 5px 10px;
					text-transform: none;
				}
				#primaryNav ul ul li a:hover {
					background: #086a9d url(../images/primary-nav-hover.gif) repeat-x left top;
					border: 0;
					padding: 5px 10px;
					text-decoration: none; 
				}
				#primaryNav ul ul li a.active {
					background: #c3c3c3 url(../images/primary-nav-current.gif) repeat-x left top;
					color: #df5623;
				}
				
				#primaryNav ul ul li.first {
					padding-top: 5px;
				}
				
				#primaryNav ul ul li.last {
					border-bottom: 1px solid #f28938;
					padding-bottom: 5px;
				}

/* AJAXSEARCH FORM   ---------------------------------------*/

#search {
	background: transparent url(../images/ajax-search-bg.gif) no-repeat left top;
	height: 49px;
	margin: 0 auto 2em;
	width: 240px;
}
	#search fieldset {
		padding: 15px 0 15px 23px;
		position: relative;
	}
	#ajaxSearch_input {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #c4c0b6;
		border: 0;
		color: #484848;
		display: inline;
		float: left;
		height: 15px;
		margin-right: 10px;
		padding: 2px 4px;
		width: 142px;
	}
	#ajaxSearch_submit {
		background: url(../images/ajax-submit-go.gif) no-repeat left top;
		border: 0;
		color: #FFF;
		cursor: pointer;
		display: inline;
		float: left;
		font-size: 0;
		height: 19px;
		line-height: 0;
		text-indent: -9999px;
		width: 40px;
	}

/* !search results ============================== */
.ajaxSearch_result {
	font-size: 1.2em;
	border-bottom: 1px solid #a6a3a9;
}
	.ajaxSearch_result p {
		font-size: .9em;
	}
.ajaxSearch_resultLink {
	display: block;
	padding: 3px 0;
	font-size: 1.3em;
}
.ajaxSearch_resultsInfo {
	display: block;
	border-bottom: 1px solid #636363;
}
.ajaxSearch_resultDescription {
	margin: 0;
	padding: 0;
	font-style: italic;
}
.ajaxSearch_highlight {
	background: #CD3D15;
}
				
/* HOMEPAGE   ----------------------------------------------*/

#home-banner-region {
	position: relative;
}

#homeBanner {
	height: 278px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px;
}

	#homeBanner li {
		height: 278px;
		left: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		width: 960px;
	}
	#homeBanner li.first {
		z-index: 1;
	}

.target-left {
	background: transparent url(../images/banner-left-arrow.png) no-repeat left top;
	display: block;
	height: 16px;
	left: 20px;
	position: absolute;
	top: 140px;
	width: 17px;
	z-index: 500;
}

.target-right {
	background: transparent url(../images/banner-right-arrow.png) no-repeat left top;
	display: block;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 140px;
	width: 17px;
	z-index: 500;
}

.paginator {
	top: 235px;
	left: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
}
	.paginator li {
		display: inline;
		float: left;
		height: auto;
		position: static;
		width: auto;
	}
	.paginator li a {
		background: transparent url(../images/paginator-page.png) no-repeat left top;
		display: block;
		height: 9px;
		margin-left: 5px;
		width: 10px;
	}
	.paginator li a:hover {
		background: transparent url(../images/paginator-current.png) no-repeat left top;
	}
	.paginator li a.current {
		background: transparent url(../images/paginator-current.png) no-repeat left top;
	}

#homeBuckets {
	margin-bottom: 2em;
	overflow: auto;
	width: 100%;
}

.bucket {
	background: #121111 url(../images/home-bucket-bg.gif) repeat-x left top;
	display: inline;
	float: left;
	margin-right: 20px;
	padding: 15px 20px;
	width: 170px;
}
	.bucket.last {
		margin-right: 0;
	}
	.bucket p {
		font-size: 1.3em;
		margin-top: 0;
		padding-top: 0;
		text-transform: uppercase;
	}
		.bucket p a {
			color: #bcbbbb;
		}
			.bucket p a:hover {
				text-decoration: none;
			}
	.bucket ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.bucket li {
			background: transparent url(../images/left-nav-bullet.gif) no-repeat left 0.4em;
			padding-left: 12px;
		}
			.bucket li a {
				color: #de5020;
			}

/* BREADCRUMBS   -------------------------------------------*/

#breadcrumbs {
	color: #bcbbbb;
}
.B_crumbBox {
	color: #DE5020;
	font-size: 0.8em;
	text-transform: uppercase;
}
.B_lastCrumb {
	color: #bcbbbb;
}

/* LEFT NAV   -----------------------------------------------*/

#leftNav {
	line-height: 1.8em;
	list-style: none;
	margin: 0;
	padding: 0 0 4em 0.15em;
}

	#leftNav li a {
		background: transparent url(../images/left-nav-bullet.gif) no-repeat left 0.55em;
		display: block;
		padding-left: 2em;
	}
	#leftNav li.active a {
		color: #74a2bf;
	}
	#leftNav li ul {
		list-style: none;
		margin: 0.25em 0;
		padding-left: 2em;
	}
		#leftNav li ul li a, #leftNav li.active ul li a {
			background: none;
			border-top: 1px solid #6B6B6B;
			color: #b8b8b8;
			padding-left: 1em; 
		}
		#leftNav li ul li.active a {
			color: #74a2bf;
		}
		#leftNav li ul li.last a {
			border-bottom: 1px solid #6B6B6B;
		}

/* CALLOUT BOX   --------------------------------------------*/

.calloutBox {
	clear: both;
	width: 240px;
}
	h3.boxHeader {
		background: transparent url(../images/news-box-top.gif) no-repeat left top;
		color: #de5020;
		font-size: 1.16em;
		height: 37px;
		line-height: 30px;
		margin: 0;
		text-align: center;
		width: 240px;
	}
		h3.boxHeader a:hover {
			text-decoration: none;
		}
	.boxContent {
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		background: #191716 url(../images/news-box-content.gif) repeat-x left top;
		border: 1px solid #2a2829;
		border-top: 0;
		color: #bdbdbd;
		padding: 5px 10px 10px 10px;
		width: 218px;
	}

.ditto_pageTitle {
	font-size: 1.12em;
	margin: 0;
	padding: 0;
}

	.ditto_introText {
		margin: 0.5em 0;
		padding: 0;
	}

	.ditto_introText span a {
		display: block;
		text-align: right;
	}

/* QUICK FORM   --------------------------------------------*/

	#quick-contact fieldset, #rfqForm fieldset {
		padding: 0.5em 0;
	}
		#quick-contact p {
			color: #bcbbbb;
			margin: 0;
			padding: 0;
		}
		#quick-contact fieldset input, #rfqForm fieldset textarea {
			margin: 0 0 0.25em 0;
		}
			#quick-contact fieldset input, #quick-contact fieldset textarea {
				width: 210px;
			}
			#quick-contact textarea, #rfqForm textarea {
				height: 75px;
			}

/* CONTENT  --------------------------------------------*/

#rfqButton {
	background: transparent url(../images/primary-nav-rfq-link.gif) no-repeat left top;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 71px;
	text-align: center;
	text-transform: uppercase;
	top: 14px;
	width: 123px;
}

	#rfqButton:hover {
		background: transparent url(../images/primary-nav-rfq-link.gif) no-repeat left -20px;
		text-decoration: none;
	}

.subpagesBucket img {
	border: 5px solid #42403d;
	display: inline;
	float: left;
}

.subpagesBucket {
	overflow: auto;
}
	.subpagesBucket .bucketContents {
		display: inline;
		float: left;
		margin-left: 2em;
	}
	.subpagesBucket h2 {
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
		.subpagesBucket h2 a {
			background: transparent url(../images/orange-arrow.gif) no-repeat right 0.25em;
			color: #bcbbbb;
			padding-right: 12px;
		}
		.subpagesBucket ul {
			line-height: normal;
			list-style: none;
			margin: 1em 0 0 0;
			padding: 0;
		}
		.subpagesBucket ul li a {
			font-size: 0.88em;
		}

#main table {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}

#main table td {
	border: 1px solid #6B6B6B;
	padding: 5px;
}

#main table th {
	border: 1px solid #6B6B6B;
	color: #858585;
	padding: 3px;
}

#main table.location {
	margin: 1em 0 1em 0;
	width: 100%;
}

	#main table.location caption {
		border-bottom: 1px solid #698EA5;
		color: #698EA5;
		font-size: 1.5em;
		font-weight: 700;
		margin-bottom: 1em;
		text-align: left;
	}
	
	table.location th {
		text-align: left;
	}
	
	.to-top {
		display: block;
		margin-bottom: 1em;
	}
	
table.properties td {
	text-align: center;
}

table#tensile-props, table.tensile-props {
	font-size: 0.9em;
}
	
#loc-list {
	margin-top: 2em;
}
	
.img-cell {
	background-color: #000;
	text-align: center;
}
	
.images h2 {
	border-bottom: 1px solid #698EA5;
}

	.images img {
		margin: 0 10px 10px 0;
	}
	
#main table caption {
	color: #858585;
	font-size: 1.2em;
	font-weight: 700;
}

#main dt {
	color: #858585;
	display: inline;
	float: left;
	font-weight: 700;
	margin-right: 0.5em;
}

#main dd {
	margin: 0 0 1em 0;
}



.search-field {
	vertical-align: bottom;
}

.image-box {
	display: inline;
	float: right;
	font-style: oblique;
	font-size: 0.95em;
	margin: 0 0 1em 1em;
}
 	.image-box img {
 		display: block;
 	}
 	
.calloutBox #ditto_item_156 img {
	display: block;
	margin: 0 auto;
}

.ditto_item h2.ditto_title {
	border-bottom: 1px solid #698EA5;
	margin-bottom: 0;
}

.ditto_item .ditto_date {
	font-size: 1.15em;
	margin-top: 0;
	padding-top: 0;
}

#address3 {
    position: absolute;
    text-decoration: underline;
    background-color: #CC0000;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#main form .LastName, #main form .CompleteName {
    position: absolute;
    text-decoration: underline;
    background-color: #CC0000;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.pdf-file {
	background: transparent url(../images/pdf-icon.gif) no-repeat left top;
	padding: 0.16em 0 0 20px;
}

p.more-link {
	margin: 0;
	padding: 0;
	text-align: right;
}

/* SURVEY FORM  --------------------------------------------*/

#survey-form fieldset, #rfqForm fieldset, #contact-form fieldset, #register-with-us-form fieldset {
	background: #191716 url(../images/news-box-content.gif) repeat-x scroll left top;
	border: 1px solid #2a2829;
	color: #bcbbbb;
	margin: 1em 0;
	padding: 1em 1.5em 1.5em 1.5em;
}

#survey-form .survey-query {
	margin: 0.5em 0;
	overflow: hidden;
}

#survey-form .survey-query input {
	display: inline;
}

#survey-form .survey-query p {
	clear: both;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
}

#rateUs textarea {
	height: 100px;
	width: 450px;
}

/* RFQ FORM  --------------------------------------------*/

#rfqForm fieldset .col1 {
	display: inline;
	float: left;
	width: 300px;
}

#rfqForm ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
	#rfqForm ul li {
		clear: both;
		margin: 0.5em 0;
		overflow: hidden;
	}
	#rfqForm ul li label, #rfqForm ul li input {
		display: inline;
		float: left;
	}
	
#rfqForm .typeImg {
	display: inline;
	float: left;
	margin-right: 1em;
	width: 120px;
}

#rfqForm .finishType {
	overflow: hidden;
}

#rfqForm .finishType ul {
	overflow: auto;
}

	#rfqForm .finishType span {
		display: inline;
		float: left;
		margin: 5px 1em 0 0;
		width: 170px;
	}
	
	#rfqForm .finishType ul li label {
		display: block;
		float: none;
	}
	
	#rfqForm .finishType li {
		clear: none;
		display: inline;
		float: left;
		margin-right: 1em;
		width: 58px;
	} 

#rfqForm #productTesting ul {
	overflow: hidden;
	padding: 0.5em 3em;
}

	#rfqForm #productTesting ul li {
		margin: 0;
	}

#rfqForm #productTesting input, #rfqForm #productTesting label {
	float: none;
}

#rfqForm .finishType input {
	display: block;
	width: 50px;
}

#rfqForm #testingLabel {
	display: inline;
	float: left;
}

#rfqForm #tolerance-query, #rfqForm #tolerance-query li {
	overflow: hidden;
}
	#rfqForm #tolerance-query label {
		text-transform: none;
	}
	#rfqForm #tolerance-query input, #productTesting input {
		background-color: transparent;
	}
	
#rfqForm #other-dimensions {
	margin: 0 0 0 3em;
}

#rfqForm #other-dimensions label, #rfqForm #other-dimensions input {
	margin-right: 5px;
}

	#rfqForm #other-dimensions label.main {
		width: 5em;
	}
	
#rfqForm .finishType ul label {
	font-size: 0.9em;
}

/* FOOTER   --------------------------------------------*/

#footerWrapper {
	background: transparent url(../images/footer-bg.gif) repeat-x left top;
	padding-bottom: 160px;
}

#footer {	
	color: #919191;
	clear: both;
	line-height: 1.5em;
	overflow: auto;
	margin: 0 auto;
	padding: 1em 0 0 20px;
	width: 940px;
}
	#footerNav {
		display: inline;
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#footerNav li {
			color: #6b6b6b;
			display: inline;
		}
			#footerNav li a {
				color: #919191;
				padding: 0 0.25em;
				text-transform: uppercase;
			}
	p.footerInfo {
		display: inline;
		float: left;
		font-size: 1.2em;
		line-height: 1.5em;
		margin: 0;
		padding: 0;
		width: 400px;
	}
#social-media img { padding: 0 5px; }
