/* COLOURS
Backgound Brown: #2c1a0c
Main Gold for text etc: #b79b64
Red for navigation highlight: #8e001c
Brown for content: 
brown for topSection # 664923

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a{
	text-decoration:none;
	color:#B79B64;	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
                   
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
   	padding: 0;
   	margin: 0;
   	background-color: #2c1a0c;  
   	font-family: Arial, sans-serif; 
   	font-size: 100%;   
   	line-height: 17px;
	color: #b79b64;
}  

h2 {
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 15px;
	background: transparent url(../layout/general/headerMark.gif) no-repeat 0 6px;
	margin-bottom: 13px;
	float: left;
	display: inline;
}

.normal {
	font-weight: normal;
}

#wrapper {
	width: 920px;
	position: relative;
	margin: 0 auto; 
}

#centreBg {
	float: left; 
	background: #000 url(../layout/general/mainBg.gif) repeat-y 0 0;
	margin-bottom: 10px;
}

#header {
	float: left;
	width: 920px;
	border-bottom: 1px solid #b79b64;
	font-size: 0.6em;
}

#header h1{
	float: left;
	width: 200px;
}

#addBox, #subBox {
	float: right;
}

#langBox {
	float: right;
	clear: right;
}

#header ul {
	margin-top: 5px;
	float: left;
	clear: both;
	display: block;
}

#header ul li {
	float: left;
	margin-left: 13px;
}

#header ul li#telephone {
	background: transparent url(../layout/general/telephone.gif) no-repeat 0 0;
	padding-left: 22px;
}

#header ul li#mail {
	background: transparent url(../layout/general/mail.gif) no-repeat 0 0;
	padding-left: 22px;
}

#header ul li.mailBtn {
	padding-top: 1px;
	margin-left: 4px;
	cursor: pointer;
}

input#email {
	font-size: 1em;
	display: inline;
}

#header ul li#english   {
	margin-left: 15px;
	padding-right: 15px;
	background: transparent url(../layout/general/divider.gif) no-repeat right 5px;
}

/*******************************  Main Navigation   *******************************/

ul#mainNav {
	float: left;
	display: inline;
	width: 908px; 
	clear: both;
	margin: 15px 0 15px 0;
	padding: 0 0 0 12px;
}

ul#mainNav li {
	float: left;
	font-size: 11px;
	margin: 0 28px 0 0;
	display: inline;
}

ul#mainNav li.last {
	margin-right: 0;
}

ul#mainNav li a {
	text-decoration: none;
}

ul#mainNav li a:link, ul#mainNav li a:visited {
	border: none;
}

ul#mainNav li a:hover, ul#mainNav li a:active {
	border-bottom: 2px solid #8e001c;
}

ul#mainNav li#current a:link, ul#mainNav li#current a:visited, ul#mainNav li#current a:hover, ul#mainNav li#current a:active {
	border-bottom: 2px solid #8e001c;
}

#mainImage {
	float: left;
	clear: both;
	position: relative;
	width: 920px;
	height: 328px;
	margin-bottom: 25px;
	background: transparent url(../layout/general/ajax-loader.gif) no-repeat center center;
}

#mainImage img {
	position: absolute;
	top: 0;
}

/*********************LIGHTBOX*******************************/

#lightbox {
	position: relative; 
	background: transparent url(../layout/general/transPng.png) repeat top left; 
	width: 920px;
	height: 420px;
	z-index: 30;
	top: 0;
	display: none;
}

#photoLightbox {
	position: relative; 
	background: transparent url(../layout/general/transPng.png) repeat top left; 
	width: 920px;
	height: 328px;
	z-index: 30;
	top: 0;
	display: none;
}

#photoLightbox #contentHolder {
	width: 512px;
	height: 300px;
	position: relative;
	margin: 0 auto 0 auto;
	top: 15px;
	background: #000 url(../layout/general/lightboxLoader.gif) no-repeat center center; 
	display: none;
	border: 1px solid #d9c595; 
}

p#closeBox {
	position: absolute; 
	top: 20px; 
	right: 30px; 
	cursor: pointer; 
	font-size: 0.75em;
}

/*********************CONTENT********************************/
#content {
	float: left;
	clear: both;
	width: 920px;
	background-color: #4c3218;
	/*padding: 15px;*/
}

#content p {
	font-size: 0.675em;
	float: left;
	clear: both;
}
	

#videoBox {
	float: right;
	margin-top: 10px;
	clear: both;
}

#videoBox p#watchVideo {
	float: left;
	background: transparent url(../layout/general/videoReel.gif) no-repeat 0 0;
	padding-left: 40px;
	padding-top: 17px;
	font-size: 0.6em;
}

#videoBox p#playVideo {
	float: left;
	padding-top: 17px;
	margin-left: 3px;
	clear: none;
}

#contentHolder {
	width: 512px;
	height: 300px;
	position: relative;
	margin: 0 auto 0 auto;
	top: 15px;
	background: #000 url(../layout/general/lightboxLoader.gif) no-repeat center center; 
	display: none;
	border: 1px solid #d9c595; 
}

#reservation {
	float: left;
	display: inline;
	position: relative;
	width: 202px;
	margin: 22px 0 0 22px;
	z-index:999;
}

#welcome {
	float: left;
	border-left: 1px solid #b79b64;
	border-right: 1px solid #b79b64;
	width: 300px;
	padding: 0 34px;
	margin-top: 22px;
	margin-bottom: 22px;
	display: inline;
}





