html, body {
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
    background-color:#cccccc;
    font-family: Century Gothic,Arial,Sans-Serif;	
}


#Page
{
    width:829px; 
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;
}

#header
{
  height: 108px;   
  background-image:url(../Images/red_background.gif);
  background-position:top left;
  background-repeat:repeat-y; 
  margin:0px;
  padding:10px 35px 0px 35px;
  color:White;   
  font-size:12px;
}

#logoandstrapline
{
    float:left;
}

#header #logo
{
    border:0px;
    margin:0px;
    padding:0px;
    background-image:url(../Images/Logos/Flomatic.png);
    width:300px;
    height:67px;
    
}

#header #logo span
{
    display:none;
}

#header #strapline
{
    font-size:24px;
    font-weight:normal;
    font-style:italic;
    margin:4px 0px 0px 30px;
    
}

#header #address
{
    float:right;
}

#MainPage
{
  background-image:url(../Images/grey_background.gif);
  background-position:top left;
  background-repeat:repeat-y;
  text-align:left;
  border:0px solid #333;
  padding-left:35px;
  padding-right:20px;
  padding-top:10px;  
  padding-bottom:10px; 
  font-size:14px;
  _height:500px;
  min-height:500px;
}

#Content
{
  margin-left: 240px;
  margin-right: 15px;
}

p
{
    margin-top:0px;
}

/* Menu Styles */

#Menu
{
  width: 220px;
  float:left;
  font-size:smaller;
}

#Menu A
{
    font-weight:bold;
    font-family:Arial;
    text-decoration:none;
    color:#B91311;
}

.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:Tahoma;
    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;
    list-style-image:url(../Images/menu_li.gif);
}

.MenuBlock UL.Secondary
{
    margin-top:2px;
    margin-bottom:2px;
    margin-left:0px;
    padding-left:20px;
}

.MenuBlock li
{
    margin-top:0px;
    margin-bottom:0px;
    list-style-image:url(../Images/menu_li.gif);
    margin-left:0px;
}

.MenuBlock li.Secondary
{
    margin-left:0px;
    padding-left:0px;
}

.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 */

H1
{
    font-weight:bold;
    font-size:14pt;
}

li
{
    list-style-image:url(../Images/li_link.gif);
    margin-left:0px;
}

A:Link
{
    color:#B91311;
}

A:Visited
{
    color:#6B0504;
}

.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;
}

li.ProductPageMenu .PageMenuHeading
{
  font-weight:bold;  
}

/* Home Page Styles */

#HomepageNewsItems #NewsItemsRepeater
{
    padding:10px 10px 2px 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
{
    color:#6B0504;
    height:1px;
    width:90%;
    text-align:center;
    
}

.ProductPageProducts
{
    clear:right;
}

.Product
{
    clear:right;
    margin-top:15px;
}

.Product h2
{ 
	margin-bottom: 10px; 
	margin-top: 0px; 
	width: 220px; 
	height: 85px;
	float:left;
}

.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; 
    float:left;
}

#HotStuff h2
{ 
    float:none;
}

#HotStuff h3
{ 
    float:none;
}

.ProductImage
{
	float:right;
	margin:0px 0px 5px 5px;
}

.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
{
    clear:left;

}

.ProductDescription P
{
    margin-top: 0px;
}

.ProductDescriptionHighlight
{
    font-style:italic;
}

.ProductSizesAndDocuments
{
    clear:both;
    width:500px;
    padding-top:10px;
    padding-bottom:10px;
}

.Spacer
{
    clear:both;
}

.ProductSizes .Heading
{
    font-weight:bold;
}

.ProductSizesAndDocuments .ProductSizes
{
    float:left;
    margin-right:20px;
    width:220px;
}

.ProductDocuments .Heading
{
    font-weight:bold;
}

.ProductSizesAndDocuments .SmallColumn
{
    float:left;
    width:220px;
}

HR.ProductDivider
{
    clear:both;

}

.ProductLeader
{
    margin:10px 0px 10px 0px;
    font-style:italic;
}


/* Dispense System Hygiene Products */

#Pipeline h2
{ 
	background: transparent url(../Images/Logos/Pipeline.jpg) no-repeat top left; 
}
#Pipeline h2 span
{
	display:none;
}

/* Missing Logo
#PipelineProfessional h2
{ 
	background: transparent url(../Images/Logos/Pipeline.jpg) no-repeat top left; 
}
#PipelineProfessional h2 span
{
	display:none;
}
*/

#PipelineGold h2
{ 
	background: transparent url(../Images/Logos/PipelineGold.jpg) no-repeat top left; 
}
#PipelineGold h2 span
{
	display:none;
}


#PipelineAuto h2
{ 
	background: transparent url(../Images/Logos/PipelineAuto.jpg) no-repeat top left; 
	width:255px;
	height:85px;	
}
#PipelineAuto h2 span
{
	display:none;
}

#Crystal h2
{ 
	background: transparent url(../Images/Logos/Crystal.jpg) no-repeat top left; 
	width:255px;
	height:85px;
}
#Crystal h2 span
{
	display:none;
}

