/* CSS Document */

body, h1, h1, h3, h4, img, li, ol, ul, p, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	background-color: #3c3c3c;
	font-size:70%;
	font-family:verdana, arial;
}

h1 {
	padding: 0px 0px 10px 0px;
}

h2 {
	padding: 0px 0px 10px 0px;
}

h3 {
	padding: 30px 0px 10px 0px;
}

h4 {
	color: #b75fb6;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#container {
	width: 948px;
	margin: 0px auto;
	text-align: left;
	background: url(images/bg_tile.gif) repeat-y;
	padding:0px 16px 0px 16px;
}

#welcome {
	background: #454444 url(images/welcome_bg.gif) repeat-x;
	padding: 3px 20px;
	color: #989898;
	font-size: 0.9em;
	border-bottom: 1px solid #746e6e;
}

#header {
	width: 948px;
	height: 117px;
	background: url(images/header_bg.jpg) no-repeat;
	border-bottom :1px solid #746e6e;
}

#nav {
	background: #303030 url(images/nav_bg.gif) no-repeat bottom;
	width: 928px;
	padding: 3px 0px 8px 20px;
	font-size: 0.9em;
	color: #989898;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
}

#nav a {
	color: #989898;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

.active {
	color: #b75fb6 !important;	
}

#main {
	height: 350px;
	min-height: 350px;
	color: #989898;
	font-size: 1.1em;
	padding: 50px 20px 20px 20px;
}

.ie6 #main { 
	padding-bottom: 10px;
}


html>body #main {
	height: auto;
}

#main a {
	color: #b75fb6;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#main_left {
	float: left;
	width: 470px;
}

#main_right {
	float: right;
	width: 357px;
	color: #c8c8c8;
}

#main_right_top {
	width: 357px;
	height: 9px;
	background: url(images/main_right_top.gif) no-repeat;
}

.ie6 #main_right_top {
	margin-bottom: -7px;
}

#main_right_content {
	padding: 10px 20px 10px 20px;
	background-color: #3f3e3e;
	border-left: 1px solid #746e6e;
	border-right: 1px solid #746e6e;
}

.next_booking_img {
	float: right;
	padding: 0px 0px 0px 10px;
}

.next_booking_text {
	float: left;
}

.dotted_border {
	margin: 20px 0px;
	border-top: 1px dotted #746e6e;
}

#main_right_bottom {
	width: 357px;
	height: 9px;
	background: url(images/main_right_bottom.gif) no-repeat;
}

.ie6 #main_right_bottom {
	margin-left: 2px;
}


#footer {
	width: 906px;
	height: 30px;
	text-align:left;
	margin: 0px auto;
	padding: 7px 37px 0px 37px;
	background: url(images/footer_bg.gif) no-repeat;
	color: #989898;
	font-size: 0.9em;
}

#footer a {
	color: #b75fb6;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer_left {
	float: left;
	width: 400px;
	text-align: left;
}

#footer_right {
	float: right;
	width: 400px;
	text-align: right;
}

.gallery_column {
	float: left;
	width: 235px;
	padding: 20px 0px;
	text-align: center;
}

.gallery_column img {
	border: 1px solid #746e6e;
}

.gallery_text {
	font-size: 0.9em;
	margin: 6px 30px 20px 30px;	
}

#form {
	position: relative;
	margin: 50px 0px;
}

#form label,input {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}

#form label {
	text-align: left;
	width: 120px;
	padding-right: 10px;
}

#form br {
	clear: left;
}

.text_area {
	width: 220px;
	height: 80px;
	margin-bottom: 10px;
}

.submit_button {
	width: 70px;
}

.clear {
	clear: both;
}

#popup {
	margin: 0px;
	padding: 0px;
}

#close_popup {
	height: 15px;
	padding: 5px 0px 0px 0px;
}

#close_popup a {
	color: #c8c8c8;
	text-decoration: none;
}

#close_popup a:hover {
	color: #fff;
}

#subnav {
	float: left;
	width: 60px;
	margin-right: 40px;
}

ul.subnavlist {
	list-style: none;
}

ul.subnavlist li a {
	display: block;
	color: #989898 !important;
	padding: 4px 10px;
	border-bottom: 1px dotted #b75fb6;
}

ul.subnavlist li a.subactive {
	color: #b75fb6 !important;
}

#diary {
	float: left;
	width: 400px;
}
