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


==================================================
COLOR TABLE
--------------------------------------------------

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

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

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

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

/* 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: #c14000;
		font-family: ;
		font-weight: 400;		
	}
	h1 {
  		font-size: 1.43em;
  		margin: .75em 0 1em;
	}
	h2 {
  		font-size: 1.17em;
  		margin: .83em 0;
	}
	h3, h4, h5, h6 {
  		font-size: 1em;
	}

a {
	color: #f15304;
	text-decoration: none;
}
	a:focus {
		border: 0;
		outline: 0;
	}
	a:hover {
		text-decoration: underline;
	}
	
	/* FORM-SPECIFIC   ---------------------------------------*/
	
	fieldset textarea {
		border: 1px solid #000;
		overflow: auto;
		padding: 2px;
	}
	
	fieldset input {
		border: 1px solid #000;
		
		padding: 2px;
		
	}

	.submit {
		background-color: #fcac40;
		border: 1px solid #000;
		color: #1b0900;
		cursor: pointer;
		display: block;
		font-weight: 700;
		padding: 5px 0;
		width: 72px;
	}
	#contact fieldset label {
		display: block;
	}
#search-404 input {
	display: inline;
}

#contact fieldset {
	margin-bottom: 1em;
}
	#contact fieldset input, #contact fieldset textarea {
		background: #FFF;
	}

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

.clearBoth {
	clear: both;
}

.floatleft {
	float: left;
}

	img.floatleft {
		margin: 0 0.75em 0.75em 0;
	}

.floatright {
	float: right;
}

	img.floatright{
		margin: 0 0 0.75em 0.75em;
	}

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

#container {
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	top: -65px;
	width: 940px;
}

#header {
	background: transparent url(../images/header.gif) no-repeat left top;
	color: #FFF;
	height: 210px;
	margin: 0 auto;
	width: 948px;
}

#banner {
	background: transparent url(../images/banner.jpg) no-repeat left top;
	clear: both;
	color: #e19b67;
	height: 129px;
	margin: 0 auto;
	padding: 64px 0 0 30px;
	width: 890px;
}

#main {	
	background-color: #e8dcbb;
	color: #53392c;
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 0;
	padding-bottom: 1em;
	overflow: auto;
}

#first-col {
	display: inline;
	float: left;
	font-size: 1.16em;
	line-height: 1.2em;
	padding: 0 10px;
	width: 690px;
}

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

#left-col h3 {
	color: ;
	margin-top: 0;
	padding: 0;
}

#center-col {
	display: inline;
	float: left;
	font-size: 1.16em;
	line-height: 1.2em;
	margin-left: 170px; /*Set this equal to the width of the Left Column*/
	padding: 0 10px;
	width: 520px;
}
#right-col {
	display: inline;
	float: left;
	padding: 10px;
	width: 210px;
}

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

#logo {
	float: left;
	height: 105px;
	margin-top: 30px;
	width: 301px;
}

#global-nav {
	display: inline;
	float: right;
	height: 18px;
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}
	#global-nav li {
		background: transparent url(../images/global-nav-divider.gif) no-repeat right 1px;
		display: inline;
	}
	#global-nav li.last {
		background: transparent;
	}
		#global-nav li a {
			color: #FFF;
			font-weight: 400;
			font-size: 1.1em;
			margin: 0 0.75em 0 0.5em;
		}
		#global-nav li.first a {
			margin-left: 0;
		}
		#global-nav li.last a {
			margin-right: 0;
		}
		#global-nav li.active a {
			color: #e94e02;
		}
		
#call-today {
	background: transparent url(../images/header-phone.gif) no-repeat left top;
	clear: right;
	color: #000;
	display: inline;
	float: right;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 1.8em;
	height: 62px;
	margin: 33px 2px 0 0;
	padding: 0;
	text-indent: -999em;
	width: 159px;
}

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

