@charset "UTF-8";

@font-face {
	font-family: 'GothamLightRegular';
	src: url('webfonts/gotham-light-webfont.eot');
	src: local('‚Äö√≤‚à´'), url('webfonts/gotham-light-webfont.woff') format('woff'), url('webfonts/gotham-light-webfont.ttf') format('truetype'), url('webfonts/gotham-light-webfont.svg#webfontg05qAqhj') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMediumRegular';
	src: url('webfonts/gotham-medium-webfont.eot');
	src: local('‚Äö√≤‚à´'), url('webfonts/gotham-medium-webfont.woff') format('woff'), url('webfonts/gotham-medium-webfont.ttf') format('truetype'), url('webfonts/gotham-medium-webfont.svg#webfont5IFzlfV3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBookRegular';
	src: url('webfonts/gotham-book-webfont.eot');
	src: local('‚Äö√≤‚à´'), url('webfonts/gotham-book-webfont.woff') format('woff'), url('webfonts/gotham-book-webfont.ttf') format('truetype'), url('webfonts/gotham-book-webfont.svg#webfontcIFOBLgo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBoldRegular';
	src: url('webfonts/gotham-bold-webfont.eot');
	src: local('‚Äö√≤‚à´'), url('webfonts/gotham-bold-webfont.woff') format('woff'), url('webfonts/gotham-bold-webfont.ttf') format('truetype'), url('webfonts/gotham-bold-webfont.svg#webfontLMA0mowM') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBlackRegular';
	src: url('webfonts/gotham-black-webfont.eot');
	src: local('‚Äö√≤‚à´'), url('webfonts/gotham-black-webfont.woff') format('woff'), url('webfonts/gotham-black-webfont.ttf') format('truetype'), url('webfonts/gotham-black-webfont.svg#webfont5BxDzhj5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicLTComBoldCondensed';
	src: url('webfonts/tradegothicltcom-bdcn20-webfont.eot');
	src: local('‚ò∫'), url('webfonts/tradegothicltcom-bdcn20-webfont.woff') format('woff'), url('webfonts/tradegothicltcom-bdcn20-webfont.ttf') format('truetype'), url('webfonts/tradegothicltcom-bdcn20-webfont.svg#webfontfVVj0x6P') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		}


body {
	background-color: #000;
	color:#C7C8CA;
	text-align:center;
	font-family: 'GothamLightRegular', sans-serif;
}

a:link, a:visited, a:active{
	text-decoration:underline;
	color:#fff;
}

a:hover {
	text-decoration:none;
}

input, textarea {
	-webkit-border-radius:0px;
	padding: 0px;
	margin:0px;	
	-webkit-appearance: none;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	display:inline !important;
	clear: left;
	float: left;
}

.radio {
	background: url(main-images/radio.png) no-repeat;
}
.select {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	text-transform:uppercase;
	position: absolute;
	width: 207px; /* With the padding included, the width is 260 pixels: the actual width of the image. */
	height: 16px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #000;
	overflow: hidden;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: right center;
}



#distance {
	width:1px;
		height:50%;
		margin-bottom:-375px;
		float:left;
}

#container {
	margin:0 auto;
		position:relative;
		text-align:left;
		width:1145px;
		height:705px;
		clear:left;
}


#mainholder {
width:1145px;
height:705px;
text-align:left;
background-color:#000;
}


#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1145px;
	height:131px;
	background-image: url(main-images/header_bkg.jpg); background-image: 
	background-repeat: no-repeat;
	background-position: left top;
}

#header .logo {
	position:absolute;
	left:0px;
	top:0px;
}

#header .logo a,  #header .logo a:link, #header .logo a:visited{
	-webkit-transition: opacity .5s ease-out;
	 -o-transition: opacity .5s ease-out;
	 -moz-transition: opacity .5s ease-out;
	 opacity: 1;
}

#header .logo a:hover{
	 opacity: .5;
}

#promoMarquee {
	position:relative;
	top:32px;
}

#promoBanner {
	position:absolute;
	top:0px;
	right:32px;
	width:242px;
	height:282px;
	background-image: url(main-images/promo/promoBanner.png);
}

#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:1145px;
	height:70px;
	background-image: url(main-images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#bottomnav {
	position:absolute;	
	bottom:25px;
	left:15px;
}

