html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*	BASE STYLES
	------------------------------------------------------- */
body {
	background: #FFF;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;

}
#container {
	border-top: 5px solid #688cad;
	width: 100%;
	overflow: hidden;
}


/*	HEADER & SUBNAVIGATION
	------------------------------------------------------- */
#header-wrapper {
	float: left;
	width: 100%;
	background: #FFF url('/assets/images/header_bg.png') repeat-x bottom;
}
#header {
	width: 962px;
	margin: 0 auto;
	text-indent: -3000px;
}
#header h1 {
	padding: 10px 64px 15px 52px;
	float: left;
}
#header h1 a {
	display: block;
	width: 114px;
	height: 114px;
	background: url('/assets/images/logo.gif') no-repeat;
}
#header .place-order {
	float: right;
	margin: -21px 76px 0 0;
}
#header .place-order a {
	display: block;
	width: 186px;
	height: 54px;
	background: url('/assets/images/place-order.png') no-repeat;
}
#header .place-order a:hover {
	background: url('/assets/images/place-order.png') no-repeat 0px -54px;
}
#header ul {
	padding: 62px 0 0 0;
}
#header ul li {
	display: inline;
}
#header ul li a {
	float: left;
	display: block;
	margin: 0 30px 0 0;

}
#header ul li.home a {
	width: 43px;
	height: 21px;
	background: url('/assets/images/nav_home.png') no-repeat 0px 0px;
}
	#header ul li.home a:hover, #header ul li.home a.current {
		background-position: 0px -21px;
	}
#header ul li.news a {
	width: 40px;
	height: 21px;
	background: url('/assets/images/nav_news.png') no-repeat 0px 0px;
}
	#header ul li.news a:hover, #header ul li.news a.current {
		background-position: 0px -21px;
	}
#header ul li.about-us a {
	width: 71px;
	height: 19px;
	background: url('/assets/images/nav_aboutus.png') no-repeat 0px 0px;
}
	#header ul li.about-us a:hover, #header ul li.about-us a.current {
		background-position: 0px -19px;
	}
#header ul li.services a {
	width: 65px;
	height: 19px;
	background: url('/assets/images/nav_services.png') no-repeat 0px 0px;
}
	#header ul li.services a:hover, #header ul li.services a.current {
		background-position: 0px -19px;
	}
#header ul li.contact-us a {
	width: 85px;
	height: 19px;
	background: url('/assets/images/nav_contactus.png') no-repeat 0px 0px;
}
	#header ul li.contact-us a:hover, #header ul li.contact-us a.current {
		background-position: 0px -19px;
	}
	

/*	NAVIGATION
	------------------------------------------------------- */
#nav-wrapper {
	clear: both;
	height: 55px;
	width: 100%;
	background: url('/assets/images/nav_leftright.png') no-repeat top center;
}
#nav {
	height: 55px;
	width: 100%;
	float: left;
	background: url('/assets/images/nav_shadow.png') repeat-x bottom;
	text-align: center;
	position: relative;
	z-index: 10;
}
#nav span {
	display: inline-block;
	text-align: center;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	display: block;
	padding: 19px 9px 16px 9px;
	font-size: 1.17em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #e1eef0;
	background: url('/assets/images/nav_bg.png') no-repeat top right;
	height: 14px;
}
#nav ul li.last a {
	background: url('/assets/images/nav_bg.png') no-repeat top left;
}
#nav ul li a:hover {
	background: url('/assets/images/nav_bg.png') no-repeat bottom right;
}
#nav ul li.last a:hover {
	background: url('/assets/images/nav_bg.png') no-repeat bottom left;
}
#nav ul li#current a {
	background: url('/assets/images/nav_bg.png') no-repeat center right;
}
#nav ul li#current.last a {
	background: url('/assets/images/nav_bg.png') no-repeat center left;
}
#subnav {
	width: 662px;
	float: left;
}
#subnav li {
	display: inline;
	font-size: 13px;
	margin: 0 8px 0 8px;
	line-height: 1.8em;
	white-space: nowrap;
}
#subnav li a:link, #subnav li a:visited, #subnav li a:active {
	color: #490e08;
	text-decoration: none;
}
#subnav li a:hover {
	color: #b0141d;
	text-decoration: none;
}
#subnav li.selected a {
	color: #b0141d;
}
.subnav-search {
	float: left;
	border-bottom: 1px solid #c4c4c4;
	padding: 5px 0 8px 0;
	margin: 0 0 25px 0;
}
#search-in-nav {
	width: 280px;
	float: right;
}
body#contract-packaging #search-in-nav {
	padding: 10px 0 0 0;
}
#search-in-nav .heading {
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #555;
}
#search-in-nav input {
	color: #999;
}

