/* Generic Styles */

html, body {
	font: normal .84em/1.4em Arial, Helvetica, sans-serif;
	color: #303232;
	background: #FFF;
	margin: 0;
	padding: 0;
}

a { color: #016b5f; font-weight: normal; text-decoration: underline; }
a:hover { color: #016b5f; text-decoration: none; }

h1 { font: bold 1.1em arial, helvetica, sans-serif; margin: 0 0 1.4em 0; color: #000; text-transform: uppercase; }
h2 { font: bold 1em arial, helvetica, sans-serif; margin: 0 0 0.8em 0; color: #016b5f; text-transform: uppercase; }
h3 { font: bold 1.1em arial, helvetica, sans-serif; margin: 0 0 0.3em 0; color: #000; }

p {
	margin: 0 0 1.3em 0;
}

hr {
	height: 1px;
	border: none;
	background: #c0b9ca;
	color: #c0b9ca;
	margin: 2em 0;
}

*html hr {
	margin: .7em 0 1.2em 0;
}

img { border: 0; }
a img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

.clear {
	height: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.nodisplay {
	display: none;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1.3em;
}


/* Structural Styles */


#container {
	width: 990px;
	margin: 0 auto;
	background: url(/images/bgrounds/contentouter_bground_rpt.gif) repeat-y 0 0;
}
#index #container {
	background: url(/images/bgrounds/contentouter_bground_rpt_home.gif) repeat-y 0 0;
}

#header {
	width: 990px;
	height: 71px;
	background: url(/images/bgrounds/header_bground.gif) no-repeat 0 0;
}

#nav-asx {
	width: 956px;
	height: 36px;
	margin: 0 auto;
	background: url(/images/bgrounds/nav_bground.gif) no-repeat 0 0;
}

#index #nav-asx {
	background: url(/images/bgrounds/index_nav_bground.gif) no-repeat 0 0;
}

#masthead {
	width: 956px;
	height: 94px;
	margin: 0 auto;
	background: url(/images/bgrounds/masthead.gif) no-repeat 0 0;
}

#index #masthead {
	height: 147px;
	background: url(/images/bgrounds/index_masthead.gif) no-repeat 0 0;
}

#hotbuttons-byline {
	width: 956px;
	height: 36px;
	margin: 0 auto;
	background: url(/images/bgrounds/hotbutton_bground.gif) no-repeat 0 0;
}

#hotbuttons-byline {
	border-bottom: 9px solid #7f7f7f;
}

#cleaning #hotbuttons-byline {
	border-bottom: 9px solid #7b22ae;
}

#rehabilitation #hotbuttons-byline {
	border-bottom: 9px solid #76b303;
}

#composite_pipes #hotbuttons-byline {
	border-bottom: 9px solid #e74812;
}

#index #hotbuttons-byline {
	background: url(/images/bgrounds/index_hotbutton_bground.gif) no-repeat 0 0;
}

#main-l {
	float: left;
	display: inline;
	width: 165px;
	margin: 0 0 0 17px;
	padding: 15px 20px 20px 16px;
}

#index #main-l {
	width: 357px;
	/* height: 273px; */
	background: #ccebeb;
	padding-bottom: 0;
}

#main-m {
	float: left;
}

#main-r {
	width: 697px;
	margin: 0 17px 0 0;
	padding: 15px 20px 0 20px;
	float: right;
	display: inline;
}

#index #main-r {
	width: 352px;
	/* height: 273px; */
	background: #f0f9f9;
} 

#footer {
	clear: both;
	width: 930px;
	height: 47px;
	margin: 0 auto;
	padding: 6px 30px 0 30px;
	background: url(/images/bgrounds/footer_bground.gif) no-repeat 0 0;
}


/* Header Styles */


#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 img {
	float: right;
	display: inline;
	margin: 0 38px 0 0;
}


/* Nav and ASX Styles */


