html, body {
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
    background-color:#cccccc;
	font-family: Century Gothic,Arial,Sans-Serif;	
}


#Page
{
    width:840px; 
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;
    background-color:#ffffff;
    padding:10px;
    border-color:Black;
    border: 0px 1px 0px 1px;
	border-style:solid;
}

#Header
{
	background-position:top left;
	background-repeat:repeat-y;	
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: solid 1px #C40000;
}

H1
{
  height: 134px;    
  background-image:url(../images/PageHeading.png);
  background-position:top left;
  background-repeat:no-repeat;
  margin-bottom:5px;
}

H1 span
{
    display:none;	

}

#Content
{
  margin-left: 230px;
  margin-right: 15px;
  font-family: 'Comic Sans MS', Textile, cursive;
}

#Footer
{
	clear:both;
	padding:10px 0px 0px 0px;
	font-size:small;
	text-align:center;
	border-top: solid 1px #C40000;
}

#Footer P
{
	font-size:small;
}

p
{
    margin-top:0px;
    font-size:small;
}

/* Menu Styles */

#Menu
{
  width: 220px;
  float:left;
  font-size:smaller;
}

#Menu A
{
    font-family: 'Arial Black', Gadget, sans-serif;
    text-decoration:none;
    color:#C40000;
}

.MenuBlock
{
    width:217px;
    margin:0px 0px 10px 0px;
    padding:0px;
    border:0px;    
}

.MenuBlockTop
{
    width:217px;
    height:14px;
    font-size:2px;
    background-image:url(../Images/menu_box_top.png);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    border:solid green 0px;
}

.MenuBlockHeading
{
    padding-left:10px;  
    font-family: 'Arial Black', Gadget, sans-serif;
    color:#404040;
    font-weight:bold;
}

.MenuBlockMiddle
{
    background-image:url(../Images/menu_middle.png);
    background-position:top left;
    background-repeat:repeat-y;
    margin:0px;
    padding:0px;
    border:solid red 0px;
}

.MenuBlockDivider
{
    width:217px;
    height:8px;
    font-size:2px;
    background-image:url(../Images/horizontal_lines.gif);
    background-position:top left;
    background-repeat:no-repeat;    
    margin-top:10px;
    margin-left:10px;
    margin-bottom:0px;
    padding:0px;
    border:solid red 0px;
}

.MenuBlock UL
{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:10px;
    padding-left:10px;
    list-style-image:url(../Images/menu_li.gif);
}

.MenuBlock li
{
    margin-top:0px;
    margin-bottom:0px;
    list-style-image:url(../Images/menu_li.gif);
    margin-left:10px;
}

.MenuBlockBottom
{
    width:217px;
    height:14px;
    background-image:url(../Images/menu_box_bottom.png);
    background-position:top left;
    background-repeat:no-repeat;
    border:solid green 0px;
}

/* General Page Styles */

H2
{
    font-size:large;      
    font-weight:bold;
    font-family: 'Arial Black', Gadget, sans-serif;
}

H3
{
    font-size:small; 
    font-family: 'Arial Black', Gadget, sans-serif;
}

H4
{
    font-size:small; 
}

.Heading
{
    font-size:small; 
}

LI
{
    margin-left:0px;
    font-size:small; 
}

A:Link
{
    text-decoration:none;
    font-weight:bold;
    font-size:small;
    color:#C40000;
}

A:Visited
{
    text-decoration:none;
    font-weight:bold;
    font-size:small;
    color:#551110;
}

A:Hover
{
    text-decoration:underline;
    font-weight:bold;
    font-size:small;
}

.RangeSlogan
{
    font-family:Comic Sans MS;
    text-align:center;
    font-style:italic;
    font-size:larger;
    margin-bottom:15px;
}

.RangeFooter
{
    font-family:Comic Sans MS;
    text-align:center;
    font-style:italic;
    font-size:larger;
    margin-top:15px;
}

A.BackToTop
{
    float:right;
    display:block;
    margin:5px 0px 5px 0px;
    clear:both;
}

LI.ProductPageMenu .PageMenuHeading
{
  font-weight:bold;  
}

/* Home Page Styles */

#HomepageNewsItems #NewsItemsRepeater
{
    padding:10px 10px 2px 10px;
    margin: 0px 0px 10px 10px;
    float:right;
    width:200px;
	border:dotted 1px black;
	font-size:small;
	margin-bottom:5px;
}

#HomepageNewsItems H3
{
	font-size:medium;
	margin-bottom:8px;
}

.NewsItemTitle
{
	font-weight:bold;
}

.NewsItem
{
	margin-bottom:7px;
}



/* Product Styles */

.ProductPageIntro
{
    margin-bottom:20px;
}

