* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #c6c7a9 url('../images/bg.jpg') repeat-y top center;
	font-size: 62.5%;
	font-family: "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}

#topper {
	position: relative;
	width: 1050px;
	height: 25px;
	background: #57004f;
	border-bottom: 3px solid black;
}

#header {
	position: relative;
	width: 1050px;
	height: 119px;
	background: #fcf5fb url('../images/header_bg.png') no-repeat top right;
}

	#logo {
		position: relative;
		left: 42px;
	}
	
	#languages {
		position: absolute;
		top: 11px;
		right: 33px;
		font-size: 1.2em;
		color: #9d93a4;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
		cursor: default;
	}
	
		#languages a {
			color: #767676;
			font-weight: normal;
			text-decoration: none;
		}
		
		#languages a:hover {
			text-decoration: underline;
		}
		
	#ie_alternatives {
		position: absolute;
		top: 11px;
		right: 300px;
		font-size: 1.4em;
		color: red;
		text-align: center;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
		cursor: default;
	}

#nav_menu {
	position: relative;
	width: 1017px;
	height: 40px;
	background: #57004f;
	padding-left: 33px;
	z-index: 10;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

	#nav_menu a {
		color: white;
		text-decoration: none;
	}

	div.nav_item {
		position: relative;
		height: 40px;
		line-height: 40px;
		color: white;
		font-size: 1.4em;
		float: left;
		padding: 0 15px 0 15px;
		cursor: pointer;
	}
	
		div.nav_highlighted {
			background: #3d0738;
		}
		
		div.submenu_container {
			position: absolute;
			top: 40px;
		}
		
			div.nav_submenu {
				position: relative;
				left: -15px;
			}
			
				div.nav_submenu_item {
					position: relative;
					width: 100%;
					background: url('../images/submenu_bg.png') repeat;
					white-space: nowrap;
				}
				
				div.nav_submenu_item:hover {
					background: url('../images/submenu_highlight_bg.png') repeat;
				}
				
					div.nav_submenu_text {
						padding: 0 15px 0 15px;
					}

	#reservations {
		position: absolute;
		height: 27px;
		line-height: 27px;
		top: -27px;
		right: 45px;
		cursor: pointer;
		background: url("../images/reservations_bg.png");
		color: #57004f;
		font-size: 1.4em;
		cursor: pointer;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}
	
		#reservations img {
			vertical-align: baseline;
		}
	
		#reservations img.left {
			position: relative;
			left: -4px;
			vertical-align: top;
		}
	
		#reservations img.right {
			position: relative;
			right: -4px;
			vertical-align: top;
		}

#photo_block {
	position: relative;
	width: 1050px;
	height: 533px;
	background: #aaaaaa;
	overflow: hidden;
}

#slideshow_thumbs {
	position: absolute;
	height: 533px;
	text-align: center;
	background-color: #aeaeae;
	overflow: hidden;
}

	#slideshow_thumbs img {
		display: block;
		cursor: pointer;
	}

	#sidebar {
		position: absolute;
		top: 0;
		right: 0;
		height: 483px;
		width: 340px;
		background: #fcf5fb;
		padding: 25px 50px 25px 25px;
		font-size: 1.2em;
		color: #767676;
	}
	
		#sidebar table {
			border-spacing: 0px 2px;
		}
		
		#sidebar tr {
			background-color: #57004f;
			color: white;
			font-size: 1.8em;
			cursor: pointer;
			white-space: nowrap;
		}
		
		#sidebar td {
			padding: 5px 15px;
		}
		
		#sidebar tr:hover {
			background-color: #3d0738;
		}
		
		#sidebar a {
			color: #505050;
		}
	
	#poem_bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 1050px;
		height: 533px;
		background: white;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	
	#poem {
		position: absolute;
		top: 0;
		left: 0;
		width: 1050px;
		height: 533px;
		overflow: hidden;
	}
	
	#poem div {
		position: absolute;
	}
	
#slideshow_thumbs_hori {
	position: relative;
	width: 1050px;
	text-align: center;
	background-color: #aeaeae;
	overflow: hidden;
	white-space: nowrap;
}

#slideshow_thumbs_hori img {
	vertical-align: bottom;
	cursor: pointer;
}

#page_title {
	position: relative;
	width: 975px;
	height: 40px;
	line-height: 40px;
	background: #57004f;
	color: white;
	font-size: 2.6em;
	padding-left: 75px;
	cursor: default;
}

