/* @override http://zara.webeyedea.info/site_smug/css/main.css */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*Eric Meyer's reset reloaded stylesheet...Thanks Eric ;) */

body {
	background: #f3f3e0;
	font: 0.9em tahoma, lucida sans, arial, sans-serif;
	color: #918376;
	line-height: 1.2em;
	letter-spacing: 0.06em;
}

#container {
	margin: 0 auto;
	background: #f3f3e0;
}

.clear {
	clear: both;
}

#header {
	position: absolute;
	background: #badde5;
	display: block;
	width: 100%;
	height: 190px;
	border-bottom: 4px solid #63797B;
}

#header h1 {
	margin-top: 12px;
	padding: 80px 0 0 80px;
	font-size: 2em;
	color: #918376;

}

#header h2 {
	font-size: 1.3em;
	color: #918376;
	margin: 22px 40px 0 120px;
}

#wrapper {
	padding: 0 0 6em 0;
}

#lastwave {
	display: block;
	height: 200px;
	width: 100%;
	background: url(../images/last_wave.png)  no-repeat;
	background-position: 61% 80px;
	position: absolute;
	top: 0;
}

#middlewave {
	display: block;
	height: 200px;
	width: 100%;
	background: url(../images/middle_wave.png) no-repeat;
	background-position: 10% 45px;
	position: absolute;
}

#frontwave {
	display: block;
	height: 230px;
	width: 100%;
	background: url(../images/front_wave.png)  no-repeat;
	background-position: 5% 10px;
	position: absolute;
}

#nav {
	margin: 107px 40px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 97px 10px 0 58px;
	background: url(../images/signpole.png) top left no-repeat;
	width: 142px;
}

#nav ul {
	background: url(../images/sign.gif) bottom left no-repeat;
	padding: 20px 0 40px 19px;
}

#nav ul li {
	padding: 0 5px 9px 0;
}


#nav ul li a {
	color: #f3f3e0;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: none;
	font-style:italic;

}

#nav ul li a:active {
	text-decoration: underline;
	font-style:italic;
	
}

#content {
	padding: 180px 0 0 0;
	margin: 0 0 0 220px;
	width: 550px;
	position: relative;
}

#content p {
	font: 1.1em tahoma, lucida sans, arial, sans-serif;
	line-height: 1.2em;
	color: #918376;
	margin: 1em 1em 1em 1em;
	max-width: 550px;
}

/**** where to find us_google map styling ****/

#map {
	padding: 0 0 0 0;
	width: 550px;
	margin: 40px 0 0 10px;

}
#map a {
	display: block;
	margin: 1em 0;
	color: #c06c1d;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

#map a:hover, #map a:active {
	text-decoration: none;
	font-style:italic;
	color: #63797B;
}

#map a:active {
	text-decoration: underline;
	font-style:italic;
	
}
/* contact */
#content #contactinfo {
	color: #463c32;
	position: absolute;
	left: 370px;
}

#content #contactinfo dl {
	display: block;
	width: 100%;
	margin: 1em 0;
	padding: 1em 0;
}
#content #contactinfo dl dt {
	color: #c06c1d;
	text-transform: lowercase;
	font-weight: bold;
	margin: 1em 0 .3em 0;
}

#content #contactinfo dl dd {
	font-size: .9em;
	line-height: 1.4;
}
#content #contactinfo dl dd span {
	color: #63797B;
	
}
.image {
	width: auto;
	height: auto;
	margin: 15px 15px 0 0;
}

.image img {
	display: block;
	padding: 20px 0 0 20px;
}



/* rooms */
#content dl#rooms {
	margin: 3em 0 0 300px;
}
#content dl#rooms dt {
	margin: 1em 0;
}
#content dl#rooms dt a {
	display: block;
	color: #c06c1d;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 .4em 0;	
}
#content dl#rooms dt a#one span.room {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 0px;
	top: 200px;
	background: transparent url(../images/polaroid-room1.png) no-repeat;
	background-position: 0 0;
}
#content dl#rooms dt a#one:hover span.room {
	background-position: 0 -300px;
	z-index: 50;
}

#content dl#rooms dt a#two span.room {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 40px;
	top: 280px;
	background: transparent url(../images/polaroid-room2.png) no-repeat;
	background-position: 0 0;
}
#content dl#rooms dt a#two:hover span.room {
	background-position: 0 -300px;
	z-index: 50;
}
#content dl#rooms dt a#three span.room {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: -50px;
	top: 380px;
	background: transparent url(../images/polaroid-room3.png) no-repeat;
	background-position: 0 0;
}
#content dl#rooms dt a#three:hover span.room {
	background-position: 0 -300px;
	z-index: 50;
}
#content dl#rooms dt a#four span.room {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 30px;
	top: 440px;
	background: transparent url(../images/polaroid-room4.png) no-repeat;
	background-position: 0 0;
}
#content dl#rooms dt a#four:hover span.room {
	background-position: 0 -300px;
	z-index: 50;
}
#content dl#rooms dt a#five span.room {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 50px;
	top: 540px;
	background: transparent url(../images/polaroid-room5.png) no-repeat;
	background-position: 0 0;
}
#content dl#rooms dt a#five:hover span.room {
	background-position: 0 -300px;
	z-index: 50;
}
#content dl#rooms dt a#six span.room {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 10px;
	top: 600px;
	background: transparent url(../images/polaroid-room6.png) no-repeat;
	background-position: 0 0;
}
#content dl#rooms dt a#six:hover span.room {
	background-position: 0 -300px;
	z-index: 50;
}
#content dl#rooms dt a#seven span.room {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 70px;
	top: 660px;
	background: transparent url(../images/polaroid-room7.png) no-repeat;
	background-position: 0 0;
}
#content dl#rooms dt a#seven:hover span.room {
	background-position: 0 -300px;
	z-index: 50;
}
/* things to do */
#content dl#rooms.things {
	margin: 0 0 0 300px;
}
#content dl#rooms.things dt {
	margin: 4em 0 0 0;
}

#content dl#rooms dt a {
	display: block;
	color: #c06c1d;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 .4em 0;	
}
#content dl#rooms dt a#one span.room.do {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 60px;
	top: 190px;
	background: none;
}

#content dl#rooms dt a#two span.room.do {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 0px;
	top: 300px;
	background: none;
}

#content dl#rooms dt a#three span.room.do {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 100px;
	top: 420px;
	background: none;
}

#content dl#rooms dt a#four span.room.do {
	display: block;
	width: 220px;	
	height: 210px;
	position: absolute;
	left: 10px;
	top: 540px;
	background: none;
}






