body {
	background-color: #2f2f2f;
	background-image: url(img/bg_stripes.png);
}

#content {
	background-color: #717171;
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-x;
}

/* ============================= MAIN SLIDER ============================= */

#topslider {
    display: block;
    position: relative;
    width: 960px;
    height: 600px;
    overflow: hidden;
}

#ts_content {
    display: block;
    position: relative;
    width: 960px;
    height: 600px;
    overflow: hidden;
}

.ts_item {
    display: inline;
    float: left;
    width: 960px;
    height: 600px;
    overflow: hidden;
}

.ts_item img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

.ts_item a {
    display: block;
    position: absolute;
    width: 300px;
    height: 330px;
    top: 119px;
    left: 88px;
    overflow: hidden;
}

.ts_item a span {
    display: block;
    padding-top: 335px;
}

.ts_controls {
    list-style: none;
    display: block;
    position: absolute;
    width: 50px;
    height: 80px;
    overflow: visible;
    top: 260px;
    left: 0;
    margin: 0;
    padding: 0;
}

.ts_controls li {
    list-style: none;
    display: block;
    position: absolute;
    width: 50px;
    height: 80px;
    top: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ts_next {
    left: 910px;
    background-image: url(img/slide_control_right.png);
}

.ts_prev {
    left: 0px;
    background-image: url(img/slide_control_left.png);
}

.ts_controls li a {
    display: block;
    position: relative;
    width: 50px;
    height: 80px;
    overflow: hidden;
}

.ts_controls li a span {
    display: block;
    padding-top: 85px;
}

/* ============================= FOOT SLIDER ============================= */

#footer_scroller {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin: 20px 0;
}


#footer_scroller ul {
	height: 220px;
	overflow: hidden;
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer_scroller ul li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}

.scroll_item {
	color: #fff;
	background-color: #000;
	padding: 5px;
}

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

.si_content {
	width: 345px;
	height: 180px;
	overflow: hidden;
}

/* TODAY'S SPECIAL -- HAPPY HOUR */
.hh_content{
	position: absolute;
	top: 30px;
	left: 15px;
	width: 270px;
	text-align: left;
	font-size: 13px;
}

.hh_content p {
	margin: 0 0 8px 0px;
}

.hh_content p strong {
	color: #dc0066;
}

.hh_content .see_all{
	text-decoration: none;
	text-transform: uppercase;
	color: #dc0066;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
}