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


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      		#E9E9E9;

SUBNAV ORANGE			#E88E23;
SUBNAV WHITE			#CACACA;

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

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

body {
	background: #E9E9E9 url(../images/body-bg-2.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

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;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1 {
	color: #8a7d62;
  	font-size: 1.8em;
  	margin: 0 0 0.50em 0;
}

h2 {
	color: #e68b23;
  	display: block;
  	font-size: 1.5em;
  	margin: .50em 0;
}

h3 {
	color: #e68b23;
  	display: block;
  	font-size: 1.17em;
  	margin: 0.75em 0;
}

h4 {
	color: #e68b23;
  	margin: 1em 0;
}

h5 {
	color: #e68b23;
  	font-size: 0.83em;
  	margin: 1.33em 0;
}

h6 {
	color: #e68b23;
  	font-size: 0.67em;
  	margin: 2.67em 0;
}

a {
	color: #e4761e;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

	a img {
		border: 0;
	}
	

	#quickForm dl {
		margin-top: 0;
	}
		#quickForm dt {
			color: #616c81;
		}
		#quickForm dd {
			margin: 0;
		}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form dl {
	margin-top: 0;
}

form dt {
	color: #616c81;
}
form dd {
	margin: 0;
}

	form dd input, form dd textarea {
		border: 1px solid #dde9f3;
		overflow: auto;
	}

.submit {
	background: transparent url(../images/submit.gif) no-repeat left top;
	border: 0;
	color: #FFF;
	cursor: pointer;
	height: 28px;
	width: 70px;
}

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

.clearBoth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

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

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

#header {
	background: transparent url(../images/header-2.jpg) no-repeat left top;
	height: 107px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 940px;
}
	
#banner {
	display: block;
	margin: 0 auto;
	width: 960px;
}

#main {
	color: #909090;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 1em 13px;
	width: 950px;
}

#firstColumn {
	float: left;
	margin-right: 10px;
	margin-top: 13px;
	padding-right: 30px;
	width: 660px;
}

#leftNav {
	background-color: #D3D3D3;
	float: left;
	margin-left: -700px; /*Set this equal to the negative sum of the widths of the Left Column and the Middle Column*/
	margin-top: 13px;
	/* Malarkey to extend left column to the footer no matter the vertical size of the content*/
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	width: 230px;
}

	#leftNav h3 {
		background: transparent url(../images/leftnav-header-bg.gif) no-repeat left top;
		color: #DDD;
		font-size: 1.4em;
		height: 49px;
		line-height: 49px;
		margin: 0;
		padding: 0 10px;
		width: 210px;
	}
	#leftNav ul {
		list-style-position: inside;
		list-style-type: square;
		margin: 0;
		padding: 0;
	}
		#leftNav ul li {
			background: #E4E4E4 url(../images/leftnav-list-item-bg.gif) no-repeat left top;
			color: #E4761E;
			line-height: 30px;
			padding-left: 10px;
		}
		#leftNav ul li.active a {
			color: #f9f5f5;
		}
		#leftNav ul li.active span {
			color: #ada9a5;
		}
			#leftNav ul li a {
				color: #8e8267;
			}
			#leftNav ul li ul {
				list-style-type: disc;
			}
				#leftNav ul li ul li {
					background: none;
					color: #909090;
					width: auto;
				}
					#leftNav ul li ul li a, #leftNav ul li.active ul li a {
						color: #E88A23;
					}

#centerColumn {
	float: left;
	margin-left: 230px; /*Set this equal to the width of the Left Column*/
	padding: 13px 15px 0 15px;;
	width: 440px;
}

#rightCol {
	display: inline;
	float: left;
	padding: 13px 10px 0 9px;
	width: 230px;
}


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

#logo {
	display: block;
	float: left;
	height: 100px;
	text-indent: -9999px;
	width: 150px;
}

#globalNav {
	float: right;
	font-size: 1.15em;
	list-style: none;
	margin-bottom: 0;
}
	#globalNav li {
		background: transparent url(../images/globalnav-pipe.gif) no-repeat left 3px;
		float: left;
		margin-right: 7px;
		padding-left: 7px;
	}
	#globalNav li.first {
		background: none;
		padding-left: 0;
	}
	#globalNav li.last {
		margin-right: 0;
	}
		#globalNav li a {
			color: #afaba8;
		}

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

