/*

Thanks & Praises for the various help...
Footer Stick to Bottom Hack :	http://ryanfait.com/resources/footer-stick-to-bottom-of-page/

*/

html,body {
	height:		100%;
	width:		100%;

    padding:	0;
	border:		0;
	min-width:	882px;
}

body {
	background-image:		url('images/background.png');
	background-position:	top center;
	background-repeat:		no-repeat;
	background-color:		#001840;
	
}

/* Layout Elements */

#wrapper {
	width:		882px;

	height:		100%;
	height:		auto !important;
	min-height:	100%;

	margin:		0 auto -198px;

}

#header {
	width:		882px;
	height:		99px;
	
	margin:		0 auto;
}

#logo {
	width:		201px;
	float:		left;
}

#top_menu {
	width:		680px;
	float:		right;
	
	text-align:	right;
	margin-top:	45px;
}

#photo {
	clear:		both;
	
	width:		882px;
	height:		288px;
	
	margin:		0 auto;
}

#left_column {
	width:				572px;
	float:				left;
	
	padding:			0 18px 0 0;
}

#right_column {
	width:				273px;
	float:				right;
	
	text-align:			right;
	
	padding:			0 0 0 18px;
}

#push, #footer {
	height:				198px;
	clear:				both;
}

#footer {
	clear:				both;
	width:				100%;
	background-color:	#000933;
}

/* Top Menu Mouseover */

a#home_top img {
	width:					38px;
	height:					12px;
	
	background-image:		url('images/menu/home_off.png');
}

a#about_top img {
	width:					71px;
	height:					12px;
	
	background-image:		url('images/menu/about_off.png');
}

a#residential_top img {
	width:					89px;
	height:					12px;
	
	background-image:		url('images/menu/residential_off.png');
}

a#key_top img {
	width:					101px;
	height:					12px;
	
	background-image:		url('images/menu/key_off.png');
}

a#clean_top img {
	width:					109px;
	height:					12px;
	
	background-image:		url('images/menu/clean_off.png');
}

a#faqs_top img {
	width:					36px;
	height:					12px;
	
	background-image:		url('images/menu/faqs_off.png');
}

a#contact_top img {
	width:					88px;
	height:					12px;
	
	background-image:		url('images/menu/contact_off.png');
}

a#home_top:hover img {
	background-image:		url('images/menu/home_on.png');
}

a#about_top:hover img {
	background-image:		url('images/menu/about_on.png');
}

a#residential_top:hover img {
	background-image:		url('images/menu/residential_on.png');
}

a#key_top:hover img {
	background-image:		url('images/menu/key_on.png');
}

a#clean_top:hover img {
	background-image:		url('images/menu/clean_on.png');
}

a#faqs_top:hover img {
	background-image:		url('images/menu/faqs_on.png');
}

a#contact_top:hover img {
	background-image:		url('images/menu/contact_on.png');
}

/* Footer Menu */

#footer {
	background-color:		#000933;
}

#footer_bar {
	width:					882px;
	height:					198px;
	
	margin:					0 auto;
	
	text-align:				left;
}

#footer_bar img {
	margin-top:				27px;
	margin-bottom:			9px;
}

.residential, .key_features, .clean, .faqs, .contact_us {
	width:					147px;
	float:					left;

	font-size:				.75em;
}

.contact_us {
	width:					293px;
	
	text-align:				right;
	float:					right;
}