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

/* GLOBAL */
* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 160%;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#globalHeader img {
	vertical-align: bottom; /*fixes gaps in IE */
}

#globalFooter {
	height: 20px;
	text-align: right;
}

a:link, a:visited {
	color: #D8911E;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.cleared {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {color: #D4911E; margin-bottom:.5em; line-height:1em;}

h4 {
	font-size: 14px;
	line-height: 100%;
}

h4 {
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
}

.highlight {
	color: #d4911e;
}
p {margin-bottom: 20px;}
p.treatment {border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #d4911e;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d4911e; padding: 10px 0;}
hr {margin: 2em 0; border:0; border-bottom: solid 1px black;}
/* CONTENT */

#mainContent {
	background-color: #550000;
	background-image: url(/images/mainContent-bg_07.jpg);
	background-repeat: no-repeat;
}

#secondaryContent {
	float: left;
	width: 306px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #fcaf17;
	padding-right: 12px;
	padding-left: 17px;
	font-weight: bold;
}
#secondaryContent p {
	margin-top: 6px;
	margin-bottom: 10px;
}

#indexTertiary {
	clear: both;
}

/* INDEX */

body#index #mainContent  {
	background-image: url(/images/index-mainContent-bg_07.jpg);
}

#indexLocation {
	background-image: url(/images/index-location-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-left: 20px;
	width: 434px;
	padding-right: 30px;
	margin-left: 12px;
	margin-top: 32px;
}

#indexFullBar {
	background-image: url(/images/index-bar.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #d4911e;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d4911e;
	padding: 160px 130px 20px 0;
	margin-bottom: 30px;
}

#indexWelcome {
	padding-top: 25px;
	margin-left: 349px;
	margin-right: 210px;
	padding-bottom: 12px;
}
	
#happyHour {margin: 26px;}

#commercials {
	clear: both;
	margin: 26px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #d4911e;
	padding-top: 26px;
}
	#commercials div {
	float: left;
	width:330px;
	font-size: 14px;
	font-weight: bold;
}

#filmstrip {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: url(/images/film-strip/bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#happy {
	margin-top: 20px;
	margin-bottom: 15px;
}

/* CSS ROLLOVER BUTTONS */

#getDirections {
	background-image: url(/images/index-directions-btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 113px;
	width: 131px;
	margin-bottom: 10px;
}

#getDirections:hover {background-position: left -113px;}


#indexMenu {
	background-image: url(/images/index-menu-btn.jpg);
	background-repeat: no-repeat;
	background-position: left -99px;
	display: block;
	height: 99px;
	width: 222px;
	margin-top: 29px;
}

#indexMenu:hover {background-position: left top;}

#googleMap, #videos {
	background-image: url(/images/location-map-bg.jpg);
	background-repeat: no-repeat;
	height: 464px;
	width: 617px;
	padding-top: 48px;
	padding-left: 33px;
	margin-left: 340px;
	background-position: -5px 20px; !important
	background-position: -20px 20px; /* Filter for IE 6 */
}
#videos {background-image: none; height:auto!important; padding-bottom:25px;}
#menuBook {
	background-image: url(/images/menu-bg.gif);
	background-repeat: no-repeat;
	height: 635px;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-top: 31px;
}
#menuBook a {
	display: block;
	height: 31px;
	margin-right: 29px;
	margin-left: 507px;
}
#container {
	padding: 20px;
}
#specials {
	float: right;
	width: 600px;
}
#specialsBtn {
	display: block;
	text-indent:-9999px;
	width:305px;
	height:53px;
	background-image: url(/images/btn-specials.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#specialsBtn:hover {background-position: left bottom;}
.col_2 {float: left; width:280px; margin:0 5px;}
