html,body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#404040;
	background:#404040;
}
#container-1 {
	width:100%;
	height:41px;
	background:#404040;
	border-top:4px solid #FF0000;
}
#container-1 .wrapper {
	width:989px;
	height:41px;
	line-height:41px;
	text-align:right;
	color:#FF0000;
	font-weight:bold;
	font-size:18px;
	background:url(images/phone.gif) no-repeat 665px 0px;
	margin:0px auto;
}
.phone {
	color:#FFF;
}
#container-2 {
	width:100%;
	height:200px;
	background:#FFF;
}
#container-2 .wrapper {
	width:989px;
	height:200px;
	background:url(images/ac-units-1.jpg) no-repeat bottom right;
	margin:0px auto;
}
#container-2 .wrapper .logo-container {
	width:256px;
	height:200px;
}
#logo {
	display:block;
	width:256px;
	height:162px;
	margin:0;
	padding:0;
	color:#FFF;
	background:url(images/apollo-ac-heating.gif) no-repeat center center;
}
#logo b {
	display:none;
}
#container-3 {
	width:100%;
	height:136px;
	background:url(images/bg-blend.gif) repeat-x top left;
}
#container-3 .wrapper {
	width:989px;
	height:126px;
	padding:5px 0px;
	background:url(images/ac-units-2.jpg) no-repeat top right;
	margin:0px auto;
}
#container-3 .wrapper ul {
	margin-top:0;
	margin-bottom:0;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	line-height:25px
}
#container-3 .wrapper ul li {
	
}
#container-4 {
	width:100%;
		background:#FFF;
}
#container-4 .wrapper {
	width:989px;
	background:url(images/ac-units-3.jpg) no-repeat top right;
	margin:0px auto;
}
#container-4 .wrapper .col-1 {
	width:449px;
	float:left;
}
#container-4 .wrapper .col-2 {
	width:490px;
	padding:0px 0px 0px 50px;
	float:right;
}
#container-4 .wrapper .col-1 h2,
#container-4 .wrapper .col-1 h3 {
	font-size:22px;
	margin:15px 0px;
	color:#404040;
}
.form-container {
	margin-top:140px;
	padding:15px 15px;
	
}
.form-container h4 {
	font-size:18px;
	margin:0;
	/*color:#005aff;*/
	font-weight:normal;
	float:left;
	display:block;
	width:170px;
	line-height:23px;
}
.free {
	font-size:24px;
	line-height:24px;
	color:#FF0000;
}
#footer {
	width:100%;
	background:#404040;
	color:#cbcbcb;
}
#footer a {
	color:#cbcbcb;
	text-decoration:underline;
}
#footer a:hover {text-decoration:none;}
#footer .wrapper {
	margin:0px auto;
	width:989px;
	padding:5px 0px;
}
#footer .wrapper .col-1 {
	float:left;	
	width:329px;
}
#footer .wrapper .col-2 {
	float:left;
	width:329px;
	text-align:center;
}
#footer .wrapper .col-3 {
	float:left;
	width:329px;
	text-align:right;
}
.error {
	color:red;
}
.error a {
	color:red;
	text-decoration:underline;
	font-weight:bold;
}
.error a:hover {
	text-decoration:none;
}
