@charset "utf-8";

/* CSS Document */

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

html>body #container {
	height: auto;
}

html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px/22px verdana;
	color: #999999;
}

html {
	background-color: #FFF;
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.deals_text {
	font-size: 22px;
}



#container {
	position:relative
}

#logo {
	position: absolute;
	left: 16px;
	top: 17px;
}

#logo a:hover img {
	opacity: 0.85;
}

#reserve {
	position: absolute;
	left: 516px;
	top: 0px;
}

#awards {
	position: absolute;
	left: 644px;
	top: 0px;
}

#headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8e8a81;
	letter-spacing: 1px;
	position: absolute;
	left: 459px;
	top: 80px;
	text-align: right;
	width: 400px;
}

#headertext h3 {
	font-size: 20px;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#nav {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 175px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
}

#flashholder {
	background-image: url(../images/bg_index_flash.jpg);
	background-repeat: no-repeat;
	height: 292px;
	width: 822px;
	position: absolute;
	left: 21px;
	top: 235px;
	padding-top: 28px;
	padding-left: 35px;
}

#flashholder #indexflash {
	height: 262px;
	width: 790px;
	border: 1px solid #cdcdcd;
	background-image: url(../images/index_flashbg.jpg);
	background-repeat: no-repeat;
}

#indexdesctext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #969288;
	width: 520px;
	position: absolute;
	left: 57px;
	top: 568px;
	line-height: 21px;
}

#indexdesctext h3 {
	font-size: 18px;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#indexgrid {
	color: #969288;
	background-image: url(../images/bg_index_grid.jpg);
	height: 263px;
	width: 773px;
	position: absolute;
	left: 51px;
	top: 714px;
}

#indexgrid {
	position:relative
}

#indexgrid #hotdeals {
	height: auto;
	width: 185px;
	position: absolute;
	left: 22px;
	top: 31px;
	background-image: url(../images/hotdeals.gif);
	background-repeat: no-repeat;
	background-position: center 17px;
	padding-top: 100px;
	font-size: 15px;
	text-align: center;
}

#indexgrid #hotdeals br {
	line-height: 15px;
}

#indexgrid #features {
	height: 100px;
	width: 266px;
	position: absolute;
	left: 257px;
	top: 31px;
	background-image: url(../images/index_sm_pic.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 100px;
}

#indexgrid #features ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}

#indexgrid #utah {
	height: 190px;
	width: 155px;
	position: absolute;
	left: 588px;
	top: 36px;
}

#footer {
	height: auto;
	width: 750px;
	position: absolute;
	left: 58px;
	top: 992px;
}
#footer .llc {
	font-size: 10px;
}
#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #843205;
	text-decoration: underline;
}

/*Slideshow*/
	.contentContainer {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.contentContainer p, .contentContainer h1 {
	margin-top:0px;
}

/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder, .imageSlideshowHolder_left {
	margin:5px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */
	width:151px;	/* Image width */
	height:100px;	/* Image height */
	position:relative;	/* Don't remove this line */
}

.leftFloatingDiv {
	float:left;
	width:160px;
	height:110px;
}

/* Don't change these values */
	.imageSlideshowHolder img {
	position:absolute;
	left:-634px;
	top:-5px;
}
