
	
	html
	{
		height: 100%;
	}
	
	body
	{
		background:#001309 url(i/bg-inner.jpg) no-repeat center 0;
		font-family: Arial;
		font-size:12px;
		margin:0;
		padding:0;
		height: 100%;
		color:#636363;
	}
	
	body.index
	{
		background:#001309 url(i/bg-home.jpg) no-repeat center -300px;
	}
	
	a
	{
		text-decoration:none;
		color:#052113;
		
	}
	
	h1, h2, h3
	{
		margin:0;
		padding:0;
	}
	
	img
	{
		border:none;
	}
	
	.clearfix
	{
		clear:both;
	}
	
	ul, li
	{
		margin:0;
		padding:0;
		list-style-type:none;
		display:inline;
	}
	
	#wrapper
	{
		width:1030px;
		margin:auto;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -199px;
		
	}
	
	.push, #sticky-footer
	{
		height:199px;
	}
	
	#header, 
	#footer-wrapper
	{
		color:#fff;
	}
	
	#header
	{
		height:246px;
		position:relative;
	}
	
		
	#logo
	{
		width:227px;
		height:91px;
		float:left;
		padding:14px 0 0 0;
	}
	
	.index #logo
	{
		padding:117px 0 0 0;
	}
	
	
	#nav-main
	{
		position: absolute;
		top: 55px;
		left: 250px;
		width: 888px;
		font-size: 13px;
		color: #d49c4c;
		list-style-type: none;
		z-index: 20;	
		padding: 10px;
	}
	
#nav-main > li {
	float: left;
	position: relative;
}

#nav-main > li > a {
	display: block;
	padding: 15px 28px;
	font-size: 14px;
	color: #d49c4c;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-main > li:hover > a {
	background: #001309; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background: transparent url(i/bg-nav.png) repeat 0 0;
	color: #c78452;
}

#nav-main > li > div {
	background:#001309; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:transparent url(i/bg-nav.png) repeat 0 0;
	width: 150px;
	position: absolute;
	left: 0;
	top: 44px;
	display: none;
}

#nav-main > li.last > div {
	left: auto;
	right: 0;
	width: 150px;
}

#nav-main > li.prd > div {
	width: 200px;
}

#nav-main > li:hover > div {
	display: block;
}

#nav-main > li > div > ul {
	margin: 0;
	padding: 10px 10px 2px 17px;
	list-style-type: none;
	display: block;
}

#nav-main > li.last > div > ul {
	padding: 10px 17px 2px 10px;
	text-align: right;
}

#nav-main > li > div > ul > li {
	zoom: 1;
	vertical-align: bottom;
	margin-bottom: 14px;
	display: block;
}

#nav-main > li > div > ul > li > a {
	line-height: 26px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #333333 1px 1px 5px;
}

