#layoutCenter, .promos-three {
	background:#000000 none;
}
#layoutHeader {
	/*background: #121212 url("/media/images/themes/backgrounds/general_bg.jpg") no-repeat 50% 0px;
	*background-position: 40% 0px;
	background-color:transparent;
	background-image:none;*/
	/*
	I need to set height:auto everywhere except IE6.
	I can't just override it, because setting it in the first place
	kills the IE6 browser even before it reads the overriding value.
	
	But IE7 *must* have height set to auto!
	*/
	min-height:200px;
	height:auto !important;
	height:200px;
	z-index:3001;
}
#tableFrame {
	background-color:transparent;
}
#layoutCenter {
	background:#000000 none;
}
#layoutFooter {z-index:2999;}

#hero {
	position:relative;
	background-color:#242424;
	float:left;
	height:398px;
	overflow:hidden;
	margin-top:0px;
	width:719px;
	padding-left:1px;
}

#hero img {
height:398px;
width:718px;
}

#caption {
	padding-left:12px;
	width:707px;
	color:#000000;
	height:22px;
	position:relative;
}


.promos-three {
	border-bottom:solid 1px #987C4D;
	height:150px;
	width:100%;
}

.promos-three .promo {
	width:315px;
	float:left;
	height:128px;
	/*margin-right:20px;*/
	margin-top:22px;
	background:transparent url("/media/images/themes/backgrounds/home_promo_bg.gif") no-repeat bottom right;
}
.promos-three .last {
	background:none;
}
.promo .left {
	width:170px;
	margin-left:26px;
	_margin-left:10px;
}
.promo .right {
	margin-right:20px;
	_margin-right:10px;
	margin-bottom:12px;
}
.promo h3 {
	font-size:20px;
	font-weight:normal;
	color:#987C4D;
	width:170px;
	height:43px;
	overflow:hidden;
}
.promo a {
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#A2895F;
	width:auto;
	padding: 0px 20px 0px 0px;
	background:transparent url("/media/images/themes/home/promo_arrow_icon.gif") no-repeat right 1px;
	clear:both;
	float:none;
}
.promo p {
	color:#FFFFFF;
	width:150px;
	margin:0px 0px 8px 0px;
}

.promo p a {
	background:transparent url("/media/images/themes/home/promo_arrow_icon.gif") no-repeat right 1px;
	display:inline;
	padding:0px 20px 0px 0px;
	width:auto;
}


/*========================= booking panel ============================*/

#bookingPanel {
	position:absolute;
	top:130px;
	left:720px;
	background:#121212 url("/media/images/themes/backgrounds/general_bp_bg.jpg") no-repeat 81% -129px;
	z-index:3000;
	width:232px;
}	

#bookingPanel #regForm {
	min-height:330px;
	position:relative;
}

#bookingPanel #regForm-header {
	background-position:0px -76px;
}

#bookingPanel fieldset.submit {
	_padding-bottom:5px;
}


/*====================== main nav =========================*/

#mainnav-ul {
	line-height:12px;
	position:relative;
	/*_top:-132px;
	_left:-810px;*/
	padding: 0px;
	margin:0px;
}
/*===================T20111115.0004=========================*/
#breadCrumbStart {
    font-size: 100%;
    font-weight: normal;
    margin: 0 10px 0 0;
}
.sIFR-active h3.sifrMe {
    visibility: visible;
    line-height: 1em;
}



