/* DEFAULTS
-------------------------------------------- */

html {
	padding:0;
	margin:0;
	/*background: #ffff4d url(../imgs/bac-centered.gif) repeat-y center;*/
	background: #ffff4d;
	}
body {
	color:#000;
	font-family: "Trebuchet MS",arial,san-serif; 
	}
	
a {
	color:#000;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
img, img a {
	border: none;
	}
	

/* DEV
-------------------------------------------- */		
/*.unit {
	border:1px #f00 solid;
}
.container {
	border:1px #00f solid;
}*/

/* LAYOUT
-------------------------------------------- */	
#Layout {
	width:880px;
	margin: 0 auto;
	background: #ffff4d url(../imgs/bac-centered.gif) repeat-y center;
}

#Header {
	width:860px;
	height:420px;
	
	}
	#Header ul { 
		margin: 0; 
		padding: 0;
		}
	#Header li {
		list-style: none;
	}
#Slideshow {
	z-index:1;
}
#Nav {
	top:20px;
	width:185px;
	height:345px;
	z-index:10;
	position: absolute;
}
#Wave {
	top:390px;
	z-index:10;
	position: absolute;
}

#Footer {
	font-size:11px;
	}
	#Footer ul { 
		padding:0;
		margin:0;
		}
	#Footer li {
		list-style: none;
		padding-right:10px;
	}
#Footer .pad {
	padding: 0 50px 20px 50px;
}

.content .pad {
	padding: 0 50px 20px 50px;
}
.sidebar {
	width:270px;	
}
.sidebar .pad {
	padding: 15px 50px 20px 0;
}
.sidebar .imgs {
	height: 267px;
	margin-bottom: 5px;
}
	.sidebar ul { 
		padding:0;
		margin:0;
		}
	.sidebar li {
		list-style: none;
	}
.frame {
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	padding: 8px;
}

.clear {
	display:block;
	clear: both;
}

/* HEADING1
---------------------------------------- */
h1 {
	width: 486px; 
	height: 36px;
	text-indent: -9999px;
	margin: 0;
	margin-bottom:8px;
}

h1#home {
	background-image: url(../imgs/ttl-welcome-butterfli-lodge.gif);
}
h1#reservations {
	background-image: url(../imgs/ttl-reservations.gif);
}
h1#rates {
	background-image: url(../imgs/ttl-rates.gif);
}
h1#contact {
	background-image: url(../imgs/ttl-contact.gif);
}

ul.horizontal li {
	float:left;
}