#ajaxSearch {
	bottom: 0;
	height: 40px;
	padding: 10px 0 0 100px;
	position: absolute;
	right: 10px;
	width: 140px;
}
#ajaxSearch_input {
	background: transparent url(../images/ajax-input-bg.gif) no-repeat left top;
	border: 0;
	height: 15px;
	margin-right: 3px;
	padding: 4px 3px;
	width: 94px;
}
#ajaxSearch_submit {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 19px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	vertical-align: middle;
	width: 23px;
}

#ajaxSearch label {
	text-indent: -9999px;
}
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   --------------------------------------------*/

#primaryNav {
	background: url(../images/mainnav-bg.gif) no-repeat left top;
	border-top: 1px solid #000;
	height: 51px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
	#primaryNav li {
		float: left;		
		width: 320px;
	}
		#primaryNav li a {
			display: block;
			color: #eee9e4;
			font-size: 11px;
			height: 41px;
			padding: 10px 0 0 20px;
			width: 300px;
		}
		#primaryNav li a:hover {
			text-decoration: none;
		}
		#primaryNav li:hover ul.dropdown, #primaryNav li.sfhover ul.dropdown {
			left: auto;
		}
			#primaryNav li a strong {
				display: block;
				font-size: 15px;
				font-weight: 400;
			}
			
#primaryNav ul.dropdown {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #141310 url(../images/dropdown-bg.gif) repeat-x left top;	
	list-style: none;
	left: -9999px;
	margin: 0;
	min-height: 1%;
	padding: 10px 0 10px 20px;
	position: absolute;
	width: 300px;
	z-index: 1000;
}
	#primaryNav ul.dropdown li {
		background: transparent url(../images/subnav-bullet-bg.png) no-repeat left 4px;
		clear: left;
		float: left;
		height: 16px;
		line-height: 16px;
		padding: 5px 0;
		position: relative;
		white-space: nowrap;
		width: 275px;
	}
		#primaryNav ul.dropdown li:hover ul.flyout, #primaryNav ul.dropdown li.sfhover ul.flyout {
			left: 19em;
			top: -31px;
		}
		#primaryNav ul.dropdown li a {
			color: #cacaca;
			display: block;
			font-size: 1.2em;
			height: auto;
			padding: 0 0 0 20px;
		}
			#primaryNav ul.dropdown li a:hover {
				color: #e78b23;
			}
		#primaryNav ul.dropdown li ul {
			background: #575550 url(../images/flyout.gif) repeat-x left top;
		}
#primaryNav ul.flyout {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 20px;
	position: relative;
	left: -9999px;
	white-space: nowrap;
	z-index: 2000;	
}
	#primaryNav ul.flyout li a:hover {
		color: #e78b23;
	}

/* HOMEPAGE   ----------------------------------------------*/

#homeBanner {
	background: transparent url(../images/home-image.jpg) no-repeat left top;
	height: 246px;
	margin: 0 auto;
	padding: 25px 30px 0 570px;
	width: 360px;
}

	#homeBanner h1 {
		color: #ff8a00;
		font-size: 2.3em;
		margin-bottom: 10px;
	}

	#homeBanner p {
		color: #FFF;
		font-size: 1.4em;
		line-height: 1.8em;
		margin-top: 0;
	}
	
.bucket {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #DEDEDE url(../images/home-bucket-bg.gif) repeat-x left top;
	float: left;
	height: 242px;
	line-height: 1.2em;
	margin: 13px 10px 10px 0;
	padding: 0 10px;
	width: 325px;
}

	.bucket h2 {
		color: #937d69;
		font-size: 16px;
	}
	.bucket ul {
		list-style: none;
		height: 160px;
		margin: 10px 0;
		padding: 0;
	}
		.bucket ul li {
			clear: left;
			font-size: 11px;
			overflow: hidden;
			margin-bottom: 10px;
		}
			.bucket ul li a img {
				border: 0;
				float: left;
				padding-right: 10px;
			}
			.bucket ul li h3 {
				font-size: 11px;
				font-weight: 700;
				margin: 0;
			}
			.bucket ul li p {
				margin: 0;
			}
		.bucket ul li.last {
			margin: 0;
		}
		
