/*LICENCE --------------------------------------
Base structure courtesy Darren Wood (darren@dontcom.com) 2007
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License
http://creativecommons.org/licenses/by-sa/3.0/nz/
*/

/*CONTENTS ---------------------------------------
=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=4: Default Styles
=4a: colours, sizes, etc
=5: Layout Styles
=6: generic styles
=7: Page related styles
=7a: promo page
=7b: private dining
=7c: banquests ratescap
=7d: text page
=7e: access/contact page
*/

/* -- =1: RESET ALL ELEMENTS ----------------------------------------------------------------------- */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
/*li {list-style:none;} */
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}



/* -- =2: DEFAULT CLASSES -------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em; }
.large { font-size: 1.1em; }
.bold { font-weight: bold; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.uppercase { text-transform: uppercase; }
.inline { display: inline }
.clearfix { }

/* -- =4: DEFAULT STYLES --------------------------------------------------------------------------- */
/* =4a: COLOURS, SIZES, ETC */
body {
	font: 62.5%/1.4 arial,sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #fff;
}
h1 { font-size: 1.4em; line-height: 1.3em; }
h2 { font-size: 1.1em; line-height: 1.2em; margin: 0 0 .6em 0; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }

p, div.block { margin: 0 0 1em 0; }


/* -- =5: LAYOUT STYLES ---------------------------------------------------------------------------- */
#top, #htnav, #strip1, #nav1, #images, #strip2, #nav2, #content, #footer { float: left; }
#container { /* keep the layout together and centered */
	width: 954px;
	overflow: hidden;
	text-align: left;
	margin: 0 0 0 10px;
}

#top {
	width: 954px;
	margin: 10px 0 15px 0;
	font-size: 10px;
}

	#top #main_logo { 
		float: left;
		margin: 0pt;
		padding: 11px 40px 12px 30px;
		width: 112px;
	} 

/*	#header ul.textlink {
		display: inline;
	}
*/
	#top #top_links {
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 11px 0 0 0;
	}

	#top #top_links li {
		border-right: 1px solid black;
		float: left;
		margin: 3px 0 3px 0;
		padding: 0 10px;
	}

	#top #top_links li #lang-current {
		padding:0;
	}

	#top #top_links li#li_language, #top #top_links li#li_language li {
		border: medium none;
	}

#li_language ul#language {
	cursor: default;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	text-align: right;
	z-index: 10;
}

	#li_language ul#language li#lang-current {
		margin: 0pt !important;
	}
	

	#li_language ul#language li#lang-current #current {
		background: transparent url(/images/down_arrow.gif) no-repeat scroll 58px 5px;
		display: block;
		padding-right: 20px;
		width: 45px;
	}

	#li_language ul#language li ul {
		background: #FFF none repeat scroll 0%;
		display: none;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 0px -5px 0pt -10px;
		padding: 0pt;
		position: absolute;
		width: 114px;
		z-index: 1000;
	}

	ul#language li ul li {
		height: 18px;
		margin: 0;
		padding-right: 24px;
		}

	ul#language li ul a {
		color: #000;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
	}

	ul#language li ul a:hover {
		text-decoration: underline;
	}

a.top-links {
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.top-links:hover {
	text-decoration: underline;
}

#htnav {
	width: 100%;
	height:26px;
	background-color:#948671;
	clear:both;
	border-bottom: 1px solid #474036;
	margin: 0 0 1px 0;
}
	#htnav ul {
		position:relative;
		margin:0px;
		padding:0px;
		list-style-type: none;
	}
	#htnav li {
		float:left;
		margin:0px;
		padding:0px;
	}
	#htnav img { display:block; }
	#htnav a {
		display:block;
		float:left;
	}
	#htnav a:hover, #htnav li.top-selected { background-color:#7C705F; }
	

