@charset "UTF-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #696a6d;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a {
	font-weight: bold;
	color: #696a6d;
	text-decoration: none;
}
a:hover {
	color:#280000;
}
.docHead {
	color:#002d62;
	font-size:13px;
	font-weight:bold;
}
.docHead a {
	color:#002d62;
	font-size:13px;
	font-weight:bold;
}
.docHead a:hover {
	color:#280000;
}
.docSub  {
	color:#002d62;
	font-size:12px;
	font-weight:bold;
}
	
	
.docSubSub {
	color:#696a6d;
	font-weight:bold;
}




#header  {
	height: 157px;
	text-align: right;
	padding-top: 21px;
	padding-left: 36px;
	padding-right: 36px;

}
#menu {
	background-color: #e9e9e9;
	height: 42px;
	padding-left: 36px;
}
#banner {
	text-align: left;
	margin: 0;
	padding: 0;

}
#content {
	width: 1000px;
	overflow: hidden;
	background-color: #e9e9e9;
}
#left {
	padding: 17px;
	float: left;
	width: 466px;
	height: 100%;
}
#right {
	float: right;
	width: 466px;
	padding: 17px;
	background-color: #FFF;
}
#insets {
	float: left;
}
#links {
	float: right;
	width: 216px;
}


#footer {
	height: 35px;
	padding-top: 15px;
	padding-left: 17px;
	clear: both;
}

	.nav, .nav ul {
		padding: 		0;
		margin: 		0;
		list-style: 	none;
		position: static;
	}
.tableText {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696a6d;
	line-height: 20px;
}



	.nav a{
	display:		block;
	height:			42px;
	text-indent: 	-9999px;
	overflow:		hidden;
	float: left;
	}
	
	.nav a:link,
	.nav a:visited {
		color:			#FFF;
		text-decoration: none;
	}
	
	/* Nagivation graphics */
	
	.nav  a#link1{
	width:			82px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navHomeUp.gif);
	background-repeat: no-repeat;
	}
	
	.nav  a#link2{
	width:			109px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navAboutUp.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link3{
	width:			182px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navCouplingsUp.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link4{
	width:			223px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navChemicalUp.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link5{
	width:			161px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navSpecialtyUp.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link6{
	width:	172px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navWeldUp.gif);
	background-repeat: no-repeat;
	}
	


/* Nagivation graphics rollover */
	
	.nav a#link1:hover{
	width:			82px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navHomeOver.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link2:hover{
	width:			109px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navAboutOver.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link3:hover {
	width:			182px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navCouplingsOver.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link4:hover{
	width:			223px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navChemicalOver.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link5:hover{
	width:			161px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navSpecialtyOver.gif);
	background-repeat: no-repeat;
	}
	
	.nav a#link6:hover{
	width:			172px;
	height:			42px;
	padding: 		0;
	background-image: url(images/navWeldOver.gif);
	background-repeat: no-repeat;
	}