/*------------SPEC EVENT--------------*/
#events {
	float: left;
	border-left: 1px solid #b79b64;
	border-right: 1px solid #b79b64;
	width: 300px;
	padding: 0 34px;
	margin-top: 22px;
	margin-bottom: 22px;
	display: inline;   
}

#events ul {
	float: right;
}

#events ul li {
	float: left;
}

#events ul li#eventsLeft, #events ul li#eventsRight, #events ul li#eventsPause {
	cursor: pointer;
	display: block;
	width: 18px;
	height: 18px;
}

#events ul li#eventsLeft {
	background: transparent url(../layout/home/specialOffers/offerArrowLeft.gif) no-repeat 0 0;
}	

#events ul li#eventsRight {
	background: transparent url(../layout/home/specialOffers/offerArrowRight.gif) no-repeat 0 0;
	margin-left: 2px;
}

#events ul li#eventsPause {
	background: transparent url(../layout/home/specialOffers/offerArrowPause.gif) no-repeat 0 0;
	margin-left: 2px;
}

#events ul li#eventsPause.eventsStopped {
	background: transparent url(../layout/home/specialOffers/offerArrowPause.gif) no-repeat 0 -18px;
}

#eventsHolder {
	width: 267px; 
	height: 100px; 
	position: relative; 
	overflow: hidden; 
	clear: both;
}

#eventsSlider { 
	position: absolute; 
	width: 267px; 
	left: 0; 
	top: 0;
}

.events {
	background: transparent url(../layout/general/specialOfferBg.gif) no-repeat 0 0;
	width: 267px;
	height: 92px;
	/*position: absolute;*/
	padding: 4px;
	position: absolute;
	/*clear: both;*/
	z-index: 50;
	left: 0;
}

.events img {
	float: left;
}

#events .events h3 {
	font-weight: normal;
	font-size: 0.675em;
	margin-left: 3px;
	margin-bottom: 5px;
}

#events .events p {
	line-height: 13px;
	font-size: 0.6em;
	margin-left: 3px;
	display: inline;
}

.eventsText { 
	float: left;
	display: inline;
	margin-left: 16px;
	width: 180px;
}

.eventsText h3 {
	border-bottom:1px solid #8e001c;
}

p.eventsLink {
	position: absolute; 
	left: 170px; 
	top: 85px; 
}

p.eventsLink a {
	color: #4c3218;
	text-decoration: none;
	width: 90px;
	display: block;
}	




























/*------------SPEC OFFERS---------------*/
#offers {
	float: left;
	display: inline;
	margin: 22px 35px 0 0;
	padding-left: 22px;
	width: 267px;
	padding-bottom: 20px;   
}

#offers ul {
	float: right;
}

#offers ul li {
	float: left;
}

#offers ul li#offersLeft, #offers ul li#offersRight, #offers ul li#offersPause {
	cursor: pointer;
	display: block;
	width: 18px;
	height: 18px;
}

#offers ul li#offersLeft {
	background: transparent url(../layout/home/specialOffers/offerArrowLeft.gif) no-repeat 0 0;
}	

#offers ul li#offersRight {
	background: transparent url(../layout/home/specialOffers/offerArrowRight.gif) no-repeat 0 0;
	margin-left: 2px;
}

#offers ul li#offersPause {
	background: transparent url(../layout/home/specialOffers/offerArrowPause.gif) no-repeat 0 0;
	margin-left: 2px;
}


#offerHolder {
	width: 267px; 
	height: 100px; 
	position: relative; 
	overflow: hidden; 
	clear: both;
}

#offerSlider { 
	position: absolute; 
	width: 267px; 
	left: 0; 
	top: 0;
}

.offer {
	background: transparent url(../layout/general/specialOfferBg.gif) no-repeat 0 0;
	width: 267px;
	height: 92px;
	/*position: absolute;*/
	padding: 4px;
	position: absolute;
	/*clear: both;*/
	z-index: 50;
	left: 0;
}

.offer img {
	float: left;
}

#content .offer h3 {
	font-weight: normal;
	font-size: 0.675em;
	margin-left: 3px;
	margin-bottom: 5px;
}

#content .offer p {
	line-height: 13px;
	font-size: 0.6em;
	margin-left: 3px;
	display: inline;
}

.offerText { 
	float: left;
	display: inline;
	margin-left: 16px;
	width: 180px;
}

.offerText h3 {
	border-bottom:1px solid #8e001c;
}

p.offerLink {
	position: absolute; 
	left: 170px; 
	top: 85px; 
}

p.offerLink a {
	color: #4c3218;
	text-decoration: none;
	width: 90px;
	display: block;
}	













/****************RESERVATION*****************************/

form#resForm {
	width:175px;
}
 
form#resForm p {
	float: left;
	/*width: 130px;*/
	clear: none;
	padding: 0;
	margin: 0 0 2px 0;
}

form#resForm p.checkType {
	width: 75px;
}


form#resForm p label {
	padding: 0;
}

form#resForm p input {
	color: #2C1A0C;
	width: 67px;
	font-size: 1em;
	padding: 0 0 0 0;
	margin: 2px 7px 0 0;
	border: none;
	background: #000 url(../layout/resForm/inputGrad.gif) repeat-y top left;
}

form#resForm p#nightSelector {
	width: 19px; 
	margin-left: 15px;
	margin-top: 2px;
	cursor: pointer;
}

