body {
	background-color: #FFFFE7; 
}

a:link { color: #c66373 ; text-decoration: underline  ;}
a:visited { color: #c66373 ; text-decoration: underline  ; }
a:hover { color: #666 ; text-decoration: underline  ; }

#homeBookingContainer {
width:800px; height: 22px;
margin: 0 auto;
padding: 5px 0 2px 0;
background-color: #462518;
}

	#homeBookingContainer form {
	margin: 0; padding: 0;
	}
	#homeBookingContainer ul {
	margin: 0; padding: 0;
	}
	#homeBookingContainer li {
	margin: 0; padding: 0;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
	#homeBookingContainer li select {
	margin: 2px 0;
	}


.formButton {
	color: #2b170c;
	background-color: #c48940;
	padding: 1px; margin: 1px;
	border: 1px solid #c4965e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.formfield_home {
background-color: #9c867d;
color: #fff;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #634337;
}
.formfield_home:focus {
background-color: #c48940;
color: #fff;
}

#bookingBarIcons {
	float:right;
	width: 121px; height: 22px;
}

#home_container {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background: url(../home_interface2011/home_pre_photo_flat.jpg) no-repeat 0 0;
position: relative;
z-index: 1;
}
	
	#home_container img {
		border: 0;
		outline: 0;
	}

#sound_icons {
	position:absolute;
	top: 10px; left: 10px;
}

#spa_stone {
	position:absolute;
	top: 140px; left: 150px;
	z-index: 60;
}
#marketplaceSign {
	position:absolute;
	top: 482px; left: 293px;
	z-index: 62;
}



#HomeMessageText {
	position:absolute;
	top: 90px; left: 250px;
	text-align: center;
	width: 235px;
}


#HomeMessageText p {
	font: normal 15px/120% 'Architects Daughter', cursive;
	padding: .02em; margin: .02em;
	color: #523029;
}

#HomeMessageText a {
	color: #523029;
	text-decoration: none;
}
#HomeMessageText a:hover {
	color: #523029;
	text-decoration: underline;
}



#home_photo_slideshow {
	position:absolute;
	top: 156px; left: 13px;
	z-index: 2;
}

#amenities_list {
	position:absolute;
	top: 224px; left: 580px;
	z-index: 50;
}

	#amenities_list .sandbag_village {
		padding-left: 10px;
	}
	#amenities_list .sandbag_inns {
		padding-left: 14px;
	}
	#amenities_list .sandbag_restaurants {
		padding-left: 18px;
	}
	#amenities_list .sandbag_shops {
		padding-left: 22px;
	}
	#amenities_list .sandbag_spa {
		padding-left: 26px;
	}
	#amenities_list .sandbag_memories {
		padding-left: 30px;
	}

#amenities_list p {
	font: normal 13px/100% 'Yanone Kaffeesatz', georgia, san-serif; 
	padding: 0; margin: 0;
	padding-bottom: .35em;
	margin-bottom: .4em;
	color: #965148;
	letter-spacing: .04em;
}
#amenities_list a {
	color: #965148;
	text-decoration: none;
}

#amenities_list a:hover {
text-decoration: underline;
}