#nav-main > li > div > ul > li > a:hover {
	color: #c78452;
}
	
	.index #nav-main
	{
		top:167px;
		list-style-type: none;
		z-index: 20;
	}
	
	#nav-main2
	{
		position: absolute;
		top: 40px;
		left: 278px;
		width: 888px;
		font-size: 18px;
		color: white;
		
		
	}
	
	#nav-main2 a
	{
		color:#fff;
		text-decoration: none;
		text-transform: uppercase;
		overflow: hidden;
	}
	
	#nav-main2 a:hover
	{
		
	}
	
	#nav-main2 li
	{
		padding:0 0 0 36px;
	}
	
	#nav-main2 li.first
	{
		padding-left:0;
	}
	
	
	.index #nav-main2
	{
		top:150px;
	}	
	
	#content-wrapper
	{
		width:1030px;
		background:transparent url(i/bg-content.jpg) repeat-y 0 0;
		
	}
	
	#content
	{
		padding:20px 30px
	}
	
	.index #content-wrapper, 
	.index #content,
	.index .border-top,
	.index .border-bottom
	{
		display: none;
	}
	
	#nav-bottom-wrapper
	{
		background:transparent url(i/bg-nav-bottom.png) repeat 0 0;
		height:70px;
		line-height: 70px;
		margin:20px 0 0 0;
	}
	
	#nav-bottom
	{
		width:1030px;
		margin:auto;
		position:relative;
	}
	
	#restaurants
	{
		float:left;
		width:895px;
	}
	
	
	#restaurants li
	{
		padding:0 25px;
		border-right:1px solid #1c3628;
	}
	
	#restaurants li.first
	{
		padding-left:0;
	}
	
	#restaurants li.last
	{
		padding-right:0;
		border-right:none;
	}
	
	#nav-bottom a
	{
		color:#fff;
		text-decoration: none;
		text-transform: uppercase;
	}

	#restaurants a
	{
		font-size:16px;
	}
	
	#utility 
	{
		position: absolute;
		top: 0;
		right: 64px;
		width: 800px;
		text-align: right;
	}
	
	#utility a
	{
		font-size:12px;
		color:#c0804f;
		font-weight: bold;
	}
	
		
	#utility li
	{
		background: transparent url(i/arrow-right.gif) no-repeat 0 3px;
		padding:0 25px 0 9px;
	}
	
	
	
	#opentable-link
	{
		position:absolute;
		top: 12px;
		right: -15px;
		display:block;
		width:95px;
		height:46px;
	}
	
	#footer-wrapper
	{
		background: transparent url(i/bg-footer.png) repeat 0 0;
	
		
	}
	
	#footer
	{
		background: transparent url(i/bg-footer-content.png) no-repeat center 0;
		width:1030px;
		margin:auto;
		color:#37483f;
		padding:15px 0;
		font-size:11px;
		height:100px;
		position:relative;
	}
	
	#footer a
	{
		color:#4d6156;
		text-decoration: none;
		
	}
	
	#legal
	{
		float:left;
	}	
	
	#legal span
	{
		float:right;
		margin:5px;
	}	
	
	#studioality
	{
		float:right;
	}
	

	#nav-main a.active, 
	#nav-main a:hover
	{
		color:#c78452;
	}
	
	
	.sub-nav-links li.active
	{
		background-image: url(i/arrow-right-green-light.gif) !important;
	}

	
	.sub-nav-links li.active a
	{
		color:#a1aea7;
	}
	
	.sub-nav-links li.active span
	{
		color:#cacaca;
	}
	
	#left-column
	{
		width:327px;
		float:left;
	}
	
	#right-column
	{
		width:642px;
		float:left;
		position:relative;
	}
	
	
	#right-column p
	{
		padding:0 0 8px 0;
		line-height: 20px;
	}
	
	#right-column .history-btn
	{
		position: relative; 
		top: -285px; 
		left: 395px
	}
	
	#right-column .gallery-btn
	{
		position: absolute; 
		top: 205px; 
		left: 395px
	}
	
	#sub-nav-wrapper
	{
		width:243px;
		background-color: #fff;
		padding:27px;
		-webkit-box-shadow: 1px 1px 7px 0px #ada593;
		-moz-box-shadow: 1px 1px 7px 0px #ada593;
		box-shadow: 1px 1px 7px 0px #ada593;
		
	}
	
	.sub-nav-links li
	{
		display:block;
		padding:10px 0 10px 11px;
		border-bottom:1px solid #d2d2d2;
		background: transparent url(i/arrow-right-green.gif) no-repeat 0 13px;
	}
	
	.sub-nav-links li.first
	{
		padding-top:0;
		background: transparent url(i/arrow-right-green.gif) no-repeat 0 4px;
	}
	
	.sub-nav-links li.last
	{
		border-bottom: none;
	}
	
	.sub-nav-links a
	{
		font-family:Georgia;
		font-size:16px;
	}
	
	.sub-nav-links li span
	{
		color:#898989;
		font-size:12px;
		display: block;
		padding:8px 0 0 0;
	}
	
	.box-shadow
	{
		-webkit-box-shadow: 1px 1px 7px 0px #ada593;
		-moz-box-shadow: 1px 1px 7px 0px #ada593;
		box-shadow: 1px 1px 7px 0px #ada593;
	}
	
	.float-left
	{
		float:left;
		margin:0 30px 15px 0;
	}
	
	.float-right
	{
		float:right;
		margin:0 0 15px 30px;
	}
	
	.contact-information .float-right,
	.contact-hours .float-right
	{
		width:300px;
	}
	
	.contact-information .float-right img,
	.contact-hours .float-right img,
	.contact-directions .map
	{
		width:300px;
	}
	
	.inner-content-wrapper 
	{
		background-color:#ffffff;
		padding:27px;
		color:#021e10;
		margin:0 0 20px 0;
		
	}
	
	.inner-content-wrapper h2, #right-column h2,
	#content h2
	{
		font-family: Georgia;
		font-weight: normal;
		color:#021e10;
		font-size:16px;
		
	}
	
	.inner-content-wrapper h1, #right-column h1,
	#content h1
	{
		font-family: Georgia;
		font-weight: normal;
		color:#021e10;
		font-size:18px;
		
	}	

	#right-column span
	{
		color:#898989;
		font-size:12px;
		display: block;
		padding:6px 0 0 0;
	}
	
	.about-links .inner-content-wrapper h2,
	.private-events-links .inner-content-wrapper h2
	{
		border-bottom:1px solid #d2d2d2;
		padding:0 0 5px 0px;
		margin:0 0 20px 0;
	}
	
	.inner-content-wrapper li
	{
		width:228px;
		display: block;
		float:left;
		text-align: center;
	}
	
	.inner-content-wrapper span
	{
		display: block;
		font-family: Georgia;
		font-size: 14px;
		padding:5px 0 0 0;
		
	}
	
	
	.news .inner-content-wrapper 
	{
		color:#636363;
	}
	
	.news .inner-content-wrapper h2
	{
		font-size:18px;
	}
	
	.news .inner-content-wrapper p
	{
		line-height: 20px;
	}
	
	.news .inner-content-wrapper a
	{
		font-weight: bold;
	}
	
	.news-date
	{
		padding:5px 0 15px 0;
	}
	
	.pdf
	{
		display:block;
		color:#b70037;
		text-decoration: underline;
		background: transparent url(i/pdf-icon.gif) no-repeat 0 0;
		height:32px;
		line-height: 32px;
		padding:0 0 0 40px;
		margin:10px 0 0 0;
	}
	
	.news-press .inner-content-wrapper
	{
		width:309px;
		padding:0 0 20px 0;
		float:left;
		margin:0 14px 20px 0;	
	}
	
	.news-press .inner-content-wrapper.third
	{
		margin-right:0;
	}
	
	.news-press .inner-content-wrapper .pdf
	{
		margin: 0 0 0 14px;
		width: 60px;
		font-weight: bold;
		float: left;
	}
	
	.news-press .inner-content-wrapper .learn_more
	{
		width: 75px;
		font-weight: bold;
		float: right;
		height: 32px;
		line-height: 34px;
		padding: 0 11px;
		color: #B70037;
		text-decoration: underline;
	}
	
	.contact-inquiry-form #left-column,
	.mailing-list #left-column
	{
		width:387px;
		margin-right:25px;
	}
	
	
	.contact-inquiry-form #right-column,
	.mailing-list #right-column
	{
		width:558px;
	}
	
	
	.contact-inquiry-form #right-column h2,
	.mailing-list #right-column h2
	{
		font-size:20px;
		margin:0 0 25px 0;
	}
	
	.private-events #right-column .inquiry-form h2,
	.contact-inquiry-form #right-column .inquiry-form h2
	{
		font-size:24px;
		border-top:1px solid #d1cab8;
		margin:50px 0 0 0;
		padding:25px 0;
	}
	
	.form-row
	{
		clear:both;
		padding:0 0 3px;
		width:493px;
	}
	
	.form-row label
	{
		display:block;
		float:left;
		width:73px;
		
	}
	
	.form-row input[type=text]
	{
		border:none;
		width:398px;
		height:25px;
		/*
	-webkit-box-shadow: 1px 1px 7px 0px #ada593;
		-moz-box-shadow: 1px 1px 7px 0px #ada593;
		box-shadow: 1px 1px 7px 0px #ada593;
*/
		font-size: 12px;
		color: #636363;
		padding: 0 10px;
		font-family: arial, sans-serif;
	}
	
	.form-row textarea
	{
		border:none;
		height:163px;
		width:415px;
	}
	
	.mozilla-firefox #comments
	{
		width:418px;
	}
	
	
	.submit-row
	{
		text-align: right;
		width: 496px;
	}
	
	#launch-gallery
	{
		margin:10px 0 0 90px;
	}
	
	
	
	.photos-gallery .inner-content-wrapper,
	.photos-food .inner-content-wrapper
	{
		padding-bottom:20px;
	}
	
	
	.photos-gallery #inner-left-column,
	.photos-food #inner-left-column
	{
		width:380px;
		float:left;
		margin-right:35px;
		
	}
	
	.photos-gallery #inner-right-column,
	.photos-food #inner-right-column
	{
		width:495px;
		float:left;
		line-height: 20px;
		color:#636363;
	}
	

	.photos-gallery .address-left,
	.photos-food .address-left
	{
		width:288px;
		float:left;
	}
	
	
	.photos-gallery .address-right,
	.photos-food .address-right
	{
		width:214px;
		float:left;
	}
	
	
	.photos-gallery #inner-right-column h2,
	.photos-food #inner-right-column h2
	{
		font-size:24px;
		margin:40px 0 25px; 
	}
	

	.photos-gallery #content,
	.photos-food #content
	{
		position:relative;
		padding-top:60px;
	}
	
	
	.tab-left.active
	{
		background:transparent url(i/bg-tab.gif) no-repeat 0 0;
		font-family: Georgia;
		font-weight: normal;
		color:#021e10;
		font-size:20px;
		padding: 17px 0 0 36px;
		position: absolute;
		top: 14px;
		left: 22px;
		width: 474px;
		height: 46px;
	}
	
	.tab-left
	{
		background:transparent url(i/arrow-plain-tab.gif) no-repeat 15px 15px;
		font-family: Georgia;
		font-weight: normal;
		color:#021e10;
		font-size:20px;
		padding: 17px 0 0 36px;
		position: absolute;
		top: 14px;
		left: 22px;
		width: 474px;
		height: 46px;
	}

	.tab-right
	{
		font-family: Georgia;
		font-weight: normal;
		color:#021e10;
		font-size:20px;
		padding: 17px 0 0 36px;
		position: absolute;
		top: 14px;
		left: 506px;
		width: 474px;
		height: 46px;
		background: transparent url(i/arrow-plain-tab.gif) no-repeat 22px 16px;
	}

	
	.tab-right.active
	{
		font-family: Georgia;
		font-weight: normal;
		color:#021e10;
		font-size:20px;
		padding: 17px 0 0 40px;
		position: absolute;
		top: 14px;
		left: 506px;
		width: 474px;
		height: 46px;
		background: transparent url(i/bg-tab-right.gif) no-repeat 1px 0px;
	}
	
	.as-list li
	{
		list-style-type:circle !important;
		display: block;
	}
	
	.gallery-large-image
	{
		margin:0 0 20px 0;
	}
	
	.gallery li
	{
		float: left;
		display: block;
		margin: 0 1px 0 0;
		height: 86px;
		width: 127px;
		position: relative;
		overflow: hidden;
		
	}
	
	.gallery li.fifth
	{
		margin-right:0;
	}
	
	.gallery img
	{
		position:absolute;
		bottom:0;
		left:0;
	}
	
	.lakeside #left-column,
	.lakeside-menus #left-column,
	.outside-bar #left-column,
	.outside-bar-menus #left-column,
	.express-cafe #left-column,
	.express-cafe-menus #left-column
	{
		width:406px;
	}
	
	.lakeside #right-column,
	.lakeside-menus #right-column,
	.outside-bar #right-column,
	.outside-bar-menus #right-column,
	.express-cafe #right-column,
	.express-cafe-menus #right-column
	{
		width:560px;
		position:relative;
	}
	
	.lakeside .inner-content-wrapper,
	.lakeside-menus .inner-content-wrapper,
	.outside-bar .inner-content-wrapper,
	.outside-bar-menus .inner-content-wrapper,
	.express-cafe .inner-content-wrapper,
	.express-cafe-menus .inner-content-wrapper
	{
		margin-top:52px;
	}
	
	.lakeside .tab-left.active,
	.outside-bar .tab-left.active,
	.express-cafe .tab-left.active
	{
		background: transparent url(i/bg-tab-left-active-venue.gif) no-repeat 0 0;
		width:272px;
		height:56px;
		position:absolute;
		top:-4px;
		left:-4px;
		padding-top:23px
	}
	
	.lakeside .tab-right,
	.outside-bar .tab-right,
	.express-cafe .tab-right
	{
		top:-4px;
		left:250px;
	}
	
	.lakeside-menus .tab-left,
	.outside-bar-menus .tab-left,
	.express-cafe-menus .tab-left
	{
		top:0px;
		left:0px;
	}

	
	
	.lakeside-menus .tab-right.active,
	.outside-bar-menus .tab-right.active,
	.express-cafe-menus .tab-right.active
	{
		background: transparent url(i/bg-tab-left-active-venue.gif) no-repeat 0 0;
		width:272px;
		height:56px;
		position:absolute;
		top:-4px;
		left:297px;
		padding-top:23px
	}

	
	
	.lakeside .inner-left-column,
	.lakeside .inner-right-column,
	.lakeside-menus .inner-left-column,
	.lakeside-menus .inner-right-column,
	.outside-bar .inner-left-column,
	.outside-bar .inner-right-column,
	.express-cafe .inner-left-column,
	.express-cafe .inner-right-column
	{
		float:left;
		width:250px;
		color:#636363;
	}
	
	.sep
	{
		border-top:1px solid #ccc;
		height:1px;
		margin:20px 0;
		clear:both;
	}
	
	.menu-links
	{
		padding: 0 0 45px 0;
	}
	
	.menu-links a
	{
		font-size:13px;
		font-family: Georgia;
		color:#021E10;
		padding:0 2px;
	}
	
	.menu-links a.first
	{
		padding-left:0;
	}
	
	.menu-name
	{
		padding:0 0 30px;
	}
	
	.menu-section
	{
		color:#636363;
	}
	
	.menu-section-title
	{
		font-weight: bold;
		padding-bottom:20px;
	}
	
	.menu-item
	{
		font-weight: bold;
		padding-bottom:5px;
	}
	
	.menu-description
	{
		padding-bottom:20px;
	}