p.bucketFooter {
	border-top: 1px solid #e9e9e9;
	height: 33px;
	line-height: 33px;
	margin: 0;
	text-align: right;
	width: 325px;
}
	p.bucketFooter a {
		color: #a6a6a6;
	}

#rfqLink, #videoLink {
	background: transparent url(../images/gray-coa-button.jpg) no-repeat left top;
	color: #E4761E;
	display: inline;
	float: left;
	font-size: 1.2em;
	height: 46px;
	line-height: 46px;
	margin: 13px 0 0 27px;
	text-align: center;
	width: 176px;
}

#rfqLink {
	font-size: 1.3em;
}

#videoLink {
	color: #CAC5BD;
	margin: 5px 0 17px 27px;
}

	#videoLink:hover, #rfqLink:hover {
		background: transparent url(../images/gray-coa-button.jpg) no-repeat left -46px;
		text-decoration: none;
	}

#pigResource {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #726b64;
	color: #CAC5BD;
	float: left;
	width: 230px;
}

	#pigResource h2 {
		background: #483a2e url(../images/resources-head-bg.gif) no-repeat left top; 
		color: #D9CFC2;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		margin: 0 0 6px 0;
		padding-left: 55px;
		width: 175px; 
	}
		#pigResource h2 a{
			display:block;
		}

	#pigResource h3 {
 		color: #D9CFC2;
 		margin: 0;
	}

	#pigResource p {
 		margin: 0;
	}

	#pigResource a {
 		color: #FFF;
 		font-weight: 700;
	}
		
	#pigResource ul {
		list-style: none;
		margin: 0;
		padding: 0 10px;
	}
	
	#pigResource ul li {
		background: transparent url(../images/resources-bullet.gif) no-repeat left 5px;
		font-size: 10px;
		margin: 0 0 10px 5px;
		padding-left: 25px;
	}
	
	.news-link {
		display: block;
		text-align: right;
	}

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

#breadcrumbs {
	color: #9C9C9C;
	font-size: 11px;
	height: 30px;
	margin: 0 auto;
	width: 960px;
}
	#breadcrumbs a {
		color: #7F7F7E;
		font-weight: 700;
	}
	.B_crumbBox {
		color: #9C9C9C;
		float: left;
		font-size: 1.1em;
		height: 30px;
		line-height: 30px;
	}
	.B_homeCrumb {
		font-weight: 700;
	}
	
#phoneNumber {
	color: #7f7f7e;
	font-size: 1.8em;
	line-height: 30px;
	margin: 0 auto;
	text-align: right;
	width: 960px;
}

	#phoneNumber span {
		color: #d98620;
	}

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

#quickForm {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: transparent url(../images/rfq-bg.gif) no-repeat left top;
	height: 278px;
	padding: 0 10px;
	margin-bottom: 10px;
	width: 210px;
}
	#quickForm h3 {
		font-size: 20px;
		margin: 0;
		padding-top: 10px;
		text-align: center;
	}
	#quickForm fieldset {
		padding: 0 10px;
	}
		#quickForm fieldset p {
			margin: 0 0 0.5em 0;
			padding: 0;
		}
			#quickForm dd input, #quickForm dd textarea {
				border: 1px solid #dde9f3;
				width: 100%;
			}
			#quickForm textarea {
				height: 60px;
			}
		#quickForm .submit {
			display: inline;
			float: left;
			margin-left: 10px;
			padding-right: 10px;
		}

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

form fieldset p {
	margin-top: 0;
}

#content ul, #content ol, #content dl {
	line-height: 1.7em;
}

#content ul#landingBuckets {
	line-height: 1.3em;
	list-style: none;
	overflow: auto;
	padding: 0;
}
	ul#landingBuckets li {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #F0F0F0 url(../images/landing-bucket.gif) repeat-x left top;
		/*cursor: pointer;*/
		display: inline;
		float: left;
		margin: 0 10px 10px 0;
		padding: 10px;
		width: 300px;
	}
	#landingBuckets li.first {
		clear: left;
	}
		ul#landingBuckets li img {
			float: left;
			margin-right: 10px;
		}
		ul#landingBuckets li h2 {
			font-size: 1.1em;
			margin: 0;
		}
			ul#landingBuckets li a:hover {
				text-decoration: none;
			}
		ul#landingBuckets li p {
			color: #909090;
			margin: 0;
		}
		