#text_content {
	position: relative;
	width: 950px;
	padding: 25px 50px 10px 50px;
	font-size: 1.2em;
	color: #767676;
	background: #fcf5fb;
}

	#text_content a {
		color: #505050;
	}

	div.text_column_left {
		width: 450px;
		clear: none;
	}
	
	div.text_column_right {
		width: 450px;
		float: right;
	}

	span.first_letter {
		font-size: 1.8em;
		font-weight: bold;
	}
	
	div.footnote {
		text-align: right;
		font-style: italic;
	}
	
	#text_content table {
		border-collapse: collapse;
		border: 2px solid #767676;
		margin-bottom: 3.0em;
	}
	
	#text_content td {
		border: 1px solid #767676;
		padding: 2px 5px;
	}
	
	#text_content th {
		border: 1px solid #767676;
		padding: 2px;
		background-color: #ddd;
	}

#footer {
	position: relative;
	width: 1010px;
	height: 40px;
	background: #57004f;
	font-size: 1.0em;
	color: #aeaeae;
	text-align: right;
	padding: 10px 40px 0 0;
}

	#footer img {
		position: relative;
		float: left;
		left: 40px;
		vertical-align: top;
	}

	#footer a {
		color: #fcf5fb;
		font-weight: normal;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
#footer_bottom {
	position: relative;
	width: 1050px;
	height: 24px;
}

#grunge_left {
	position: absolute;
	width: 33px;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url('../images/grunge_left.png') repeat-y top;
	z-index: 50;
}

#grunge_right {
	position: absolute;
	width: 33px;
	height: 100%;
	top: 0;
	right: 0;
	background: transparent url('../images/grunge_right.png') repeat-y top;
	z-index: 50;
}

.hidden {
	display: none;
}

.transparent {
	opacity: 0;
	filter: alpha(opacity=0);
}

#mailing_list_reply, #contact_reply {
	opacity: 0;
	filter: alpha(opacity=0);
}

ul {
	margin-left: 15px;
}

h1 {
	font-family: "Segoe Script", "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	border-bottom: 1px solid #767676;
	cursor: default;
}

h2 {
	font-family: "Segoe Script", "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #767676;
	cursor: default;
}

label {
	width: 60px;
	float: left;
	text-align: right;
	margin-top: 4px;
	margin-right: 5px;
	display: block;
	vertical-align: middle;
}

input {
	font-family: "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 3px 0;
	border: 1px solid #767676;
	background-color: #eee;
	width: 273px;
	vertical-align: middle;
}

textarea {
	font-family: "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 3px 0;
	border: 1px solid #767676;
	background-color: #eee;
	width: 338px;
	height: 100px;
}

#submit_button {
	width: auto;
	float: right;
	padding: 0 10px;
	cursor: pointer;
}

span#nav_arrows {
	float: right;
	margin-right: 33px;
	white-space: pre;
	font-weight: bolder;
}

	span#nav_arrows a {
		color: white;
		text-decoration: none;
	}
	
	span#nav_arrows a:hover {
		color: #aeaeae;
		text-decoration: none;
	}

span.quote {
	text-transform: uppercase;
	float: left;
	margin-bottom: 1.0em;
	margin-right: 10px;
	font-style: normal;
}

span.price {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1.6em;
}

span.pre {
	white-space: pre;
}

div.quotes li {
	margin-bottom: 20px;
	list-style-image: url("../images/quote_start.png");
}

div.clear_floats {
	clear: both;
}

/* Set up image height/width and location in the photo block below here */

.slideshow_home img, .slideshow_weddings img, .slideshow_honeymoon img, .slideshow_gallery img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1050px;
	height: 533px;
}

.slideshow_suites img, .slideshow_suite_garden img, .slideshow_suite_horizon img, .slideshow_suite_master img, .slideshow_suite_bungalow img, .slideshow_media img, .slideshow_events img {
	position: absolute;
	top: 0;
	left: 0;
	width: 635px;
	height: 533px;
}

.slideshow_maps img {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 533px;
}

.slideshow_reviews_english img, .slideshow_reviews_spanish img {
	position: absolute;
	top: 0;
	left: 0;
	width: 425px;
	height: 533px;
}

.slideshow_press img {
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	height: 533px;
}
