/* body attributes */
body {
	font-family: verdana, arial, sans-serif;
	background: #fff;
	margin: 20px 0px;
	text-align: center;
	color: #000;
	font-size: 11px;
}

a {outline: none; text-decoration: none;}
a:link {color: #000;}
a:visited {color: #444;}
a:hover {text-decoration: underliine;}
a:active {color: #000;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #000;
}

img {
	border: 0px;
	outline: none;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	display: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 11px;
	line-height: 1.3em;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
	line-height: 150%;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #ccc;
	height: 1px;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea, .submit, select {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

* html .text, * html .submit {
	height: 20px;
}

.text, textarea {
	border: 1px solid #666;
	padding: 2px;
	width: 220px;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

table.tf th, table.tf td {
	padding: 4px;
}

/* EVENTS */
#events{
	font-size: 14px;
}

#desc, #caldesc {
	height: 50px;
	line-height: 50px;
	clear: left;
}

#events .event {
	float: left;
	height: 75px;
	margin: 0px 20px 20px 0px;
}

#events .icon {
	background: no-repeat left center;
	cursor: pointer;
	float: left;
	width: 75px;
	height: 75px;
}

#events .date, #events .desc {
	position: absolute;
	margin: -30px 0px 0px 0px;
}

.close {
	display: none;
}

/* MAIN */
#main {
	width: 1000px;
	min-height: 600px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.ui-tabs-hide { display: none; }

/* SEARCH */
#quicksearch .text {
	margin-right: 10px;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* NAV */
#nav {
	position: absolute;
	width: 1000px;
	z-index: 999;
	text-align: right;
	margin-top: -5px;
	font-weight: bold;
}

#nav a:link, #nav a:visited  {
	color: #999;
}

/* MENU */
.smiley {
	position: absolute;
	top: 100px;
	margin-left: 550px;
}
#menu {
	text-align: right;
	float: right;
	font-weight: bold;
	margin: 0px;
	padding: 21px 0px 0px 0px;
	position: relative;
}

#menu ul {
	clear: left;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	*margin: 0px;
	font-weight: normal;
}

#menu li {
	list-style: none;
	float: left;
	padding-left: 17px;
	font-size: 11px;
	margin: 0px;
}

#menu a {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin-bottom: 2px;
	color: #999;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
}

#menu .act a, #menu .act ul .act a {
	color: #666;
}

#menu .act ul a {
	font-weight: normal;
}

#menu .submenu {
	padding-left: 0px;
}

/* RIGHT */
#related {
	float: right;
	width: 450px;
	height: 520px;
	padding-top: 20px;
}


/* PICTURE */
#picture {
	background: url('/gfx/top-dummy.jpg') no-repeat  0px 20px;
	width: 450px;
	height: 520px;
	float: right;
}

.borders {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 20px 0px;
}

/* LOGO */
#logo {
	height: 65px;
}

/* CONTENT */
#content {
	width: 540px;
	max-width: 520px;
	padding-right: 20px;
	height: 500px;
	overflow: auto;
}

#whitebar {
	position: absolute;
	background: #fff;
	width: 20px;
	height: 500px;
	margin: 0px 0px 0px 520px;
}

#scrolling {
	position: absolute;
	margin: -40px 0px 0px 500px;
	z-index: 999;
}

#scrolling a {
	background: no-repeat center center;
	display: block;
	width: 15px;
	height: 20px;
	cursor: pointer;
}

#scrolling #scrollup {
	background-image: url('/gfx/scroll-up.gif');
	margin-bottom: 2px;
}
#scrolling #scrolldown {
	background-image: url('/gfx/scroll-down.gif');
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
	max-width: 100%;
}

#content th, #content td {
	padding: 2px;
}

/* IFRAME */
iframe {
	position: absolute;
	border: 0px;
	margin: -20px 0px 0px 0px;
	width: 1000px;
}

/* BOOKING */
#booking {
	padding-top: 150px;
}

#booking select {
	width: 100%;
}

/* FOOTER */
#footer {
	text-align: center;
	clear: both;
	padding-top: 6px;
	font-weight: bold;
	color: #999;
}

#footer a:link, #footer a:visited  {
	color: #999;
}

/* VALIDATION */
input.invalid {
	border: 2px solid #333;
}

select.invalid {
	font-weight: bold;
}

tr.invalid td {
	background: #999;
	color: #fff;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* GALLERY */
#gallery {
	background: #fff;
	position: absolute;
	width: 1000px;
	height: 500px;
}

#gallery ul {
	display: none;
}

#gallery div {
	background: #fff no-repeat center center;
	width: 1000px;
	height: 500px;
}

/* PARALLAX */
#parallax {
	background: #000;
	position: absolute;
	width: 990px;
	height:  530px;
	margin: -0px 0px 0px -30px;
	overflow: hidden;
}

#parallax div div {
	position: absolute;
	margin: 0px auto;
}

#parallax img {
	cursor: pointer;
}

/* SPLASH */
#splash {
	background: url('/gfx/splash.jpg') no-repeat left top;
	width: 1000px;
	height: 500px;
}

/* FILM */
#film {
}

#main #film {
}

#pagetype-film.splash {
}

#pagetype-film #content {
	width: 1000px;
	max-width: 1000px;
	overflow: hidden;
	position: relative;
}

#pagetype-film #picture, #pagetype-film #scrolling {
	display: none;
}

#pagetype-film #content table td {
	padding: 0px;
}

/* blog */
#pagetype-blog #content {
	width: 989px;
	max-width: 989px;
	text-align: center;
}

#pagetype-blog #whitebar {
	margin: 0px 0px 0px 989px;
}

#pagetype-blog #scrolling {
	margin: -40px 0px 0px 989px;
}

/* PRINT */
#backlink {
	display: none;
}