@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:#000000 url(images/bg.jpg) no-repeat top center;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*text-transform:uppercase;*/
	font-size:0.8em;
}
p {
	margin:1em 0;
}
form {
	margin:0;
}
a img {
	border:0;
}
h1 {
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:1em;
	margin-top:0;
}
h2, caption {
	font-size:1.3em;
	font-weight:bold;
	text-align:left;
	margin-bottom:1em;
	margin-top:0;
}
h4 {
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.6em;
	font-size:1em;
}
a {
	color:black;
}
a:hover {
	color:#333333;
}
#container {
	color:black;
	width:760px;
	margin:0 auto;
	text-align:left;
	background:#d9d9d9 url(images/bodybg.jpg) no-repeat bottom;
}
#nav {
	position:relative;
}

#nav .navOverlay {
	position:absolute;
	top:0;
	left:0;
	clip:rect(0 0 0 0);
}

#mainimage {
	text-align:center;
	background:url(images/imagebg.jpg) no-repeat;
	text-align:center;
}

#pagebody {
	background:url(images/bodybg.jpg) no-repeat;
	padding:0 28px;
	padding-top:35px;
}

#text {
	width:448px;
	text-align:justify;
	float:left;
}

body.text-right-layout #text {
	float:right;
	margin-right:1px;
}

#text p.first {
	margin-top:0;
}
#text p.last {
	margin-bottom:0;
	padding-bottom:1em;
}
#text h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:1em;
	color:#2f2f2f;
}
body.text-right-layout #text h1 {
	text-align:right;
}

#sidebar {
	float:right;
	width:220px;
	margin-right:1px;
}

body.text-right-layout #sidebar {
	float:left;
	margin-right:0;
}

#sidebar img {
	margin-bottom:14px;
}

#footer {
	padding-bottom:1em;
	font-size:0.8em;
	font-weight:bold;
	clear:both;
}

#footer a {
	color:black;
	text-decoration:underline;
}

#footer #credit {
	float:right;
}

#credit, #address {
	margin:0.6em 0;
}

div.hr {
	height:2px;
	background-color:black;
	font-size:1px;
}

#contactform input, #contactform textarea {
	width:140px;
}
.cvError {
	color:red;
	font-weight:bold;
	font-size:0.8em;
}

.menumenu {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:4px;
	width:250px;
	text-align:center;
}
#text h1.menu {
	margin-bottom:0;
}
p.menuprint {
	text-align:right;
	margin:0;
}


#galleryListContainer {
	width:704px;
	overflow:auto;
	margin-left:28px;
	margin-top:20px;
	height:122px;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR:#cccccc;
}

#galleryListContainer ul {
	height:100px;
	padding:0;
	margin:0;
}

#galleryListContainer ul li {
	display:inline;
	padding:0;
	margin:0;
	margin-right:1px;
}

#galleryListContainer ul li.current {
	border-bottom:2px solid black;
}

#bookingform {
	margin-bottom:1em;
}

#bookingform .daybox {
	width:56px;
}

#bookingform .monthbox {
	width:67px;
}

#bookingform .yearbox {
	width:60px;
}

#bookingform input, #bookingform textarea {
	width:185px;
}

#bookingform #mailinglist {
	width:auto;
}

.reviewcredit {
	text-align:right;
	font-style:italic;
}