/* @override http://mac.local/sardine/stylesheets/mainstyle.srdn.css */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {padding: 0; margin: 0;}

h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em;}

* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

body{
	font-family: Trebuchet MS, Tahoma, Arial, Sans Serif;
	background: #6E1E13;
}

#wrapper {
	width: 848px;
	margin: 40px auto 80px auto;
	background: #6E1E13;
	position: relative;
}


#banner {
	position: relative;
	height: 114px;
	background: url(../images/banner_background.jpg) no-repeat;
}

#banner h1 {
	display: none;
}

/*link to homepage logo -- relative to banner*/

#logo {
	position: absolute;
	top: -40px;
	left: 70px;
	z-index: 100;
}




/*** main content area ********/
#content {
	background: url(../images/content_tile.gif) repeat-y;
	min-height: 440px;
	height: auto;
	padding: 0;
	margin: 0;	
	position: relative;
}

/*star html hack to support min-height for IE6 */
*html #content {
	height: expression('440px');
}

img.mainpic {
	position: absolute;
	left: 15px;
}

#textarea {
	padding: 0;
	margin: 0;
	width: 504px;
	margin-left: 329px;
	color: #000000;
}

#textarea h1 {
	display: none;
}

.header {
	padding: 20px 0 5px 22px;
}

.menuheader {
	padding: 20px 0 15px 0;
	text-align: center;
}

.subheader {
	font-size: 12px;
	padding: 5px 0 5px 26px;
}
	

#textarea p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	padding: 0 40px 10px 26px;
}

#textarea p.menu {
	padding: 0 40px 5px 26px;
}

#textarea a {
	color: #6E1E13;
	text-decoration: none;
}

#textarea a:hover {
	text-decoration: underline;
}

/**** navbar  ************/

#navbar {
	position: relative;
	height: 40px;
}

#navbar img, .menunav img {
	float: left;
}

.menunav {
	padding-bottom: 30px;
}


/*** Footer area ********/

img#base_background_left {
	position: absolute;
	top: -67px;
	left: 0px;
	padding: 0;
	margin: 0;
}

img#base_background_right {
	position: absolute;
	top: -67px;
	right: 0px;
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	padding: 0;
	margin: 0;
	height: 20px;
}

#footer img {
	float:left;
}

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


#hours {
	position: absolute;
	font-size: 10px;
	color: #FFFFFF;
	width: 848px;
	text-align: center;
	left: 0px;
	top: 10px;
}

#address {
	position: absolute;
	font-size: 10px;
	color: #000000;
	width: 848px;
	left: 0;
	top: 40px;
	text-align:center;
}

#credit {
	position: absolute;
	right:0px;
	top:60px;
	color:#993300;
	padding-top:20px;
	font-size:10px;
}

#credit a:link {
	color:#993300;
	text-decoration:none;
}

#credit a:visited {
	color:#993300;
	text-decoration:none;
}

#credit a:hover {
	text-decoration:underline;
}

#credit a:visited:hover {
	text-decoration:underline;
}

#middle {
background: url(../images/simple-content_tile.gif) repeat-y;	
color: #333;
}

#middle h2#events-header {
	font-family: Goergia, serif;
	font-size: 26px;
	color: #555;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 0;
}

#middle h1 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #a72f1f;
	
}

#middle h2, #middle h3, #middle h4, #middle h5, #middle h6 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #a72f1f;
	margin-top: 20px;
}

#middle p, #middle ul, #middle {
	font-size: 14px;
}

#middle ul {
	margin-left: 40px;
	margin-bottom: 5px;
}

#middle p {
	margin-bottom: 5px;
}


#middle a {
	color: #a72f1f;
	text-decoration: underline;
}

#homepage-message {
	margin: 0 15px 0 15px;
	padding: 30px 50px;
	background: #fff url(../images/scales.gif) repeat-y;
}




img#giftcard_ad {
	position: absolute;
	bottom: 122px;
	right: 15px;
	height: 76px;
	width: 316px;
}

img#mailList {
	position: absolute;
	bottom: 33px;
	right: 15px;
	height: 76px;
	width: 315px;
}






