@import 'reset.css';

html {background:#fdfdf4 url(../images/header-bg.png) 0 0 repeat-x;
background-color:#fdfdf4;}

body {
	background:url(../images/spot.png) 50% 0 no-repeat;
	font:12px 'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	color:#666;
	text-align:center;
}

.inner {float:left;}
.cln {
	display:block;
	overflow:hidden;
	clear:both;
}
.notxt {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	font-size:0;
	line-height:0;
}

.fl {display:inline;float:left !important;}
.fr {display:inline;float:right !important;}
.tr {text-align:right;}
.tl {text-align:left;}
.tc {text-align:center;}

.wrapper {
	margin:0 auto;
	width:960px;
	text-align:left;
	position:relative;
	
}

a, h1 {color:#0ca3c6;}

h1 {
	font-size:1.6em;
	padding:8px 0 5px 0;
	text-transform:uppercase;
}

h2 {
	font-size:1.2em;
	padding:3px 0;
	color:#111;
	text-transform:uppercase;
}
h2 em {
	font-weight:normal;
	color:#666;
}

p {
	padding:8px 0;
}
p.copy {
	margin-top:30px
}

#header {
	height:113px;
	font-size:13px;
	background-color: #e9eada;
}
#header strong a b {display:none;}
#header strong a {
	display:block;
	position:absolute;
	left:10px;top:15px;
	width:150px;
	background:url(../images/logo.png) no-repeat;
	padding:40px 0 0 0;
	text-align:right;
	text-decoration:none;
	font-size:14px;
	height:43px;
}
#header strong a span {
	color:#0ca3c6;
	font-weight:normal;
}
#header ul {
	position:absolute;
	right:10px;
	top:40px;
	padding:40px 0 0 0;
}
#header ul li {
	display:inline;
	padding:0 0 0 20px;
}
#header ul li a {
	text-decoration:none;
	color:#666;
}
#header ul li a:hover, #header ul li.active a {
	color:#b2b2b2;
}

#wood {
	background:#33190d url(../images/wood.jpg) 50% 0 repeat-x;
	height:420px;
	overflow:hidden;
}
#wood img.hide {display:none;}

#content {
	background:url(../images/content-bg) 0 0 repeat-x;
}
#content .inner {
	padding:10px 65px;	
	background-color:#fdfdf4;
}

#content .inner.hotels {
	padding-right:0;
	
}

#content address {
	padding:30px 0 5px 0;
}

#hotels {
	margin-left:-30px;
	padding:10px 0;
}
dl.hotel {
	width:201px;
	margin-left:30px;
	display:inline;
	float:left;
}