/* COLOR SCHEME
==================================================

background: #EE931C
text: #19161A
headers + captions + legends + extra: #E56D0D
anchors (link | visited | hover + active): #08528B | #78088B | #E56D0D
note: #342D36
borders: #F4AF54
backgrounds: #FADEB2

*/

/* SCREEN RULES
================================================== */

@media screen {
	
/* BASE
-------------------------------------------------- */

body,
h1, h2, h3,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	 font: .85em/1.3 "Trebuchet MS", sans-serif; 
}
body {
	color: #19161A;
	background-color: #EE931C;
	min-width: 980px;
	padding-bottom: 60px;
}

html {
	background-color: #F0DFC1;
}
body.popup {
	background-color: #F0DFC1;
	min-width: 260px;
	padding: 5px 20px;
	height: 100%;
}

/* HEADLINES
-------------------------------------------------- */

h1 {
	font: bold 2em/1 "Arial Black", sans-serif;
	word-spacing: -.1em;
	color: #E56D0D;
	margin: 0 0 .66em 0;
}
h2 {
	font: normal 1.5em/1 sans-serif;
	color: #E56D0D;
	margin: 1em 0 .66em 0;
}
h3  {
	font: bold 1em/1.2 "Trebuchet MS", sans-serif;
	margin: 1.33em 0 .66em 0;
	color: #E56D0D;
}

/* BLOCKS
-------------------------------------------------- */

address {
	margin: .66em 0;
}
blockquote {
	margin: .66em 20px;
}
hr {
	display: block;
	height: 1px;
	overflow: hidden;
	border: solid #F4AF54;
	border-width: 1px 0 0 0;
	margin: .99em 0;
}
p {
	margin: .66em 0;
}

/* LISTS
-------------------------------------------------- */

dl {
	margin: .66em 0;
}
dt {
	margin: .33em 0;
}
dd {
	margin: .33em 0 .33em 20px;
}
ul {
	display: block;
	list-style: none;
	margin: .66em 0;
}
ul li, ol ul li {
	display: block;
	list-style: none;
	margin: .33em 0;
	padding: 0 0 0 10px;
	background: url(../img/bullet.gif) no-repeat 0 .25em;
}
ol {
	display: block;
	list-style: decimal;
	margin: .66em 0 .66em 20px;
}
ol li, ul ol li {
	display: list-item;
	list-style: decimal;
	margin: .33em 0;
	padding: 0;
	background: none;
}

/* TABLES
-------------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #F4AF54;
	background-color: #FEFAEF;
	margin: 1.33em 0;
}
caption {
	margin: 0;
	padding: 0 0 .66em 0;
	text-align: center;
	color: #E56D0D;
}
th {
	border: none;
	padding: 5px 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-color: #EE931D;
	color: white;
}
td {
	border: none;
	padding: 5px 10px;
	vertical-align: top;
	background-color: #FADEB2;
}
table.construct {
	border-collapse: collapse;
	border: none;
	margin: .66em 0;
	background: transparent none;
}
table.construct caption {
	text-align: left;
}
table.construct th, table.construct td {
	border: none;
	padding: 0 10px .66em 0;
	font-weight: normal;
	background: transparent none;
	color: #19161A;
}

/* FORMS
-------------------------------------------------- */

form {
	margin: 1.33em 0;
}
fieldset {
	border: 1px solid #F4AF54;
	margin: 1.33em 0 .66em 0;
	padding: 9px;
}
legend {
	margin: .66em 10px .66em 0;
	padding: 0 10px;
	color: #E56D0D;
}
input, textarea, select {
	font-size: 1em;
}
table.construct label {
	vertical-align: middle;
}

/* INLINES
-------------------------------------------------- */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font: 1.1em "Lucida Console", "Andale Mono", monospace;
	letter-spacing: -1px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* ANCHORS
-------------------------------------------------- */

