/* ===============================================
PROJECT TITLE
			Delstar Metal Finishing, Inc.
--------------------------------------------------
AUTHOR(S): 
	jwynn@topspotims.com (Jeremy)


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      #FFF;

DARK PURPLE		#030363;

CONTENT TEXT	#666666;
LINK TEXT		#4e92ad;
BANNER LINK		#fff799;

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

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

body {
	background: #e6e6e6 url(../images/body.gif) repeat-x left top;
	font-family: Arial;
	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;
}

img {
	border: 0;
}

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

	h1, h2, h3, h4, h5, h6 {
		color: #496597;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-weight: 400;
	}
	h1 {
		color: #030363;
  		font-size: 1.55em;
  		margin: 0 0 .67em 0;
	}
	h2 {
  		font-size: 1.40em;
  		margin: 0.67em 0;
	}
	h3 {
		color: #212121;
  		font-size: 1.25em;
  		margin: 0.67em 0;
	}
	h4 {
  		margin: 0.67em 0;
	}
	h5 {
  		font-size: 0.83em;
  		margin: 0.67em 0;
	}
	h6 {
  		font-size: 0.67em;
  		margin: 0.67em 0;
	}

a {
	color: #4e92ad;
	font-weight: 700;
	text-decoration: none;
}
	a:focus {
		outline: 0;
	}
	a:hover {
		text-decoration: underline;
	}
	
	/* FORM-SPECIFIC   ---------------------------------------*/

	fieldset {
		border: 0;
	}

	form input, form textarea {
		border: 1px solid #CCC;
	}

	form dl {
		margin-top: 0;
	}
		form dd {
			margin: 0;
		}
		
	input {
		border: 1px solid #ccc;
	}

	.submit {
		background: #437d94 url(../images/submit.gif) no-repeat left top;
		border: 0;
		color: #fff;
		cursor: pointer;
		height: 20px;
		line-height: 20px;
		width: 64px;
	}
	
	.reqd {
		color: #D91C20;
		font-weight: 700;
	}
	
	textarea {
		overflow: auto;
	}

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

.clearBoth {
	clear: both;
}

.floatleft {
	display: inline;
	float: left;
}

.floatright {
	display: inline;
	float: right;
}

.center {
	text-align: center;
}

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

#container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto 50px;
	width: 960px;
}

#header {
	background: transparent url(../images/header.jpg) no-repeat left top;
	height: 126px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#banner {
	background: transparent url(../images/banner.jpg) no-repeat left top;
	clear: both;
	color: #FFF;
	height: 121px;
	margin: 0 auto 10px;
	padding: 10px 500px 10px 20px;
}
	#banner h1 {
		color: #FFF;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#banner p {
		font-size: 12px;
		line-height: 1.3em;
		margin: 0;
		padding: 0;
	}
	#banner a.learnMore {
		background: transparent url(../images/banner-arrow.gif) no-repeat left 3px;
		color: #fff799;
		display: block;
		margin-top: 8px;
		padding-left: 18px;
	}

#main {
	background-color: #FFF;
	color: #666;
	line-height: 1.5em;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	width: 940px;
}

#leftColumn {
	display: inline;
	float: left;
	margin-left: -700px; /*Set this equal to the negative sum of the widths of the Left Column and the Middle Column*/
	padding-right: 10px;
	width: 202px;
}

#centerColumn {
	display: inline;
	float: left;
	margin-left: 212px; /*Set this equal to the width of the Left Column*/
	padding: 0 0 0 10px;
	position: relative;
	width: 478px;
}

#firstCol {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	position: relative;
	width: 690px
}

#rightCol {
	display: inline;
	float: left;
	padding: 0 0 0 16px;
	width: 224px;
}

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

#logo {
	display: inline;
	float: left;
	height: 125px;
	text-indent: -9999px;
	width: 205px;
}

#secondaryNavWrap {
	background: transparent url(../images/secondary-nav.gif) no-repeat left top;
	clear: right;
	display: table;
	float: right;
	margin: 2px 0 0 0;
	width: 537px;
}
		
