div#header {
	float: left;
	width: 926px;
	position: relative;
}

div#header_top {
	float: left;
	width: 740px;
	height: 39px;
}

div#header_top a#call_us {
	display: block;
	float: right;
	width: 217px;
	height: 24px;
	padding: 0 17px 0 0;
	text-indent: -9999px;
	
	background-repeat: no-repeat;
}

div#header_bottom {
	float: left;
	padding: 4px 0 0 0;
	width: 926px;
	height: 37px;
	z-index: 3;
}

a#logo {
	display: block;
	width: 190px;
	height: 76px;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 0px;
}
div#images_top {
	float: left;
	width: 925px;
	height: 290px;
	position: relative;
	z-index: 2;
}

div#images_top img{
	position: absolute;
	margin-top: 1px;
	margin-left: 6px;
}

img#image2,
img#image3,
img#image4,
img#image5,
img#image1 {
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
}


div#middle_container a#left_box {
	cursor: pointer;
	float: left;
	display: block;
	width: 301px;
	height: 145px;
	background-image: url(../images/search_box.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	opacity:1;
	filter:alpha(opacity=100);
}

div#middle_container a#left_box:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	background-repeat: no-repeat;
}

div#middle_container a#center_box {
	cursor: pointer;
	float: left;
	display: block;
	width: 301px;
	height: 145px;
	background-image: url(../images/local_box.jpg);
	background-repeat: no-repeat;
	margin: 0 11px 0 11px;
	text-indent: -9999px;
	opacity:1;
	filter:alpha(opacity=100);
}


div#middle_container a#center_box:hover {
	opacity:0.6;
	filter:alpha(opacity=60);	
	background-repeat: no-repeat;
}

div#middle_container a#right_box {
	cursor: pointer;
	float: left;
	display: block;
	width: 301px;
	height: 145px;
	background-image: url(../images/web_box.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	opacity:1;
	filter:alpha(opacity=100);
}

div#middle_container a#right_box:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	background-repeat: no-repeat;
}

/********* MENU TESTING ******************/

a#request_a_quote {
	display: block;
	float: right;
	width: 183px;
	height: 39px;
	text-indent: -9999px;
	background-image: url(../images/request_a_quote.png);
	background-repeat: no-repeat;
}

div#main_menu_container {
	width: 925px;
	position: absolute;
	z-index: 20;
	height: 5px;
	margin: auto;
}

div#hidden_menu {
	width: 745px;
	height: 350px;
	background-color: #355385;
	position: relative;
	display: inline;
	z-index: 10;
	padding: 7px 0 0 180px;
}

div#hidden_menu h1 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

div#hidden_menu h1.post_message {
	text-align: center;
	padding: 87px 174px 0 0;
	display: none;
}

div#hidden_menu form {
	margin: 0px;
	padding: 0px;
	width: 594px;
}

div#hidden_menu form fieldset {
	float: left;
	width: 289px;
	border: 0px;
	margin: 0px;
	padding: 0 14px 0 0;
	margin-right: -3px; /* Only for IE6 */
}

div#hidden_menu form fieldset.last_fieldset {
	padding: 0px;
	margin-right: -3px;
}

div#hidden_menu form fieldset.check_container {
	width: 122px;
	padding: 4px 0 13px 0;
	margin: 0 22px 0 0;
}

div#hidden_menu form label {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	width: 279px;
	padding: 9px 0 2px 0; 
	margin-right: -3px; /* Only for IE6 */
}

div#hidden_menu form label.check_label {
	font-weight: normal;
	width: 100px;
	padding: 2px 0 6px 0;
}

div#hidden_menu form input {
	float: left;
}

div#hidden_menu form input.text_input {
	width: 283px;
	border: 0px;
	padding: 5px 3px 5px 3px;
}

div#hidden_menu form input.check {
	margin-left: 0px;
}

div#hidden_menu form textarea {
	width: 289px;
	height: 78px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

div#hidden_menu form input.error {
	background-color: #fff100;
}

a#submit_form {
	display: block;
	float: right;
	text-indent: -9999px;
	width: 70px;
	height: 13px;
	background-image: url(../images/submit-off.png);
	background-repeat: no-repeat;
	margin: 16px 0 0 0;
}

div#warning_msg {
	float: left;
	padding: 20px 0 0 0;
	display: none;
}

div#warning_msg p {
	margin: 0px;
	padding: 0 0 0 22px;
	font-size: 12px;
	color: #fff100;
	background-image: url(../images/warning_icon.jpg);
	background-repeat: no-repeat;
}

a#submit_form:hover {
	background-image: url(../images/submit-on.png);
	background-repeat: no-repeat;
}

div#link_container {
	position: relative;
	width: 100px;
	height: 38px;
	padding-top: 20px;
	background-color: #FF6600;
	cursor: pointer;
}

div#link_container a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

div#menu_text {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

div#menu_text p {
	color: #000000;
}

