﻿body 
{
	background-image : url('Images/top_gradient.gif');
	background-repeat :repeat-x;
	margin:0; padding:0;
	background-color:#fff;
	font-family: Arial;
	height:100%;
}

.parent
{
	display: block;
	_height:100%;
	min-height:100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.content
{
	background-color:#fff;
	border-top: solid 5px #E79987;
	padding: 10px 0px 50px 0px;
}

.ContentPad
{
	padding : 5px 10px 10px 20px;
}


.contentText
{
	padding : 5px 10px 10px 20px;
}

.ContentPad img
{
	padding-left:5px;
}

.header 
{
	background-color: #fff;
}

/* Footer */
.Footer
{
	background-image: url('Images/footer.gif');
	height:38px;
	text-align:center;
	font-size:0.6em;
	color:#CD2900;
}

.Footer a
{
	text-decoration: none;
	color:#CD2900;
}

.BackgroundFooter
{
	height:38px;
	background-image : url('Images/footer_gradient.gif');
	background-repeat: repeat-x;
	clear:both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 45px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
}


div.central { margin:0 auto; width:760px; }

/* Top Nav Bar functionality */
#NavBar ul
{
	background-color:#fff;
}

#NavBar li
{
	float:left;
	padding:0px 5px 0px 5px;
	list-style:none;
	font-size:0.5em;
}

#NavBar li.mf_top_menu_seperator
{
	background: url('Images/bullet.gif') no-repeat;
	height: 15px;	
	width:5px;
	margin-left:5px;
}

#NavBar a
{
	text-decoration : none;
	display:block;
}


#NavBar a.HeatingAndVentilation
{
	width: 147px;
	height: 14px;
	background: url('Images/heatingVentilation.gif') no-repeat;
	background-position: 0 -28px;
	margin-top:8px;
}

#NavBar a.HeatingAndVentilation:hover
{
	background-position: 0 -14px;
}

#NavBar a.ServiceAndMaintenance
{
	width: 160px;
	height: 11px;
	background: url('Images/servicesMaintenance.gif') no-repeat;
	background-position: 0 -22px;
	margin-top:7px;
}

#NavBar a.ServiceAndMaintenance:hover
{
	background-position: 0 -11px;
}

#NavBar a.AirConditioningAndRefrigerationDesign
{
	width: 148px;
	height: 28px;
	background: url('Images/acRefigeration.gif') no-repeat;
	background-position: 0 -56px;
}

#NavBar a.AirConditioningAndRefrigerationDesign:hover
{
	background-position: 0 -28px;
}

#NavBar a.Selected
{
	background-position: 0 0px;
}

/*Home Page */
.HomeBackground
{
	background-image: url('Images/HomeImage.jpg');
	width:708px;
	height: 333px;
	margin:0px auto;
	color:#fff;
	font-size : 0.8em;
	position:relative;
}

.Home
{
	text-align:center;
	color:#CD2900;
	font-family: Arial Black;
	font-size: 0.9em;
}

span.StrapLine
{
	font-family:Arial;
	font-style:italic;
	padding : 0px 50px 0px 50px;
	font-size : 1.1em;
}

div.CentreCaption
{
	padding-left:30px;
}

div.Caption
{
	color:#CD2900;
	font-size:0.7em;
	font-family:Arial Black;
	text-align:center;
	float:left;
}
div.CentralCaption
{
	padding: 0px 60px 0px 60px;
}
span.AltText
{
	font-family:Arial;	
}

div.PositionStrapLine
{
	_position: absolute; 
	width: 708px;
	position: relative;
}

/* Bottom navigation on the home page */
#BottomNav ul
{
	background-color:#fff;
}

#BottomNav li
{
	float:left;
	list-style:none;
	padding-left: 60px;
}

#BottomNav a
{
	text-decoration : none;
	display:block;
}

#BottomNav #quote
{
  width: 142px;
  height: 116px;
  background: url('Images/quick_quote_bottom.gif') no-repeat;
  background-position:0 0px;
}

#BottomNav #quote:hover
{ 
  background-position: 0 -116px;
}

#BottomNav #quote span
{
  display: none;
}

#BottomNav #services
{
  width: 142px;
  height: 114px;
  background: url('Images/services_bottom.gif') no-repeat;
  background-position:0 0px;
}

#BottomNav #services:hover
{ 
  background-position: 0 -114px;
}

#BottomNav #services span
{
  display: none;
}

#BottomNav #products
{
  width: 142px;
  height: 113px;
  background: url('Images/products_bottom.gif') no-repeat;
  background-position:0 0px;
}

#BottomNav #products:hover
{ 
  background-position: 0 -114px;
}

#BottomNav #products span
{
  display: none;
}

p
{
	color: #666666;
	padding: 0px 5px 0px 10px;
	font-size:0.8em;
}

h1
{
	color:#CD2900;
	font-size:0.9em;
}

.ContentPad h1
{
	color:#CD2900;
	padding-left:10px;
	font-size:0.8em;
	margin-bottom:0px;
}

li 
{
	color:#666666;
	font-size:0.8em;
	font-family:Arial;
}

a
{
	color:#CD2900;
	text-decoration :none;
}

div.ContactUs
{
	width: 45%;
}
div.ContactUs h1
{
	font-size: 0.9em;
	color: #CD2900;	
}
div.ContactUs p
{
	font-size:0.8em;
	color: #666666;
	margin-left: 5px;
}