#bottomnav a, #bottomnav a:link, #bottomnav a:visited{
	-webkit-transition: color .5s ease-out;
	 -o-transition: color .5s ease-out;
	 -moz-transition: color .5s ease-out;
	 text-transform: uppercase;
	padding-right:43px;
	font-family: 'GothamMediumRegular', sans-serif;
	font-size:10pt;
	color:#BCBDC0;
	text-decoration: none;
}

#bottomnav a:hover {
	color:#fff;
}

#bottomnav a:active {
	color:#fff;
}

#followus {
	position:absolute;
	bottom:20px;
	right:10px;
	height: 30px;
	font-family: 'GothamMediumRegular', sans-serif;
	font-size:10pt;
	text-transform: uppercase;
}

.followustitle {
	position:relative;
	bottom:8px;
}

#followus a, #followus a:link, #followus a:visited{
	-webkit-transition: opacity .5s ease-out;
	 -o-transition: opacity .5s ease-out;
	 -moz-transition: opacity .5s ease-out;
	 opacity: 1;
	 text-transform: uppercase;
	padding-left:10px;
	font-family: 'GothamMediumRegular', sans-serif;
	font-size:10pt;
	color:#BCBDC0;
	text-decoration: none;
}

#followus a:hover {
opacity: .5;
}

#middle {
	position:absolute;
	left:0px;
	top:131px;
	width:1145px;
	height:504px;
}

#imgmiddle {
	position:absolute;
	left:0px;
	top:0px;
	width:1145px;
	height:504px;
	background-image: url(main-images/mainimg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#imgmiddle2 {
	position:absolute;
	left:0px;
	top:0px;
	width:1145px;
	height:504px;
	background-image: url(main-images/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#imgmiddle3 {
	position:absolute;
	left:0px;
	top:0px;
	width:1145px;
	height:504px;
	background-image: url(main-images/mainimg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#nav {
	position:absolute;
	left:-17px;
	top:0px;
	width:369px;
	height:504px;
	background-image: url(main-images/nav-bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:5;
	
}

#navinner {
	color:#FFFFFF;
	padding-left:17px;
	padding-top:30px;
	font-weight: normal;
	font-style: normal;
	line-height:55px;
	font-family: 'GothamLightRegular', sans-serif;
	font-size:25pt;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:13px;
	padding-right:9px;
	margin-bottom:4px;
	height:38px;
	
}

#navinner a, #navinner a:visited, #navinner a:link {
	-webkit-transition: color .5s ease-out;
	 -o-transition: color .5s ease-out;
	 -moz-transition: color .5s ease-out;
	color:#C1C1C1;
	text-decoration: none;
}

#navinner a:hover {
color:#FFFFFF;
}

.butactive {
	background-image: url(main-images/45white.png);
	background-repeat: repeat;
	background-position: left top;
}

.navbutmenusactive, .navbutmenus{
padding-right:95px;

}



#hometext1 {
	position:absolute;
	left:355px;
	bottom:0px;
	z-index:2;
	width:793px;
	height:56px;
}

	#hometext1 .inside {
	width:793px;
	height:56px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}


#hometext {
	position:absolute;
	right:0px;
	bottom:20px;
	width:793px;
	background-color:#000;
	z-index:2;
}

	#hometext .inside {
	color:#C6C8CA;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height:17px;
	text-align: justify;	
}


#citypic {
position:absolute;
width:793px;
height:504px;
top:0px;
right:0px;
display:none;	
}


#cityinfo {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
	position:absolute;
	left:555px;
	top:130px;
	width:390px;
	z-index:7;
	display:none;
	border: 1px solid #FFF;
	background-image: url(main-images/black80.png);
	background-repeat: repeat;
	background-position: left top;
}

.innerinfo {

	color:#C7C8CA;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
	margin: 25px;	
	line-height: 16px;
}

#infotitle {
	font-family: 'GothamBlackRegular', sans-serif;
	font-size:10pt;
}

.caps {
		text-transform: capitalize;	
}

#thelinks a, #thelinks a:link, #thelinks a:visited {
	color:#FFFFFF;
font-family: 'GothamBlackRegular', sans-serif;
text-decoration:none;
}
#thelinks a:hover {
	color:#999;
}

#previewbox {

position:absolute;
	left:352px;
	top:0px;
	width:793px;
	height:504px;
	z-index:8;
}




.faded {
	-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
opacity:.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}

.notfaded {
	color:normal;
	-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
opacity:normal;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
}


#thelocations {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'TradeGothicLTComBoldCondensed', sans-serif;
	position:absolute;
	left:352px;
	top:0px;
	width:793px;
	height:367px;
	overflow:hidden;
	text-decoration: none;
	text-transform: uppercase;
}