/*	MAIN CONTENT
	------------------------------------------------------- */
#main-wrapper {
	background: #e7e8e9 url('/assets/images/main_bg.jpg') no-repeat top center;
	padding: 0 0 20px 0;
}
body#home #main-wrapper {
	padding: 0;
}
#main {
	padding: 5px 10px 20px 10px;
	margin: -6px auto 0 auto;
	width: 942px;	
	background: transparent url('/assets/images/main_solid.png');
	z-index: 1;
	position: relative;
	min-height: 500px;
}
body#home #main {
	padding: 35px 10px 20px 10px;
	background: transparent url('/assets/images/main_trans.png');
	min-height: 200px;
}
#main-footer {
	margin: 0 auto 20px auto;
	width: 962px;
	height: 21px;
	background: transparent url('/assets/images/main_solid_footer.png');
}
a:link, a:visited, a:active {
	color: #115772;
}
a:hover {
	color: #6e1409;
}
/*	SUB MAIN
	------------------------------------------------------- */
#footer-wrapper {
	clear: both;
	position: relative;
	background: url('/assets/images/footer_bg.png') repeat-y top center;
}
body#home #submain-head, #footer-head {
	width: 100%;
	height: 46px;
	background: url('/assets/images/footer_top.png') no-repeat center top;
}
body#surface-finishing #footer-wrapper {
	background: url('/assets/images/footer_bg-sf.png') repeat-y top center;
}
body#surface-finishing #footer-head {
	background: url('/assets/images/footer_top-sf.png') no-repeat center top;
}
#submain {
	position: relative;
	top: -46px;
	padding: 45px 10px 0 10px;
	margin: 0 auto;
	width: 942px;
	background: transparent url('/assets/images/main_trans.png');
	z-index: 2;
}
#photo-gallery {
	float: left;
	width: 632px;
	margin: 0 0 10px 0;
}
#market-updates {
	float: right;
	width: 300px;
	background: url('/assets/images/market-updates-bg.png') repeat-y;
	margin: 0 0 10px 0;
}
#market-updates h3 {
	background: url('/assets/images/market-updates-top.png') no-repeat;
	height: 59px;
	font-size: 1.9em;
	padding: 20px 0 0 80px;
	color: #6e1409;
	margin: 0 0 15px 0;
}
#market-updates .entries {
	padding: 0 11px;
	font-size: 1.2em;
	line-height: 1.2em;
}
#market-updates .view-all {
	width: 278px;
	font-size: 1.4em;
	background: url('/assets/images/market-updates-bot.png') no-repeat bottom;
	height: 21px;
	padding: 8px 11px 15px 11px;
}
#market-updates .footer {
	width: 278px;
	font-size: 1.4em;
	background: #FFF url('/assets/images/market-updates-bot.png') no-repeat ;
	height: 21px;
	padding: 0px 11px;
}
#market-updates ul#archives {
	margin: 0 0 0 10px;
}
#market-updates ul#archives li {
	font-size: 1.2em;
	line-height: 1.5em;
}
body#home #market-updates {
	position: relative;
	float: left;
	background: url('/assets/images/hp-marketupdates-top.png') no-repeat left top;
	font-size: 1.2em;
	line-height: 1.3em;
	width: 465px;
}
body#home #featured {
	position: relative;
	float: right;
	font-size: 1.2em;
	line-height: 1.3em;
	width: 465px;
}
body#home #market-updates .header, body#home #featured .header {
	background: url('/assets/images/hp-marketupdates-top.png') no-repeat left top;
	width: 100%;
	height: 109px;
}
body#home #featured .header {
	background: url('/assets/images/hp-featured-top.png') no-repeat left top;
}
#market-updates a:link, #market-updates a:visited, #market-updates a:active,
#featured a:link, #featured a:visited, #featured a:active  {
	color: #024c69;
	text-decoration: none;
}
#market-updates a:hover, #featured a:hover {
	color: #6e1409;
}
body#home #market-updates .sub-heading {
	display: block;
	float: left;
	color: #494b4b;
	font-size: 1.1em;
	padding: 5px 0 0 116px;
}
body#home #featured .sub-heading {
	display: block;
	float: left;
	color: #494b4b;
	font-size: 1.1em;
	margin: 5px 0 0 116px;
	width: 280px;
}
body#home #market-updates h3, body#home #featured h3 {
	background: none;
	font-size: 1.9em;
	color: #6e1409;
	padding: 43px 0 0 116px;
	height: auto;
	margin: 0;
}
body#home #featured h3 {
	padding: 43px 0 0 116px;
}
body#home #market-updates .entries, body#home #featured .entries {
	background: url('/assets/images/hp-marketupdates-bg.png') repeat-y left top;
	padding: 7px 30px;
	line-height: 1.3em;
	font-size: 1.0em;
}
body#home #featured .entries {
	padding: 7px 25px 7px 20px;
}
body#home #featured .entries img {
	float: left;
	margin-right: 12px;
}
#market-updates div.date {
	color: #494b4b;
	font-size: .9em;
}
#market-updates div.corporate {
	padding: 2px 0 2px 20px;
	background: url('/assets/images/sm-icon.gif') no-repeat 1px 0px;
}
#market-updates div.title {
	font-size: 1.2em;
	margin: 0 0 3px 0;
	line-height: 1.2em;
}
body#home #featured div.title {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 20px 0 3px 0;
	color: #6e1409;
}
#market-updates div.excerpt {
	color: #494b4b;
	padding: 0 0 12px 0;
}
#market-updates .view-all a:link, #market-updates .view-all a:visited, #market-updates .view-all a:active,
#featured .contact-us a:link, #featured .contact-us a:visited, #featured .contact-us a:active {
	text-decoration: underline;
}
body#home #market-updates .view-all, body#home #featured .contact-us {
	width: 100%;
	padding: 0 30px 12px 30px;
	height: 19px;
	font-size: 1.2em;
	background: url('/assets/images/hp-marketupdates-bot.png') no-repeat left bottom;
	clear: both;
}
body#home .rss {
 	clear: left;
	float: left;
}
body#home .rss a {
	display: block;
	margin: 0 0 0 25px;
	padding: 8px 0 0 30px;
	line-height: 1.2em;
	width: 145px;
	background: url('/assets/images/rss.png') no-repeat 0px 8px;
	text-decoration: none;
	color: #024c69;
}
body#home .terms {
	float: right;
}
body#home .terms a {
	display: block;
	margin: 0 0 0 25px;
	padding: 0 0 0 20px;
	line-height: 2.4em;
	width: 185px;
	background: url('/images/uploads/terms2.png') no-repeat 0px 4px;
	text-decoration: none;
	color: #024c69;
}