#content table {
	-moz-border-radius-bottomleft:  5px;
	-moz-border-radius-bottomright:  5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #cfcfcf;
	border-bottom: 5px solid #cfcfcf;
	margin-bottom: 1em;
	padding: 0 5px;
	width: 100%;
}
	#content table caption {
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		background: #cac9c6 url(../images/table-caption-bg.gif) repeat-x left top;
		color: #544f49;
		font-size: 1.1em;
		height: 36px;
		line-height: 36px;
		padding: 0 0 0 7px;
		text-align: left;
		width: 440px;
	}
	#content table tr {
		background-color: #fdfdfd;		
		border-bottom: 1px solid #cfcfcf;
		margin: 0 5px;
		padding: 0 5px;
	}
	#content table th, #content table td {
		padding: 5px;
		text-align: left;
	}
	
#content #aboutBuckets {
	line-height: 1.3em;
	list-style: none;
	margin: 0 auto;
	overflow: auto;
	padding: 10px;
	width: 615px;
}
	#aboutBuckets li {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #ECECEC;
		display: inline;
		float: left;
		margin-right: 10px;
		padding: 10px;
		width: 175px;
	}
		#aboutBuckets li h2 {
			color: #7a6850;
			font-size: 1.2em;
			margin: 0 0 0.5em 0;
		}
		#aboutBuckets li p {
			margin: 0.5em 0;
		}
		#aboutBuckets li a {
			display: inline;
			float: right;
		}
		
.image-box {
	display: inline;
	float: right;
	font-style: oblique;
	font-size: 0.95em;
	margin: 0 0 1em 1em;
}
 	.image-box img {
 		display: block;
 	}
 	
img.center {
	display: block;
	margin: 0 auto;
}

p.table-legend .left {
	display: inline;
	float: left;
	width: 14em;
}

p.table-legend .right {
	display: inline;
	float: right;
	text-align: right;
	width: 16em;
}

.productImage {
	display: block;
	margin: 0 auto;
}

#furtherInfo {
	clear: both;
	margin-bottom: 1em;
	text-align: center;
}

	#companyName {
		text-transform: uppercase;
	}

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

#features {
	display: inline;
	float: left;
}

#features .col1 {
	display: inline;
	float: left;
	margin-right: 5%;
	width: 45%;
}

#features .col2 {
	display: inline;
	float: left;
	width: 50%;
}

.feature h3, #furtherInfo h3 {
	margin-bottom: 0.75em;
	text-transform: uppercase;
}

.feature ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.feature ul.accessories {
	list-style: disc;
	list-style-position: inside;
}

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

#relatedServices {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: transparent url(../images/related-services-bg.gif) no-repeat left top;
	color: #9c9c9c;
	margin-bottom: 10px;
	padding: 0 15px;
	width: 200px;
}

	#relatedServices h3 {
		color: #dfdfdf;
		font-size: 1.1em;
		height: 30px;
		line-height: 30px;
		margin: 0 0 10px 0;
	}
		#relatedServices ul {
			font-size: 11px;
			list-style: none;
			padding: 0;
		}
			#relatedServices ul li a {
				color: #d76a1c;
				text-transform: uppercase;
			}
/* FOOTER   --------------------------------------------*/

#footer {
	background: #8b7e63 url(../images/footer.gif) repeat-x left top;
	color: #ece9d9;
	font-size: 1.2em;
	padding: 7px 0 .1em 0;
	text-align: center;
}
	#footer p#footer-addr {
		margin: 0 0 30px 0;
	}
	#footer ul {
		list-style: none;
		overflow: auto;
		margin: 0 auto;
		padding: 0;
		width: 960px;
	}
		#footer ul li {
			background: transparent url(../images/footer-pipe.gif) no-repeat left 3px;
			display: inline;
			margin-right: 5px;
			padding-left: 10px;;
		}
		#footer ul li.first {
			background: none;
			padding-left: 0;
		}
		#footer ul li.last {
			margin-right: 0;
		}
			#footer ul li a {
				color: #cdcabb;
				font-weight: 700;
			}
	#credits a {
		color: #FFF;
		font-weight: 700;
	}