﻿body 
{
	margin: 0px;
	font-family: Arial;
	background-image: url(images/bg.jpg);	
	background-repeat: repeat;
	width:100%;
}
/*
Section that deals with the left and right hand side of the page
*/
#pageContainer
{
	width:100%;
}
#LeftBufferColumn
{
	position: relative;
	float: left;
	width: 100%;
	overflow: auto;
	height: 179px;	
}

.HeaderBuffer
{
	width: auto;
	background-image: url(images/headerbuffer.jpg);
	background-repeat: repeat;
	height: 143px;
	overflow: auto;
}
.NavBuffer
{
	width: auto;
	background-image: url(images/template_03.jpg);
	background-repeat: repeat;
	height: 36px;
	overflow: auto;
}
/*
End of section that deals with the left and right hand side of the page
*/
/*
Start of section that deals with the main column of the page
*/
#MainColumn
{
	width: 767px;
	position:absolute; 
	left:50%;
	margin-left: -384px;
	z-index: 99;	
}
#Header
{
	width: 767px;
	height: 143px;
}
/*
Start of section that deals with the Top Nav Panel
*/
.NavContainer
{
	width: 767px;
	height: 36px;
}
.Nav1
{
	width: 145px;
	border: 0px;
	height: 36px;
	float: left;
}
.Nav2
{
	width: 74px;
	border: 0px;
	height: 36px;
	float: left;
}
.Nav3
{
	width: 114px;
	border: 0px;
	height: 36px;
	float: left;
}
.Nav4
{
	width: 148px;
	border: 0px;
	height: 36px;
	float: left;
}
.Nav5
{
	width: 106px;
	border: 0px;
	height: 36px;
	float: left;
}
.Nav6
{
	width: 77px;
	border: 0px;
	height: 36px;
	float: left;
}
.Nav7
{
	width: 98px;
	border: 0px;
	height: 36px;
	float: left;
}
.Nav8
{
	width: 5px;
	border: 0px;
	height: 36px;
	float: left;
}
.NavButtons
{
	border: 0px;
}
/*
End of section that deals with the Top Nav Panel
*/
#MainSection
{
	width: 767px;
	overflow: hidden;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
}
/*
Start of section that deals with the Left side of the main section - News and Categories
*/
.PageLeft
{
	width: 168px;
	background-image: url(images/template_18.jpg);
	background-repeat: repeat;
	height: 100%;
}
#CategoriesHeader
{
	width: 168px;
	height: 48px;
	vertical-align: top;
}
#Categories
{
	width: 168px;	
	vertical-align: top;
}
.level1
{
    color: white;
    background-image: url(images/template_16.jpg);
    font-size: 11pt;
    font-family: Arial;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.level2
{
    color: white;
    font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: #cc0300;
}
.level3
{
    color: white;
    font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: #cc0300;
}
#Categories a, #Categories a:visited
{
  background: transparent !important;
  display: block;
}

#Categories a:hover, #Categories a:active, #Categories a:focus
{
  background: transparent !important;
  display: block;
}
#NewsHeader
{
	width: 168px;
	height: 52px;
	vertical-align: top;
}
#News
{
	width: 168px;
	height: 100%;
	background-image: url(images/template_18.jpg);
	background-repeat: repeat;
	text-align: center;
	color: White;
	vertical-align: top;
}
.news1
{
	width: 168px;
	background-image: url(images/template_18.jpg);
	background-repeat: repeat;
	text-align: center;
	color: White;
}
/*
End of section that deals with the Left side of the main section - News and Categories
*/
/*
Start of section that deals with the Right side of the main section - Main Content
*/
#PageRight
{
	width: 599px;
	background-color: White;
	overflow: auto;
	height: 100%;
	min-height: 600px;
}
/*
End of section that deals with the Right side of the main section - Main Content
*/
a.diddy:Link
{
	color:White;
	font-family:Arial;
	text-align: center;
}
a.diddy:Visited
{
	color:White;
	font-family:Arial;	
	text-align: center;
}
/*
Start of section that deals with the Product Layout on the categories.aspx page
*/
#CategoryTitle
{
	width: 599px;
	text-align: center;
	font-family: Arial;
	font-weight: bolder;
	font-size: larger;
}
#CategoryPageContainer
{
	width: 100%;
	left: 10px;
	position: relative;
}
#ProdImgCell
{
	width: 80px;
	height: 82px;
	font-family: Arial;
	vertical-align: middle;
	text-align: center;
	float: left;
	border-color: #bdbcbc;
	border-style:solid;
	border-left: 2px;
	border-right: 0px;
	border-bottom: 2px;
	border-top: 2px;
	line-height: 82px;
}
#ProdCell
{
	background-color: #d4d4d4;
	border-color: #bdbcbc;
	border-style:solid;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 2px;
	border-top: 0px;
	text-align: left;
	font-family: Arial;
	width: 480px;
	height: 55px;
	float: left;
}
#ProdCellTitle
{
	background-color: #d4d4d4;
	border-color: #bdbcbc;
	border: 2px;
	border-style:solid;
	height: 25px;
	line-height: 25px;
	width: 480px;
	font-family: Arial;
	float: left;
}
a.RedLinks
{
	color: Red;
	font-family: Arial;
}
/*
End of section that deals with the Product Layout on the categories.aspx page
*/
/*
Start of section that deals with the news page
*/
#newsImage
{
	border:0px;
	width: 590px;
	position: relative;
	text-align: center;
}
#newsTitle
{
	width: 590px;
	position: relative;
	text-align: center;
	font-family:Arial;
	font-weight:bold;
	font-size:16pt;
}
#newsDate
{
	width: 590px;
	position: relative;
	text-align: center;
	font-family:Arial;
	font-weight:bold;
	font-size:14pt;
	color:Maroon;
}
#newsMain
{
	font-family:Arial;
	font-size:12pt;
}
/*
End of section that deals with the news page
*/
.ProdTitleCell
{
	background-color: #ececec;
	border-color: #cacaca;
	border: 2px;
	border-style:solid;
	height: 25px;
	line-height: 25px;
	width: 100%;
	font-family: Arial;
}
.ProdCellTitle
{
	background-color: #9d9d9d;
	text-align: left;
	font-family: Arial;
}

.ProdTitleText
{
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}
.ProdFeaturesCell
{
	border-color: #cacaca;
	border: 2px;
	border-style:solid;
	text-align: left;
	text-indent: 5px;
	vertical-align: top;
	width: 100%;
	font-family: Arial;
}
.ProdFeaturesText
{
	font-size: 13pt;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
}
.BulletCell
{
	width: 25px;
	text-align: center;
	vertical-align: top;
	font-family: Arial;
}
.ProdDescText
{
	font-size: 13pt;
	font-family: Arial;
	text-align: left;
}
.contactCell
{
	font-family: Arial;
	border-color: #cc0300;
	background-color: #c3c2c2;
	border: 1px;
	border-style: solid;
	text-align: left;
	vertical-align: middle;
}
.contactCellsRight
{
	border-color: #cc0300;
	background-color: #c3c2c2;
	border: 1px;
	border-style: solid;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
}
.contactTable
{
	background-color: #ececec;
}
.contactCellsHeader
{
	font-family:Arial;
}
.contactCell1
{
	border-color: #cacaca;
	background-color: #ececec;
	border: 2px;
	border-style:solid;
	text-align: left;
	vertical-align: middle;
	width: 100px;
	font-family: Arial;
}

.contactCellsRight1
{
	border-color: #cacaca;
	background-color: #ececec;
	border: 2px;
	border-style:solid;
	text-align: left;
	vertical-align: middle;
	width: 375px;
	font-family: Arial;
}
.tblNav
{
	width:766px;
	font-family: Arial;
}
.tblContentMain
{
	width:200px;
	font-family: Arial;
}
.featAlignCenter
{
	text-align: center;
	font-family: Arial;
}
.featAlignLeft
{
	text-align: Left;
	font-family: Arial;
}
.detailsTable
{
	width: 553px;
	font-family: Arial;
}
.detailsSpacer
{
	width: 5px;
	font-family: Arial;
}

.pipelineBG
{
	background-image:url(images/pipeline.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align:top;
}
.inspectionBG
{
	background-image:url(images/inspection.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align:top;
}
.homeBG
{
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align:top;
}
.supplyBG
{
	background-image:url(images/supply.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align:top;
}
.certificationBG
{
	background-image:url(images/certification.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align:top;
}
#footer
{
	font-size:small;
	font-family: Arial;
	text-align:center;
}
.mainImageThumbs
{
	width: 125px;
	text-align: center;
}
.blankPage
{
	background-color: White;
	
