body {
	background-color: #8d8d8d;
	background-image: url(img/interior_bg.gif);
	background-repeat: repeat-x;
}

#main {
	text-align: center;
	margin: 0;
	background-image: url(img/interior_main_bg.png);
	background-position: center 100px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#content {
	background-image: url(img/interior_content_bg.png);
	background-color: transparent;
	background-position: center;
	background-repeat: repeat-y;
}

#content .inner {
	overflow: hidden;
}

/* ============== PAGELETS =============== */

.pagelet {
	display: block;
	position: relative;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
}

.pagelet_title {
	height: 35px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 35px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 16pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #aaa;
}

/* ============ VERTICAL SCROLLER ============== */

#vert_scroller .pagelet_content {
	height: 365px;
	overflow: hidden;
	position: relative;
}

#vert_scroller ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
}

#vert_scroller ul li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

#vert_scroller ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#vert_scroller ul li a img {
	display: block;
}


/* ============ HAPPY HOUR ============== */

.hh_day {
	margin: 0 0 25px 0;
	background-image: url('img/hh_day_bg.png');
}

.hh_day_today {
	background-image: url('img/hh_today_bg.png') !important;
}

.hh_item {
	padding: 15px;
}

.hh_day h3.hh_head {
	margin: 0 0 20px 0 !important;
	text-align: right;
	font-family: "Arial Narrow", Arial, sans-serif !important;
	color: #ddd !important;
	font-size: 20pt !important;
}

.hh_day_today h3.hh_head {
	margin: 10px 0 20px 0 !important;
	text-align: left;
	font-family: Arial, sans-serif !important;
	color: #dc0066 !important;
	font-size: 28pt !important;
	font-weight: bold !important;
	letter-spacing: -1px;
}

.hh_day .hh_content p {
	font-size: 13pt !important;
	line-height: normal !important;
	color: #ccc !important;
}


.hh_day_today .hh_content p {
	color: #666 !important;
}

.hh_day .hh_content p strong {
	display: block;
	font-size: 16pt;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}
