@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background:#FFF
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: auto;
}
.oneColLiqCtr #container {
	width:1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

a:link {
	text-decoration: none;
	color:#036;
}
a:visited {
	text-decoration: none;
	color:#666;
}
a:hover {
	text-decoration: none;
	color:#09F;
}
a:active {
	text-decoration: none;
}
.oneColLiqCtr #mainContent {
}

#ceiling_mounts{
	background:ffffff;
	width:850px;
	padding-left:80px;
	padding-bottom:20px;
}

#titles{
	background:#0079C1;
	padding:8px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:bold;
	font-color: #ffffff;
}

#floor_mounts{
	width:850px;
	padding-top:20px;
	padding-left:80px;
	padding-bottom:20px; 
}

#in_row_systems{
	width:850px;
	padding-top:20px;
	padding-left:80px;
	padding-bottom:20px; 
}
#wall_hung{
	width:850px;
	padding-left:80px;
	padding-bottom:20px;
	padding-top:20px;
}

#heat_pump{
	width:850px;
	padding-left:80px;
	padding-bottom:20px;
	padding-top:20px;
}

#console{
	width:850px;
	padding-left:80px;
	padding-top:20px;
	padding-bottom:20px;
}

#controllers{
	width:850px;
	padding-left:80px;
	padding-top:20px;
	padding-bottom:20px;
}

#acc_systems{
	width:850px;
	padding-left:80px;
	padding-top:20px;
	padding-bottom:20px;
}

#footer{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