#location-fort_worth, #location-houston, #location-denver, #location-new_york, #location-philly, #location-las_vegas, #location-charlotte, #location-dallas {
zoom: 1;
}


#location-fort_worth a, #location-fort_worth a:link, #location-fort_worth a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:71px;
top:284px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
text-decoration: none;
}

#location-fort_worth a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}

#location-houston a, #location-houston a:link, #location-houston a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:397px;
top:4px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=77)";
filter: alpha(opacity=77);
text-decoration: none;
}

#location-houston a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}

#location-denver a, #location-denver a:link, #location-denver a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:71px;
top:214px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
filter: alpha(opacity=86);
text-decoration: none;
}

#location-denver a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}


#location-new_york a, #location-new_york a:link, #location-new_york a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:397px;
top:144px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=64)";
filter: alpha(opacity=64);
text-decoration: none;
}

#location-new_york a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}


#location-philadelphia a, #location-philadelphia a:link, #location-philadelphia a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:397px;
top:214px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65);
text-decoration: none;
}

#location-philadelphia a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}


#location-las_vegas a, #location-las_vegas a:link, #location-las_vegas a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:397px;
top:74px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
filter: alpha(opacity=86);
text-decoration: none;
}

#location-las_vegas a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}


#location-charlotte a, #location-charlotte a:link, #location-charlotte a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:71px;
top:74px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=77)";
filter: alpha(opacity=77);
text-decoration: none;
}

#location-charlotte a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}



#location-dallas a, #location-dallas a:link, #location-dallas a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:71px;
top:144px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
filter: alpha(opacity=95);
text-decoration: none;
}

#location-dallas a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}

#location-boston a, #location-boston a:link, #location-boston a:visited{
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
position:absolute;
left:71px;
top:4px;
font-size:48pt;
color:#ffffff;
opacity:.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
filter: alpha(opacity=35);
text-decoration: none;
}

#location-boston a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
}



#aboutus_text {
position:absolute;
right:0px;
top:0px;
width:265px;
height: 504px;
background-color:#000;
z-index:3;
}

#updownarrows {
position:absolute;
right:0px;
bottom:0px;
width:42px;
height: 47px;
z-index:6;
}



#thedownarrow {
	width:42px;
	height:25px;
	background-image: url(main-images/downarrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#theuparrow {
	width:42px;
	height:22px;
	background-image: url(main-images/uparrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}



#aboutus_text .insidetext {
margin:20px;
font-family: 'GothamMediumRegular', sans-serif;
font-size:8pt;
line-height:18px;
text-align:justify;

}

.boldnames {
font-family: 'GothamBlackRegular', sans-serif;	
}

#aboutus_slider {
position:absolute;
left:0px;
top:0px;
width: 880px;
height: 504px;
background-color:#000;
}

#menus_slider {
position:absolute;
left:0px;
top:0px;
width: 723px;
height: 504px;
background-color:#000;
}

#sliderdrop {
	position:absolute;
	right:422px;
	top:0px;
	width: 85px;
	height: 504px;
	background-image: url(main-images/sliderdrop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#locationdetails {
	position:absolute;
	left:352px;
	top:20px;
	width:360px;
	height:430px !important;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	line-height:13px;
	color:#C7C8CA;
	overflow:auto;
}

#locationdetails .inside {
	padding:35px;
	padding-top:5px;
	padding-right:10px;
}
#locother {
	height:430px !important;
	width:400px;
	position:absolute;
	right:20px;
	top:15px;
}

#locimages {
	position:absolute;
	right:20px;
	top:15px;
	width:400px;
	text-align:center;
}

.locimage {
	border: 1px solid #666;	
}

.locimage .inside {
	padding-top:7px;
	padding-bottom:7px;
	padding-right:14px;
	padding-left:14px;

}

.locimagesmall{
	float:left;
	margin-top:7px;
	padding-left:3px;
	}

.locimagesmall .inside {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:14px;
	padding-left:14px;
	border: 1px solid #666;
}

.loctitle {
font-family: 'GothamBlackRegular', sans-serif;
font-size:15pt;
padding-bottom:11px;
}

.theman {
padding-bottom:11px;
text-transform:uppercase;
}

.thehours {
padding-bottom:11px;	
}
.locdetails {
text-align:justify;	
}


