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


* {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	pading: 2px;	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;

}
body {
	background-color: #322008;
	background-repeat: repeat-x;
	background-image: url(/img/background.brown.png);
	background-position: top;
	font: 80% Calibri, Helvetica Neue, Arial;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(/img/background.edge.png);
	background-position: center top;
	background-repeat: repeat-y;	
}


#frame {
	width: 849px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	background-image: url(/img/background.beige.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FDF4E7;
	min-height: 650px;
	margin: 0px 13px;
}

#intro {
	/*background-image: url(/img/background.r.png);*/
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	width: 434px;
	margin: 0px auto;
	position:relative;
	z-index:50px;
	/*padding-top: 30px;*/
}

#header h1 {
	background-image: url(/img/logo.large.png);	
	width: 287px;
	height: 172px;
	text-indent: -9999px;
}

#buttons {
	width: 690px;
	margin: -100px auto 0px;
}

.colLeft {
	width: 324px;
	float: left;
	position:relative;
	z-index:150px;
}

.colRight {
	width: 324px;
	float: right;
	position:relative;
	z-index:150px;
}

.button {
	width: 324px;
	height: 244px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.button h1 {
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	padding: 4px 9px;
	padding-top: 10px;
}

.button p {
	color: #fff;
	font-size: 100%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 10px;
}

.button a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 130%;
}

.slide {
	background-image: url(/img/slide.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 42px;
}

.slidePush {
	height: 200px;	
}

.button#bar {
	background-image: url(/img/intro-barb.png);	
}

.button#bar h1 {
	background-image: url(/img/intro.bar.text.png);	
	width: 48px;
	height: 27px;
}

.button#restaurant {
	background-image: url(/img/intro.restaurant.png);	
}

.button#restaurant h1 {
	background-image: url(/img/intro.restaurant.text.png);	
	width: 143px;
	height: 27px;
}

.footer, .push {
height:100px; /* .push must be the same height as .footer */
}

.footerInner {
	width: 849px;
	background-image: url(/img/background.edge.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px auto;
}

.footerContent {
	padding: 10px;
	text-align: center;
	color: #342005;
}

.footerContent p {
	margin: 3px 0px;
	color: #342005;
}

.footerContent h4 {
	font-size: 150%;
	font-weight: normal;
}

#newyears {
	width:689px;
	height:342px;
	background-image:url(img/nye-banner.png);
	display:block;
	margin-top:20px;
	margin-left:67px;
	text-indent:-9999px;
}