form#resForm p#availText {
	float: right;
	width: 136px;
	font-size: 0.575em;
	margin-top: 4px;
	position: absolute;
	top: 77px;
	left: 33px;
	/* was - left:44px; */
}

form#resForm p.dateType {
	float: left;
	width: 165px;
	border-top: 1px solid #b79b64;
	background: transparent url(../layout/resForm/typeBtn.gif) no-repeat right 5px;
	padding-top: 3px;
	margin-top: 3px;
	cursor: pointer;
	position: absolute;
	top: 100px;
}

form#resForm p#fix {
	display: none;
}

p#availText a {
	width: 110px;
	/*height: 15px;*/
	/*background: none;
	background-color: #000;*/
	background: transparent url(../layout/resForm/availBtn.gif) no-repeat right 2px;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 0;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	color:#b79b64;
}

ul#nightSlide {
	display: none;
	color: #2C1A0C;
	width: 67px;
	font-size: 0.675em;
	border: 1px solid #2C1A0C;
	background: #000 url(../layout/resForm/inputGrad.gif) repeat-y top left;
	position: absolute;
	left: 178px;
	top: -55px;
	text-align: center;
	cursor: pointer;
	z-index: 50;
}

/******************STANDARD TABS***************************/

ul#tabLinks {
	float: left;
	clear: both;
	color: #fff;
	font-size: 0.675em;
	width: 620px;
	border-top: 1px solid #b79b64;
	border-bottom: 1px solid #b79b64;
	background: transparent url(../layout/general/tabLinksBg.gif) repeat-x 0 0;
	margin-bottom: 15px;
}

ul#tabLinks li {
	float: left;
}

ul#tabLinks li a {
	color: #fff;
	text-decoration: none;
	padding: 8px 14px;
	display: block;
}

ul#tabLinks li a.active {
	background: transparent url(../layout/general/tabLinksHoverBg.gif) repeat-x 0 0;
}

ul#tabLinks li a:hover{
	background: transparent url(../layout/general/tabLinksHoverBg.gif) repeat-x 0 0;
}

/********************LOCATION*****************************/

#shuttle {
	float: left;
	clear: both;
	padding-left: 15px;
}

#shuttle h3 {
	font-size: 0.75em;
	font-weight: normal;
	clear: both;
	margin-bottom: 8px;
}

#shuttle p {
	margin-bottom: 12px;
}

ul.mapInfo {
	float: left; 
	clear: both; 
	width: 630px; 
	margin-bottom: 16px;
}

ul.mapInfo li {
	float: left; 
	width: 190px; 
	padding-left: 20px;
	margin-bottom: 12px;
}

ul.mapInfo li#one {
background: transparent url(../layout/location/numberOne.gif) no-repeat 0 3px;
}

ul.mapInfo li#two {
background: transparent url(../layout/location/numberTwo.gif) no-repeat 0 3px;
}

ul.mapInfo li#three{
background: transparent url(../layout/location/numberThree.gif) no-repeat 0 3px;
}

ul.mapInfo li#four {
background: transparent url(../layout/location/numberFour.gif) no-repeat 0 3px;
}

ul.mapInfo li#five {
background: transparent url(../layout/location/numberFive.gif) no-repeat 0 3px;
}

ul.mapInfo li#h {
background: transparent url(../layout/location/h.gif) no-repeat 0 3px;
}

ul.mapInfo li#z {
background: transparent url(../layout/location/z.gif) no-repeat 0 3px;
}

ul.mapInfo li#s {
background: transparent url(../layout/location/s.gif) no-repeat 0 3px;
}


/******************ROOMS***********************************/

#roomInfo {
	float: left; 
	width: 0;
	height: 190px ;
	background: transparent url(../layout/general/lowerContentBg.gif) repeat-y 0 0;
	padding: 16px 17px 22px 34px; 
	color: #4c3218;
	display: none;
	border-bottom: 24px solid #664923;
}

#roomInfo div {
	display: none;
}

#roomInfo h3 {
	font-size: 0.75em;
	font-weight: normal;
	margin-bottom: 16px;
}

#roomInfo p {
	width: 620px;
	margin-bottom: 12px;
}

ul.subLinks {
	position: absolute;
	color: #fff;
	font-size: 0.575em;
	width: 610px;
	background-color: #6d5234;
	top: 87px;
	left: 32px;
	padding: 5px;
	display: none;
}

ul.subLinks li {
	float: left;
	margin-left: 30px;
	display: inline;
}

ul.subLinks li a {
	text-decoration: none;
	color: #b79b64;
}

ul#deluxeRoomsLinks {
	padding-left: 70px;
	width: 545px;
}

ul#executiveRoomsLinks {
	padding-left: 170px;
	width: 445px;
}

ul#suitesLinks {
	padding-left: 185px;
	width: 430px;
}

ul#deluxeRoomsLinks li {
	margin-left: 30px;
}

.rel {
	position: relative;
}



/******************SPECIAL OFFERS**************************/

#contentRight {
	float: left; 
	width: 695px;
}


#specialOffers_topSection {
	float: left; 
	width: 600px; 
	background-color: #664923; 
	padding: 22px 0px 22px 15px;
}


#specialOffers_topSection_left{
	float:left;
	width: 288px;
	display:inline;
	border-right: dotted 1px #b79b64;
}