.image_tabs1 .image_tabs_content1 {
	margin-bottom: 1px;
}

.image_tabs1 .image_tabs_content1 img {

}

.image_tabs1 .image_tabs_nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.image_tabs1 .image_tabs_nav1 ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: top;
	margin-right: 1px;
	margin-bottom: 1px;
	width: auto;
	float: none;
}
	
.image_tabs1 .image_tabs_nav1 ul li a img {

}	
	
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    background: url('../images/select.gif') no-repeat;
}

.cusel {
	height: 27px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 1;
	width: 207px !important;
	-webkit-box-shadow: 1px 1px 7px 0px #ada593;
	-moz-box-shadow: 1px 1px 7px 0px #ada593;
	box-shadow: 1px 1px 7px 0px #ada593;
	font-size: 12px;
	color: #636363;
	outline: 0;
}

.cuselFrameRight {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 24px;
	background-position: right top;
}

.cuselText {
	height: 27px;
	padding: 0 10px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 12px;
	line-height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #333333;
}

.cusel span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px;
	zoom: 1;
}

.cusel span:hover,
.cusel .cuselOptHover {
	background: #333333;
	color: #fff;
}

.cusel .cuselActive {
	background: #333333;
	color: #fff;
	cursor: default;
}

.cuselOpen {
	z-index: 999;
}

