@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg_icon.png) top center no-repeat;
}

#wrapper, #navigation, #header, #content, #footer {
	width: 750px;
}

#navigation, #header, #content, #footer {
	padding: 6px 0px;
}

#wrapper {
	margin: 0 auto;
}

#banner {
	float: left;
}

#details {
	float: right;
	text-align: center;
	font-size: 11px;
}

#navigation {
	clear: both;	
}

.navbar td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: auto;
	padding: 0px 20px;
}

#header {

}

#content {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	clear: both;
}

a, a:visited {
	text-decoration: none;
	color: #CC0018;
}

a:hover {
	text-decoration: underline;
}

.header2, .header3 {
	font-weight: bold;
}

.header2 {
	font-size: 18px;
	text-decoration: underline;
}

.header3 {
	font-size: 13px;
}

.latest, .aboutus, .menu {
	padding: 10px;
	border: 1px solid #FF6633;
	margin-bottom: 10px;
}

.latest {
	background: url(../images/bg_dark.png);
}

.aboutus, .menu {
	background: url(../images/bg_light.png);
}

.menu {
	text-align: center;
	line-height: 1.5em;
}

.info {
	width: 400px;
}

.menulist {
	width: 720px;
	text-align: center;
}

.new {
	font-weight: bold;
	color: #FF0000;
}

.press {
	padding: 0px 60px;
}

.bookings {
	padding: 0px 100px;
}

fieldset {
	width: auto;
	background: #FFFFCC;
	border: 1px solid #cccccc;
	padding-left: 20px;
}

label {
	float: left;
	width: 180px;
}

.labelreset {
	width: 70px;
}

legend {
	font-weight: bold;
	font-size: 13px;
	background: #FF99FF;
	padding: 3px;
}

input.radio {
	width: auto;
	float: left;
	margin-right: 1em;
}

input:focus {
	background: #ffffcc;
}

input {
	margin-right: 10px;
	width: 200px;
}

input.submit {
	width: auto;
}