html {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background: url(../img/bg_01.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin: 0;
	padding: 0;
	color: #B5B5B5;
	color: #FFF;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 100%;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #000;
	padding: 0 0 20px 0;
	background: none;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: inherit;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

a:hover {
	color: #F9B200;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

em, i {
	font-style: italic;
}




/* -- STRUCTURE -- */


#container {
	width: 1016px;
	margin: 24px auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

.page {
	float: left;
	width: 1016px;
	height: auto;
	margin: 0 0 0 0;
	display: none;
}

.header {
	float: left;
	clear: both;
	width: 896px;
	padding: 24px 36px;
	margin: 0 0 1px 24px;
	background: url(../img/bg_header.jpg) no-repeat left -12px;
}





/* -- DISPLAY -- */

.logo {
	float: left;
	width: 155px;
	height: 75px;
	/*background: #111 url('../img/logo_clear.png') no-repeat 1px 3px;*/
	text-indent: -999px;
}

.telephone {
	float: right;
	margin-top: 45px;
	color: #FFF;
}

.display {
	width: 968px;
	height: 429px;
	background: #444;
	padding: 0;
	margin: 0 0 1px 24px;
	background: transparent;
	overflow: hidden;
}

.btn {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	background-color: #F9B200;
	border-top: 1px solid #fdcd52;
	border-right: 1px solid #be8801;
	border-bottom: 1px solid #b48101;
	border-left: 1px solid #be8801;
	color: white!important;
	padding: 4px 10px 5px 10px;
	margin: 0 0 0 0;
	text-align: center;
	text-shadow: 0 -1px 1px #62583e;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color: #F9B200;
	background-image: -o-linear-gradient(#F9B200, #cc9200);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc9200), color-stop(1, #F9B200));
	background-image: -moz-linear-gradient(center bottom, #cc9200 0%, #F9B200 100%);
	-webkit-box-shadow: 0 1px 0 0 #fdb80c inset,0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 0 0 #fdb80c inset,0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 0 #fdb80c inset,0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-o-transition: none 0.5s ease-in-out 0s;
	-webkit-transition: none 0.5s ease-in-out 0s;
	-moz-transition: none 0.5s ease-in-out 0s;
}



.btn:hover{
	background-color:#e5a400;
	border-top: 1px solid #fdcd52;
	border-right:1px solid #be8801;
	border-bottom:1px solid #b48101;
	border-left:1px solid #be8801;
	cursor:pointer;
	text-shadow:0 -1px 1px #62583e;
	-webkit-background-clip:padding-box;
	background-color:#e5a400;
	background-image:-o-linear-gradient(#e5a400, #b38000);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #b38000), color-stop(1, #e5a400));
	background-image:-moz-linear-gradient(center bottom, #b38000 0%, #e5a400 100%);
	-webkit-box-shadow:0 1px 0 0 #fdb80c inset,0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 0 #fdb80c inset,0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow:0 1px 0 0 #fdb80c inset,0 1px 2px 0 rgba(0,0,0,0.2);
	text-decoration: none;
}
	
/*.btn:active{
	background:#F9B200;
	border:1px solid #be8801;
	border-bottom:1px solid #b48101;
	text-shadow:0 -1px 1px #62583e;
	-webkit-background-clip:padding-box;
	-webkit-box-shadow:0 0 6px 3px #68b516 inset,0 1px 0 0 #000;
	-moz-box-shadow:0 0 6px 3px #68b516 inset,0 1px 0 0 #000;
	box-shadow:0 0 6px 3px #68b516 inset,0 1px 0 0 #000
}*/

.btn::-moz-focus-inner{
	border:0;padding:0
}








/* -- SLIDESHOW -- */

#slideshows {
	width: 969px;
	height: 429px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.slideshow {
	float: left;
	width: 322px;
	height: 429px;
	margin: 0 1px 0 0;
}

.slideshow img {
	width: 322px;
	height: 429px;
}






/* -- CONTENT -- */

.content {
	float: left;
	width: 968px;
	height: auto;
	overflow: hidden;
	margin: 0 0 1px 24px;
}

.navigation {
	float: left;
	width: 240px;
	padding-bottom:120%;
	margin-bottom:-100%;
	margin-right: 1px;
	background: url(../img/black_55.png) repeat;
}

.tabs {
	float: left;
	width: 655px;
	min-height: 300px;
	padding: 36px;
	margin: 0 0 0 0;
	background: url(../img/black_55.png) repeat;
}

ul.sections {
	float: left;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
	line-height: 1.75em;
	color: #FFF;
	margin: 36px 0 0 36px;
}

ul.sections li.selected {
	color: #F9B200;
}



/* -- RESERVATIONS -- */

p.opentable {
	color: #FFF;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 100%;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #000;
	padding: 0 0 20px 0;
	background: none;
}

p.opentable a {
	color: #FFFFFF;
}




/* -- PEOPLE -- */

#people {
	float: left;
	padding: 0;
	margin: 0;
}

.person {	
	width: 655px;
	float: left;
	/*cursor: pointer;*/
	font-size: 105%;
	font-weight: 400;
	line-height: 1.75em;
	letter-spacing: .1em;
}
	
.bio {	
	width: 655px;
	float: left;
	margin-top: 1em;
	margin-bottom: 24px;
}

.bio img {
	float: left;
	margin: 3px 12px 6px 0;
}

.on {
	color: #F9B200;
}
	
.over {
	color: #F9B200;
}

.position {
	font-style: italic;
	font-weight: 100;
}




/* -- PRESS -- */

.quote {
	padding-bottom: 24px;
}

.byline {
	color: #F9B200;
}

p.more {
	float: left;
	clear: both;
	width: 655px;
	padding-top: 24px;
	border-top: dotted 1px #999;
	margin-bottom: 24px;
}




/* -- FOOTER -- */



.footer {
	float: left;
	clear: both;
	width: 896px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 400;
	/*color: #a6a6a6;*/
	padding: 24px 36px 18px 36px;
	margin: 0 0 0 24px;
	background: url(../img/black_55.png) repeat;
}

.footer .address {
	float: left;
}

.footer .social {
	float: right;
	margin: 2px 0 0 0;
}








ul.menus {
	font-weight: 400;
	line-height: 1.75em;
}




.tab {
	float: left;
	width: 655px;
}

.tab p {
	/*font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;*/
	letter-spacing: .1em;
	line-height: 1.65em;
	width: 655px;
}

.tab p a {
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #ccc;
}

.column {
	float: left;
	width: 315px;
	margin: 0 24px 24px 0;
}

.column p {
	width: 315px;
}

.medium {
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #000;
}



.left-column {
	float: left;
	display: block;
	width: 288px;
	margin: 0 0 24px 0;
}

.left-column h4 {
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 18px 0;
}

.left-column p {
	width: 288px;
}

.right-column {
	float: left;
	width: 288px;
	margin: 0 0 24px 24px;
}

.right-column h4 {
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 18px 0;
}

.right-column p {
	width: 288px;
}

.two-column {
	float: left;
	width: 600px;
}





/* -- LAST -- */

.last {
	margin-right: 0;
}


