.locdetails ul{
	padding-top:11px;
	list-style-type: none;
}
.locdetails ul li{
	background-image: url(main-images/tiny_bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

.atitle{
font-family: 'GothamBoldRegular', sans-serif;

}

.aday{
	width:120px;
	display: inline-block;f
}

.inlinebold{
	font-family: 'GothamBoldRegular', sans-serif;
	width:120px;
	display: inline-block;
}


#whatshap {
position:absolute;
	bottom:10px;
	right:30px;
}

#locationmap {
	position:absolute;
	left:352px;
	top:0px;
	width:793px;
	height:504px;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	line-height:13px;
	color:#C7C8CA;
}

#locationmap a, #locationmap a:link, #locationmap a:visited {
color: #F7941E;
font-family: 'GothamBlackRegular', sans-serif;
text-decoration:none;
}
#locationmap a:hover {
color: #FFFFFF;
}


#locationmap .inside {
	padding:35px;
	padding-top:150px;
	padding-right:30px;
	padding-left:360px;
}


#maplocimage {
	position:absolute;
	left:50px;
	top:150px;
	border: 1px solid #FFF;	
}

#maplocimage .inside {
	padding-top:7px;
	padding-bottom:7px;
	padding-right:14px;
	padding-left:14px;

}

#locselect {
	z-index:70;
	position:absolute;
	left: 260px;
	top:134px;
	height:62px;
	width:260px;
	background-image: url(main-images/menubylocation.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#locselect .locdrop {
position:absolute;
bottom:0px;
}

#locselect2 {
	z-index:7;
	position:absolute;
	left: 260px;
	top:199px;
	height:21px;
	width:260px;
}


#locselect2 .locdrop2 {
position:absolute;
bottom:0px;
}


.menudropper {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
	text-transform:uppercase;
	color: #000;
	text-decoration:none;
	height: 21px;
	width: 260px;	
}

.menudropper a {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
text-decoration:none;
text-transform:uppercase;
color: #000;
}

.menudropper2 {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
	text-transform:uppercase;
	color: #000;
	text-decoration:none;
	height: 21px;
	width: 260px;	
}

.menudropper2 a {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
text-decoration:none;
text-transform:uppercase;
color: #000;
}



.chooserholder {
	height: 21px;
	width: 260px;	
}


#thecity, #selectedmenu{
	position:absolute;
	left: 17px;
	bottom: 3px;
	color:#000;
	text-transform:uppercase;
	font-size:10pt;
}


#locdropdown {
	width:260px;
	position:absolute;
	left: 260px;
	top: 306px;
	margin-top:24px;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
	background-image: url(main-images/locationtiles.png);
	background-repeat: repeat;
	background-position: left top;
	line-height: 20px;
	z-index:80;
	visibility:hidden;
	text-transform:uppercase;
}

#locdropdown .thelink {
	width:260px;
	height:21px;
}

#menudropdown {
	width:260px;
	position:absolute;
	left: 260px;
	top: 330px;
	margin-top:24px;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt;
	background-image: url(main-images/locationtiles.png);
	background-repeat: repeat;
	background-position: left top;
	line-height: 20px;
	z-index:80;
	visibility:hidden;
	text-transform:uppercase;
}

#menudropdown .thelink {
	width:260px;
	height:21px;
}



#locationdrop a:link, #locationdrop a:visited, #locationdrop a{
	color:#000;
	text-decoration:none;
}

#locdropdown ul  {
	padding-top:4px;
	padding-bottom:4px;
	list-style-type: none;
	padding-left: 17px;	
}

#locdropdown ul li{
	
}

#locdropdown ul li a{
	color:#000;
	text-decoration:none;
	
}

#menudropdown ul  {
	padding-top:4px;
	padding-bottom:4px;
	list-style-type: none;
	padding-left: 17px;	
}

#menudropdown ul li{
	
}

#menudropdown ul li a{
	color:#000;
	text-decoration:none;
	
}


#menu_holder {
	
	width: 422px;
	height: 522px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	background-color:#000000;
	position:absolute;
	right:0px;
	top:123px;
	overflow:hidden;
}


#menu0, #menu1, #menu2, #menu3, #menu4 {
display:none;
font-family: 'GothamBookRegular', sans-serif;
font-size:8pt;
text-transform:uppercase;
color:#C6C8CA;
margin-top:10px;
margin-left:0px;
padding-right:10px;
line-height:20px;
}

#menu0 {
display:block;
}

#menuinside0, #menuinside1, #menuinside2, #menuinside3, #menuinside4, #menuinside5  {
position:relative;
width: 422px;
height: 500px;
overflow:auto;
}

