@charset "utf-8";
@import url("reset.css");
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background: #75cedf;
	text-align: center;
	color: #000000;

}
#floater{
	height:50%;
	width:100%;
	float:left;
	margin-bottom:-270px;
}

#container {
	width: 854px;
	background: #75cedf;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
	clear:both!important;
}
#header {
	background: #c8ebf2;
	height:94px;
}
#header ul {
	padding:69px 0 0 14px;
}
#header li {
	display:inline;
	list-style:none;
}
#header a {
	display:block;
	width:auto;
	text-decoration:none;
	color:#13b5ea;
	float:left;
	margin-right:55px;
}
.homePage #header .home, .areaPage #header .area, .areaGallery #header .area, .areaGoogle #header .area, .reservationsPage #header .reservations, .contactPage #header .contact, .galleryPage #header .gallery, #header a:hover {
	color:#ff7f45;
}
#mainContent {
	position:relative;
	height:403px;
}
.homePage #mainContent {
	background: #75cedf url(../images/logo.gif) no-repeat right bottom;
}
.areaGoogle #mainContent, .areaPage #mainContent {
	background: #75cedf url(../images/logo.gif) no-repeat right bottom;
}
.reservationsPage #mainContent {
	background: #75cedf url(../images/logo.gif) no-repeat right bottom;
}
.contactPage #mainContent {
	background: #75cedf url(../images/contact-art.jpg) no-repeat right bottom;
}
.homePage #mainContent .art {
	height:403px;
	width:486px;
	float:left;
	background: url(../images/home-art.jpg);
	overflow:hidden;
}

.reservationsPage #mainContent .art {
	height:403px;
	width:486px;
	float:left;
	background: url(../images/reservations-art.jpg);
	overflow:hidden;
}
.galleryPage #mainContent .art {
	height:403px;
	width:854px;
	float:left;
	overflow:hidden;
}
#mainContent .bodyCopy {
	position:absolute;
	top:53px;
	left:619px;
	width:228px;
	float:left;
	color:#FFF;
}
.homePage #mainContent .bodyCopy {
	position:absolute;
	top:53px;
	left:504px;
	width:343px;
	float:left;
	color:#FFF;
	height: 250px;
	overflow: auto;
}
.contentPage #mainContent .bodyCopy {
	top:53px;
	left:504px;
	width:343px;
}
#mainContent .bodyCopy h2, #mainContent .bodyCopy h1 {
	padding:0 0 32px;
	font-weight:bold;
}
#mainContent .bodyCopy p {
	padding:0 0 32px;
	line-height:14px;
}
.areaGoogle #mainContent .bodyCopy, .areaPage #mainContent .bodyCopy, .reservationsPage #mainContent .bodyCopy {
	position:absolute;
	top:53px;
	left:504px;
	width:336px;
	float:left;
	color:#FFF;
	height: 250px;
	overflow:auto;
}
#mainContent .bodyCopy h2, #mainContent .bodyCopy h1 {
	font-size:14px;
	padding:0 0 32px;
	font-weight:bold;
}
.areaGoogle .art, .areaPage .art {
	position:absolute;
	top:30px;
	left:10px;
	width:448px!important;
	height:342px!important;
}
#buttonNav {
	position:absolute;
	bottom:-17px;
	left:0px;
	width:149px;
	height:17px;
	z-index:1000;
}
#buttonNav ul {
	list-style:none;
}
#buttonNav ul li {
	display:inline;
}
#buttonNav ul li a {
	display:block;
	width:auto;
	padding:4px;
	float:left;
	margin:0 2px 0;
	background-color:#F90;
	text-decoration:none;
	font-size:9px;
	color:#FFF;
}
#buttonNav ul li a:hover {
	background-color:#09F;
}
.areaGallery #container #mainContent .art {
	height:403px;
	width:854px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:100;
}
.areaGoogle #mainContent .art {
	height:403px;
	width:490px;
	float:left;
	overflow:hidden;
}
.rates {
	color:#FFF;
}
.rates TABLE {
	width:450px;
	height:250px;
	border-collapse:collapse;
}
.rates TABLE TD {
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	line-height:14px;
	border:1px solid #FFF;
	border-collapse:collapse;
}
#footer {
	height:45px;
	background:#c8ebf2;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