#secondaryNav {
	
	display: table-row;
	height: 29px;
	list-style: none;
}
	#secondaryNav li {
		background: transparent url(../images/secondary-divider.gif) no-repeat left 5px;
		display: table-cell;
		margin: 0;
		padding: 4px 0 0 0;
	}
	#secondaryNav li.first {
		background: none;
	}
	#secondaryNav li.first a {		
		margin-left: 9px;
	}
	#secondaryNav li.last a {
		padding-right: 13px;
	}
	#secondaryNav li:hover ul, #secondaryNav li.sfhover ul {
		left: auto;
	}
		#secondaryNav li a {
			color: #030363;
			display: block;
			font-size: 12px;
			font-weight: 700;
			height: 27px;
			line-height: 29px;
			padding: 2px 8px 0 8px;
		}
		#secondaryNav li a:hover, #secondaryNav li.active a {		
			background: transparent url(../images/secondary-nav-hover.gif) repeat-x left top; 
			text-decoration: none;
		}
		
#phoneNumber {
	clear: right;
	display: inline;
	float: right;
	font: 700 24px Georgia, Times, "Times New Roman", serif;
	height: 29px;
	margin: 17px 6px 0 0;
}

#headeraddr {
	clear: right;
	color: #666;
	display: inline;
	float: right;
	font-size: 12px;
	height: 14px;
	margin: 5px 9px 0 0;
}

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

#ajaxSearch {
	display: inline;
	float: right;
	height: 20px;
	margin: 6px 11px 0 0;
}
	#ajaxSearch_input {
		border: 0;
		height: 16px;
		margin-right: 6px;
		padding: 2px;
		vertical-align: bottom;
		width: 168px;
	}
	#ajaxSearch_submit {
		background: url(../images/ajax-submit.gif) no-repeat left top;
		border: 0;
		color: #030363;
		cursor: pointer;
		font-weight: 700;
		height: 20px;
		width: 40px;
	}
span.ajaxSearch_paging {
	display: block;
	margin-bottom: 10px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6 {
   background-color: #FFFF00;
   color: #000000;
}

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

#primaryNavWrap {
	clear: both;
	display: table;
	width: 960px;
}

#primaryNav {
	background: transparent url(../images/primary-nav.gif) no-repeat left top;
	display: table-row;
	height: 33px;
	line-height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
}
	#primaryNav li {
		background: transparent url(../images/primary-divider.gif) no-repeat left top;
		display: table-cell;
		margin-left: 0;
	}
	#primaryNav li.first {
		background: none;
	}
	#primaryNav li:hover ul, #primaryNav li.sfhover ul {
		left: auto;
	}
	#primaryNav li a {
		color: #FFF;
		display: block;
		font-size: 12px;
		font-weight: 700;
		height: 33px;
		line-height: 33px;
		padding: 0 8px 0 7px;
	}
		#primaryNav li a:hover, #primaryNav :hover > a, #primaryNav li.active a {
			background: transparent url(../images/primary-link-hover.gif) repeat-x left top;
			text-decoration: none;
		}
		#primaryNav ul {
			background: #78acc0 url(../images/dropdown.gif) repeat-x left top;
			list-style: none;
			left: -9999px;
			margin: 0;
			position: absolute;
			padding: 0;
			min-width: 200px;
			z-index: 3000;
		}
			#primaryNav ul li {
				background: none;
				border-top: 1px solid #94b8c7;
				display: block;
				float: none;
			}
			
			#primaryNav ul li.first {
				border-top: 0;
			}
				#primaryNav ul li a, #primaryNav li.active ul li a {
					background: none;
					height: auto;
					white-space: nowrap;
				}
				#primaryNav ul li a:hover, #primaryNav li.active ul li a:hover {
					background: none;
					background-color: #becfed;
					color: #030363;
				}
				
/* HOMEPAGE   ----------------------------------------------*/