.menuinside{
margin-left:20px;
margin-right: 20px;
}

.menutitle {
padding-top:7px;
padding-left:30px;
margin-left:-20px;
margin-bottom:7px;
margin-top:15px;
margin-left:-30px;
width:220px;
height:26px;
font-size:16pt;
background-color:#665a4f;
color:#fff;
}

dl{
	width: 100%;
	overflow: hidden;
	margin: 0px;
	background: url(main-images/dot.gif) repeat-x 0 1.2em
}
	
dt,dd.price{}

dd{margin-bottom:5px;
	
	
	}

dt{width:67%;
	float: left;
	text-align:left;
	}


dd.price{
	float: right;
text-align:right;
}

dt li {
	margin-left: 10px;
	background-image: url(main-images/tiny-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}



.menucaption {
color:#fff;
padding-top:10px;
padding-bottom:20px;
}

.downloadpdf {
width:116px;
height:20px;
position:absolute;
top:8px;
left:0px;
}


#formspace{

position:absolute;
	left:352px;
	top:0px;
	width:793px;
	height:504px;
	z-index:60;
	font-size:10pt;
	line-height:16px;
	
}

#formspace input, .contactform .txtarea {
	background-color: #000;
	border: 1px solid #5d534c;
	color: #FFF;
	font-size:11pt;
}

#formspace .submits {
 color:#000 !important;
}

#formspace .giftcards {
	background: url(main-images/giftcard-bkg.png) no-repeat left top;
	height:504px;
	padding-top:40px;
	padding-left:420px;
	padding-right:20px;
}

#formspace .giftcards .title {
		font-family: 'GothamBoldRegular', sans-serif;
}

#formspace .giftcards .title .titlebig{
		font-size:12pt;
}

#formspace .giftcards .sidenote {
		color:#fff;
		font-style:italic;
}

table.cardtable tbody td{
	padding-bottom:10px;
}

#formspace .giftcards .inputline {

	width:245px;	
}

#formspace .giftcards .smallinputline {

	width:110px;	
}

#formspace .giftcards .submits {
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:80px;
	height:21px;
	color:#000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	text-align: center;
}


#formspace .giftcards .mini {
	font-size:8pt;	
}

.popupstyle {
color:#fff;
text-align:center;	
}

.thecart td {
	background-color: #000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	color: #FFF;
	border: 1px solid #333;
}

.thecart td a{
	color: #B9A697;
}



.therewards {
	font-family: 'GothamBookRegular', sans-serif !important; 
	background: url(main-images/rewards_bkg.png) no-repeat left top;
	font-size:10pt;
	width:793px;
	height:396px;
}

.therewards .inside {
	font-family: 'GothamBookRegular', sans-serif !important;
	padding-top:60px;
	padding-left:410px;
	padding-right:30px;
	text-align:justify;
}

.therewards .inside input {
	background-color: transparent;
	border: 1px solid #B9A697;
	color: #000;
	font-size:10pt !important;
}

.therewards .inside .checkbal {
	width:215px;	
	height:17px;
}

.therewards .inside .submits {
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:120px !important;
	height:19px !important;
	color:#000;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:10pt !important;
	text-align: center;
	margin-left:9px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.reserv {
		font-family: 'GothamBookRegular', sans-serif !important;
	font-size:10pt;
	width:650px;
	height:396px;
	
}

.reserv .inside{
	padding-top:50px;
	padding-left:180px;

}

.reserv .inside .title{
	font-family: 'GothamBoldRegular', sans-serif !important;
	font-size:12pt;

}

#privatedining {
		position:absolute;
	left:352px;
	top:0px; 
font-family: 'GothamMediumRegular', sans-serif !important; 
	font-size:10pt;
	width:793px;
	height:396px;
	z-index:100 !important;
}

#privatedining .inside {
	font-family: 'GothamLightRegular', sans-serif !important; 
	padding-top:20px;
	padding-left:400px;
	padding-right:40px;
	line-height:18px;
	text-align:justify;
	
}

#privatedining .inside .title1 {
font-family: 'GothamBoldRegular', sans-serif !important;
	font-size:12pt;	
	padding-bottom:70px;
}

#privatedining .inside .title2 {
font-family: 'GothamBlackRegular', sans-serif !important;
}


.contactform {
	position:absolute;
	right:180px;
	top:0px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	width:470px;
	height:396px;
	text-align:justify;
	z-index:100 !important;
}

