* { border: 0px; margin: 0px; padding: 0px; vertical-align: baseline;outline:none;-webkit-text-size-adjust: 100%;} 
html, body { 
	height: 100%;
	width: 100%
	min-width: 1024px;
	max-width: 1920px;
	height:1830px;
	overflow-x: hidden;
}

body { 
	background: #252525; 
	color:#fff;
	font-family: 'Quattrocento Sans', sans-serif;
}

a { 
	color:#fff;
}

.header {
	/* background: url(images/headerBg.png);*/
	/* height: 102px;*/
	/* position: absolute;*/
	/* width: 100%;*/
	/* top: 40px;*/
	background: url(images/headerBg.png);
	height: 142px;
	position: absolute;
	width: 100%;
	top: 0px;
	background-color: #252525;
	background-repeat: no-repeat;
	background-position: 0 40px;
} 

.container {
	width:1024px;
	margin:auto;
	position: relative;
}

.social, .socialOver {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor:pointer;
}

.socialOver a { 
	filter: alpha(opacity=0);
	opacity: 0;
}

.logo {
	position: absolute;
	top: 0px;
	cursor:pointer;
}

.giftButton {
	position: absolute;
	right: 500px;
	top: 110px;
}

.menu {
	position: absolute;
	right: 5px;
	top: 80px;
}