a:link {
	color: #08528B;
}
a:visited {
	color: #78088B;
}
a:hover, a:active {
	color: #E56D0D;
}
h1 a, h2 a, h3 a {
	color: #E56D0D !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

/* LAYOUT
-------------------------------------------------- */

#page-out {
	width: 100%;
	background: url(../img/page.gif) repeat-y center top;
}
#page {
	width: 100%;
	background: url(../img/page-bottom.gif) no-repeat center bottom;
	padding-bottom: 92px;
}
#page-in {
	width: 100%;
	background: url(../img/page-top.gif) no-repeat center top;
	text-align: center;
}
#case {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #F0DFC1 url(../img/case.gif) repeat-y left top;
}
#case-in {
	width: 980px;
	padding: 0 0 60px 0;
	background: url(../img/case-bottom.gif) no-repeat left bottom;
}

/* Header
-------------------------------------------------- */

#header {
	position: relative;
	width: 980px;
	height: 260px;
	overflow: hidden;
	background: #FEFBF0 url(../img/header.jpg) no-repeat left top;
}
#logo {
	position: absolute;
	top: 45px;
	left: 125px;
	width: 360px;
	height: 135px;
	overflow: hidden;
	margin: 0;
}
#logo img {
	color: #E56D0D;
}
ul#lang {
	position: absolute;
	right: 25px;
	bottom: 55px;
	width: 470px;
	margin: 0;
	text-align: right;
}
ul#lang li {
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	background: transparent none;
}
#lang-cs {
	background: url(../img/lang-cs.gif) no-repeat left center;
	padding-left: 21px;
}
#lang-fr {
	background: url(../img/lang-fr.gif) no-repeat left center;
	padding-left: 21px;
}
#lang-de {
	background: url(../img/lang-de.gif) no-repeat left center;
	padding-left: 21px;
}
#lang-en {
	background: url(../img/lang-en.gif) no-repeat left center;
	padding-left: 21px;
}
#lang-ru {
	background: url(../img/lang-ru.gif) no-repeat left center;
	padding-left: 21px;
}
#accesslink {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
}

#userLoginInfo {
	position: absolute;
	right: 25px;
	bottom: 85px;
	width: 470px;
	margin: 0;
	text-align: right;
}

/* Main
-------------------------------------------------- */

#main {
	width: 930px;
	overflow: hidden;
	margin: 0 25px;
}

/* Content
-------------------------------------------------- */

#content {
	float: right;
	width: 690px;
	overflow: hidden;
	padding-top: 14px;
}
#perex {
	width: 660px;
	overflow: hidden;
	margin: 1.33em 0;
	border: 1px solid #FEFBF0;
	padding: 0 14px;
	margin-bottom: 0;
	background: #FEFBF0 url(../img/box.gif) repeat-y right top;
}
#perex .txt {
	float: right;
	width: 435px;
	overflow: hidden;
	font-weight: bold;
}
#perex .img {
	float: left;
	width: 210px;
	overflow: hidden;
}
#perex .img p {
	margin: .33em 0;
}
a.next {
	background: url(../img/bullet.gif) no-repeat 100% .35em;
	padding-right: 11px;
}
.cols .col-left {
	float: left;
	width: 335px;
	overflow: hidden;
}
.cols .col-right {
	float: right;
	width: 335px;
	overflow: hidden;
}
.gallery {
	width: 674px;
	overflow: hidden;
	margin: 1.33em 0;
	border: 1px solid #FEFBF0;
	padding: 19px 0 4px 14px;
	background: #FEFBF0 url(../img/box.gif) repeat-y right top;
}
.gallery dl {
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
	width: 150px;
	height: 100px;
}
html>body .gallery dl {
	height: auto;
	min-height: 100px;
}
.gallery dt {
	margin: 0;
	width: 150px;
	height: 85px;
	overflow: hidden;
}
.gallery dt img, img.thumbnail {
	border: 3px solid #F0DFC1;
	background-color: white;
}
.gallery dd {
	margin: 0;
	padding: .66em 5px 0 5px;
}
.valign-middle th, .valign-middle td, th.valign-middle, td.valign-middle {
	vertical-align: middle;
}


.photoList {
	clear: both;
	overflow: hidden;
}
.photoList a {
	float: left;
	margin: 5px;
	border: none;
}

/* Sidebar
-------------------------------------------------- */