#market-updates .footer .rss a {
	display: block;
	margin: 0px 0 0 0;
	padding: 28px 0 5px 30px;
	line-height: 1.2em;
	width: 145px;
	background: url('/assets/images/rss.png') no-repeat 0px 28px;
	text-decoration: none;
	color: #024c69;
	font-size: .7em;
}
body#home .rss a:hover, #market-updates .footer .rss a:hover {
	color: #6e1409;
}
#subpage {
	float: left;
	width: 632px;
}

#news {
	float: left;
	width: 620px;
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #494b4b;
}
#news h3 {
	line-height: 1.1em !important;
}
#news h3 a {
	color: #6e1409;
	text-decoration: none;
}
#news h3 a:hover {
	text-decoration: underline;
}
#news .date, #news .source {
	clear: left;
	font-size: .9em;
	line-height: 1.2em;
}
#news .corporate {
	padding-left: 20px;
	background: url('/assets/images/sm-icon.gif') no-repeat 1px 0px;
}
#news .hr {
	background-color: #c4c4c4;
	margin: 10px 0 20px 0;
	float: left;
	clear: left;
	height: 1px;
	width: 100%;
}
#news .hr hr {
	display: none;
}
#news p {
	margin: 1em 0 1em 0;
}
#news .pagination {
	text-align: right;
}
#news .pagination strong {
	font-weight: normal;
	color: #6e1409;
}

#news .pagination a {
	text-decoration: none;
}
#content {
	float: left;
	width: 620px;
	clear: both;
	border-top: 1px solid #c4c4c4;
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #494b4b;
}
#content h2, #news h2, #plastic-hoses-content h2, .content h2, #search h2 {
	color: #6e1409;
	font-size: 2.0em;
	line-height: 1.5em;
}
#content h3, #news h3, #plastic-hoses-content h3, .content h3 {
	color: #6e1409;
	font-size: 1.6em;
	line-height: 1.4em;
}
#content p, #sales p, .content p {
	margin: 0 0 1em 0;
}
#content h3 + p, #content h2 + p {
	margin: 0 0 1em 0;
}
#content ul li, #news ul li, .content ul li {
	padding: 0 0 0 17px;
	background: url('/assets/images/bullet.png') no-repeat 0px 6px;
}
#content strong, #content b, #news strong, #news b, .content strong, .content b {
	font-weight: bold;
}
#content em, #content i, #news em, #news i, .content i, .content em {
	font-style: italic;
}
#plastic-hoses-content {
	float: left;
	width: 620px;
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #494b4b;
}
#plastic-hoses-content h2 {
	padding: 0 0 0 10px;
}