#CrystalExtra h2
{ 
	background: transparent url(../Images/Logos/CrystalExtra1.jpg) no-repeat top left; 
	width:184px;
	height:85px;	
}
#CrystalExtra h2 span
{
	display:none;
}

#FinesseG h2
{ 
	background: transparent url(../Images/Logos/FinesseG.jpg) no-repeat top left; 
}
#FinesseG h2 span
{
	display:none;
}

#Monarch h2
{ 
	background: transparent url(../Images/Logos/Monarch.jpg) no-repeat top left; 
}
#Monarch h2 span
{
	display:none;
}

#MachineDishwashingPowder h2
{ 
	background: transparent url(../Images/Logos/MachineDishwashingPowder.jpg) no-repeat top left; 
	width:444px;
	height:43px;
}
#MachineDishwashingPowder h2 span
{
	display:none;
}

#FinesseD h2
{ 
	background: transparent url(../Images/Logos/FinesseD.jpg) no-repeat top left; 
}
#FinesseD h2 span
{
	display:none;
}

#BrushUp h2
{ 
	background: transparent url(../Images/Logos/BrushUp.jpg) no-repeat top left; 
}
#BrushUp h2 span
{
	display:none;
}

#SuperDetergent h2
{ 
	background: transparent url(../Images/Logos/SuperDetergent.jpg) no-repeat top left; 
	width:367px;
	height:85px;	
}
#SuperDetergent h2 span
{
	display:none;
}

#Renovate h2
{ 
	background: transparent url(../Images/Logos/OriginalRenovate.jpg) no-repeat top left; 
	width:367px;
	height:57px;	
}
#Renovate h2 span
{
	display:none;
}


#FWP h2
{ 
	background: transparent url(../Images/Logos/FWP.jpg) no-repeat top left; 
	width:454px;
	height:41px;	
}
#FWP h2 span
{
	display:none;
}


#HotStuff h2
{ 
	background: transparent url(../Images/Logos/HotStuff.jpg) no-repeat top left; 
	width:454px;
	height:41px;	
}
#HotStuff h2 span
{
	display:none;
}

#Blaze h2
{ 
	background: transparent url(../Images/Logos/Blaze.jpg) no-repeat top left; 
	width:454px;
	height:41px;	
}
#Blaze h2 span
{
	display:none;
}


#Scrubs h2
{ 
	background: transparent url(../Images/Logos/Scrubs.jpg) no-repeat top left; 
	width:454px;
	height:41px;	
}
#Scrubs h2 span
{
	display:none;
}

#SuperOvenGel h2
{ 
	background: transparent url(../Images/Logos/SuperOven.jpg) no-repeat top left; 
	width:332px;
	height:84px;	
}
#SuperOvenGel h2 span
{
	display:none;
}

#RGPine h2
{ 
	background: transparent url(../Images/Logos/RGPine.jpg) no-repeat top left; 
	width:168px;
	height:85px;	
}
#RGPine h2 span
{
	display:none;
}

#RGBleach h2
{ 
	background: transparent url(../Images/Logos/RGBleach.jpg) no-repeat top left; 
	width:233px;
	height:85px;	
}
#RGBleach h2 span
{
	display:none;
}


/* -- Machine ../Images --*/

.MachineImages
{
    margin-bottom:10px;
    margin-left:10px;
    float:right;
    width:305px;
}

.MachineImages .../Images
{
    height:336px;
}

.MachineImages .MachineImage1
{
    width:300px;
    float:left;
}

.MachineImages .MachineImage2
{
    width:300px;
    float:right;
    position:relative;
    left:-20px;
    top:40px;
}

.MachineImages .Caption
{
    margin-top:5px;
    text-align:center;
    font-weight:bold;
    clear:both;
}

/* Contact Us Form */

Table.FormTable TR
{
    vertical-align:top;
}

Table.FormTable TD.FormLabel
{

}

.ChafingDishHeading
{
	clear:both;
}


/* Chafing Fuels */

#ChafingFuel dt
{
	color:#B91311;
	font-weight:bold;
}

em.RedEm
{
	color:#B91311;
	font-style:normal;
	font-weight:bold;
}

em.Underline
{
	font-style:normal;
	text-decoration:underline;
}

#ChafingFuel h3
{
	clear:right;
}

#ChafingFuel .HeadingContainer
{
	margin-bottom:10px;
	clear:right;
}

#ChafingFuel .HeadingContainer h4
{
	display:inline;
}

#ChafingFuel .HeadingContainer .HeadingDescriptor
{
	font-size:14px;
	font-style:italic;
}

.NewSafetyFeatureHighlight
{
	color:Red;
}

#ChafingFuel .ProductImage
{
	clear:right;
}

.ProductImageContainer
{
	float:right;
	width:260px;
}

.RightFloatingImage
{
	float:right;
	clear:right;
    margin-left:10px;
    margin-bottom:10px;	
}

img
{
	border:0px;
}

.clear
{
	clear:both;
}