/* ********* BODY PROPERTIES ********* */

html {
	height: 100%; 
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../imgs/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#916234;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
}

		
/* ********* BANNER DIV ********* */

#bannercontainer {
	margin: auto;
	width: 999px;
	height:66px;
}

#leftbanner {
	float: left;
	width: 379px;
	height: 66px;
	text-align:left;
}

#midbanner {
	float: left;
	width: 239px;
	height: 66px;	
}

#rightbanner {
	float: right;
	width: 381px;
	height: 66px;
	text-align:right;
}

#bannertable {
	margin: 20px 0px 0px 18px;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* ********* FLASH / MAIN NAV / SPECIALS BOX PROPERTIES ********* */

#flashcontainer {
	margin: auto;
	width: 999px;
	height:423px;
	z-index: 0;
	position:relative;
}

#imgborderdiv {
	z-index: 2;
	width:999px;
	height:423px;
	text-align:left;
}

#navdiv {
	position:relative;
	z-index: 3;
	background-image:url(../imgs/nav-bg.gif);
	width:963px;
	height:35px;
	position:absolute;
	margin-left:18px;
}

#specialsdiv {
	z-index: 3;
	background-image:url(../imgs/specials-bg.gif);
	width:201px;
	height:155px;
	display:block;
	position:absolute;
	margin-top:224px;
	margin-left: 18px;
}


/* ********* FLASH / MAIN NAV / SPECIALS BOX PROPERTIES ********* */

#contentleft{
	float:left;
	width:226px;
}

#contentright{
	float:right;
	width:705px;
	text-align:left;
	padding:0px 50px 18px 0px;
}

#corporatelogin{
	width:201px;
	height:73px;
	background-image:url(../imgs/corp-login-bg.gif);
	background-repeat:no-repeat;
	margin-left:18px;
	padding: 34px 0px 0px 18px;
	*padding: 34px 0px 0px 7px; /* IE HACK */
	display:none;/*KEVIN  24-3-2010*/
}


/* ********* QUICKBOOK AND TABLE PROPERTIES ********* */

#quickbookform {
	display: block;
	position: absolute;
	top: 34px;
	left: .5em;
}
#quickbookform tr td {
	vertical-align: middle;
	text-align: right;
}
#quickbookform * {
	font-size: 10px;
	color: #fff;
}
#quickbookform select, #quickbookform img {
	display: block;
	border: 1px solid #eabc67;
	background-color: #830808;
}
#quickbookform #ci_ym {
	width: 84px;
	height: 19px;
}
#quickbookform #nights, #quickbookform #ci_day {
	width: 40px;
	height: 19px;
}
#quickbookform #rateslink, #quickbookform #rateslink:visited {
	text-decoration: none;
	color: rgb(170,162,77);
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#quickbookform #rateslink:hover {
	color: rgb(221,215,181);
}


/* ********* CORPORATE LOGIN AND TABLE PROPERTIES ********* */

#corplogform {
}

#corplogform tr td {
	vertical-align: middle;
	text-align: right;
	background-color: none;
}
#corplogform * {
	font-size: 10px;
	color: #fde4b4;
}
#corplogform input {
	background-color:#7f480f;
	border: 1px solid #c4a970;
}
#corplogform select, #corplogform img {
	display: block;
	border: 1px solid rgb(186,178,93);
	background-color: #7f480f;
}


/* ********* CONTENT CONATINER PROPERTIES ********* */

#contentcontainer {
	margin: auto;
	width: 999px;
	background-color:#fff;
	/*background-image:url(../imgs/content-bg.gif);*/
	/*padding-top:52px;*/
}

#footercontainer {
	margin:0px auto;
	width: 999px;
	height:18px;
}

/* ********* SITEMAP CONATINER PROPERTIES ********* */

#sitemapcontainer {
	margin: auto;
	width: 999px;
}

#sitemapcontainer a {
	color:#f2c686;
	font-size:10px;
	text-decoration:none;
	*list-style-type:none;
}

#sitemapcontainer a:hover {
	color:#fff;
	text-decoration:none;
}

.sitemapone {
	float: left;
	width: 115px;
	padding: 10px 0px 0px 10px;
	padding-bottom: 15px;
	text-align:left;
	list-style-type:none;
}
.sitemapone li {
	*text-indent: -16px; /*-- IE 6 and 7 ONLY --*/
}

.sitemaptwo {
	float: right;
	width: 114px;
	padding: 10px 0px 0px 0px;
	padding-bottom: 15px;
	text-align:left;
	list-style-type:none;
}
.sitemaptwo li {
	*text-indent: -16px; /*-- IE 6 and 7 ONLY --*/
}



/* ******** ADDRESS AND AVVIO DIV PROPERTIES ********* */

#addresscontainer {
	margin:0px auto;
	width:999px;
	clear:both;
	border-top: 1px solid #ad8b65;
	padding: .5em 0;
}

#bottomleft {
   padding-bottom:12px;
   float: left;
   width: 300px;
   text-align:left;
   }
   