#specialOffers_topSection_right{
	float:left;
	width:290px;
	display: inline;
	padding-left:19px;
}


#specialOffers_topSection h4.offersHeading {
	width: 170px;
	font-size: 0.9em;
	font-weight: normal;
	/* padding-left: 15px; */
	/* background: transparent url(../layout/general/headerMark.gif) no-repeat 0 6px; */
	margin-bottom: 13px;
	float: left;
	/* display: inline; */
	clear: both;	
}


#specialOffers_topSection_left ul.offerLinks_top {
	/*clear: both; */ 
	float: left;
	font-size: 0.70em; 
	/* margin-left: 15px; */
	display: inline;
	width: 180px;
	display: inline;
}


#specialOffers_topSection_right ul.offerLinks_top {
	/*clear: both; */ 
	float: left; 
	font-size: 0.70em; 
	/* margin-left: 15px; */
	display: inline;
	width: 180px;
	display: inline;
}


#specialOffers_topSection ul.offerLinks_top li {
	float: left; 
	width: 170px;
	background: transparent url(../layout/specialOffers/offerArrow.gif) no-repeat right 3px;
	padding-bottom: 5px; 
	/*padding-right: 20px; 
	margin-right: 22px; */
	cursor: pointer;
}	


#specialOffers_topSection img.specialOffers_topsection_image {
	width:80px;
	float: left;
	padding: 3px 0px 0px 10px;
	display:inline;
}

/* ******************************************************* */

#topSection {
float: left; 
width: 631px; 
background-color: #664923; 
padding: 22px 32px 22px 32px;
}

#topSection p {
	width: 600px;
	margin-bottom: 12px;
}
					
#topSection ul#offerLinks {
	clear: both; 
	float: left;
	font-size: 0.75em; 
	margin-left: 15px; 
	display: inline;
	width: 610px;
}

#topSection ul#offerLinks li {
	float: left; 
	background: transparent url(../layout/specialOffers/offerArrow.gif) no-repeat right 3px; 
    margin-right: 8px;
    padding-right: 15px;
	cursor: pointer;
}	

#lowerSection {
	float: left; 
	width: 631px;
	/*height: 450px;*/
	background: transparent url(../layout/general/lowerContentBg.gif) repeat-y 0 0;
	padding: 22px 17px 22px 47px; 
	color: #2c1a0c;
}
#lowerSection a{
	/*color:#2C1A0C;*/
}
.specialOffer img.packageImage {	
float: left;
}


.offerDetails {
	width: 501px; 
	margin-left: 9px; 
	display: inline;
	float: left;
}

.offerDetails h3 {
	width: 299px; 
	height: 19px; 
	float: left; 
	background: transparent url(../layout/specialOffers/offerBg.gif) repeat-x 0 0; 
	font-size: 0.75em; 
	display: block; 
	color: #fff; 
	padding: 1px 0 0 6px; 
	font-weight: normal;
	margin-bottom: 16px;
}

.offerDetails p.offerPrice {
	clear: none !important; 
	width: 98px; 
	height: 19px; 
	background: transparent url(../layout/specialOffers/priceBg.gif) repeat-x 0 0; 
	display: block; 
	padding: 1px 0 0 5px; 
	margin-left: 0 !important;
	color: #fff;
}

.offerDetails p.bookOffer {							
	clear: none !important; 
	width: 87px; 
	height: 19px; 
	background-color: #75001c; 
	display: block; 
	padding: 1px 0 0 5px; 
	margin-left: 0 !important;
	color: #fff;
}

.offerDetails a {
	color: #000;
	text-decoration: underline;
}


.offerDetails p.bookOffer a {
	color: #fff;
	text-decoration: none;
}

.offerDetails p {
	margin: 0 0 16px 8px;
	width: 470px;
}

.offerDetails ul {
	font-size: 0.675em; 
	float: left; 
	clear: both; 
	list-style: inside disc;
	margin: 0 0 16px 8px;
	width: 470px;
}

.lowSpecOffers {
	height: 580px;
}

/********************PHOTO TOUR**************************/

.photoTour {
	position: relative;
	clear: both;
}
#slideHolder {
	position: absolute;
	width: 920px;  
	height: 238px;  
	z-index: 5;
}


#frame ul li {
	float: left !important;
	width: 80px !important;
	height: 60px;
	display: inline;
	margin: 0 8px 16px 0;
	border: 1px solid #82664e;
	cursor: pointer;
	padding: 0;
}

.photoTour ul li img {
	width: 80px !important;
	height: 60px;
	float: left !important;
}

#frame {
	width: 630px !important; 
	height: 100px; 
	overflow: hidden; 
	position: relative !important;
	clear: both;
}

#frame ul {
	width: 5000px;
	position: absolute; 
	left:0px ;
}

#photoInfo {
	float: left; 
	background: transparent url(../layout/photoTour/photoInfoBg.gif) repeat-x top left; 
	width: 610px; 
	padding: 4px 7px;
	border-top: 1px solid #b79b64;
	border-bottom: 1px solid #b79b64;
	height: 18px;
}

p#photoText {
	width: 530px; 
	color: #B79B64;
}

p#prev {
	float: left; 
	cursor: pointer; 
	width: 14px; 
	height: 14px;
	clear: none; 
	margin-right: 16px;
	margin-top: 2px;
	background: transparent url(../layout/photoTour/photoTourArrowLeft.gif) no-repeat 0 0;
	display: block;
}