.bucket {
	display: inline;
	float: left;
	margin-right: 40px;
	width: 202px;
}
	.bucket h2 {				
		width: 201px;
	}
		.bucket h2 a {
			background: #d3d6e3 url(../images/bucket-header.gif) no-repeat left top;
			color: #030363;
			display: block;
			font: 400 16px Georgia, Times, "Times New Roman", serif;
			height: 26px;
			line-height: 26px;
			padding-left: 8px;
			text-decoration: none;
			width: 192px;
		}
	.bucket p {
		line-height: 1.2em;
		margin-top: 0.25em;
	}
	.bucket a.learnMore {
		background: transparent url(../images/bucket-arrow.gif) no-repeat left 3px;
		display: block;
		font-style: oblique;
		margin-top: 4px;
		padding-left: 15px;
	}
		
.bucket.last {
	margin-right: 0;
}
		
#galleryHeader {
	color: #666;
	font-size: 1.4em;
	margin: 0 0 2px 15px;
}

#galleryLink {
	background: transparent url(../images/photo-gallery-bucket.gif) no-repeat left top;
	display: block;
	font-weight: 700;
	height: 104px;
	margin-bottom: 20px;
	width: 232px;
}
	a#galleryLink:hover {
		color: #030363;
		text-decoration: none;
	}
	#galleryLink img {
		display: inline;
		float: left;
		margin: 14px 10px 0 20px;
	}
	#galleryLink span {
		display: inline;
		float: left;
		font-size: 14px;
		margin-top: 28px;
		width: 103px;
	}
	
#index a.rfqLink {
	margin-top: 10px;
}

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

#breadcrumbs {
	background: transparent url(../images/breadcrumb-bg.gif) repeat-x left top;
	clear: both;
	color: #999;
	height: 31px;
	line-height: 31px;
	margin-bottom: 5px;
	padding: 0 10px;
	width: 940px;
}

#breadcrumbs span a {
	background: transparent url(../images/green-bc-arrow.png) no-repeat left 4px;
	padding-left: 16px;
	margin-right: 3px;
}

.B_lastCrumb {
	background: transparent url(../images/gray-bc-arrow.png) no-repeat left 4px;
	margin-right: 3px;
	padding-left: 16px;
}

/* LEFT NAVIGATION   -------------------------------------------*/

#leftNav {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#leftNav li {
		margin: 0;
		padding: 0;
	}
	
	#leftNav a {
		background: #b0b1b3 url(../images/left-nav-topcat.gif) repeat-x left bottom;
		color: #666;
		display: block;
		font-weight: 400;
		line-height: 20px;
		padding-left: 10px;
		width: 192px;
	}
	
	#leftNav a:hover {
		background:#FAFAFA url(../images/left-nav-active-topcat.gif) repeat-x scroll left bottom;
		color: #FFF;
		font-weight: 700;
		text-decoration: none;
	}
	
	#leftNav li.active a {
		background: #fafafa url(../images/left-nav-active-topcat.gif) repeat-x left bottom;
		color: #fff;
		font-weight: 700;
	}
	
	#leftNav li.active ul li a {
		background: none;
		color: #4E92AD;
		font-weight: 400;
	}
	
	#leftNav li.active ul li a:hover {
		background: none;
		color: #030363;
		font-weight: 400;
	}
	
	#leftNav li.active ul li.active a {
		color: #030363;
	}
	
	#leftNav ul {
		font-size: 11px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#leftNav ul li.active a {
			background: none;
			color: #4e92ad;
		}
		#leftNav ul li a {
			background: none;
			font-weight: 400;
		}


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

#content img.floatright {
	margin-left: 10px;
}

	/* IMAGE BLOCKS ------------ */

.imgBlock {
	color: #999;
	display: inline;
	float: right;
	font-style: oblique;
	margin: 0 0 4px 10px;
	padding: 0;
	width: 187px;
}

	.imgBlock img {
		display: inline;
		float: right;
		margin: 0 auto 3px;
	}
	
	.imgBlock a.learnMore {
		background:transparent url(../images/bucket-arrow.gif) no-repeat scroll left 5px;
		clear: both;
		display: block;
		font-size: 11px;
		font-style: normal;
		padding-left: 15px;
	}
	.imgBlock a.qManualLink {
		background:transparent url(../images/bucket-arrow.gif) no-repeat scroll left 5px;
		font-size: 11px;
		font-style: normal;
		padding-left: 15px;
	}
	
	#zincPhos {
		width: 197px;
	}
	#delstarFacility {
		width: 300px;
	}
	
