/* Default Stylesheet */
@import url(reset.css);

h2, h3, h4, h5, ul, ol, dl, form, p {
	margin: 18px 0;
}

body {
	background: rgb(77,77,77);
	font: 10px 'Lucida Grande', helvetica, arial, sans-serif;
}

/*-- Page --*/
#page {
	/* column: 54px x 36px; gutter: 9px; */
	width: 801px;
	margin: 18px auto;
	background: rgb(25,25,25);
	color: white;
}

/*-- Header --*/
#header {
	background: rgb(77,77,77); /* url(../images/etb.jpg) no-repeat right 5px; */
}

h1 {
	height: 65px;
	width: 281px;
	background: url(../images/h1_bg.png) no-repeat left top;
	text-indent: -10000px;
}

#header h2 {
	margin: 9px 0 18px 9px;
	font-size: 1.2em;
	color: rgb(200,200,200);
}

#header h2 a {
	color: rgb(200,200,200);
}

#header h2 a:hover {
	color: white;
}

#header p {
	margin: 0;
	padding: 9px;
	background: rgb(40,40,40);
	text-align: right;
	font-size: 1.2em;
}

#header p a {
	color: white;
}

#header p a:hover {

}

#header p span {
	color: rgb(150,150,150);
}

/*-- Banner --*/
#banner {
	height: 383px;
	background: rgb(100,100,100) url(../images/header.jpg) no-repeat left bottom;
}

#banner strong {
	display: none;
}

/*-- Nav --*/
#nav {
	height: 36px;
	margin-top: -36px;
	padding-left: 9px;
}

#nav li {
	display: inline-block;
	float: left;
}

#nav li a {
	display: inline-block;
	padding: 9px 18px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: helvetica, arial, sans-serif;	
	text-decoration: none;
	color: white;
}

#nav li a:hover,
#home #home,
#rooms #rooms,
#attractions #attractions {
	text-decoration: underline;
}

/*-- Content wrapper --*/
#content {
	position: relative;
}

/*-- Main --*/
#main {
	width: 500px;
	padding: 0 18px;
	font-size: 1.2em;
	color: rgb(180,180,180);
}

#home #main {
	padding-bottom: 45px;
}

#attractions #main {
	width: auto;
}

#main h2 {
	font: 2.8em georgia;
	color: white;
}

h4 {
	clear: left;
	margin: 18px 0;
	font-family: georgia;
	font-size: 1.7em;
	color: white;
}

strong {
	font-size: 1.1em;
	color: white;
}

b {
	color: white;
}

#content img {
	width: 252px;
	padding: 1px;
	border: 1px solid rgb(80,80,80);	
}

#main img {
	float: right;	
	margin: 0 0 9px 9px;
}

.image_box.left {
	float: left;
	width: 252px;
	margin: 0 18px 9px 0;	
}

.image_box.right {
	float: right;
	width: 252px;
	margin: 0 0 9px 9px;	
}

.image_box p {
	margin: 0;
	font-size: 0.9em;
	color: rgb(100,100,100);
}

.image_box.right p {
	text-align: right;
}

p#sign {
	width: 130px;
	height: 54px;
	margin: 0;
	background: url(../images/signature.png) no-repeat left top;
	text-indent: -10000px;
	color: rgb(20,20,20);
}

address {
	font-family: helvetica, arial, sans-serif;
}

/*-- Rates table --*/
table {
	width: 493px;
	border: 1px solid rgb(50,50,50);
	border-collapse: collapse;
	background: rgb(40,40,40);
}

th, td {
	padding: 9px;
	border: 1px solid rgb(50,50,50);	
}

th {
	background: black;
	text-transform: uppercase;
	color: white;
}

th span {
	text-transform: lowercase;
	color: rgb(150,150,150);
}

/*-- Sidebar --*/
#sidebar {
	position: absolute;
	right: 18px;
	top: 36px;
	width: 252px;
}

#sidebar img {
	float: none;
	width: 100%;
	margin: 20px 0 0 0;
}

#sidebar a:hover img {
	border-color: rgb(200,200,200);
}

#sidebar p {
	margin: 0;
	text-align: right;
	font-size: 1em;
	color: rgb(150,150,150);
}

#sidebar p a {
	color: rgb(150,150,150);
}

#sidebar p a:hover {
	color: white;
}

/*-- Links --*/
a:link,
a:active,
a:visited,
a:hover {
	color: rgb(50,200,250);
}

/*-- Footer --*/
#footer {
	padding: 9px;
	background: rgb(77,77,77);
	text-align: right;
	color: rgb(150,150,150);
}

#footer > div {
	float: right;
}

#footer img {
	float: right;
	margin: 0 0 0 5px;
	padding: 1px;
	border: 1px solid rgb(100,100,100);
	vertical-align: top;	
}

#footer div p {

}

#footer p {
	margin: 0 0 10px 0;
}

#footer a {
	color: rgb(200,200,200);
}

#footer a:hover {
	color: white;
}