.cusel .cusel-scroll-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #FFFFFF;
	min-width: 100%;
	width: auto;
}

.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #DBD2D3;
	background: #FFFFFF;
}

.cusel .jScrollPaneTrack {
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}

.cusel .jScrollPaneDrag {
	position: absolute;
	background-position: -40px -27px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.cusel .jScrollArrowUp {
	position: absolute;
	top: 0;
	right: 2px;
	width: 26px;
	height: 12px;
	cursor: pointer;
	background-position: -2px -27px;
	overflow: hidden;
}

.cusel .jScrollArrowDown {
	width: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -27px;
	overflow: hidden;
}

.form-row .custom {
	float: left;
	margin-left: 3px;
}

.form-row .custom.no_margin {
	margin: 0;
	width: 208px !important;
}

.reservations-phone
{
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 0 0;
}

.opentable
{
	margin: 20px 0 20px 20px;
}

.address-hours
{
	width:322px;
}

#status-message
{
	display:none;
	font-weight: bold;
}

#share-this
{
	float:right;
	color:#4D6156;
	width:88px;
}

.sharethis
{
	color:#4D6156 !important;
}

.st_sharethis
{
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -27px;
	cursor:pointer;

}

#social-icons-wrapper
{
	position: absolute;
	top: 8px;
	right: 122px;
}

#header #social-icons-wrapper
{
	right:149px;
}

#facebook-like-wrapper
{
	position: absolute;
	top: 9px;
	right: 0;
}

#header #facebook-like-wrapper
{
	right: 27px;
}

#inquiry-form-button
{
	position: absolute;
	top: 94px;
	right: 21px;
}

.ot-badge{
	position: absolute;
	bottom:80px;
	right:30px;
}