.surfaceProfile {
	color: #999;
	display: inline;
	float: left;
	font-style: oblique;
	margin: 0 20px 0 0;
}
	.surfaceProfile img {
		display: block;
		margin-bottom: 4px;
	}

p.emphasis {
	font-weight: 700;
}

.comparisonTable {
	border-collapse: collapse;
	width: 100%;
}
	.comparisonTable caption {
		font-weight: 700;
	}
	.comparisonTable thead {
		background-color: #496597;
		color: #FFFFFF;
	}
	.comparisonTable td, .comparisonTable th {
		border: 1px solid #000;
		padding: 3px;
	}
	.comparisonTable td {
		text-align: center;
	}

p.footnote {
	margin-top: 0;
	font-size: 0.95em;
	line-height: normal;
}

#epSlides {
	line-height: normal;
	overflow: auto;
	text-align: center;
}
	#epSlides .slide {
		display: inline;
		float: left;
		margin-left: 45px;
		width: 180px;
	}
		#epSlides .slide img {
			display: block;
			margin: 0 auto;
		}
	#epSlides .row2 {
		margin-top: 10px;
		padding-bottom: 1em;
	}
#epUserGuide {
	position: absolute;
	right: 5em;
	top: 14em;
}

.resource1 img {
	vertical-align: middle;
}
	
	/* --- MULTI-COLUMN LIST RULES ---*/
	#comMetals li {
		width: 21em;
	}
	#comMetals .col2.top {
		margin-top: -16.5em;
	}
	#comMetals .col2 {
		margin-left: 21em;
		width: auto;
	}
	
	#appRange .col2.top {
		margin-top: -9em;
	}
	#appRange .col2 {
		margin-left: 11em;
	}
	/* --- PLANT TOUR ---*/
	p.tourFeature {
		display: table;
	}
		p.tourFeature img {
			display: table-cell;
			padding-right: 10px;
		}
		p.tourFeature span {
			display: table-cell;
			padding: 0 0 10px 0;
			vertical-align: middle;
		}

	/* --- CONTACT US ---*/
	
	#contactForm, #rfqForm {
		display: inline;
		float: left;
		width: 400px;
	}
	
	#coAddr {
		display: inline;
		float: left;
		list-style: none;
		margin-left: 2em;
	}
		#coName {
			font-weight: 700;
		}
		
p img.floatright {
	margin-left: 10px;
}

.qGalleryLink, .qManualLink {
	background: transparent url(../images/bucket-arrow.gif) no-repeat left 5px;
	display: block;
	padding-left: 18px;
}

/* RIGHT COLUMN   --------------------------------------------*/

a.rfqLink {
	background: transparent url(../images/rfq-sprite.gif) no-repeat left top;
	color: #FFF;
	display: block;
	font-size: 13px;
	height: 41px;
	line-height: 34px;
	margin: 0 0 24px 0;
	padding-left: 47px;
	width: 181px;
}

	a.rfqLink:hover {
		background: #b67053 url(../images/rfq-sprite.gif) no-repeat left -41px;
		text-decoration: none;
}