#bottomright {
   float: right;
   width: 550px;
   text-align: right;  /*depends on element width */
   } 

/* ********* CONTENT PROPERTIES ********* */

.toplinks{
	font-size:10px;
	color:#fff0df;
	text-decoration:none;
}

.toplinks a, a:hover{
	color:#fff;
}

.toplinkbreaker{
	font-size:10px;
	color:#996600;
	padding: 0px 4px 0px 4px;
}

.mainnavbreaker{
	font-size:17px;
	color:#6d6a57;
	padding: 0px 0px 0px 10px;
	float:none;
}

h1{
	color:#7b5e25;
	font-size:18px;
	text-transform:uppercase;
	.padding-top: 18px; /* IE HACK FOR THE LINE HEIGHT */
	/* ---- *  IE 7 Hack ---- */
	/* ---- _ IE 6 Hack ---- */
}

.sitemapheader{
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
}

.bottomnavbreaker{
	font-size:10px;
	color:#ad8b65;
	padding: 0px 5px 0px 5px;
}

.bottomlinks{
	font-size:10px;
	color:#edcaa1;
	text-decoration:none;
}

.bottomlinks a, a:hover{
	color:#fff;
}

.bottomline{
	font-size:17px;
	color:#ad8b65;
	text-decoration:none;
}

.avviolink{
	font-size:10px;
	color:#bd9b6b;
	text-decoration:none;
}
#content #gallery_lytebox .gallery_img_container {
	margin-bottom: 25px;
	margin-right: 25px;
	float:left;

}

#contentright A:link {color:#454545; font-family: Arial,Helvetica,snas-serif; font-size:12px}
#contentright A:visited {color:#454545; font-family: Arial,Helvetica,snas-serif; font-size:12px}
#contentright A:active {color:#454545; font-family: Arial,Helvetica,snas-serif; font-size:12px}
#contentright A:hover {color:#A17946; font-family: Arial,Helvetica,snas-serif; font-size:12px}
.images_with_links{margin-top:15px; *margin-top:20px; margin-left:5px; position:absolute;}
#col1_text_col2_images_with_links .text_column{/*width:470px;*/ width:660px;}
#offerContainer{
			background-image:url('../imgs/back.jpg');
			width:440px;
			border: 3px solid #7c4a0f;
			/*width:350px;*/
			padding:6px;
			margin:5px;
			background-position:top;
			background-repeat:repeat-x;
			background-color:#d39d53;
			float:left;
			height:97px;
}
#offer_image{
	border:1px solid #ffffff;
	margin-top:1px;
}
#specialOfferImg{
	margin-left:12px;
	margin-top:1px;
}


 #giftVoucherImage{
	margin-left:11px;
	margin-left/*\**/: 11px\9;
	margin-top:1px;
}
#specialOfferImg,  x:-moz-any-link {
	margin-left:11px;
	margin-top:1px;
}


/* ********* STREAMING OFFERS TEXT ********* */

.offerheader {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#720a0b;
	font-weight: normal;
	font-size:18px;
	
}
.offercontent  {
	
	font-family: Arial;
	color:#000000;
	font-size:11px;
	
}

.offermore  {
	
	font-family: Arial;
	color:#ffffff;
	font-weight: bold;
	font-size:12px;
	
}
.offer_div{
	background-image:url('../imgs/offerbk.jpg');
	background-repeat:no-repeat;
	float:left;
	width:339px;
	height:117px;
	text-align:left;
}
.offer_title{
	color:#940d0f;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.offer_desc{
	font-size:11px;
	padding-top:3px;
	padding-bottom:4px;
}
.offer_left{
	padding:8px;
	width:120px;
	float:left;
}
.offer_left img{
	border:1px #000000 solid;
}
.offer_right{
	padding:8px;
	padding-left:0px;
	width:185px;
	float:left;
}
.other_groups{
	width:200px;
	float:left;
}
.edit_link a{
	position:absolute;
}
/*NEW TEMPLATE CHANGES*/
.lhs_content{
	color: white;
	margin-top: -75px;
	text-align: left;
	width: 180px;
	margin-left: 20px;
	font-weight:bold;
}
.lhs_content *{
}
.lhs_content a{
	color:#ffffff;
}
.lhs_top{
	font-size: 14px;
}
.lhs_bottom{
	font-size: 16px;	
}
#icons{
	margin-left:10px;
}
#icons a{
	text-decoration:none;
}
.icon_item{
	height:100px;
}
#three_offers{
	width:100%;
}
.offerone{
	float:left;
	width:307px;
	height:100px;
	color:#ffffff;
	margin-left:20px;
}
.offerone a{
	text-decoration:none;
	color:#ffffff;
}
#offer_top{
	text-align:left;
	margin-left: 30px;
	font-weight:bold;
	font-size:18px;
}
#offer_bottom{
	text-align:left;
	margin-left: 30px;
	font-weight:bold;
	font-size:26px;
	margin-top:4px;
}
#offer_content{
	margin-top:-72px;
}

#best_rate_link a{
	color:#ffffff;
	margin-left: 35px;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;

}

