@charset "utf-8";
/* Styles */

li { 
margin:0; 
padding:0; 
line-height:1.4em;}

body {
	background: #999999;
	margin: 0; /* 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: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../../images/header/top_bk_pipes.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
	height: 116px;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.oneColFixCtrHdr #header img.logo {
	float: left;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 0px;
 	padding-bottom: 0px;
 	border: none;
 }
 
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #sectionTitle {
	padding: 0 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
 	height: 50px;
 }

.oneColFixCtrHdr #mainContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 40px 0 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height:1.1em;
}

.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 80px;
}

.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 60px;
}

.oneColFixCtrHdr #mainContent h4 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 60px;
}

.oneColFixCtrHdr #mainContent ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0 92px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	list-style:disc;
}

.oneColFixCtrHdr #mainContent ol {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	list-style:circle;
}

.oneColFixCtrHdr #tblnipple {
	margin: 0 0 0 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 90px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height:1.1em;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image: url(../../images/footer/footer_bkgrnd.gif);*/
	background-color: #00CB00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer #navLow {
	font-size: 11px;
	text-align: center;
	padding-top:1.5em;
}

.oneColFixCtrHdr #footer #navLow ul li {
display:inline; 
padding-right:.5em;
}

.oneColFixCtrHdr #footer #copyright {
	font-size: smaller;
	text-align: center;
	padding-top: 2em;
}

a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #333333;
}
a:active {
	color: #000000;
	text-decoration:underline;
}

img.rightimg {
 	float: right;
 	padding-left: 10px;
 	padding-right: 40px;
 	padding-top: 5px;
	padding-bottom: 5px;
 }

img.nippleimg {
	vertical-align:middle;
	padding-left: 0px;
 	padding-right: 10px;
 	padding-top: 5px;
	padding-bottom: 5px;
 }
 
img.srvcimg {
 	float: right;
	padding-left: 10px;
 	padding-right: 50px;
 	padding-top: 0px;
	padding-bottom: 0px;
 }

img.aboutimg {
 	float: right;
	padding-left: 15px;
 	padding-right: 10px;
 	padding-top: 5px;
	padding-bottom: 5px;
 }
/* =Navigation
---------------------------------------------------------- */
#navigation {}

#navMain {
	background:transparent url(../../images/header/top_nav.gif) no-repeat;
	position:absolute;
	top:92px;
	right:50%;
	margin-right:-390px;
	width:391px;
	height:25px;
	font-size:85%;
	visibility: visible;
}

#navMain li {
display:block;
position:absolute; top:0;
list-style-type: none;
height:25px;}

#navMain li a {
display:block;
height:25px;
text-indent:-1000em;}

#navMain .nProducts {
	left:0;
	width:79px;
}
#navMain .nServices {
	left:78px; 
	width:79px;
	}
#navMain .nMachinery {
	left:156px;
	width:79px;
}
#navMain .nAbout {
	left:234px;
	width:79px;
}
#navMain .nContact {
	left:312px;
	width:79px;
}

#navMain .nProducts a:hover, #navMain .nProducts a.active {
	background-color: transparent;
	background-image: url(../../images/header/top_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#navMain .nServices a:hover, #navMain .nServices a.active {
	background-color: transparent;
	background-image: url(../../images/header/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -78px -25px;
}
#navMain .nMachinery a:hover, #navMain .nMachinery a.active {
	background-color: transparent;
	background-image: url(../../images/header/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -156px -25px;
}
#navMain .nAbout a:hover, #navMain .nAbout a.active {
	background-color: transparent;
	background-image: url(../../images/header/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -234px -25px;
}
#navMain .nContact a:hover, #navMain .nContact a.active {
	background-color: transparent;
	background-image: url(../../images/header/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -312px -25px;
}