#isoCert {
	display: block;
	height: 175px;
	margin: 0 auto;
	width: 150px;
}

	/* QUICK FORM  --------------------------------------------*/
	
	#quickForm {
		background-color: #dee7f6;
		border: 1px solid #ccc;
		margin: 0 0 19px 6px;
		padding: 10px;
	}
		#quickForm h3 {
			color: #496597;
			font-size: 1.5em;
			font-weight:400;
			margin:0;
			padding:0;
		}
		#quickForm p {
			font-size: 11px;
			margin: 0.25em 0;
			padding: 0;
		}
		#quickForm dl {
			margin: 0;
			overflow: hidden;
		}
			#quickForm dt {
				clear: left;
				display: inline;
				float: left;
				font-size: 12px;
				margin-top: 5px;
				width: 40px;
			}
			#quickForm dt.commentsLabel {
				width: 100%;
			}
			#quickForm dd {
				display: inline;
				float: left;
				margin: 0 0 6px 0;
			}
				#quickForm dd input {
					height: 18px;
					padding: 5px 4px 2px;
					width: 146px;
				}
				#quickForm dd textarea {
					border: 1px solid #ccc;
					height: 92px;
					padding: 4px;
					width: 186px;
				}	
			#quickForm .submit {
				clear: both;
				margin: 0;
				padding: 0;
			}
			
	/* RFQ FORM  --------------------------------------------*/
	
	#rfqForm .col1 {
		display: inline;
		float: left;
		width: 200px;
	}
	
	#rfqForm .col2 {
		display: inline;
		float: left;
		width: 200px;
	}
	
	#rfqForm label {
		display: block;
	}
	
	#rfqForm textarea {
		width: 350px;
	}
	#rfqForm .submit {
		margin: 1em 0;
	}
	#commentsArea {
		clear: both;
	}

/* PHOTO GALLERY   ---------------------------------------*/

#changeCategoryMenu {
	margin: 0 0 0.5em 0;
}
	#changeCategoryMenu select {
		margin: 0 0.5em 0 0;
	}
	
#galleryControls {
	background-color: #DEE7F6;
	margin-bottom: 2em;
	padding: 0 0.5em;
}
	#galleryControls p {
		margin: 0.5em 0;
		padding: 0;
	}	
	#galleryButtons {
		overflow: auto;
		margin: 0.5em 0;
	}
	#galleryButtons input {
		float: left;
		margin: 0 0.5em 0 0;
		padding: 0;
	}

#galleryContainer, #sortableGallery, #selectableGallery {
	clear: both;
	overflow: auto;
}

.galleryRow {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 100%
}

.imageElement {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	text-align: center;
	width: 150px;
}
	.imageElement p {
		font-weight: 700;
		margin: 0;
		padding: 2px 0;
		text-align: center;
	}
		a.imgLink {
			clear: both;
			display: block;
		}
		.imageElement img {
			clear: both;
			display: block;
			margin: 0 auto;
		}
	span.imgCaption {
		color: #666;
		display: block;
		font-weight: 700;
		padding: 2px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}

input.deleteImg {
	cursor: pointer;
	float: right;
	z-index: 1000;
}

input.editCaption {
	cursor: pointer;
	display: block;
	z-index: 1000;
}

textarea#editCaption {
	margin: 0;
	padding: 0;
	width: 148px;
}

#galleryControls {
	overflow: auto;
}

#cboxLoadedContent .imgCaption {
	font-size: 1.3em;
}

#cboxLoadedContent .fullImg {
	display: block;
	margin: 0 auto;
}

	/* GALLERY PAGINATOR  ------------------------------------*/

	#pages_container {
		margin-bottom: 1em;
		text-align: center;
	}
	#pages_container span, #pages_container a {
		margin-right: 5px;
	}
	#pages_container #current_page {
		background-color: #666;
		border: 1px solid #666;
		color: #FFF;
		padding: 1px 5px
	}
	#pages_container a {
		border: 1px solid #4E92AD;
		padding: 1px 5px;
	}
		#pages_container a:hover {
			background-color: #4E92AD;
			color: #FFF;
			text-decoration: none;
		}

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

#footer {
	background: #cfcfcf url(../images/footer.gif) repeat-x left top;
	border: 1px solid #b7b7b7;
	clear: both;
	color: #666666;
	height: 49px;
	padding: 0 10px;
}
	#footer p {
		display: inline;
		float: left;
		line-height: 14px;
		margin: 0;
		padding: 0;
	}
	#footer ul {
		display: inline;
		float: right;
		line-height: 49px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#footer ul li {
			display: inline;
		}
			#footer ul li a {
				color: #666666;
				font-weight: 400;
			}
			#footer ul li a:hover {
				color: #000;
				text-decoration: none;
			}