/* ********* IE 6 PNG FIX ********* */

	/*img, div { behavior: url(includes/css/iepngfix.htc) }*/

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

	html, body {
		height: 100%;
		width: 100%;
	}

	body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:url(../../imgs/bg.jpg);
	background-position:center;
	font-family:arial;
	font-size:12px;
	line-height: 16px;
	color:#333;
	overflow:hidden;
	}
	

/* ********* WEBSITE CONTENT / FLASH BG DIV ********* */
	
	#flash-background{
		width:100%;
		height:100%;
		text-align: center;
		vertical-align: middle;
		margin:0px;
		position:absolute;
		top:0px;
		left:0px;
		margin-left:0px;
		z-index:0;
	}

	#websitefooter{ /* FIND OUT HOW THIS FITS!!!! */
		width:100%;
		vertical-align:bottom;
		height:67px; /* THIS WAS 26px */
		/*margin:30px auto;*/
		position:relative;
		z-index:10000;
	}
	
	#websitecontent{
		width:100%;
		vertical-align:bottom;
		position:absolute;
		background-image:url(../../imgs/header-bg.jpg);
		background-repeat:repeat-x;
		z-index:10000;
	}
	
/* ********* STICKY FOOTER PROPERTIES ********* */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -87px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 87px; /* .push must be the same height as .footer */
}

.footerbg {
	position:absolute;
	width:100%;
	height:87px;
	background-image:url(../../imgs/footer-bg.jpg);
}

/* ********* QUICKBOOK FORM PROPERTIES ********* */

#quickbookform {
	display: block;
	position: absolute;
	left: 0px;
}
#page #quickbookform tr td {
	vertical-align: middle;
	text-align: right;
}
#quickbookform * {
	font-size: 10px;
	color: #fff;
}
#quickbookform select, #quickbookform img {
	display: block;
	border: 1px solid rgb(183,183,183);
	background-color: #000;
}
#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(72,226,255);
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#quickbookform #rateslink:hover {
	color: rgb(72,226,255);
}

#quickbooktxt {
	color:#333333;
	font-size:10px;
}

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

#widthcontainertop {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 895px;
	height:114px;
	z-index: 20000;
}

#onlineres {
   position: absolute;
   right:0px;
   top:8px;
   width: 376px;
   height:68px;
   background-image:url(../../imgs/booking-bg.gif);
}

#bestrate {
   position: absolute;
   right:22px;
   top:22px;
   font-size: 10px;
   text-transform:uppercase;
   color:#1f616d;
} 

#bestrate a, #bestrate a:visited {
	text-decoration: none;
	color: #1e1e1e;
}

#bestrate a:hover {
	color: #48e2ff;
}

#logo {
   position: absolute;
   left: 0px;
   width: 142px;
   height: 77px;
}

/*#navdiv {
	position: absolute;
	width:895px;
	height:30px;
	top: 93px;
	left: 6px;
	z-index: 30000;
}*/
   
   .container2 {/* THIS IS THE CONTAINER FOR CONTENT SLIDER */
}

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

.links-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height:19px;
	text-decoration: none;
}

.links-pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fe2fd4;
	line-height:22px;
	text-decoration: none;
}

.links-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #33b9ff;
	line-height:22px;
	text-decoration: none;
}

.links-blue-seperate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

/*a:hover {
	color: #fe2fd4;
	text-decoration: none;
}*/

/* ********* FOOTER DIVS PROPERTIES ********* */

#widthcontainerbottom {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 895px;
}

#footerspecials { /* THIS IS FOR THE BOTTOM LEFT SECTION WITH THE SPECIALS */
	display: block;
	position: relative;
	left: 0px;
	top: 2px;
}

#specialoffers {
	width: 450px;
	height: 44px;
	position: absolute;
	left:190px;
	*left: 180px;
	top: -20px;
}







#avviolink {
	position: relative;
	/*width: 895px;*/
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	top: 52px;
	text-align: left;
	font-size: 9px;
	color: #1e1e1e;
}

#avviolink a, #avviolink a:visited {
	text-decoration: none;
	color: #1e1e1e;
}

#avviolink a:hover {
	color: #6a6a6a;
}

.avviolinkbreaker {
	color: #a5a5a5;
	padding: 0px 2px;
}

/* ********* TERMS POP-UP PROPERTIES ********* */

#termsdiv  {
	width: 380px;
	padding: 7px 18px 7px 18px;
	text-align:left;
}

.termsheader  {
	color:#000;
	font-weight:bold;
	line-height: 22px;
}

.termsprint  {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
.galleryColumn{
	width:169px;
	float:left;
}