#plastic-hoses-content p.sub-heading {
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 10px 10px;
	font-size: .95em;
}
#plastic-hoses-content .product {
	width: 306px;
	float: left;
	margin: 20px 8px 0 0;
	font-size: .85em;
}
#plastic-hoses-content .alt {
	margin: 20px 0 0 0;
}
#plastic-hoses-content img {
	margin: 0 0 5px 0;
}
#plastic-hoses-content .product-name {
	background: #cedee3;
	font-size: 1.7em;
	padding: 5px 15px 5px 15px;
	color: #6e1409;
}
#plastic-hoses-content .product-use {
	padding: 3px 0 3px 15px;
	color: #6e1409;
	border-bottom: 1px solid #c4c4c4;
}
#plastic-hoses-content .product-desc {
	padding: 5px 0 15px 15px;
}
#plastic-hoses-content .product-specs {
	padding: 0 0 5px 15px;
}

/* Sales Team */
#sales-team {
	clear: right;
	font-size: 1.2em;
	width: 300px;
	float: right;
	background: #FFF url('/assets/images/sales-team-bg.png') no-repeat left bottom;
}
#sales-team .the-team {
	min-height: 150px;
}
.process-chem {
	margin: 10px 0 0 0;
}
#sales-team h3 {
	display: none;
}
#sales-team .sub-heading {
	display: block;
	padding: 42px 20px 0 73px;
	line-height: 1.3em;
}
#sales-team .heading {
	background: url('/assets/images/sales-team-top.png') no-repeat left top;
	width: 100%;
	height: 83px;
}
.process-chem .heading {
	background: url('/assets/images/sales-team-top-sf.png') no-repeat left top !important;
}
#sales-team .all-photo {
	margin: 10px;
	border: 3px solid #145974;
}
#sales-team .sales-manager {
	margin: 5px 10px 10px 10px;
	line-height: 1.3em;
}
.sales-manager img, #sales img {
	float: left;
	margin-right: 8px;
}
#sales img {
	margin-bottom: 1.2em;
}
#sales-team .title, #sales .title {
	margin: 18px 0 0 0;
	float: left;
	background: url('/assets/images/sales-team-manager-star.png') no-repeat left center;
	padding: 0 0 0 15px;
	color: #6e1409;
	width: 60%;
}
#sales .title {
	margin: 48px 0 0 0;
}
#sales-team .name {
	width: 60%;
	float: left;
	font-size: 1.2em;
}
#sales .name {
	width: 60%;
	float: left;
	font-size: 1.2em;
	white-space: nowrap;
}
#sales-team .email, #sales-team .phone, #sales .email, #sales .phone {
	font-size: 1.0em;
	line-height: 1.4em;
}
#sales-team .email a {
	text-decoration: none;
}
#sales-team .team-member {
	margin: 10px 30px 5px 10px;
	float: left;
	width: 45%;
}
#sales-team .alt {
	margin: 10px 0 10px 10px;
}
#sales-team .team-member img {
	margin: 0 0 3px 0;
}
#sales-team .view-all {
	clear: left;
	background: url('/assets/images/sales-team-bot.png') no-repeat;
	font-size: 1.2em;
	height: 19px;
	padding: 13px 14px;
}
#search-sidebar {
	float: right;
	width: 300px;
	height: 314px;
	background: url('/assets/images/search-header.png') no-repeat left top;
	font-size: 1.4em;
}
#search-sidebar .title {
	padding: 44px 0 0 85px;
	line-height: 1.1em;
	height: 33px;
}
#search-sidebar .content {
	margin: -5px 0 0 0;
	padding: 39px 0 10px 10px;
	background: url('/assets/images/search-bg.png') repeat-y left bottom;
	float: left;
	width: 290px;
}
#search-sidebar .content label {
	color: #000;
	font-size: 1.1em;
	margin: 0 0 0 8px;
}
#search-sidebar .content span.sub-label {
	font-size: .8em;
	display: block;
	margin: 0 0 0 8px;
}
#search-sidebar .search-input, #search-in-nav .search-input {
	margin: 4px 0 0 0;
	background: url('/assets/images/search-box.png') no-repeat;
	height: 20px;
	width: 249px;
	float: left;
}
#search-sidebar .search-input input, #search-in-nav .search-input input {
	border: 1px;
	height: 13px;
	margin: 1px 8px 0 8px;
	width: 226px;
}
#search-sidebar .industry, #search-sidebar .process {
	float: left;
	width: 145px;
	position: relative;
	margin: 5px 0 10px 0;
}
#search-sidebar .hr {
	float: left;
	clear: left;
	margin: 10px 0 10px 0;
	background: #c4c4c4;
	height: 1px;
	width: 280px;
}
#search-sidebar .hr hr {
	display: none;
}
span.select {
  	position: absolute;
	margin: 5px 0 0 -1px;
  	width: 126px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  	height: 19px;
	padding: 0 0 0 10px;
 	color: #000;
	font: 11px/19px Verdana;
	background: url('/assets/images/search-dropdown.png') no-repeat;
  	overflow: hidden;
}
#search-sidebar .search-go, #search-in-nav .search-go {
	border: 0px;
	float: left;
	margin: 2px 0 0 5px;
}
#search-sidebar .view-services {
	background: url('/assets/images/search-footer.png') no-repeat left bottom;
	font-size: 1.2em;
	padding: 0 0 20px 15px;
}
.page-heading {
	padding: 5px 0 17px 10px;
	border-bottom: 1px solid #c4c4c4;
	font-size: 1.4em;
	width: 100%;
}
.sales-page {
	padding: 5px 0 17px 0;
	border-bottom: 1px solid #c4c4c4;
	font-size: 1.4em;
}
.sales-heading {
	padding-left: 10px;
}
#sales {
	float: left;
	width: 943px;
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #494b4b;
}
#sales span.heading {
	clear: left;
	color: #6e1409;
	display: block;
}
#sales ul {
	margin: 0 0 1.2em 0;
}
#sales .manager {
	float: left;
	width: 430px;
	border-bottom: 1px solid #c4c4c4;
	padding: 0 497px 20px 15px;
	margin: 0 0 20px 0;
}
#sales .hr {
	background-color: #c4c4c4;
	margin: 0 0 20px 0;
	float: left;
	clear: left;
	height: 1px;
	width: 942px;
}
#sales .hr hr {
	display: none;
}
#sales .team-member {
	float: left;
	width: 431px;
	padding: 0 25px 20px 15px;
}
#sales .team-member .name {
	margin: 67px 0 0 0;
}
.pdf {
	background: url('/assets/images/icon-pdf.gif') no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.page-heading h2, .sales-page h2, .process-chem-heading h2 {
	clear: both;
	color: #6e1409;
	font-size: 2.0em;
	line-height: 1.4em;
}
.about .page-heading {
	margin: 0 0 25px 0;
}
.about #content {
	border-top: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.fullsize {
	width: 95% !important;
	border-top: 0px !important;
	padding-top: 5px !important;
	min-height: 400px;
}
label {
	color: #6e1409;
	margin: 0 10px 0 0;
	font-size: 1.1em;
}
label.email {
	width: 200px;
	margin: 0 185px 0 0;
}
label.date_required {
	width: 120px;
	margin: 0 70px 0 10px;
}
label.product {
	margin: 0 0 0 10px;
}
input.indent {
	margin: 0 0 0 10px;
}
#contact em {
	color: #6e1409;
	margin: 0 3px 0 0;
}
span.label {
	font-size: .9em;
}
input {
	border: 1px solid #373636;
	padding: 2px;
}
.select {
	margin: 0 10px 0 10px;
}
input.name {
	width: 200px;
}
input.email, input.phone {
	width: 225px;
}
input.product {
	width: 300px;
}
input.date_required {
	width: 145px;
	margin: 0 20px 0 10px;
}
input.po {
	width: 160px;
}
input.product_num {
	width: 100px;
}
input.product_name {
	width: 170px;
}
input.product_qty {
	width: 60px;
}
input.product_lb, input.product_gal {
	width: 30px;
}
input.product_price {
	width: 100px;
}
label.product_num {
	margin: 0 40px 0 10px;
}
label.product_name {
	margin: 0 35px 0 0;
}
label.product_qty {
	margin: 0 45px 0 0;
}
label.product_lb {
	margin: 0 15px 0 0;
}
input.checkbox {
	margin: 3px;
	vertical-align: top;
	border: 0px;
}
.add-row {
	margin: 5px 0 15px 10px;
	padding: 0 0 3px 20px;
	display: block;
	background: url('/assets/images/add-row.png') no-repeat 0px 3px;
	color: #303030 !important;
	font-size: 11px;
	width: 125px;
	text-decoration: none;
	height: 19px;
}
.product-text {
	width: 550px;
	margin: 0 0 0 10px;
}
ul#interested-in {
	margin: -10px 0 15px 8px;
	float: left;
}
ul#interested-in li {
	width: 180px;
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}
ul#interested-in li label {
	color: #373636;
	font-size: .8em;
	font-weight: bold;
}
ul#interested-in li .checkbox {
	margin: 4px;
}
.questions {
	clear: left;
	padding: 0 0 0 10px;
}
.questions textarea {
	width: 550px;
	height: 120px;
}
label.product {
	clear: left;
}
.availability {
	float: left;
	width: 130px;
	margin: 0 0 20px 10px;
}
.price, .msds {
	float: left;
	width: 90px;
}
.qty {
	float: left;
	width: 200px;
}
.qty input {
	width: 90px;
}
.availability input, .price input, .msds input {
	margin: 0;
	border: 0px;
}
input.submit {
	width: 77px;
	height: 31px;
	background: url('/assets/images/submit-button.gif') no-repeat bottom;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 10px;
	font-size: 1px;
	text-align: left;
	color: #245c72;
}
input.submit:hover {
	background: url('/assets/images/submit-button.gif') no-repeat top;
}
.place-order, .noborder {
	border: 0px !important;
}
.news-page {
	margin-top: 25px !important;
}
.place-order p {
	line-height: 1.3em;
}
.place-order em {
	font-style: italic;
}
#process-chem {
	float: left;
	clear: left;
	width: 923px;
	margin: 0 10px;
	background: url('/assets/images/blue-fade-bg.png') repeat-x left top;
}
.process-chem-heading {
	margin: -10px 0 25px 0;
	padding: 0 0 0 20px;
	font-size: 1.4em;
	width: 100%;
}
#tabs {
	margin: 0 0 0 20px;
	float: left;
}
#tabs li {
	background: url('/assets/images/tab-left.png') no-repeat left top;
	height: 28px;
	display: inline;
	float: left;
	margin: 0 3px 0 0 ;
}
#tabs li a {
	display: block;
	float: left;
	height: 21px;
	padding: 7px 10px 0 10px;
	background: url('/assets/images/tab-right.png') no-repeat right top;
	font: normal 1.4em Arial, Helvetica, Sans-serif;
	text-decoration: none;
	color: #000;
}
#tabs li.current {
	background: url('/assets/images/tab-selected-left.png') no-repeat left top;
}
#tabs li.current a {
	background: url('/assets/images/tab-selected-right.png') no-repeat right top;
	color: #FFF;
}
.process-chem-content {
	padding: 10px;
	clear: left;
	background: url('/assets/images/blue-fade-top.png') no-repeat left top;
}
.process-chem-content .content {
	float: left;
	width: 550px;
	margin: 10px 0 0 0;
	padding: 0 20px 0 10px;
	font-size: 1.4em;
	line-height: 1.5em;
	min-height: 500px;
}
#about-us {
	float: left;
	clear: left;
	width: 610px;
	margin: 0 10px;
	background: url('/assets/images/blue-fade-bg.png') repeat-x left top;
}
.about-us-content {
	padding: 10px;
	clear: left;
	background: url('/assets/images/blue-fade-about.png') no-repeat left top;
}
.about-us-content .content {
	float: left;
	width: 580px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	font-size: 1.4em;
	line-height: 1.5em;
	min-height: 500px;
}
#terms {
	float: left;
	clear: left;
	width: 610px;
	margin: 0 10px;
	background: url('/assets/images/blue-fade-bg.png') repeat-x left top;
}
.terms-content {
	padding: 10px;
	clear: left;
	background: url('/assets/images/blue-fade-about.png') no-repeat left top;
}
.terms-content .content {

	float: left;
	width: 580px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	font-size: 1.4em;
	line-height: 2em;
	min-height: 500px;
}

