body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mainDiv{
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	box-shadow: 0px 0px 8px #EEE;
	-webkit-box-shadow: 0px 0px 8px #EEE;
	-moz-box-shadow: 0px 0px 8px #EEE;
}

#MenuBar{
	background-image: url(images/menubar.png);
	height:37px;
	width: 1000px;
}
#content{ width: 1000px; }
#content H1{ color: #0D2F83; font-size: 22px; margin-bottom: 0px; }
#content H2{ color: #73A729; font-size: 14px; margin-bottom: 0px; }

#frontForm{
	background-image: url(images/formbg.png);
	width: 230px;
	height: 503px;
}

#frontGall{
	background-image: url(images/gallerybg.png);
	width: 230px;
	height: 503px;
}

#frontForm_btn1{
	position: relative;
	background-image: url(images/btn_call_back.png);
	width: 134px;
	height: 20px;
	top: 100px;
	left: 80px;
}
#frontForm_btn2{
	position: relative;
	background-image: url(images/btn_get_quote.png);
	width: 134px;
	height: 20px;
	top: 340px;
	left: 80px;
}

.gallery_thumb{
	position: relative;
	width:150px;
	height: 150px;
	background-color: #c5b69a;
	left: 50%;
	margin-left: -75px;
	top:20px;
	margin-bottom: 10px;
}

#content_scroller{
	overflow: auto;
	height: 503px;
}

#footer_blue{
	background-color: #0E3083;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
}

#footer_blue a {
	color: #FFFFFF;
}

#footer_blue div{
	position: relative;
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	top: 2px;
}















#prodDiv{
	position: absolute;
	background-color: #15255c;
	padding: 5px;
	width: 195px;
	left: 50%;
	margin-left: -180px;
	top: 222px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 100;
	visibility: hidden;
}
#prodDiv ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#prodDiv ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0px 0px 1px 0px;
}

#prodDiv ul li a
{
background-color: #4d67a3;
/* Set these to the images height and width */
width: 190px;
height: 24px; 

padding: 6px 0px 0px 4px; /* Move the text up and down using these */
margin: 0px 0px 0px 0px; /* Change the 3rd value to space the buttons out */
color: #FFF;
font: Arial, Helvetica, sans-serif;
text-decoration: none;
display: block;
text-align: left;
font-size:14px;
}

#prodDiv2{
	position: absolute;
	background-color: #15255c;
	padding: 5px;
	width: 195px;
	left: 50%;
	margin-left: -295px;
	top: 222px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 100;
	visibility: hidden;
}
#prodDiv2 ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#prodDiv2 ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0px 0px 1px 0px;
}

#prodDiv2 ul li a
{
background-color: #4d67a3;
/* Set these to the images height and width */
width: 190px;
height: 24px; 

padding: 6px 0px 0px 4px; /* Move the text up and down using these */
margin: 0px 0px 0px 0px; /* Change the 3rd value to space the buttons out */
color: #FFF;
font: Arial, Helvetica, sans-serif;
text-decoration: none;
display: block;
text-align: left;
font-size:14px;
}