#primary-nav-bar {
	background: transparent url(../images/primary-nav-bar.gif) repeat-x left top;
	float: left;
	height: 42px;
	margin-bottom: 10px;
	width: 100%;
}

#primary-nav {
	float: left;
	height: 42px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	z-index: 1000;
}
	#primary-nav li {
		background: transparent url(../images/primary-nav-li.gif) no-repeat right top;
		display: inline;
		float: left;
	}
	#primary-nav li.first {
	}
	
		#primary-nav li.first a {
			background: transparent url(../images/primary-nav-home.gif) no-repeat left top;
			height: 42px;
			margin-left: 0;
			padding: 0;
			text-indent: -999em;
			width: 37px;
		}
		#primary-nav li.first.active a {
			background: transparent url(../images/primary-nav-home-active.gif) no-repeat right top;
		}

	#primary-nav li.last {
		border-right: 0;
	}
	#primary-nav li.active a {
		background: transparent url(../images/primary-nav-active.gif) repeat-x left top;
		color: #694f42;
	}
		/*For links under active parent and their descendants that do not share same style*/
		#primary-nav li.active ul li a {
		
		}
		#primary-nav li a {
			background: transparent url(../images/primary-nav-bg.gif) repeat-x top left;
			color: #feffff;
			display: block;
			font-size: 11px;
			font-weight: 700;
			height: 42px;
			line-height: 42px;
			margin-right: 2px;
			padding: 0 15px;
			text-align: center;
			white-space: nowrap;
			z-index: 1000;
		}						

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

#search {
	color: #fff;
	display: inline;
	float: right;
	height: 32px;
	padding: 10px 10px 0 0;
}
	#search label {
		left: -10px;
		position: relative;
		top: 2px;
	}
	#ajaxSearch_input {
		color: #484848;
		height: 14px;
		left: -5px;
		position: relative;
		top: 1px;
		width: 144px;
	}
	#ajaxSearch_submit {
		background: transparent url(../images/internal-search-submit.gif) no-repeat left top;
		border: 0;
		color: #FFF;
		cursor: pointer;
		font-size: 0;
		height: 23px;
		line-height: 0;
		padding: 0;
		position: relative;
		text-indent: -9999px;
		top: -3px;
		width: 23px;
	}
	

/* !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: #FFFF00;
}
				
/* HOMEPAGE   ----------------------------------------------*/

.banner-header {
	color: #f15304;
	font-size: 2em;
	line-height: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#home-buckets {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #270d00;
	color: #e8dcbb;
	font-size: 0.9em;
	list-style: none;
	margin: 34px 0 0 0;
	overflow: auto;
	padding: 0;
}
	#home-buckets h2 {
		display: inline;
		float: left;
		margin-top: 5px;
		text-transform: uppercase;
	}
		#home-buckets h2 a:hover {
			text-decoration: none;
		}
		#home-buckets h2 span {
			color: #e8dcbb;
			display: block;
		}
	#home-buckets li {
		background: transparent url(../images/home-bucket-divider.gif) no-repeat right 20px;
		display: inline;
		float: left;
		padding: 20px 10px 20px 10px;
		width: 150px;
	}
	#home-buckets li.last {
		background: transparent;
	}
	#home-buckets li img {
		border: 0;
		float: right;
	}
	#home-buckets p {
		clear: both;
		line-height: 1.2em;
	}
	#home-buckets a.learn-more {
		background: transparent url(../images/learn-more-bg.png) no-repeat right 0.3em;
		display: inline;
		float: right;
	}

.rfq-link {
	background: transparent url(../images/rfq-link.gif) no-repeat left top;
	display: block;
	height: 51px;
	margin: 40px 0 55px 0;
	text-indent: -999em;
	width: 211px;
}

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

#breadcrumbs {
	color: #F15304;
	font-size: 0.92em;
	margin-top: 5px;
}
.B_crumbBox {
	font-size: 0.92em;
}
.B_lastCrumb {
	color: #53392c;
}

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