#strip1, #strip2 { /* hyatt subnav & images */
	width: 954px;
}
	#strip1 #nav1 {
		width: 212px;
		height:218px;
		float:left;
		background:url(/images/home_title_bg.jpg);
		background-repeat:no-repeat;
		display:block;
		position:relative;background-color:#94302a;
	}

	#nav1 .item {
		width: 100%;
		background-color: #94302a;
		border-top: 1px solid #FFF;
		padding-left: 20px;
	}
	#nav1 ul { position:relative;
		display:block;
		margin:0;
		padding:0px;
		background-color:#94302a;
	}
	#nav1 li {
		position:relative;
		display:inline;
		margin:0px;
		padding:0px;
		width:212px;
		list-style-type:none;
	}

	#nav1 a.maintitle {
		font-size: 1.5em;
		line-height: 1.2em;
		color: #FFF;
		padding: 0 0 3px 18px;
		text-decoration: none;
	}

	#nav1 a.subnav {
		background-color:#94302a;
		position:relative;
		display:block;
		width:auto;
		font-size: 10px;
		padding:3px 0px 3px 18px;
		border-top:1px solid #fff;
		display:block;
		color:#fff;
		text-decoration: none;
	}
	#nav1 a.subnav:hover {
		background-color:#811e1b;
		display:block;
		color:#fff;
	}  

	#nav1 img {
		margin: 0;
		padding: 0;
	}

	#strip1 #images {
		width: 741px;
		height: 218px;
		border-left: 1px solid #fff;
		background-color: #ccc;
	}
	#strip1 #images img {
		float: left;		
	}

	img.navtypeline {
		padding: 7px 0 7px 27px;		
	}

	#strip2 {
		border-top: 1px solid #fff;
	}

	#strip2 #nav2 {
		width: 212px;
		float:left;
		background-color:#666;
		display:block;
		padding: 28px 0 40px 0;
	}

	#strip2 #content {
		width: 705px;
		border-left: 1px solid #fff;
		padding: 28px 15px 100px 20px;
		color: #fff;
		font-size: 1.1em;
		line-height: 1.6em;
	}
	
	#strip2 #content a {
		color: #fff;
	}
	
	#strip2 #content a:hover {
		color: #ff6;
	}
	
	#strip2 #content ul {
		margin: 1em 0 0 0;
		padding: 0 0 0 1em;
		text-indent: -1em;
	}

	#strip2 #content li {
		list-style-type: disc;
		list-style-position: inside;
		padding: 0 0 1em 0;
	}

	#strip2 #content li p {
		margin: .7em 0 0 0;
		text-indent: 0;
	}

	#strip2 #content li.square {
		list-style-type: square;
		padding: 0 0 .5em 0;
	}

	#strip2 #detail, #strip2 #detail2 {
		margin: 25px 0 20px 0;
	}

	#strip2 #detailLeft {
		float: left;
		width: 335px;
	}

	#strip2 #detailRight {
		float: right;
		width: 325px;
		padding: 0 10px 0 15px;
	}

	#strip2 #textLeft {
		float: left;
		width: 550px;
	}

.sub2block {
	clear: both;
	padding: 20px 0 25px 0;
}

.sub2block2 {
	clear: both;
	padding: 0 0 25px 0;
}
	#content .photo, .sub2block .photo, .sub2block2 .photo {
		float: left;
		width: 260px;
	}
	
	.photo .caption {
		float: left;
		width: 40%;
		font-size: .9em;
		line-height: 1.3em;
		margin: 8px 0 0 0;
	}

	.photo .vert {
		float: left;
		margin: 2px 0 0 0;
	}

	.photo .horzthumbs {
		float: right;
		width: 59%;
		text-align: right;		
		margin: 6px 0 0 0;
	}
	.photo .vertthumbs {
		float: right;
		width: 50px;
		text-align: right;		
	}

	.vertthumbs img {
		float: right;
		margin: 0 0 6px 0;
	}

	.horzthumbs img {
		float: right;
		margin: 0 0 0 6px;
	}

	img.off:hover {
		border: 2px solid #ff6;
	}
	
	#content .text, .sub2block .text, .sub2block2 .text {
		float: right;
		width: 436px;
	}
	
.introblock {
	width: 450px;
	margin: 0 0 15px 0;
}

#footer {
	clear: both;
	width: 954px;
	margin: 3px 0 0 0;
	padding: 8px 0 40px 0;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	font-family:arial,sans-serif;
}

	#footer .footlinks {
		text-align: center;
		margin: 4px 0 0 0;
	}



/* =6: OTHER STYLES ------------------------------------------------------------------------------ */

ul.textlink li {
	float:left;
	padding: 0 12px 0 12px;
	border-right: 1px solid #000;
	line-height: 1.1em;
}
ul.textlink li.last {
	border: 0;
}
ul.textlink a, #footer a.textlink {
	font-weight:bold;
	font-size:11px;
	color:#000;
	font-family:arial,sans-serif;
	text-decoration:none;
}
ul.textlink a:hover, #footer a.reg:hover, #footer a.textlink:hover {
	text-decoration:underline;
}
ul.textlink a.reg, #footer a.reg {
	font-weight:bold;
	font-size:11px;
	color:#000;
	font-family:arial,sans-serif;
	text-decoration:none;
	font-weight: normal;
}

ul.ghtnav, ul.ghtsubnav { 
	position:relative;
	display:block;
	margin-bottom: 10px;
}
ul.ghtnav li, ul.ghtsubnav li {
	position:relative;
	display:inline;
	width:212px;
	list-style-type:none;
}
ul.ghtnav a, ul.ghtsubnav a {
	position:relative;
	display:block;
	width:auto;
	text-decoration: none;
	color:#fff;
}
ul.ghtnav a:hover, ulghtsubnav a:hover {
	display:block;
	text-decoration: underline;
}  