#sidebar {
	float: left;
	width: 220px;
	overflow: hidden;
}
div#nav>ul {
	margin: 0 0 20px 0;
	background-color: #FEFBF0;
	border: 4px solid #FEFBF0;
	width: 212px;
}
#nav li {
	margin: 1px;
	background: #19161A url(../img/nav.gif) no-repeat left top;
	padding: 14px 10px 14px 20px;
	color: #FEFBF0;
}
#nav li:hover {
	background: #19161A url(../img/nav_.gif) no-repeat left top;
}
#nav a {
	color: #FEFBF0;
}
#nav a:hover {
	color: #EE931C;
}
#nav .selected a {
	color: #EE931C;
	text-decoration: none;
	font-weight: normal;
}
ul#nav ul {
	margin: 0;
	padding: 8px 0 0 0;
	border: none;
	background-color: transparent;
	width: auto;
}
ul#nav ul li {
	margin: .33em 0;
	background: url(../img/bullet-nav-next.gif) no-repeat 0 .45em;
	padding: 0 0 0 10px;
}

/* Footer
-------------------------------------------------- */

#footer {
	width: 930px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
#tools {
	margin: 20px 0;
}
#tools a:hover {
	color: #FEFBF0;
}
#disclaimer {
	margin: 15px 0;
	font-style: normal;
	font-size: .9em;
	color: #FEFBF0;
	letter-spacing: .2em;
	word-spacing: -.1em;
}
#disclaimer a {
	color: #FEFBF0;
}
#disclaimer a:hover {
	color: #19161A;
}

/* START OF CUSTOM STYLES
-------------------------------------------------- */


.ad {
	text-align: center;
}

.ad * {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#full-banner {
	position: absolute;
	right: 22px;
	bottom: 17px;
	margin: 0;
}


/* END OF CUSTOM STYLES */

/* UNIVERSAL DEFINITIONS
-------------------------------------------------- */

.fix {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	font: 1px/1px sans-serif;
	background-color: transparent;
}
.note {
	color: #342D36;
	word-spacing: -1px;
	font-size: .9em;
}
.float-left {
	float: left;
	margin: .33em 10px .66em 0;
}
.float-right {
	float: right;
	margin: .33em 0 .66em 10px;
}
.noscreen, .noshow {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.extra {
	color: #E56D0D;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}



.blind {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
}


form dl {
	height: auto;
	padding: 2px 0;
	clear: both;
}
form dt {
	float: left;
	font-weight: bold;
}
form dd {
	margin-left: 8em;
}


#homepageReservationsForm dl {
	padding: 0;
}

#homepageReservationsForm dd {
	margin-left: 5em;
}

tr.full td,
td.full {
	background-color: #000000;
	color: white;
}

#rentHoursScheduled tr.full td,
#rentHoursScheduled td.full {
	background-color: #FF0000;
	color: white;
}

tr.partial td,
td.partial {
	background-color: #EEEEEE;
}

tr.adult td,
td.adult {
	background-color: #C7E1F3;
}
td.adult a {
	color: white;
}

tr.children td,
td.children {
	background-color: pink;
}


#login dd {
	margin-left: 10em;
}


.categoryList {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.categoryList .category {
	float: left;
}

.productList {
	overflow: hidden;
	clear: both;
}
.productList .product {
	float: left;
}


.categoryList dl,
.productList dl {
	height: 130px;
}
html>body .categoryList dl,
html>body .productList dl {
	min-height: 130px;
}
.categoryList dt,
.productList dt {
	height: 115px;
}
.categoryList dt img,
.productList dt img {
	border: 5px solid #F0DFC1;
}


.message {
	width: 30em;
	background-color: #FADEB2;
	border: 2px solid #EE931D;
	padding: 5px;
	margin: 5px auto;
	font-size: 1.1em;
}
.message h4 {
	margin: -5px -5px 10px -5px;
}
.message .messageAnswers {
	text-align: center;
	margin-top: 5px;
}

.message.warning {
	border: 2px solid red;
}
.message.warning h4 {
	background-color: red;
}

.message.exclamation {
	border: 2px solid #D5D500;
}
.message.exclamation h4 {
	background-color: #D5D500;
}
}

/* PRINT RULES
================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	border: 1px solid;
}
.noprint, .noshow, .fix, #lang, #accesslink, #sidebar, #tools {
	display: none;
}
.gallery dl {
	float: left;
	text-align: center;
	margin-right: 20pt;
}
.gallery dd {
	margin-left: 0;
}
.gallery .fix {
	display: block;
	height: 1pt;
	overflow: hidden;
	clear: both;
}

}