#ProductPageIntroImage
{
    float:right;
    width:250px;
    margin-left:10px;
    margin-bottom:10px;
}

HR.IntroProductsDivider
{
    clear:right;
    margin-top:15px;
    margin-bottom:15px;

}

hr
{
    height:1px;
}

.ProductPageProducts
{
    clear:right;
}

.Product
{
    clear:right;
    margin-top:15px;
    font-size:x-large;
}

.Product h2
{ 
	margin-bottom: 10px; 
	margin-top: 0px; 
	width: 260px; 
	height: 85px;
}

.Product h2.NoLogo
{ 
	margin-bottom: 10px; 
	margin-top: 0px; 
	height:auto;
	width:400px;
}

.Product h2.NoImage
{ 
    width:auto;
}

.Product h3
{ 
	margin-bottom: 10px; 
	margin-top: 0px; 
}

#ProductDetails
{
	clear:right;
	margin:20px 0px 0px 0px;
}

#MainProductImage
{
	float:right;
	margin:0px 0px 5px 15px;
}

#SecondaryProductImageDiv
{
	float:right;
	margin:0px 0px 5px 15px;
	text-align:center;
	font-size:medium;
	color:#9C93FD;
	width:250px;
}


.ProductImageAndCaption
{
    width:300px;
    float:right; 
    margin-left:10px;
    margin-bottom:10px;
}

.ProductImageAndCaption .ProductImage
{
	float:none;
	margin:0px 0px 0px 0px;
}

.ProductImageCaption
{
    font-size:smaller;
    font-style:italic;
    text-align:center;    
}


.ProductDescription
{
    

}

.ProductDescription P
{
    margin-top: 0px;
}

.ProductDescriptionHighlight
{
    font-style:italic;
}

.ProductSizesAndDocuments
{
    clear:both;
    width:500px;
    padding-top:10px;
    padding-bottom:10px;
}

.Spacer
{
    clear:both;
}

.ProductSizesAndDocuments .Heading
{
    font-weight:bold;
}

.ProductSizes
{
    float:left;
    margin-right:20px;
    width:220px;
}

.ProductDocuments
{
    float:left;
    width:220px;
}

HR.ProductDivider
{
    clear:both;

}

.ProductLeader
{
    margin:10px 0px 10px 0px;
    font-style:italic;
}

.ProductStrapLine
{
    font-family: 'Arial Black', Gadget, sans-serif;
}

/* Pipeline */

#Pipeline h2
{ 
	background: transparent url(../Images/Logos/Pipeline.jpg) no-repeat top left; 
}
#Pipeline h2 span
{
	display:none;
}

/* Pipeline Auto */

#PipelineAuto h2
{ 
	background: transparent url(../Images/Logos/PipelineAuto.jpg) no-repeat top left; 
}
#PipelineAuto h2 span
{
	display:none;
}

/* Pipeline Professional */

#PipelineProfessional h2
{ 
	background: transparent url(../Images/Logos/PipelineProfessional.png) no-repeat top left; 
	width:311px;
	height:110px;
}
#PipelineProfessional h2 span
{
	display:none;
}

/* Pipeline Professional */

#Pipeline14 h2
{ 
	background: transparent url(../Images/Logos/Pipeline14.png) no-repeat top left; 
	width:312px;
	height:74px;
}
#Pipeline14 h2 span
{
	display:none;
}

/* Pipeline Gold */

#PipelineGold h2
{ 
	background: transparent url(../Images/Logos/PipelineGold.png) no-repeat top left; 
	width:320px;
	height:127px;
}
#PipelineGold h2 span
{
	display:none;
}

/* Pipeline Bottoming Out Kit */

#PipelineBottomingOutKit h2
{ 
	background: transparent url(../Images/Logos/PipelineBottomingOutKit.png) no-repeat top left; 
	width:326px;
	height:112px;
}
#PipelineBottomingOutKit h2 span
{
	display:none;
}

/* Contact Us Form */

Table.FormTable TR
{
    vertical-align:top;
}

Table.FormTable TD.FormLabel
{
	font-size:small;
}


.ToolTip
{
    text-decoration:underline;
    color:#005E09;    
    font-weight:bold;
    font-size:small;	
}


#dhtmltooltip{
	position: absolute;
	width: 300px;
	border: 1px solid #005E09;
	padding: 2px;
	background-color: #CFE6D1;
	visibility: hidden;
	z-index: 100;
	text-align:left;
	font-size:small;
	font-family: Arial,Helvetica,Sans-Serif;	
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#NoMenu-Content
{
	margin:20px 20px;
}

#LogonSystemForm td.Label
{
	width:80px;
}

#LogonSystemForm td.Label label
{
	margin-right:8px;
}