ul.ghtnav li {
	margin-bottom: 8px;
}
ul.ghtsubnav li {
	margin-bottom: 4px;
}

ul.ghtnav a {
	padding: 4px 0 3px 18px;
	font-size: 1.2em;
	line-height: 1.3em;
}

ul.ghtsubnav a {
	padding: 4px 0 3px 26px;
	font-size: 1em;
	line-height: 1.1em;
}

ul.ghtnav li.submain a {
	padding: 4px 0 3px 18px;
	font-size: 1em;
	line-height: 1.1em;
}

ul.ghtsubnav a.subsel {
 background:url(/images/bullet_subnav.gif);
 background-repeat: no-repeat;
}

li.square {
	list-style-type: square;
	padding: 0 0 0 .5em;
}

p.notop { margin: 0; }

td.leftpad { padding-left: 10px; }

table.promos td { padding: 0 0 8px 0; }

table.promos td.restname { 
	padding: 0; 
	margin: 0;
	color: #933; 
}

#images {
	background: #fff;
}

#images img {
	float: left;
}

#images img.leftMarg {
	margin-left: 1px;
}

img.rssimg {
	position: relative;
	top: 2px;
}

/* =7: PAGE-RELATED STYLES ------------------------------------------------------------------------- */

/* =7b: SECTMAIN PAGE */

table.promos {
	width: 100%;
}

table.promos td.datebox {
	text-align: left;
	width: 35%;
	padding: 0 0 1em 0;
}

table.promos td.textbox {
	text-align: left;
	width: 65%;
	padding: 0 0 1em .3em;
}




/* =7b: PROMO PAGE */

h1.promotitle {
	margin: 8px 0 0 0;
}

h1.promolist {
	line-height: .7em;
	font-weight: bold;
}

.promolistblock {
	width: 100%;
	padding: 1.5em 0 1.5em 0;
}

.promolistblock2 {
	width: 100%;
	padding: 0 0 1.5em 0;
}

table.promolist {
	width: 620px;
	margin: 0 0 0 80px;
}

table.promolist img, table.promolist h1.promolist {
	padding: 0 0 .6em 0;
}


table.promolist td.lefttd {
	text-align: right;
	padding: 0 15px .6em 0;
	width: 200px;
}

table.promolist td.righttd {
	text-align: left;	
	width: 420px;
	padding: 0 0 .6em 0;
}

table.promolist td.restname, table.promolist td.restname2 {
	text-align: left;	
	width: 325px;
	font-size: 1.2em;
}

table.promolist td.restname {
	padding: 1em 0 0 0;
}
table.promolist td.restname2 {
	padding: 0;
}


.promotextblock {
	width: 100%;	
}

.promotextblock h1 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

.promoimages {
	float: right;
	width: 250px;
}

.promoimages img {
	margin: 0 0 20px 0;
}

.promotext {
	float: left;
	text-align: left;
	width: 410px;
}

.promoX {
	color: #888;
}

/* =7b: private dining */

#privdine #content table {
	width: 50%;
}

/* =7c: banquets ratescap */

table.ratescap2 {
	border-collapse: separate;
}

table.ratescap td, table.ratescap2 td {
	font-size: 1em;
	line-height: 1.3em;
	padding: 2px 0 2px 0;
}

h2.ratescap {
	margin: 1.5em 0 .2em 0;
}

.tax {
	color: #330;
}

/* =7d: TEXT PAGE */
#textLeft h1 {
	margin: 0 0 15px 0;
}

#textLeft h2 {
	font-size: 1.2em;
	font-weight: bold;
}

img.termsbr {
	clear: both;
	margin: 20px 0 20px 0;
}

#strip2 #content #textLeft ol {
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#strip2 #content #textLeft ol li {
	list-style-type: decimal;
}

#strip2 #content #textLeft ol li ol li {
	list-style-type: upper-alpha;
}

#ratescapsm {
	margin: 15px 0 0 0;
	font-size: 1em;
	line-height: 1.3em;
}

/* =7e: access / contact */
#contact #detail #contleft {
	float: left;
	width: 365px;
}

#contact #detail #contleft img {
	margin: 0 0 4px 0;
}
#contact #detail #contright {
	float: right;
	width: 300px;	
}

#contact #detail #contright h2 {
	margin: 0 0 .3em 0;
	line-height: 1em;	
}

#contact .contrast {
	color: #AF88B8;
}

table.contact {
	width: 100%;
	margin: 0 0 10px 0;
}

table.contact td {
	vertical-align: top;
	padding: 0 0 2px 0;
}

table.contact td.ltd {
	width: 72%;
	text-align: left;
}

table.contact td.rtd {
	width: 28%;
	text-align: left;
}