.menu li {
	display: inline-block;
	margin-left: 29px;
	font-weight: bold;
	text-shadow: -5px 5px 5px black;
	cursor:pointer;
	position: relative;
	color: #ccc;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.menu li:hover { color: white; }

.sel {
	color: white!important;
}

.jspDrag:hover { 
	background: #C99500;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.banner {
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: -960px;
	height: 537px;
	z-index: -1;	
}

.imgHolder {
	width: 15360px;		/*	8 images */
/*	width: 17280px;		/*	9 images */
/*	width: 19200px;		/*	10 images */
	position: absolute;
	left: 0px;
}

.imgHolder img {
	float: left;
}

.leftArrow {
	position: absolute;
	top: 370px;
	left: 40px;
	cursor:pointer;
}

.rightArrow {
	position: absolute;
	top: 370px;
	right: 40px;
	cursor:pointer;
}

.quickLinks {
	position: absolute;
	top: 730px;
	left:20px;
	cursor:pointer;
	width: 990px;
}

.quickLinks h2 {
	background: #806002;
	width: 310px;
	line-height: 40px;
	text-align: center;
	font-weight: 200;
	font-size: 30px;
}

.touro {
	position: absolute;
	top: 659px;
	/* left: 50%;*/
	/* margin-left: -960px;*/
	background:url(images/touro.png);
	background-position:center;
	width:100%;
	height:549px;
}

.quickLinks img {
	display: block;
}

.quickLinks p {
	width: 270px;
	background: white;
	color: #464646;
	padding: 20px;
	font-size:14px;
	height: 112px;
	position: relative;
}

.quickLinks i {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.quickLinks>div {
	float: left;
	margin-right: 30px;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.quickLinks>div:hover {
	box-shadow: 0 0 30px 5px #D39D00;
}

.quickLinks > div+div+div {
	margin-right: 0px;
}

.ny_skyline {
	position: absolute;
	top: 1116px;
	background:url(images/ny_skyline.png);
	background-position:center;
	width:100%;
	height:712px;
}

.footer {
	position: absolute;
	top: 1130px;
	left: 20px;
	width: 990px;
}

.footer h3 {
	color: #C18A1B;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 25px;
}

.footer span {
	position: relative;
	top: -4px;
	left: 7px;
}

.socialFooterOver, .socialFooter {
	top: 570px;
	left: -3px;
	cursor:pointer;
	position:absolute;
}

.socialFooterOver a { 
	filter: alpha(opacity=0);
	opacity: 0;
}

.Copyright {
	position: absolute;
	top: 1783px;
	width: 100%;
	text-align: center;
	background: black;
	border-top: 2px solid #806002;
	line-height: 45px;
	font-size: 14px;
}


.expandedMenu {
	position: absolute;
	/* top: 142px;*/
	top: -398px;
	width: 100%;
	height: 537px;
	background: url(images/NYC.png);
}

.content { display: none; }

.expandedMenu h2 {
	color: #806002;
	font-size:28px;
	position: absolute;
	left: 525px;
	top: 125px;
}


.expandedMenu p {
	color: #464646;
	font-size: 14px;
	margin-bottom: 19px;
	line-height: 24px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 20px;
}

.sel:after {
	background: url(images/sel.png);
	position: absolute;
	width: 14px;
	height: 7px;
	top: 20px;
	left: 50%;
	content: ' ';
	margin-left: -7px;
}

.expandedMenu .container {
	padding-top: 130px;
}

.scroll-pane {
	float: right;
	width: 480px;
	height: 307px;
	margin-top: 20px;
	margin-right: 30px;
}

.leftIMG {
	float: left;
	margin-left: 20px;
	margin-top: -25px;
	width: 475px;
}

.leftIMG.galleria img, .leftIMG.galleria2 img { 
	display: none;
}

.expandedMenu span {
	color:#806002;
	font-size:20px;
	position: relative;
	top: -100px;
	left: 560px;
	cursor: pointer;
}


.expandedMenu span.selected {
	font-style:italic;
	font-weight:bold;
}

.expandedMenu span:first-child {
	border-right: 1px solid #806002;
	padding-right: 15px;
	margin-right: 15px;
}

.expandedMenu span+span+span {
	border-left: 1px solid #806002;
	padding-left: 15px;
	margin-left: 15px;
}

.subSection { display:none; }

span + .subSection {
	display: block;
}

.leftBlock, .rightBlock { 
	float:left; 
	margin-right: 60px;
}


h4 {
	font-weight: bold;
	color: #464646;
	font-size: 18px;
	font-style: italic;
	padding-left: 10px;
	padding-right: 20px;
}


td {
	color: #ccc;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 9px;
	border-bottom: 1px solid #C18A1B;
	padding-top: 8px;
	width: 50%;
}


td+td {
	text-align: right;
}

table {
	width: 310px;
	position: absolute;
	left: 0px;
	top: 170px;
}

#map {
	position: absolute;
	left: 340px;
	top: 180px;
	display:block;
}

.Press span, .Directions span, .Guest span, .Reservations span { visibility:hidden; }

form {
	margin-left: 20px;
}

input[type="TEXT"], textarea {
	background: #EBEBEB;
	display: block;
	margin-bottom: 25px;
	border-radius: 10px;
	padding-left: 21px;
	box-shadow: inset 5px 5px 10px #B7B7B7;
}

input[type="TEXT"] {
	height: 40px;
	line-height: 40px;
	width: 290px;
}

textarea { 
	width: 635px;
	height: 130px;
	padding-top: 10px;
}

.checkbox, label {
	display: inline-block;
	color: #464646;
	font-size: 12px;
}

.obrigado { 
	display:none;
}

.submit { 
	position: absolute;
	left: 710px;
	top: 400px;
	height: 80px;
	width: 90px;
	color: white;
	font-size: 20px;
	border-radius: 10px;
	cursor: pointer;
	background: #c2c2c2;
	text-align: center;
	line-height: 80px;
}

.missing {
	border: 3px solid #DAA200;
}

.obrigado {
	position: absolute;
	left: 20px;
	top: 230px;
	color: #464646;
}

.scroll-pane p > b {
	font-style: italic;
}

.leftTXT p { text-align:left; }

h5 {
	color: #806002;
	font-weight: normal;
	font-size: 20px;
	margin: 20px 10px;
}

.footer p, .footer li {
	font-size: 14px;
	font-style: italic;
}

.footer ul {
	margin: 10px 0;
}

.footer h2 {
	font-size:28px;
	position: absolute;
	left: 525px;
	top: 125px;
	font-weight: 400;
	color: #C18A1B;
}

.Reviews { display:none; }

.revs img { 
	cursor:pointer;
	opacity: 0.5;
}

.revSel {
	opacity: 1!important;
}

.ffTextRedering, .ie .ff { word-spacing:-1px; }

.subSection a, .subSection li {
	color: #444;
}

.subSection ul {
	margin: 10px;
}

.backToTop {
	position: absolute;
	top: 495px;
	right: 140px;
	height: 57px;
	width: 57px;
	cursor:pointer;
	background:url(images/back_to_the_top.png);
}

.backToTop:hover {
	background:url(images/back_to_the_topHover.png);
}

.galleria, .galleria2 {
	height:420px;
	width: 495px;
	position: absolute;
	left: 0px;
	top: 145px;
}

.galleria-container { background: transparent!important; }

.galleria:hover:after {
	content: ' ';
	position: absolute;
	width: 75px;
	height: 75px;
	background: url(images/hoverPlus.png);
	left: 210px;
	top: 145px;
	z-index: 999;
	pointer-events: none;
}


input[name="name"] {
	float: left;
	margin-right: 20px;
}

.captcha {
	height: 45px;
	position: absolute;
	top: 285px;
	left: 350px;
}
