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

body,html {
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #301f07;
	background-image: url(../images/bg.jpg);
	background-color: #2e0a01;
	background-position: center top;
	background-repeat: repeat-x;
	font-family: "Lucida Sans", "Lucida Grande", Verdana;
	font-size: 10pt;
}
#wrapper {
	width: 1008px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout_content_fill.jpg);
}

#modules {
	background-image: url(../images/layout_modules_fill.jpg);
	background-repeat: repeat-y;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	margin: 0px;
	width: 100%;
	color:#f0e8c4;
}
#navigation {
	margin-bottom: 27px;
}

#modules .inner {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	padding-top: 5px;
	padding-right: 100px;
	
	
}
#hours {
	padding-left: 125px;
}




#leftColumn {
	width: 342px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-image: url(../images/layout_top_left.jpg);
	background-repeat: no-repeat;
	padding-top: 239px;
}
#rightColumn {
	margin-left: 342px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-image: url(../images/layout_top_right.jpg);
	background-repeat: no-repeat;
	padding-top: 147px;
	padding-bottom: 30px;
}
#footer p {
	margin: 0px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 115px;
	width: 100%;
	text-align: center;
	color: #bfad8f;
	font-size: 0.75em;
	margin: 0px;
}

#footer a {
	color: #bfad8f;
	text-decoration: none;
}

#home,#about,#menu,#stories,#contact {
	
	background-repeat: repeat;
	height: 37px;
	display: block;
	overflow: hidden;
	background-position: right center;
	font-size: 0px;
	text-decoration: none;
	float: left;
	background-position: top;
}
#about {
	background-image: url(../images/btn_about.jpg);
	width: 98px;
}

#menu {
	background-image: url(../images/btn_menu.jpg);
	width: 75px;
}







#stories {
	background-image: url(../images/btn_customers.jpg);
	width: 185px;
}

#contact {
	width: 112px;
	background-image: url(../images/btn_contact.jpg);
}


#home {
	background-image: url(../images/btn_home.jpg);
	width: 113px;
}


#home:hover,#about:hover,#menu:hover,#stories:hover,#contact:hover {
	background-position: center;
}

#home.selected,#about.selected,#menu.selected,#stories.selected,#contact.selected {

	background-position: bottom;
}
#form {
	background-image: url(../images/form_bg.jpg);
	background-repeat: no-repeat;
	height: 430px;
	width: 500px;
	padding-top:70px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
}
#map {
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	width: 400px;
	padding-right: 115px;
	margin-bottom: 55px;
}

#wrapper #rightColumn #content #form th {
	color: #FFFFFF;
}
.countdownClock {
	color: #F0E8C4;
	font: bolder 1.3em "Courier New", Courier, monospace;
	border: 1px none #FC0;
	text-align: center;
	background: #F9F5E3 url(../images/countdown_bg.jpg);
}
.countdownClock span {
	font-size: 0.8em;
}
