/***********************************************
stylesheet city-beach
************************************************/

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:10px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}


/************************************************
tags
************************************************/
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #1E7CC1;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #1e7cc1;
	margin-bottom: 12px;
	text-transform: uppercase;
}
h2 {
	font-size:12px;
	color: #1e7cc1;
	margin-top: 10px;
	xmargin-bottom: 2px;
	text-transform: uppercase;
}
h3 {
	font-size:10px;
}
h4 {
	font-size:10px;
}
p {
	margin:0;
}
strong {
	color: #444444;
}
input, select, textarea {
	font-size: 0.9em;
}
/*
input.errors {
	background-color: #ff2222;
}

form {
	margin: 0px;
	padding: 0px;
}
img {
	border:0;
}
*/
table, td {
	border-collapse:collapse;
}
/*
ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
li {
	margin-left: 0px;
	padding-left: 3px;
}
td {
	vertical-align: top;
}

*/

/************************************************
classes: generic
************************************************/

.blockscreen {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
	xdisplay: none;
    background-color: #000000;
    filter: alpha(opacity = 75);
    opacity:.75;
}



/************************************************
id: detached
************************************************/

#debug {
	position: absolute;
	top:50px;
	left:1200px;
	z-index:100;
	border:3px solid #FFCC99;
	background-color: #333333;
	padding:5px;
	color: #ffffff;
}


/************************************************
id: header
************************************************/


#wrapper {
	width:900px;
	margin:auto;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	position:relative;
	background:url(../img/bg/side.gif) top center repeat-y;
	xborder: 1px solid #ff0000;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 100px;
	xborder: 1px solid #0000ff;
}
#header #location {
	margin: 0px;
	padding: 0px;
	width: 450px;
	height: 70px;
	padding-top: 30px;
	margin-left: 16px;
	xborder: 1px solid #00ffff;
}
#header #location .vertstripe {
	border-left: solid 1px #808080;
}
#header #location .title {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #1e7cc1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	xborder: 1px solid #00ff00;
}
#header #location .subtitle {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #f0a745;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	xborder: 1px solid #00ff00;
}

#header #logo {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	height: 100px;
	margin-right: 16px;
	xborder: 1px solid #00ff00;
}

#menu {
	margin: 0px;
	padding: 0px;
	width: 868px;
	height: 20px;
	margin-top: 10px;
	margin-left: 16px;
	margin-right: 16px;
	font-size: 1.4em;
	color: #808080;
	xborder: 1px solid #ff0022;
}
#menu #navi {
	xfont-weight: bold;
}

#menu #navi .high {
	color: #1E7CC1;
}

#menu #more {
	float: right;
}


#topshadow {
	background:url(../img/bg/topshade.gif) top center repeat-x;
	width:888px;
	height:8px;
	margin-left: 6px;
	xborder: 1px solid #ff6622;
}

#mainbox {
	margin: 0px;
	padding: 0px;
	width: 888px;
	margin-left: 6px;
	position: relative;
	xborder: 1px solid #ff0000;
}

#mainbox #backimage {
	margin: 0px;
	padding: 0px;
	width: 888px;
	height: 429px;
	float: left;
	z-index:10;
	position: absolute;
	xborder: 1px solid #226699;
}
#mainbox #homeimage {
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: 429px;
	float: right;
	right: 0px;
	z-index:10;
	position: absolute;
	xborder: 1px solid #226699;
}
#mainbox #overlay {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 429px;
	float: left;
	left: 80px;
	position: absolute;
	z-index:100;
	xborder: 1px solid #226699;
}

#mainbox #home {
	width:600px;
	float: left;
	position: relative;
	left: 20px;
	margin-top: 25px;
	z-index:200;
	xborder: 1px solid #226699;
}
#mainbox #home .homecity {
	font-size: 1.4em;
	color: #1e7cc1;
	font-weight: bold;
}
#mainbox #home .homename {
	font-size: 1.4em;
	color: #f0a745;
	font-weight: bold;
}
#mainbox #home .homedesc {
	font-size: 1.2em;
	color: #444444;
	font-weight: bold;
}


#mainbox #content {
	width:550px;
	float: left;
	position: relative;
	left: 100px;
	margin-top: 5px;
	z-index:200;
	font-size: 1.2em;
	xborder: 1px solid #226699;
}


#mainbox #content #subnavi {
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 25px;
	xborder: 1px solid #226699;
}

#mainbox #content #weather {
	font-size: 10px;
	float: right;
	position: relative;
	right: -20px;
	xborder: 1px solid #226699;
}



#mainbox #content #subnavi a:hover {
	xcolor: #1E7CC1;
	color: #f0a745;
}
#mainbox #content #subnavi .high {
	xfont-weight: bold;
	xcolor: #1E7CC1;
	color: #f0a745;
}

#mainbox #content #reservations {
	font-size: 9px;
	border: 1px solid #444444;
}
#mainbox #content #reservations .header {
	color: #000000;
}
#mainbox #content #reservations .slot {
	border: 1px solid #444444;
}


#mainbox #minheight {
	position:relative;
	float:right;
	width:1px;
	height:429px;
}
#mainbox #clear {
	clear: both;
}

#btmshadow {
	background:url(../img/bg/btmshade.gif) top center repeat-x;
	width:888px;
	height:8px;
	margin-left: 6px;
}

#gallery {
	left: 0px;
	top: -50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: left;
	width: 650px;
    z-index: 350;
	background-color: #ffffff;
}
#galhead {
	text-align: center;
}
#galtitle {
	text-align: center;
	font-size: 1.5em;
}
#galimage {
	text-align: center;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 20px;
	margin-top: 10px;
	text-align:center;
	xborder: 1px solid #987600;
}