.contactform .title {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	margin-top:15px;
	margin-bottom:10px;
	
}


.contactform dl{
	width: 100%;
	overflow: hidden;
	margin: 0px;
	background-image: none;
	font-size:8pt;
}
	
.contactform dt, .contactform dd{}

.contactform dd{	
	
	}

.contactform dt{
	padding-right:5px;
	width:140px;
	min-height:21px;
	float: left;
	text-align:left;
	}
	
.contactform .box, .contactform .txtarea {
width:244px;
}

.contactform .txtarea {
height:60px;
}

.contactform .submits {
background-color: #000;
	border: 0px solid #5d534c;
	color: #000 !important;
	height:21px;
	width:60px;
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-size:8pt !important;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.orange {
	width:7px;
	height:7px;
	background-image: url(main-images/orange.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block !important;
	margin-left:2px;
	margin-right:2px;
}


.rewardsmenu {
text-align:center;	
}

.rewardsmenu .rewards {
	display:inline-block;
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:10pt;
	color: #B9A697;
	text-transform:uppercase;
	padding-top:30px;
	padding-left:13px;
	padding-right:13px;
}

.rewardsmenu .rewards a:link, .rewardsmenu .rewards a:visited, .rewardsmenu .rewards a {
	color:#BCBEC0;
	text-decoration:none;
	-webkit-transition: color .5s ease-out;
	 -o-transition: color .5s ease-out;
	 -moz-transition: color .5s ease-out;
}

.rewardsmenu .rewards a:hover {
	color:#B9A697;
	text-decoration:none;
}


#scrollawardstitle {
	position:absolute;
	left:410px;
	top:20px;
	width:210px;
	height:475px;
	overflow:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCBDC0;
}

#scrollawardstitle .inside {
	font-family: 'GothamBoldRegular', sans-serif !important; 
text-transform: uppercase !important;	
font-size:12pt !important;
margin-left:20px;
margin-top:0px;
color: #BCBDC0;
	
	
}

#scrollawards {
	position:absolute;
	left:660px;
	width:460px;
	top:0px;
	height:504px;
	overflow:auto;
}

#scrollawards .inside {
 margin-right:60px;
 margin-bottom:30px;
 margin-top:15px;
 font-size:9pt;
 line-height:16px;
 font-size:10pt;
 color: #BCBDC0;
}

.menuarrowup {
	position:absolute;
	background-image: url(main-images/menuarrowup.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	top: 50px;
	right: 0px;
	z-index: 200;	
}

.menuarrowdown {
	position:absolute;
	background-image: url(main-images/menuarrowdown.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	bottom: 0px;
	right: 0px;	
	z-index: 201;	
}

#scrollawards .inside .menutitle {
	font-family: 'GothamBoldRegular', sans-serif !important; 
text-transform: uppercase !important;	
font-size:10pt !important;
background-color:transparent;
color: #BCBDC0;
}


#redeemform {
	position:absolute;
	right:30px;
	top:75px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	width:334px;
	height:396px;
	z-index:100 !important;
}

#redeemform .title {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
}


#redeemform dl{
	width: 100%;
	overflow: hidden;
	margin: 0px;
	background-image: none !important;
	font-size:8pt;
}
	
#redeemform dt, #redeemform dd{}

.redeemform dd{	
	
	}

#redeemform dt{
	padding-right:5px;
	width:80px;
	min-height:21px;
	float: left;
	text-align:left;
	}
	
#redeemform .box, #redeemform .txtarea {
width:244px;
}

#redeemform .txtarea {
height:60px;
}

#redeemform .submits {
background-color: #000;
	border: 0px solid #5d534c;
	color: #000 !important;
	height:21px;
	width:60px;
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-size:8pt !important;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#redeemform .select {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	position: absolute;
	width: 207px; /* With the padding included, the width is 260 pixels: the actual width of the image. */
	height: 16px;
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #000;
	overflow: hidden;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.leftrewards {
	position:absolute;
	left: 45px;
	top:75px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:8pt;
	width:344px;
	height:396px;
	z-index:100 !important;
}

