@charset "utf-8";
HTML {
	height:100%;
}

BODY {
	font-family:Tahoma, Geneva, sans-serif;
	line-height:20px;
	font-size:14px;
	position:relative;
	height:100%;
	margin:0;
	padding:0;
	background:white url(images/swath-light.png) no-repeat;
}
HTML > BODY {
	background:white url(images/swath-light.png) no-repeat top center fixed;
	min-height:100%;
	height:auto;
}
A:LINK, A:VISITED {
	color:#900;
	text-decoration:none;
}
IMG {
	border:none;
}
#header {
	width:100%;
	height:80px;
	border-bottom:black 2px solid;
	background:#232020;
}
BODY > #header {
	background:#232020 url(images/swath-dark.png) no-repeat top center fixed;
	top:0px;
}
#header *,#footer * {
	margin:0;
	padding:0;
}
#header-inner {
	position:relative;
	height:80px;
	width:960px;
}
#header > #header-inner {
	margin:0 auto;
}
#header H1 {
	position:absolute;
	right:0;
	top:0;
	width:420px;
	height:0;
	padding-top:120px;
	line-height:0;
	font-size:0;
	overflow:hidden;
	background:url(images/head-title.png) no-repeat top right;
}
#header-inner UL {
	display:block;
	position:absolute;
	list-style:none;
	left:80px;
	top:80px;
	width:880px;
}
#header-inner LI {
	display:block;
	float:left;
	width:120px;
	margin:0 20px;
	font-variant:small-caps;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:38px;
	height:38px;
	border-top:2px solid black;
}
#header-inner LI.book {
	width:160px;
	margin:0 120px;
}
#header-inner LI:HOVER {
	border-top-color:#900;	
}
#header-inner LI A {
	display:block;
}
#header-inner LI A:HOVER {
	background-color:#b96363;
	text-decoration:none;
}
#header-inner LI > A:HOVER {
	background-color:rgba(144,0,0,.65);
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#content {
 width:960px;	
 padding:0 10px;
}
BODY > #content {
	padding:50px 0 230px 0;
	margin:0 auto;	
}

#footer {
	position:relative;
	width:100%;
	height:200px;
	background:#3e0101;
	border-top:black 2px solid;
}
BODY > #footer {
	position:absolute;
	bottom:0;
	background:#3e0101 url(images/swath-dark.png) no-repeat top center fixed;
}
#footer > #footer-inner {
	margin:0 auto;
}
#footer-inner A:LINK, #footer-inner A:VISITED {
	color:yellow;
}
#footer-inner {
	color:white;
	width:960px;
	text-align:center;
}
#footer-inner UL {
	display:block;
	list-style:none;
	margin:-28px 0 0 160px;
	height:20px;
}
#footer-inner LI {
	display:block;
	float:left;
	width:120px;
	padding:0 20px;
	font-variant:small-caps;
	font-weight:bold;
	border-right:1px solid #900;
}
#footer-inner LI.book {
	border-right:none;
}
#footer-inner LI A:LINK, #footer-inner LI A:VISITED {
	color:#900;	
}
#footer-inner ADDRESS {
	font-style:normal;
	width:240px;
	margin-left:160px;
	float:left;
}
#footer-inner #HoO {
	width:240px;
	margin-left:560px;
}
#footer-inner #HoO .day {
	text-align:left;
}
#footer-inner #HoO .hours {
	width:80px;
	float:right;
}
FORM P {
	clear:left;
	text-align:center;
}
FIELDSET {
	width:450px;
	margin:0 auto;
}
SELECT {
	vertical-align:text-top;
}
LABEL {
	width: 45px;
	padding-right:5px;
	display:inline-block;
	text-align:right;
}
.hint {
	width:33%;
	float:right;
	padding:0 10px;
	font-size:10px;
	font-style:italic;
}
P.success {
	color:#060;	
}
P.error {
	color:#900;	
	font-weight:bold;
}
.price-list {
	margin:0;
	padding:0;
	list-style:none;
}
.price-list LI {
	list-style:none;
	width:340px;
	border-bottom:2px dotted black;
	height:1.5em;
	overflow:hidden;
}
.price-list LI SPAN {
	float:left;
	border-bottom:2px solid #C5A778;
}
.price-list LI .price {
	float:right;
	border-bottom:2px solid #C5A778;
}
.col-1 {
	float:left;
	clear:left;
	width:340px;
	margin:1em 0 0;
}
.col-2 {
	width:340px;
	margin:1em 0 0 370px;
}
#jump-list {
	list-style:none;
	padding:0;
	position:absolute;
	margin:320px 0 0 0;
}
#jump-list LI {
	list-style:none;
	float:left;
	width:20px;
	text-align:center;
	margin:0 10px 0 0;
	border:1px solid #900;
}
#jump-list LI A {
	display:block;	
}
#jump-list LI A:HOVER {
	background:#999;	
}
#jump-list LI A:ACTIVE {
	background:#900;	
	color:#999;
}

#slider {
	height:300px;
	overflow:auto;
	overflow-y:hidden;
	width:400px;
	border:1px solid #900;
}
#slider-inner {
	list-style:none;
	padding:0;
	margin:0;
}
#slider-inner LI {
	float:left;
}
#slider-inner LI A {
	outline:none;	
}