p#playTour {
	float: left; 
	cursor: pointer; 
	width: 14px; 
	height: 14px; 
	clear: none; 
	margin-right: 16px;
	margin-top: 2px;
	background: transparent url(../layout/photoTour/playTour.gif) no-repeat 0 0;
	display: block;
}	

p#next {
	 float: left; 
	 cursor: pointer; 
	 width: 14px; 
	 height: 14px; 
	 clear: none;
	 margin-top: 2px;
	 background: transparent url(../layout/photoTour/photoTourArrowRight.gif) no-repeat 0 0;
	 display: block;
}

#lbMediaLinks {
	float: left; 
	width: 660px;
	background: transparent url(../layout/photoTour/lbMediaLinksBg.gif) repeat-y 0 0;
	padding: 0 0 0 36px; 
	color: #2c1a0c;
	border-bottom: 24px #664923 solid;
}
	

#videoLink {
	float: left;
	background: transparent url(../layout/photoTour/videoLinkBg.gif) no-repeat 0 0;
	padding: 5px 0 0 50px;
	height: 45px;
	width: 190px;
}

#videoLink p {
	float: right;
	text-align: right;
	width: 200px;
}

#videoLink p#videoLinkBtn {
	padding-right: 20px;
	background: transparent url(../layout/photoTour/videoLinkBtn.gif) no-repeat right 2px;
	width: 170px;
	color: #fff;
	cursor: pointer;
	font-size: 0.575em
}

#tourLink {
	float: left;
	display: inline;
	background: transparent url(../layout/photoTour/tourLinkBg.gif) no-repeat 0 12px;
	background: transparent url(../layout/photoTour/tourLinkBg.gif) no-repeat 0 12px;
	padding: 5px 0 0 70px;
	height: 45px;
	width: 230px;
	margin-left: 50px;
}

#tourLink p {
	float: right;
}

#tourLink p#tourLinkBtn {
	padding-right: 0px;
	background: transparent url(../layout/photoTour/tourLinkBtn.gif) no-repeat right 2px;
	width: 220px;
	color: #fff;
	cursor: pointer;
	font-size: 0.575em
}

/********************RESTAURANTS*************************/

#topSectionRestaurants {
	float: left; 
	width: 631px; 
	background-color: #664923; 
	padding: 22px 32px;
	height: 126px; 
	overflow: hidden;
}

#topSectionRestaurants p {
	width: 620px;
}
	

#lowerSectionRestaurants {
	float: left; 
	width: 631px;
	background: transparent url(../layout/general/lowerContentBg.gif) repeat-y 0 0;
	padding: 22px 17px 22px 30px; 
	color: #2c1a0c;
	display: none; 
}


.restaurant {
	display: none;
	float: left;
	clear: both;
	margin-top: 22px;
	width: 600px;
	bottom: 30px;
}

#aromi{
	height: 170px;
}

#molino {
	height: 59px;
}

#piazzaStucky {
	height: 65px;
}

#rialto {
	height: 87px;
}

#skyLunch {
	height: 76px;
}

#skyline {
	height: 76px;
} 

.restaurant img {
	float: left;
}

.restInfo {
	float: left;
	display: inline;
	width: 200px;
}

.restInfo p {
	margin: 0 0 15px 15px;
	display: inline;
	width: 470px !important;
}

.restTimes {
	display: none;
	font-size: 0.675em;
}

.restTimes div {
	float: left;
	margin-right: 30px
}

.restTimes div  h3{
	margin-bottom: 12px;
}

.pdf{
float:left;
margin-right: 40px;
}

.opening {
	float: left;
	display: inline;
	margin-right: 40px;
}

.rialto {
	/*margin-left: 120px;*/
}

.skybar {
	margin-left: 120px;
}

.opening h3 {
	background: transparent url(../layout/restaurants/clock.gif) no-repeat 0 0px;
	padding-left: 25px;
}

div.contact {
	float: left;
	margin-right: 0;
}

.contact h3 {
	background: transparent url(../layout/restaurants/telephone.gif) no-repeat 0 0px;
	padding-left: 25px;
}

.contact ul li a {
	text-decoration: none;
	color: #4c3218;
}


/**************************SPA****************************/
#lowerSectionSpa {
	float: left; 
	width: 648px;
	background: transparent url(../layout/general/lowerContentBg.gif) repeat-y 0 0;
	padding: 22px 17px 22px 30px; 
	color: #2c1a0c;
	font-size: 0.675em;
}

.spaTab {
	height: 540px;
	float: left;
	clear: both;
}

.spaTab p {
	margin-bottom: 15px;
}

.spaTab ul {
	clear: both; 
	float: left;
	font-size: 0.675em; 
	list-style: inside disc;
	width: 400px;
}

.spaTab {
	display: none;
}

.spaTimes {
	height: 150px;
	display: none;
}

.spaTimes h3 {
	margin-bottom: 8px;
}

#fitnessTimes .pdf{
width:140px
}
#fitnessTimes .pdf ul li{
height:1.6em;
}
#fitnessTimes .pdf ul li a{
width:110px;
display:block;
line-height:1.4em;
}
#fitnessTimes .opening{
width:235px;
}

#fitnessTimes .opening ul li{
	margin-bottom: 8px;
}
#fitnessTimes .contact{
width:190px;
}

/*************************TRANSPORTATION*********************/

.transportDiv {
	display: none;
}

