html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/*==========================================*/
/* GATEWAY INDEX PAGE */
/*==========================================*/

body#gateway										{ background-color: #000000; }

body#gateway div.header								{ text-align: center; margin: 100px auto 40px auto; }

body#gateway div.sections div						{ width: 161px; text-align: center; margin: 0 auto; }

body#gateway div.sections ul 						{ width: 161px; list-style: none; margin: 0; padding: 0; }

body#gateway div.sections ul li						{ margin: 20px 0 20px 0; }

body#gateway div.sections ul li a					{ display: block; height: 81px; text-indent: -4000px; }

body#gateway div.sections a.residential				{ background: url(../images/index_btn_residential_off.jpg) }
body#gateway div.sections a.construction			{ background: url(../images/index_btn_construction_off.jpg) }
body#gateway div.sections a.commercial				{ background: url(../images/index_btn_commercial_off.jpg) }

body#gateway div.sections a:hover.residential		{ background: url(../images/index_btn_residential_on.jpg) }
body#gateway div.sections a:hover.construction		{ background: url(../images/index_btn_construction_on.jpg) }
body#gateway div.sections a:hover.commercial		{ background: url(../images/index_btn_commercial_on.jpg) }