#left-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#left-col h3 a {
		font-weight: 400;
	}
		#left-col h3 a:hover {
			text-decoration: none;
		}
	
	#left-nav li.active a {
		background: transparent url(../images/left-nav-top-active.gif) no-repeat left top;
		color: #e8dcbb;
	}

		#left-nav li a {
			background: transparent url(../images/left-nav-top.gif) no-repeat left top;
			color: #e19b67;
			display: block;
			height: 24px;
			line-height: 24px;
			margin-bottom: 5px;
			padding-left: 11px;
			width: 139px;
		}
		#left-nav li a:hover {
			text-decoration: none;
		}
		#left-nav ul {
			list-style: disc;
			margin: 0 0 5px 0;
			padding-left: 16px;
		}
		#left-nav li.active ul li.active a, #left-nav ul li.active {
			color: #f15304;
		}
		#left-nav ul li.last a {
			
		}
			#left-nav ul li a, #left-nav li.active ul li a {
				background: transparent;
				color: #53392c;
				display: inline;
				font-size: 0.92em;
				height: auto;
				line-height: 1em;
				margin-bottom: 0;
				padding-left: 0;
				width: auto;
			}
		#left-nav ul li a:hover {
			text-decoration: underline;
		}


/* QUICK FORM   --------------------------------------------*/
	
	#quick-contact {
		-moz-border-radius: 5px;
		background-color: #270d00;
		color: #e8dcbb;
		margin-top: 20px;
		padding: 10px;
		width: 190px;
	}

	#quick-contact h3 {
		color: #fcac40;
		font-size: 1.2em;
		margin: 0 0 0 0;
		text-align: center;
		text-transform: uppercase;
	}

	#quick-contact fieldset {
		padding: 0.5em 0 1em 0;
	}
		#quick-contact fieldset input {
			background: #FFF url(../images/input-bg.gif) repeat-x left top;
			width: 185px;
		}
		#quick-contact p {
			margin: 0.5em 0;
			padding: 0;
		}
		#quick-contact fieldset label {	
			display: block;
		}
		#quick-contact textarea {
			background: #FFF url(../images/textarea.gif) repeat-x left top;
			height: 75px;
			width: 185px;		
		}
	#quick-contact .submit {
		background: transparent url(../images/submit.png) no-repeat left top;
		border: 0;
		font-weight: 400;
		height: 16px;
		margin: 0 auto;
		padding: 0;
	}

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

#center-col img, #first-col img {
	border: 3px solid #53392c;
}

#rfq-form, #contact-form {
	
}
	#rfq-form fieldset, #contact-form fieldset, #resume-form fieldset {
		margin: 1em 0;
	}
		#rfq-form fieldset input, #rfq-form fieldset textarea, #contact-form fieldset input, #contact-form fieldset textarea, #resume-form fieldset input, #resume-form fieldset textarea {
			display: block;
		}
	
.download-link {
	background: transparent url(../images/download-link.gif) no-repeat left top;
	display: inline-block;
	font-size: 0.9em;
	padding-left: 20px;
	text-decoration: underline;
}

a.learn-more {
	background: transparent url(../images/learn-more-bg.png) no-repeat right 0.1em;
	color: #923101;
	font-size: 0.83em;
	padding-right: 18px;
}

#subpage-buckets {
	float: left;
	width: 100%;
}

.bucket-text {
	display: inline;
	float: left;
	width: 170px;
}