#nav {
	float: left;
	margin: 13px 0 0 5px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	color: #cfd5d6;
	font-weight: bold;
	padding: 0 8px 0 6px;
	text-decoration: none;
	background: url(/images/nav/separator.gif) no-repeat 100% 3px;
}

#nav ul li.lastitem a {
	background: none;
}

#nav ul li a:hover, #nav ul li a.current {
	color: #b8dfdd;
	text-decoration: none;
}

#nav ul li.home {
	display: none;
} 

#asx {
	float: right;
	color: #FFF;
	margin: 13px 10px 0 0;
} 

#asx .price {
	font-weight: bold;
}


/* Hot Buttons and Byline Styles */


#hotbuttons {
	float: left;
}

#hotbuttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hotbuttons ul li {
	display: inline;
}

#hotbuttons ul li a {
	display: block;
	float: left;
	height: 36px;
	background-position: 0 0;
}

#hotbuttons ul li a:hover, #hotbuttons ul li a.current {
	background-position: 0 -36px;
}

#hotbuttons ul li.cleaning a {
	width: 102px;
	background-image: url(/images/nav/cleaning.gif);
}
#hotbuttons ul li.rehabilitation a {
	width: 138px;
	background-image: url(/images/nav/rehabilitation.gif);
}
#hotbuttons ul li.composite_pipes a {
	width: 153px;
	background-image: url(/images/nav/composite_pipes.gif);
}

#byline {
	float: right;
	background: url(/images/bgrounds/index_byline_bground.gif);
	width: 563px;
	height: 36px;
}


/* Main Left Styles (news and faqs and internal subnav) */


#main-l #news {
	margin-bottom: 16px;
	padding-bottom: 10px;
	background: url(/images/bgrounds/news_bground_rpt.gif) repeat-x 0 100%;
}

*html #main-l #news {
	height: 1%;
}

#main-l #news h2 {
	margin: 0;
	padding: 0;
	width: 98px;
	height: 9px;
	background: url(/images/text/news_updates.gif) no-repeat 0 0;
}

#main-l #news .newsitem {
	margin: 10px 0 0 0;
}

#main-l #news .newsitem .newsimage {
	float: left;
	padding: 3px 5px 0 0;
}

#main-l #news .newsitem .newscontent h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

#main-l #news .newsitem .newscontent h3 a {
	font-weight: bold;
	color: #303232;
	text-decoration: none;
}
#main-l #news .newsitem .newscontent h3 a:hover {
	text-decoration: underline;
}


#main-l #news .newsitem .newscontent h3 span {
	margin: 0 0 0 10px;
	font-weight: normal;
}

#main-l #news .newsitem .newscontent p {
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	width: auto;
}

#main-l #faqs {
	margin: 15px 0 15px 0;
	padding-bottom: 5px;
	background: url(/images/bgrounds/subnav_bground_rpt.gif) repeat-x 0 100%;
}

#index #main-l #faqs {
	background: none;
	margin: 15px 0 0 0;
}

#main-l #faqs h2 {
	margin: 0;
	padding: 0;
	width: 33px;
	height: 11px;
	background: url(/images/text/faqs.gif) no-repeat 0 0;
}

#index #main-l #faqs h2 {
	background: url(/images/text/index_faqs.gif) no-repeat 0 0;
}

#main-l #faqs ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#main-l #faqs ul li {
	display: inline;
}

#main-l #faqs ul li a {
	color: #972f35;
	display: block;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 13px;
	margin: 0 0 1em 0;
	line-height: 1.2em;
	background: url(/images/icons/faq_icon.gif) no-repeat 0 2px;
}

#index #main-l #faqs ul li a {
	margin: 0 0 0.3em 0;
}

#main-l .more {
	display: block;
	margin-top: 10px;
	background: url(/images/bgrounds/subnav_bground_rpt.gif) repeat-x 0 100%; 
	padding-bottom: 10px;
}

#index #main-l .more {
	float: right;
	margin-top: 8px; 
	background: none;
	padding: 0;
}