.leftrewards .title {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.leftrewards .points {
	display:inline-block;
	font-family: 'GothamMediumRegular', sans-serif !important;
	color: #B9A697;
}

.leftrewards .levels {
	font-size:12pt;
	font-family: 'GothamBoldRegular', sans-serif !important;
}



.signupform {
	position:absolute;
	left:0px;
	top:0px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	height:503px;
	width:753px;
	z-index:100 !important;
}

.signupform .title {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
}


.signupform dl{
	width: 100%;
	margin: 0px;
	background-image: none !important;
	font-size:8pt;
}
	
.signupform dt, .signupform dd{
min-height:21px;
}

.redeemform dd{	
	min-height:25px;
	}

.lefttouch dt{
	padding-right:5px;
	width:100px;
	min-height:21px;
	float: left;
	text-align:left;
	}
	
.righttouch dt{
	padding-right:10px;
	padding-bottom:10px;
	width:150px;
	min-height:21px;
	float: left;
	text-align:left;
	line-height:12px;
	}
	
	
.signupform .box {
width:195px;
}

.signupform .box2 {
width:157px;
}

.signupform .txtarea {
height:60px;
}

.signupform .submits {
	background-color: #B9A697  !important;
	color: #000 !important;
	background-attachment:none !important;
	height:21px;
	width:60px;
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-size:8pt !important;
}

.signupform .select {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	position: absolute;
	width: 157px; /* With the padding included, the width is 260 pixels: the actual width of the image. */
	height: 16px;
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #000;
	overflow: hidden;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.small .select {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	width: 55px; /* With the padding included, the width is 260 pixels: the actual width of the image. */
	height: 16px;
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.small .smallinside {
	display:inline-block;
	overflow:hidden;
	width:100px;

}

.lefttouch {
	position:absolute;
	left: 50px;
	top:170px;
	font-family: 'GothamBookRegular', sans-serif !important;
	font-size:8pt;
	width:350px;
	z-index:105 !important;

}

.righttouch {
	position:absolute;
	left: 410px;
	top:170px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:8pt;
	width:350px;
	z-index:102 !important;
}

.touchheader {
	position:absolute;
	left:0px;
	top:0px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	width:753px;
	z-index:100 !important;
	padding:20px;
	padding-top:10px;
	
}

.touchheader .title{
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	margin-top:15px;
	margin-bottom:15px;
}


.insidebox {
width:105px;
overflow:hidden;	
}

.biginquiry {
		position:absolute;
	left:722px;
	top:0px; 
font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:10pt;
	width:424px;
	height:396px;
	z-index:108 !important;
}

.inquiryform {
	position:absolute;
	left:30px;
	top:150px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	height:503px;
	width:424px;
	z-index:100 !important;
}

.inquiryform .title {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
}


.inquiryform dl{
	width: 100%;
	margin: 0px;
	background-image: none !important;
	font-size:8pt;
}
	
.inquiryform dt, .inquiryform dd{
min-height:21px;
}

.inquiryform dt {
padding-right:10px;
width: 120px;	
}

	
.inquiryform .box {
	color:#fff;
	width:238px;
	background-color:transparent;
	border: 1px solid #B9A697;
}

.inquiryform .txtarea {
color:#fff;
height:60px;
width:238px;
background-color:transparent;
	border: 1px solid #B9A697;
}

.inquiryform .submits {
	background-color: #B9A697  !important;
	color: #000 !important;
	background-attachment:none !important;
	height:21px;
	width:60px;
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-size:8pt !important;
	border: 0px solid #B9A697;
}

.inquiryform .select {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	position: absolute;
	width: 200px; /* With the padding included, the width is 260 pixels: the actual width of the image. */
	height: 14px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000;
	overflow: hidden;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.inquiryheader {
	position:absolute;
	left:10px;
	top:70px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	width:85%;
	z-index:100 !important;
	padding:20px;
	padding-top:10px;
	text-align: right;
}

.inquiryheader .title{
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	text-transform:uppercase;
	float:left;
}


.bigcareers {
		position:absolute;
	left:500px;
	top:0px; 
font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:10pt;
	width:524px;
	height:396px;
	z-index:108 !important;
}

.deadlink {
	font-family: 'GothamMediumRegular', sans-serif;
	font-size:10pt;
	text-transform:uppercase;
	color:#fff;
	padding-right: 43px
}

.careerform {
	position:absolute;
	left:50px;
	top:190px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	height:503px;
	width:424px;
	z-index:100 !important;
}

.careerform .title {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
}


.careerform dl{
	width: 100%;
	margin: 0px;
	background-image: none !important;
	font-size:8pt;
}
	
.careerform dt, .careerform dd{
min-height:21px;
}

.careerform dt {
padding-right:10px;
width: 160px;	
}

	
.careerform .box {
	color:#fff;
	width:238px;
	background-color:transparent;
	border: 1px solid #B9A697;
}

.careerform .txtarea {
color:#fff;
height:60px;
width:238px;
background-color:transparent;
	border: 1px solid #B9A697;
}

.careerform .submits {
	background-color: #B9A697  !important;
	color: #000 !important;
	background-attachment:none !important;
	height:21px;
	width:60px;
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-size:8pt !important;
	border: 0px solid #B9A697;
}

.careerform .upload {
	color: #fff !important;
	height:21px;
	width:238px;
	text-transform:uppercase;
	font-size:8pt !important;
	border: 0px solid #B9A697;
}

.careerform .select {
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	position: absolute;
	width: 200px; /* With the padding included, the width is 260 pixels: the actual width of the image. */
	height: 14px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000;
	overflow: hidden;
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.careerheader {
	position:absolute;
	left:10px;
	top:70px; 
	font-family: 'GothamBookRegular', sans-serif !important; 
	font-size:9pt;
	width:85%;
	z-index:100 !important;
	padding:20px;
	padding-top:10px;
	text-align:justify;
}

.careerheader .title{
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:12pt;
	text-transform:uppercase;
	padding-bottom:10px;
}


.careerform .file_input_textbox
{
	background:none;
	color:#fff;
	border: 0px none #000;
}

.careerform .file_input_div
{
	
	position: relative; 
	width: 100px; 
	height: 23px; 
	overflow: hidden;
	margin:0px;
}

.careerform .file_input_button
{
	background-color: #B9A697  !important;
	color: #000 !important;
	background-attachment:none !important;
	height:15px;
	width:60px;
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-size:8pt !important;
	border: 0px solid #B9A697;
}

.careerform .file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

.sitefooter {
	width:1145px;
	text-align:right;
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:10px;
	color:#333;
	line-height:12px;
}

.sitefooter a:link, .sitefooter a:visited, .sitefooter a {
text-decoration:none;
color:#999;	
}

.sitefooter a:hover {
text-decoration:none;
color:#666;	
}

.facebooks {
	font-family: 'GothamBoldRegular', sans-serif;
	padding-left:350px;
	padding-top:50px;
	color:#C7C8CA;
	background-image: url(main-images/socialmedia.gif);
	background-repeat: no-repeat;
	background-position: 100px 50px;
}

.facebooks a, .facebooks a:link, .facebooks a:visited {
	font-family: 'GothamBookRegular', sans-serif;
	color:#F7941E;
	text-decoration:none;
}

.facebooks a:hover {
	color:#fff;
}

.twitter {
	background-image: url(main-images/twitterlogo.jpg);
	background-repeat: no-repeat;
	background-position: 100px 50px;
}


#whatscroll {
position:absolute;
width:493px;
height:504px;
top:0px;
right:0px;	
overflow: auto;
position: absolute;

}

#whatscroll .inside {
padding:20px;
padding-left:50px;
padding-right:50px;
font-family: 'GothamBookRegular', sans-serif;	
font-size:12px;
}


.whatstitle {
	position:absolute;
	left:400px;
	top:50px;
	font-family: 'GothamMediumRegular', sans-serif;
	font-size:10pt;
	padding-top:20px;
	padding-bottom:50px;
	text-transform:uppercase;
	color:#666;	
}

.whatstitle .name {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:17pt;
	color:#fff;
}

#whatscroll dl{
	font-family: 'GothamBoldRegular', sans-serif;
	font-size:16px;
	width: 100%;
	margin: 0px;
	background-image: none !important;
	font-size:12pt;
}
	
#whatscroll dt, #whatscroll dd{
min-height:21px;
font-family: 'GothamBoldRegular', sans-serif;
text-transform:uppercase;
}

#whatscroll dt {
font-size:16px;
padding-right:10px;
width: 50%;	
}

#whatscroll .eventinfo {
	color:#999;
	font-size:12px;
	line-height:14px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom:20px;
}

.sullylogo {
float:left;
width:138px;
height:69px;	
}

.sullylogo .insidelogo {
	width:138px;
	height:69px;
	background-image: url(main-images/sullylogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:15px;
}

.dfgrillelogo {
float:left;
width:71px;
height:88px;	
}

.dfgrillelogo .insidelogo {
	width:71px;
	height:88px;
	background-image: url(main-images/dfgrillelogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:20px;
}

.rewardsbox {
text-align:center;
}

.submits {
	background-image: url(main-images/select1.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:40px;
	height:21px;
	color:#000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'GothamBookRegular', sans-serif;
	font-size:8pt;
	text-align: center;
}