.transportDiv p {
	margin-bottom: 12px;
}

#shuttleDetails h3 {
	font-size: 0.75em;
	font-weight: normal;
	margin-bottom: 12px;
	float: left;
	width: 445px;
}

p#pdfLink, .pdfLink {
	clear: none; 
}

p#pdfLink a, .pdfLink {
	text-decoration: none;
	color: #4c3218;
	background: transparent url(../layout/transportation/pdfArrow.gif) no-repeat right 0px;
	padding-right: 20px; 
}

#shuttleDetails .shuttleTabHolder {
	float: left; 
	position: relative; 
	height: 270px; 
	width: 272px; 
	overflow: hidden;
	margin-right: 40px;
}

#shuttleDetails .shuttleTabHolder table {
	position: absolute;
	top: 0;
	left: 0;
	width: 273px;
	font-size: 0.675em;
	display: inline;
}

#shuttleDetails .shuttleTabHolder th, .shuttleTabHolder td {
	width: 91px;
	height: 14px;
	font-weight: normal;
	padding: 0;
	text-align: center;
	background: transparent url(../layout/transportation/tr.gif) no-repeat 0 1px;
	margin-bottom: 1px;
}

#shuttleDetails .shuttleTabHolder th {
	background: transparent url(../layout/transportation/th.gif) no-repeat 0 1px;
}

#shuttleDetails .shuttleTabHolder th.red {
	color: #fff;
	background: transparent url(../layout/transportation/thRed.gif) no-repeat 0 1px;
}

#shuttleDetails .shuttleTabHolder td.break {
	background: transparent url(../layout/transportation/breakBg.gif) no-repeat 0 1px;
}

#shuttleDetails .shuttleControls {
	width: 272px;
	margin: 20px 42px 0 0;
	display: inline;
	float: left;
}

#shuttleDetails .shuttleControls p {
	float: left;
	clear: none;
	text-decoration: underline;
	padding-right: 18px;
	margin-left: 10px;
	cursor: pointer;
}

#shuttleDetails .shuttleControls p.early {
	background: transparent url(../layout/transportation/shuttleControlArrowUp.gif) no-repeat right 1px;
}

#shuttleDetails .shuttleControls p.late {
	background: transparent url(../layout/transportation/shuttleControlArrowDown.gif) no-repeat right 1px;
}

.moveRight {
	float: right;
}

h3#transferHeader {
	float: left; 
	clear: both; 
	font-size: 0.675em; 
	font-weight: normal;
	margin-left: 15px;
	display: inline;
}

ul#transferLinks {
	float: left; 
	clear: both; 
	font-size: 0.675em;
	margin-left: 15px;
	display: inline;
	width: 600px;
}

ul#transferLinks li {
	float: left;
	display: inline;
	background: transparent url(../layout/transportation/transLinkBtn.gif) no-repeat right 2px; 
	padding-right: 20px;
	margin-right: 20px;
	cursor: pointer;
	/*width: 130px;*/
}

.transTabLinks {
	float: left; 
	display: inline;
	width: 160px; 
	font-size: 0.675em; 
	background: transparent url(../layout/concierge/veniceBg.gif) repeat-y 0 0; 
	margin-top: -22px; 
	padding: 22px 10px 0 10px; 
	height: 372px;
}

.transTabLinks ul {
	width: 130px;
}

.transTabLinks ul li {
	background: transparent url(../layout/concierge/linkArrow.gif) no-repeat right 6px;
	cursor: pointer;
}
	
.transDetails {
	display: none;
	float: left; 
	width: 660px;
}

.transTab {
	display: none;
	width: 370px; 
	float: left; 
	margin: 0 40px 0 10px;
	overflow:hidden;
}

.first {
	display: inline;
}

.transTab h4 {
	font-size: 0.675em;
	font-weight: normal;
	margin-bottom: 12px;
}

.transTab h5 {
	font-size: 0.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

transTabLinks {
	float: left; 
	width: 160px; 
	font-size: 0.675em; 
	background: transparent url(../layout/concierge/veniceBg.gif) repeat-y 0 0; 
	margin-top: -22px; 
	padding: 22px 10px 0 10px; 
	height: 372px;
}

.transTabLinks ul {
	width: 130px;
}

.transTabLinks ul li {
	background: transparent url(../layout/concierge/linkArrow.gif) no-repeat right 6px;
	cursor: pointer;
}

.transList {
	font-size: 0.657em;
	list-style-type:disc;
	list-style-position: inside;
	padding-right:24px;
	clear:none;
	width:100%;
}

.transWarning {
	text-decoration:underline;
	margin-top:5px;
}

.transTab a {
	color: #4C3218;
	font-weight:bold;
}

.transTab table{font-size:0.675em; margin-bottom:12px; text-align:center;}
.transTab table td{border:solid 1px #4C3218;}

/*************************CONCIERGE**************************/
						
.scrollHolder {
	float: left; 
	clear: both;
	display: inline;
	position: relative;
	width: 660px;
	min-height: 350px;
	background: transparent url(../layout/general/lowerContentBg.gif) repeat-y 0 0;
	padding: 22px 0 22px 35px; 
	color: #4c3218;
}

.scrollHolder img {
	float: left;
	width: 78px;
	/*clear: both;*/
	margin-right: 12px;
	margin-bottom: 12px;
	/*display: inline;*/
}

.scrollHolder p {
	float: none !important;
	clear: none !important;
	padding: 0;
	margin: 0;
	/*display: inline;*/
	margin-bottom: 12px;
	padding-right: 24px;
}

.scrollPane p.narrow {
	width: 500px;
}

.scrollHolder ul {
	float: left;
	clear: both;
}
.scrollPane {
	overflow: auto; 
	height: 300px; 
	width: 650px;
	position: absolute;
	top: 0;
}

.secTab {
	display: none;
}

.first {
	display: inline;
}

.secTab h4 {
	font-size: 0.675em;
	font-weight: normal;
	margin-bottom: 12px;
}

.secTabLinks {
	float: left; 
	width: 160px; 
	font-size: 0.675em; 
	background: transparent url(../layout/concierge/veniceBg.gif) repeat-y 0 0; 
	margin-top: -22px; 
	padding: 22px 10px 0 10px; 
	height: 372px;
}

.secTabLinks ul {
	width: 130px;
}

.secTabLinks ul li {
	background: transparent url(../layout/concierge/linkArrow.gif) no-repeat right 6px;
	cursor: pointer;
}

#tourListHolder {	
	float: left; 
	width: 245px; 
	position: relative; 
	height: 265px; 
	overflow: hidden; 
	margin-top: 27px; 
	margin-right: 18px;
}

#tourListHolder ul#tourList {
	font-size: 0.675em; 
	float: left !important; 
	cursor: pointer; margin: 0 27px 0 27px; 
	height: 265px; 
	width: 245px; 
	color: #664923;
}