#main-l .more a {
	font-weight: bold;
	color: #303232;
	text-decoration: none; 
}
#main-l .more a:hover {
	text-decoration: underline; 
}

#main-l #subnav {
	padding: 10px 0;
	background: url(/images/bgrounds/subnav_bground_rpt.gif) repeat-x 0 100%;
}

#main-l #subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#main-l #subnav ul li a {
	font-weight: normal;
	display: block;
	margin: 0 0 8px 0;
	line-height: 1.2em;
	
}

#main-l #subnav ul li a:hover {
	color: #575757;
	text-decoration: none;
}

#main-l #subnav ul li a.current {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}


/* Main Right Styles (content area) */


#main-r #content {
	padding: 10px 0 20px 0;
	font-size: 1.05em;
	line-height: 1.5em;
}

#index #main-r #content {
	padding: 0;
	font-size: 1em;
}

#index #main-r #content a.more  {
	font-weight: bold;
	color: #303232;
	text-decoration: none; 
}
#index #main-r #content a.more:hover {
	text-decoration: underline; 
}


/* Keypoint Styles */

#content .keypoints {
	background: #efefef;
	padding: 20px;
	margin: 0 0 1.3em 0;
}

#content .keypoints h3 {
	margin: 0 0 10px 0;
}

#content .keypoints {
	
}

#content .keypoints ul {
	margin: 0 0 0 14px;
	padding: 0;
}


/* News */

#main-r #content table.listing {
	width: 70%;
}

#main-r #content table.listing th {
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
}


#main-r #content table.listing td {
	padding: 5px 0;
	padding-right: 20px;
	border-bottom: 1px solid #dfdfdf;
}

#main-r #content table.listing td.name {
	width: 80%;
}


/* FAQs */

#main-r #content dt {
	margin: 0 0 5px 0;
}

#main-r #content dl dd {
	background: #f3f3f3;
	padding: 7px 10px 1px 10px;
	margin: 0 0 20px 0;
}

#main-r #content dl dd p, #main-r #content dl dd ol, #main-r #content dl dd ul {
	margin-bottom: 0.8em;
}

/* Request More Info Form */

#moreinfoDiv form {
	margin: 0;
	padding: 0;
}

#moreinfoDiv p.small {
	font-size: 0.9em;
	margin: 0 0 5px 0;
}


#moreinfoDiv form table {
	width: 480px;
}

#moreinfoDiv form table th {
	text-align: left;
	border-bottom: 1px solid #ededed;
	width: 220px;
	padding: 8px 0 0 0;
	vertical-align: top;
}

#moreinfoDiv form table th.submit {
	border-bottom: none;
}

#moreinfoDiv form table th .error {
	color: #ff0000;
	margin: 0 0 0 5px;
	background: #ffeaea;
	padding: 3px 10px;
}

#moreinfoDiv form table td {
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
}

#moreinfoDiv form table td.submit {
	border-bottom: none;
}

#moreinfoDiv form table td input.text-input {
	width: 250px;
	padding: 2px 0 2px 2px;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#moreinfoDiv form table td select {
	font: normal 1em Arial, Helvetica, sans-serif;
}

#moreinfoDiv form table td textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	width: 252px;
}

#moreinfoDiv form table td input.button {
	cursor: pointer;
	float: right;
	margin: 0 5px 0 0;
}





/* Footer Styles */


#footer p.copyright {
	float: left;
}

#footer p.copyright a {
	font-weight: normal;
	color: #303232;
}

#footer p.itomic {
	float: right;
}

#footer p.itomic a {
	color: #595959;
	font-weight: normal;
}


/*******************/
/* for hover.js */

#dhtmltooltip {
position: absolute;
width: 220px;
border: 1px solid #94AAAA;
padding: 2px;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.padd {
padding: 4px 0px 2px 6px;
}

.hide { display: none; }


/* end of hover.js */
/*******************/