.search {
	padding-top: 24px !important;
}
.about {
	padding-top: 24px !important;	
}
.terms {
	padding-top: 24px !important;	
}
#search {
	float: left;
	width: 620px;
	clear: both;
	font-size: 1.4em;
}
#search h2 {
	margin: -8px 0 8px 5px;
}
#search .result {
	padding: 15px 0;
	border-top: 1px solid #c4c4c4;
	margin: 0 0 0 15px;
}
#search .result h3 {
	font-size: 1.2em;
	color: #6e1409;
	line-height: 1.2em;
	float: left;
}
#search .result h3 a {
	color: #6e1409;
	text-decoration: none;
}
#search .result h3 a:hover {
	text-decoration: underline;
}
#search .result .description {
	clear: both;
	line-height: 1.4em;
}
#search .result .view-more {
	float: right;
}
#search .result .view-more a {
	text-decoration: none;
}
#search .no-results, #search .details {
	padding: 2px 0;
	border-top: 1px solid #c4c4c4;
}
#search .no-results h3, #search .details h3 {
	font-size: 1.4em;
	color: #6e1409;
	line-height: 1.2em;
	background: #cedee3;
	padding: 3px 0 3px 10px;
}
#search .no-results .description {
	padding: 10px 0 3px 10px;
	line-height: 1.2em;
}
#search .details .description {
	padding: 10px 0 3px 10px;
	line-height: 1.4em;
	border-bottom: 1px solid #c4c4c4;
}
#search .details ul {
	margin: 10px 0 0 10px;
}
#products-downloads {
	margin: 5px 0 15px 0;
}
#search .details ul li,  #products-downloads li {
	background: none !important;
	padding: 0 !important;
	display: inline;
	margin: 0 10px 0 0;
}
#search .details ul li a,  #products-downloads li a {
	color: #333434;
	white-space: nowrap;
}
#search .details ul li a:hover, #products-downloads li a:hover {
	text-decoration: underline;
}
#search .details .call-email {
	margin: 20px 0 20px 10px;
}
.call-email {
	display: block;
	background: url('/assets/images/call-email.png') no-repeat 0 3px;
	padding: 2px 0 2px 24px;
	margin: 10px 0 0 0;
}
#search .pagination {
	margin: 30px 0 0 10px;
	font-size: 1.1em;
}
#search .pagination strong {
	font-weight: normal;
	color: #6e1409;
}
#search .pagination a {
	text-decoration: none;
}
.full-products ul li {
	display: block !important;
	margin: 0 0 8px 0 !important;
}
.full-products {
	margin: 0 0 0 10px;
	color: #6e1409;
}
.thank-you {
	color: #6e1409;
	margin: 0 0 20px 0;
}
#related-market-updates {
	clear: left;
	margin: 20px 0 0 0;
	width: 620px;
	background: url('/assets/images/related-market-updates-bg.png') repeat-y;
}
#related-market-updates h4 {
	background: url('/assets/images/related-market-updates-header.png') no-repeat;
	font-size: 1.35em;
	height: 40px;
	padding: 10px 0 0 33px;
	color: #26556a;
}
#related-market-updates .news {
	background: url('/assets/images/related-market-updates-footer.png') no-repeat left bottom;
	padding: 0px 0 5px 33px;
}
#related-market-updates .news .date {
	margin: 0 0 0 0;
	font-size: .75em;
}
#related-market-updates .news .title {
	margin: 0 0 12px 0;
	font-size: 1.0em;
}
.edit-this {
	width:45px;
	height:17px;
	display: block;
	float: right;
	background: url('/assets/images/edit-button.png') no-repeat;
	text-indent: -9999px;
}
.contact {
	float: left;
	clear: left;
	width: 610px;
	margin: 0 10px;
}
#contact-sidebar {
	margin: -10px 0 0 0;
	float: right;
	width: 300px;
	height: 179px;
	background: url('/assets/images/contact-sidebar-bg.png') no-repeat;
}
#contact-sidebar .adr {
	margin: 23px 0 0 12px;
	font-size: 1.5em;
	color: #4c4c4c;
}
#contact-sidebar .call-email {
	font-style: italic;
	color: #949494;
	font-size: 1.15em;
	background: none;
	padding: 0;
	margin: 26px 0 0 12px;
}
#contact-sidebar .tel {
	margin: 4px 0 0 12px;
	font-size: 2.0em;
	color: #6e1409;
}
#contact-sidebar .email {
	margin: 18px 0 0 12px;
	font-size: 1.5em;
}
#contact-sidebar .email a {
	text-decoration: none;
}
#form-sidebar {
	margin: -30px 0 0 0;
	float: right;
	text-align: right;
	width: 170px;
	padding: 0 20px;
	font-size: 1.3em;
	line-height: 1.8em;
}
.attach-order {
	float: left;
	font-size: 12px;
	line-height: 1.1em;
	padding: 0 0 20px 0;
	margin: -20px 0 40px 0;
}
.attach-order input {
	float: left;
	border: 0px;
}
.attach-order span {
	float: left;
	display: block;
	width: 270px;
}