#subpage-buckets .bucket img {
	background: transparent url(../images/internal-bucket-pic-holder.gif) no-repeat left top;
	border: 0;
	display: inline;
	float: left;
	height: 54px;
	margin-right: 10px;
	padding: 3px;
	width: 54px;
}

	#subpage-buckets .bucket {
		margin: 10px 40px 10px 0;
	}
	
	#subpage-buckets .bucket.right {
		margin-right: 0;
	}	
	
	#subpage-buckets .bucket {
		display: inline;
		float: left;
		width: 240px;
	}

	#subpage-buckets .bucket h3 {
		line-height: 1em;
		margin: 0;
	}
		#subpage-buckets .bucket h3 a {
			font-size: 0.85em;
			font-weight: 700;
		}
	#subpage-buckets .bucket p {
		font-size: 0.79em;
		line-height: 1.25em;
		margin: 0;
	}
	
	#subpage-buckets .bucket a.learn-more {
		background: transparent url(../images/learn-more-bg.png) no-repeat right 0.25em;
		display: inline;
		float: right;
		font-size: 0.7em;
	}
	
	p.img-array {
		text-align: center;
	}
		p.img-array img {
			margin-right: 20px;
		}
		p.img-array img.last {
			margin-right: 0;
		}
		
.figure-array {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
	.figure-array li {
		margin-bottom: 1em;
	}
	.figure-array img {
		display: block;
	}

.configs {
	display: table;
}

.configs span {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}	
	.configs li img {
		display: table-cell;
	}

table {
	border-collapse: collapse;
	width: 515px;
}
	table th, table td {
		border: 1px solid #53392C;
	}
	table td {
		text-align: center;
	}
	
.features, .order-info {
	color: #C14000;
}

#contact-content {
	display: inline;
	float: right;
	margin: 0;
	width: 240px;
}
	#contact-information {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #270D00;
		color: #E8DCBB;
		list-style: none;
		margin: 0 0 20px 0;
		padding: 10px;
	}
	#contact-information li.phone {
		margin-top: 1em;
	}
	
#careers-link {
	background: transparent url(../images/yellow-button.jpg) no-repeat left top;
	clear: right;
	color: #FFF;
	display: block;
	font-size: 1.1em;
	height: 46px;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 5px 50px 0 5px;
	text-align: center;
	width: 155px;
}
	#careers-link:hover {
		text-decoration: none;
	}

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

#custom-callout {
	-moz-border-radius: 5px;
	border: 1px solid #c14000;
	color: #c14000;
	line-height: 1.1em;
	margin: 45px 0 10px 0;
	padding: 0 10px 10px 10px;
	position: relative;
}

	#custom-callout h3 {
		background-color: #E8DCBB;
		font-size: 1.19em;
		left: -1px;
		padding-bottom: 5px;
		position: absolute;
		top: -22px;
		width: 136px;
	}
		#custom-callout h3 span {
			color: #923101;
			font-weight: 700;
			text-transform: uppercase;
		}
		
	#custom-callout .cm-icon {
		display: inline;
		float: right;
		margin: 1.2em 0 0 1em;
	}
	
	#custom-callout p.learn-more {
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: right;
	}

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


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

#footer {
	background: transparent url(../images/footer.gif) no-repeat left top;
	color: #FFF;
	clear: both;
	font-size: 1.1em;
	height: 85px;
	line-height: 1.5em;
	overflow: auto;
	margin: 0;
	padding: 5px 10px 0 5px;
	position: relative;
}
	#footer p {
		clear: both;
		display: inline;
		float: right;
		font-size: 1.1em;
		margin: 0;
		padding: 0;
	}
	#footer p#credits {
		bottom: 11px;
		left: 330px;
		position: absolute;
	}
		#footer p#credits a {
			color: #FFF;
			font-weight: 700;
		}
	#footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#footer ul#company-info {
		display: inline;
		float: left;
	}
	#footer ul#api {
		display: inline;
		float: right;
		margin-top: 5px;
	}
		#footer ul#api img {
			display: inline;
			float: right;
			margin-bottom: 4px;
			position: relative;
			right: 35px;
			top: -12px;
		}
		#footer ul#api li {
			clear: right;
		}
	.company-info {
		display: inline;
		float: left;
	}