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

	img, div { behavior: url(css/iepngfix.htc) }
	
	/* ********* BODY PROPERTIES AND SLIDER CSS ********* */

	html, body {
		height: 100%;
		width: 100%;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #000;
		background-image:url(../imgs/wallpaper-bg.jpg);
		background-repeat:repeat-x;
		background-position:top;
		overflow:hidden;
		font-family:arial;
		font-size:12px;
		color:#fff;
	}
	
	#outsidecontainer {
	position: fixed;
	top:150px;
	left: 2%;
	right: 1%;
	width: 95%;
	/*padding-top: 150px;
	margin-top: auto;*/
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	}
	
	#intro {
    padding-bottom: 10px;
}

#slider {
    /*width: 800px;*/
	width:90%;
    margin: 0 auto;
    position: relative;
	/*border: 10px solid #ccc;*/
}

.scroll {
	overflow: hidden;
	/*width: 800px;*/
	width:90%;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
	border: 1px;
	border-color:#FFFFFF;
}

.scrollContainer div.panel {
	border-color:#FFFFFF;
    padding: 10px;
    width: 274px;
	height: 318px;
}

.scrollContainer li ul {
	font-size:12px;
}


#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../imgs/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../imgs/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #4e1c42;
	background-color:#000000;
	background-image:url(../imgs/slider-bg.jpg);
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	text-align:center;
	color: #ff1ad1;
	font-size: 12px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #fff;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

a {
	color: #ff1ad1;
	text-decoration: underline;
}

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

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
	
	
	
/* ********* LOGO DIV PROPERTIES ********* */

.container {
	z-index:1000;
}

.left-element {
   float: left;
   width: 49%;
   text-align:left;
   }

.right-element {
   float: right;
   width: 49%;
   text-align: right; 
   } 	
	
/* ********* STICKY FOOTER PROPERTIES ********* */

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

.footerbg {
	position:absolute;
	width:100%;
	height:80px;
	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: rgb(228,228,228);
}
#quickbookform select, #quickbookform img {
	display: block;
	border: 1px solid rgb(105,105,105);
	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(170,162,77);
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#quickbookform #rateslink:hover {
	color: rgb(221,215,181);
}

/* ********* FOOTER DIVS PROPERTIES FROM LARS ********* */

#widthcontainerbottom2 {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
}

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

#footermenu { /* THIS CAN BE FOR THE SUB LINKS */
	height:30px;
	position:absolute;
	right:147px;
	top:30px;
	width:389px;
}
#footermenu a, #footermenu a:visited{
	color: rgb(201,185,167);
	text-decoration: none;
	text-transform: lowercase;
}
#footermenu a:hover {
	color: #FFF;
}
#avviolink {
	position: absolute;
	right: 14px;
	top: 62px;
	font-size: 9px;
	color: rgb(124,124,124);
}
#avviolink a, #avviolink a:visited {
	text-decoration: none;
	color: rgb(124,124,124);
}

#avviolink a:hover {
	color: rgb(255,222,248);
}

.avviolinkbreaker {
	color: rgb(236,4,189);
	padding: 0px 2px;
}

#mainnav { /* THIS IS FOR THE MAIN NAV */
	height:30px;
	position:absolute;
	right:31px;
	top:0;
	width:511px;
}

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

	.maincontentone { 
	font-size:12px;
	line-height:16px !important;
	line-height:18px;
	color:#baa8bb;
	text-align:justify;
	}
	
	.maincontenttwo { 
	font-size:12px;
	line-height:16px !important;
	line-height:18px;
	color:#8b648f;
	text-align:justify;
	}
	
	h1{
	font-size:18px;
	color:#fff;
	text-align:center;
	}
	
	h1 a{
	font-size:18px;
	color:#fff;
	}
	