@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #29170A;
	background-image: url(../images/bg.jpg);
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
#header {
	background-color: #FFFFFF;
	width: 800px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#phone {
	position: absolute;
	top: 143px;
	left: 900px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

#topnav {
	background-color: #180700;
	text-align: center;
	font-size: 11px;
	color: #455B4F;
	height: 30px;
	font-weight: bold;
	width: 100%;
	padding-top: 15px;
}
#topnav a {
	text-decoration: none;
	color: #CACBCC;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
}
#topnav a:hover {
	text-decoration: underline;
	color: #CACBCC;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #5A6338;
	padding-bottom: 3px;
	padding-top: 3px;
}

#mainContent {
	background-color: #FFFFFF;
	height: auto;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	position: relative;
	width: 780px;
	font-size: 10px;
}
h2 {
	margin:0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

table {
	font-size: 11px;
	text-align: left;
}
#services {
	position: absolute;
	top: 249px;
	left: 47px;
	color:#FFFFFF;
	font-size: 14px;
	width: 521px;
	text-align: left;
	font-style: oblique;
	line-height: 14px;
	height: 132px;
}
#coupon {
	background-color: #1A130B;
	font-size: 9px;
	color: #000000;
	height: 125px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer {
	background-color: #5A6338;
	font-size: 11px;
	color: #CCCCCC;
	height: 150px;
	width: 100%;
	clear: both;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	position: relative;
}
.footer {
	font-size: 9px;
}

#footer a{
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover{
	color: #A2825B;
	text-decoration: underline;
}