.product-list {
	width: 192px;
	float: left;
	padding: 0 9px;
	margin-bottom: 15px;
}
.product-list.first {
	width: 191px;
	padding: 0 9px 0 0;
	clear: left;
}
.industrial-products {
	float: left;
	clear: left;
	width: 100%;
}
h4 {
	margin-top: 5px;
	color: #6e1409;
}
.product-list ul {
	padding: 5px 0;
}
.product-list ul li {
	background: none !important;
	padding: 0 !important;
}
.pool-sidebar {
	clear: right;
	font-size: 1.6em;
	width: 290px;
	float: right;
	border-left: 1px solid #c4c4c4;
	line-height: 1.6em;
}
.pool-sidebar h3 {
	color: #21627b;
	padding-left: 13px;
	font-size: 1.1em;
	margin-bottom: 0px;
	line-height: 1.2em;
}
.pool-sidebar span.subtitle {
	display: block;
	color: #535454;
	font-size: .8em;
	padding-left: 13px;
	line-height: 1.2em;
	margin-bottom: 10px;	
	width: 65%;
}
.pool-sidebar ul li {
	padding-left: 13px;
}
.pool-sidebar ul li a {
	text-decoration: none;
	color: #797979;
}
.pool-sidebar ul li a.closed {
	color: #6e1409;
}
.pool-sidebar ul li.open {
	background: url('/assets/images/selected_bullet.png') no-repeat 0px 2px;
}
.pool-sidebar ul li.open a {
	color: #b5222a;
}
.pool-sidebar ul li a:hover {
	color: #b5222a;
}
.pool-sidebar ul li ul {
	margin-bottom: 10px;
}
.pool-sidebar ul li ul li {
	font-size: .9em;
	line-height: 1.4em;
	padding-left: 17px;
}
.pool-sidebar ul li ul li.selected {
	background: url('/assets/images/sm_bullet.png') no-repeat 0px 3px;
}
.pool-sidebar ul li.open ul li a {
	color: #490e08;
}
.pool-sidebar ul li.open ul li a:hover {
	color: #b5222a;
}
.pool-brands {
	float: left;
	margin: 0 3px 6px 3px;
	width: 200px;
	border: 2px solid #024c69;
}
.pool-brands img {
 	float: left;
}
.pool-brands .intro {
	clear: left;
	border-top: 2px solid #024c69;
	background: #688cad;
	padding: 7px 8px;
	font-size: 1.3em;
	line-height: 120%;
}
.pool-brands .intro h4 {
	margin: 0;
}
.pool-brands .intro h4 a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.pool-brands .intro {
	color: #FFF;
	text-decoration: none;
}
.pool-categories {
	clear: both;
	margin-top: 20px;
}
.pool-categories img {
	float: left;
	margin: 0 7px 7px 0;
	border: 2px solid #024c69;
}
.product-block {
	clear: left;
	font-size: 1.0em;
	width: 48%;
	float: left;
	line-height: 130%;
	margin: 10px 23px 10px 0;
}
.alt {
	margin-right: 0;
	clear: none !important;
}
.product-block h4 {
	color: #21627b;
	border-bottom: 1px solid #c4c4c4;
	font-size: 1.4em;
	padding-bottom: 3px;
	margin-bottom: 7px;
}
#sizes ul  li {
	padding: 0;
	background: none;
}
#documents ul li {
	padding: 0;
	background: none;
	font-size: .9em;
}
.back {
	font-size: 1.4em;
	text-decoration: none;
	color: #490e08 !important;
	margin: 0 0 0 13px;
	padding: 0;
}
.back:hover, .more:hover {
	color: #21627b !important;
}
.product-photo {
	margin-top: -10px;
}
.product-photo img {
	border: 2px solid #024c69;
}
.pool-product-list {
	float: left;
	width: 199px;
	margin: 0 7px 7px 0;
}
.pool-product-list .img {
	border: 2px solid #024c69;
	margin-bottom: 3px;
}
.pool-product-list .img, .pool-product-list .img img {
	float: left;
}
.pool-product-list h4 {
	clear: left;
	font-size: 1.15em;
	padding: 0 2px;
}
.pool-product-list p {
	font-size: .85em;
	line-height: 1.3em;
	padding: 0 2px;
}
.top {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.more {
	color: #490e08 !important;
}
.contact-link {
	padding-top: 20px;
	font-size: 1.1em;
	clear: both;
}
.contact-link a {
	padding: 0 0 0 17px;
	background: url('/assets/images/bullet.png') no-repeat 0px 6px;
}
/*	FOOTER
	------------------------------------------------------- */
#footer {
	background: none;
	color: #FFF;
	margin: -20px auto 0 auto;
	padding: 0px 15px 50px 15px;
	width: 932px;
}
body#home #footer {
	padding: 28px 15px 50px 15px;
	background: url('/assets/images/footer_bot.png') no-repeat top;
	margin: -48px auto 0px auto;
}

#footer ul {
	top: -19px;
	clear: left;
	height: 44px;
	position: relative;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	text-indent: -3000px;
}
#footer ul li.esop a {
	width: 35px;
	height: 44px;
	background: url('/assets/images/footer_icons.png') no-repeat 0px 1px;
}
#footer ul li.iso a {
	width: 36px;
	height: 44px;
	background: url('/assets/images/footer_icons.png') no-repeat -47px 1px;
}
#footer ul li.nasf a {
	width: 59px;
	height: 44px;
	background: url('/assets/images/footer_icons.png') no-repeat -94px 0px;
}
#footer ul li.responsible a {
	width: 50px;
	height: 44px;
	background: url('/assets/images/footer_icons.png') no-repeat -164px 0px;
}
#footer .copy {
	top: -58px;
	font-size: .9em;
	position: relative;
	float: right;
}
#footer .copy a {
	color: #b4ccd7;
	text-decoration: none;
}
body#surface-finishing #footer .copy a {
	color: #d7b4b4;
}
#footer .copy a:hover {
	text-decoration: underline;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.product-clear {
	clear: left;
}