@import url('mambo.css');
@import url('menu.css');
@import url('callouts.css');


body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-color: #858585;
	text-align: center;
	padding: 0;

	
}
html>body #outer {height:auto}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #444;
	}


/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #173e73; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	}

a:hover {
	color: #616161;	text-decoration: none;
	}

img {

	padding: 0px;
}
#nav {
	width: 733px;
	height: 44px;
	margin: -2 auto;

		

}
#col {
	width: 733px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	

}
#header {
	width: 733px;
	height: 190px;
}
#plumbing  {
	background-image: url(../images/plumbing.jpg);
	width: 244px;
	height: 158px;
	float: left;

} 
#plumbing a {
	width: 244px;
	height: 158px;
	display: block;
}

#heating {
	background-image: url(../images/heating.jpg);
	width: 246px;
	height: 158px;
	float: left;

}
#heating a {
	width: 246px;
	height: 158px;
	display: block;
}

#cooling {
	background-image: url(../images/cooling.jpg);
	width: 243px;
	height: 158px;
	float: left;
}
#cooling a {
	
	width: 243px;
	height: 158px;
	display: block;
}
#leftcol {
	width: 224px!important;
	width/**/: 240px;
	
	min-height: 305px;
	height: auto !important;
	height/**/: 305px;
	background: url(../images/callout_bg.jpg) no-repeat;
	float: left;
	padding: 10px;


}

#rightcol {
	width: 449px;
		
	min-height: 305px;
	height: auto !important;
	height/**/: 305px;
	background: #fff;
	float: right;
	padding: 15px;
	
}

#tail {
	width: 733px;
	background: url(../images/tail.jpg) no-repeat;
	clear: both;
	height: 33px;
	margin: 0 auto;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	clear: both;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	
	font-weight: normal;

}
.footer a:link {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}