#tourHolder { 
	float: left; 
	margin: 27px 0 0 0; 
	display: inline; 
	border: 1px solid #d9c595; 
	height: 265px; 
	width: 480px; 
	background-color: #000;
}

	
	
/******************************MEETINGS******************************/	

.contentRight {
	height: 631px;
}

.meetings {
	padding: 22px 0 22px 32px !important;
}

.meetingTab {
	display: none;
	float: left;
	clear: both;

}
	
ul#meetingTabLinks {
	float: left;
	clear: both;
	color: #fff;
	font-size: 0.675em;
	width: 635px;
	border-top: 1px solid #b79b64;
	border-bottom: 1px solid #b79b64;
	background: transparent url(../layout/general/tabLinksBg.gif) repeat-x 0 0;
	margin-bottom: 15px;
}

ul#meetingTabLinks li {
	float: left;
}

ul#meetingTabLinks li a {
	color: #fff;
	text-decoration: none;
	padding: 8px 8px;
	display: block;
}

ul#meetingTabLinks li a.active {
	background: transparent url(../layout/general/tabLinksHoverBg.gif) repeat-x 0 0;
}

ul#meetingTabLinks li a:hover{
	background: transparent url(../layout/general/tabLinksHoverBg.gif) repeat-x 0 0;
}

#floorPlans ul {
	float: left;
	clear: both;
	font-size: 0.75em;
}

#floorPlans ul li {
	float: left;
	margin-right: 15px;
	background: transparent url(../layout/meetings/planLinkArrow.gif) no-repeat right 2px;
	padding-right: 20px;
	cursor: pointer;
}

#meetingOffers {
	float: left; 
	width: 631px;
	/*height: 450px;*/
	background: transparent url(../layout/general/lowerContentBg.gif) repeat-y 0 0;
	padding: 22px 17px 22px 47px; 
	color: #2c1a0c;
}

#meetingOffers img.packageImage {	
	float: left;
}

#meetingOffers .offerDetails h3 {
	width:480px;
}

#theForm {
	float: left; 
	clear: both;
	width: 670px;
	display: inline;
	padding: 28px 0 28px 25px;
	background: transparent url(../layout/meetings/formBg.gif) repeat-y 0 0;
	color: #4c3218;
}

#theForm form {
	width: 650px;
	float: left;
	clear: both;
}

#theForm  fieldset {
	float: left;
	width: 300px;
	margin-bottom: 16px;
	display: inline;
	clear: none;
}

#theForm  fieldset.wide {
	width: 600px;
	float: left;
	clear: both;
}

#theForm  fieldset.reallyWide {
	width: 640px;
	float: left;
	clear: both;
}

#theForm  fieldset.wide  div {
	float: left;
}

#theForm fieldset legend {
	font-size: 0.75em;
	margin-bottom: 16px;
	padding-left: 0;
	float: left;
	clear: both;
}


#theForm p {
	float: left;
	clear: both;
	margin-bottom: 3px;
	width: 300px;
}


#theForm p label {
	float: left;
	width: 82px;
	display: inline;
	clear: none;
}



#theForm  fieldset.wide  div.rightDiv p label {
	width: 150px;
}

#theForm fieldset.right p label {
	width: 150px;
}

#theForm p input {
	float: left;
	display: inline;
	border: none;
	padding: 0;
	background: transparent url(../layout/meetings/inputBg.gif) repeat-x 0 0;
	color: #b79b64;
	clear: none;
}

#theForm p textarea  {
	float: left;
	display: inline;
	border: none;
	padding: 0;
	background: transparent url(../layout/meetings/inputBg.gif) repeat-x 0 0;
	color: #b79b64;
	clear: none;
	width: 142px;
}

#theForm table {
	text-align: left;
	font-size: 0.675em;
	clear:both;
}

#theForm table tr th {
	font-weight: normal;
	padding-bottom: 10px;
}

#theForm table tr td input {
	width: 80px;
	margin-right: 10px;
	border: none;
	padding: 0;
	background: transparent url(../layout/meetings/inputBg.gif) repeat-x 0 0;
	color: #b79b64;
}

#theForm table tr td select {
	width: 155px;
	margin-right: 10px;
	border: none;
	padding: 0;
	font-size: 1em;
	padding-top: 1px;
	background: #63492c url(../layout/meetings/inputBg.gif) repeat-x 0 0;
	color: #b79b64;
}

#theForm  fieldset.reallyWide  p {
	clear: none;
}

#theForm  fieldset.reallyWide  p.reallyWideLeft {
	margin-right: 40px;
	margin-bottom: 16px;
}

#theForm  fieldset.reallyWide  p.reallyWideRight{
	margin-bottom: 16px;
}

#theForm  fieldset.reallyWide  p.reallyWideLeft  label{
	width: 210px;
}

#theForm  fieldset.reallyWide  p.reallyWideLeft  input{
	width: 65px;
}

#theForm  fieldset.reallyWide  p.reallyWideRight  label{
	width: 85px;
}

#theForm  fieldset.reallyWide  p.reallyWideRight  select{
	background: #63492c url(../layout/meetings/inputBg.gif) repeat-x 0 0;
	color: #b79b64;
	float: left;
	font-size: 1em;
	margin-left: 10px;
	padding: 0;
	border: 0;
}

#theForm  fieldset.reallyWide  p.reallyWideRight  input{
	width: 110px;
	margin-left: 10px;
}

#theForm  table#roomsByDate th {
	width: 82px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 4px;
}

#theForm  table#roomsByDate td input {
	width: 90px;
}

#theForm  fieldset#checkBxs input {
	color: #b79b64;
	float: left;
	margin-right: 10px;
	background: none;
}
#theForm  fieldset#checkBxs label {
	width: 240px;
}

p#addReqs textarea {
	width: 290px;
	height: 100px;
	background: #63492c url(../layout/meetings/addReqsBg.gif) repeat-x 0 0;
}

						
	
	

/*****************FOOTER*********************************/

p#hebs {
	float: left;
	clear: both;
	font-size: 0.6em;
	width: 310px;
	margin-bottom: 22px;
}

ul#footerNav {
/*	float: center;*/
	position: relative;
	left: 97px;
	font-size: 0.6em;
}

ul#footerNav li  {
	float: left;
	margin-left: 15px;
	padding-right: 15px;
	background: transparent url(../layout/general/divider.gif) no-repeat right 5px;
}

ul#footerNav li.priv  {
	background: none;
	padding-right: 0;
}

ul#footerNav li  a {
	text-decoration: none;
	color: #b79b64;
}

.datePicker_newYear {
	display: none;
}

/*********************************************/

.highlighted {
	border: 10px solid yellow;
}

#social-icons {
	border: 1px solid #ffffff;
	display: block;
	width: 200px;
}

.emp {
	color: #2c1a0c;
}








#facebook {
	background: url("/layout/icons/facebook_off.gif") no-repeat;
	width:24px;
	height:24px;
	display: inline-block;
	text-indent: -999em;
	float: right;
	position: relative;
} 

#twitter {
	background-image:url("/layout/icons/twitter_off.gif");
	background-repeat: no-repeat;
	width:24px;
	height:24px;
	display: inline-block;
	text-indent: -999em;
	float: right;
	margin-left: 5px;
	position: relative;
}

#facebook:hover {
	background:url("/layout/icons/facebook_on.png");
}

#twitter:hover {
	background:url("/layout/icons/twitter_on.png");
}








#facebook_skyline {
	background:url("/layout/icons/facebook_off_skyline.gif") no-repeat;
	width:24px;
	height:24px;
	display: inline-block;
	text-indent: -999em;
	float: right;
	margin-left: 5px;
	position: relative;
}

#myspace_skyline {
	background-image:url("/layout/icons/myspace_off_skyline.gif");
	background-repeat: no-repeat;
	width:24px;
	height:24px;
	display: inline-block;
	text-indent: -999em;
	float: right;
	margin-left: 5px;
	position: relative;
}

#youtube_skyline {
	background-image:url("/layout/icons/youtube_off_skyline.gif");
	background-repeat: no-repeat;
	width:24px;
	height:24px;
	display: inline-block;
	text-indent: -999em;
	float: right;
	margin-left: 5px;
	margin-left: 5px;
	position: relative;
}

#myspace_skyline {
	background-image:url("/layout/icons/myspace_off_skyline.gif");
	background-repeat: no-repeat;
	width:24px;
	height:24px;
	display: inline-block;
	text-indent: -999em;
	float: right;
	margin-left: 5px;
	margin-left: 5px;
	position: relative;
}

#facebook_skyline:hover {
	background:url("/layout/icons/facebook_on_skyline.png");
}

#twitter_skyline:hover {
	background:url("/layout/icons/twitter_on_skyline.png");
}

#youtube_skyline:hover {
	background:url("/layout/icons/youtube_on_skyline.png");
}

#myspace_skyline:hover {
	background:url("/layout/icons/myspace_on_skyline.png");
}

/* hh brand bar */
#hh_brand_bar_outer{background-color:#2C1A0C; width:100%;}
#hh_brand_bar_container{background-color:#2C1A0C; margin:0 auto; width:920px;}
#hh_brand_bar{_display:inline; margin-left:-30px;}



