/* body */
body {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	background-color: #000;
}

#container {
	margin: 0px auto 0px auto;
	width: 801px;
}

/* header */
#header {
	width: 801px;
	height: 188px;
}

#header_left {
	float: left;
	width: 315px;
	height: 126px;
}

#header_left h1 {
	width: 315px;
	height: 126px;
	margin: 0px;
	padding: 0px;
	background: url(../images/left_logo.gif);
	position: absolute;
	text-indent: -5000px;
}

#logo {
	position: absolute;
	margin-top: 15px;
	margin-left: 13px;
}

#logo img {
	border: 0px;
}

#telno {
	position: absolute;
	width: 315px;
	height: 62px;
	margin-top: 126px;
	margin-left: 0px;
}

#header_centre {
	float: left;
	width: 354px;
}

#header_right {
	float: left;
	width: 132px;
	height: 187px;
	background: url(../images/right_logo.gif);
}

/* tab menu */
#menu_wrapper {
	width: 775px;
	/*margin: auto;*/
	margin: 10px auto 0px auto;
	height: 36px;
	/*border:1px solid red;*/
}

ul#toc {
  height: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#toc li {
  float: left;
  margin: 0 5px 0 0;
}

ul#toc a {
  background: #bdf url(../images/menu_tabs.png);
  color: #0071bb;
  display: block;
  float: left;
  height: 36px;
  padding-left: 10px;
  text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

ul#toc a:hover {
  background-color: #3af;
  background-position: 0 -72px;
}

ul#toc a:hover span {
  background-position: 100% -72px;
	color: #fff;
}

ul#toc li.current a {
  background-color: #48f;
  background-position: 0 -36px;
  color: #0071bb;
  font-weight: bold;
}

ul#toc li.current span {
  background-position: 100% -36px;
}

ul#toc span {
  background: url(../images/menu_tabs.png) 100% 0;
  display: block;
  line-height: 36px;
  padding-right: 10px;
	margin: 0px;
}

/* body section */
#body_top {
	height: 48px;
	width: 799px;
	background: url(../images/body_top.gif);
}

#account_login {
	float: right;
	width: 100px;
	margin-top: 12px;
	margin-right: 10px;
}

#account_login a {
	color: #000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

#account_login a:hover {
	color: #0071bb;
}

#body_bottom {
	height: 19px;
	width: 799px;
	background: url(../images/body_bottom.gif);
}

#body_container {
	color: #000;
	background-color: #fff;
	width: 759px;
	padding-left: 20px;
	padding-right: 20px;
}

#body_left {
	float: left;
	width: 520px;
}

#body_left p {
	text-align: justify;
}

#body_right {
	float: right;
	width: 221px;
}

/* specials box */
#specials_box {
	width: 181px;
	height: 259px;
	color: #0071bb;
	background: url(../images/specials_box.gif);
	font-size: 24px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px;
	padding-top: 10px;
	text-align: center;
}

#booking_button {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}

#booking_button img {
	border: 0px;
}

.right_panel_gap {
	margin-top: 15px;
}

/* footer */
#footer {
	color: #fff;
	background-color: transparent;
	text-align: center;
	padding-top: 7px;
}

#footer a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #fa9e21;
	background-color: transparent;
}

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

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

/* contact forms */
#contact_form {
	width: 520px;
	margin: auto;
}
form {
	background:#ECF4FA;
	padding:1em;
	border:1px solid #0071bb;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:38em;
}
label {
	float:left;
	width:12em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0071bb;
	font-size:1.2em;
	margin-bottom: 15px;	
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:10em;
	border:1px solid #0071bb;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#fa9e21;
	background:#f1f1f1;
} 
textarea {
	border:1px solid #0071bb;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	width: 23em;
}
textarea:hover, textarea:focus {
	border-color:#fa9e21;
	background:#f1f1f1;
} 
select {
	border:1px solid #0071bb;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	width: 14em;
}
select:hover, select:focus {
	border-color:#fa9e21;
	background:#f1f1f1;
} 
fieldset {
	border:1px solid #0071bb;
	padding:0 0.5em 15px;
	margin-bottom: 15px;
}
.checkbox {
	width: 20px;
}
.email {
	width:14em;
}
.fileatt {
	width:24em;
}
.subject {
	width:23em;
}
input.default {
	color:#bbb;
}
#submit-send {
	margin-top:1em;
	width:172px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/send_button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-send:hover {
	margin-top:1em;
	width:172px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/send_button_hover.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-enquiry {
	margin-top:1em;
	width:172px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/send_enquiry.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-enquiry:hover {
	margin-top:1em;
	width:172px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/send_enquiry_hover.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-quote {
	margin-top:1em;
	width:172px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/convert-quote.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-quote:hover {
	margin-top:1em;
	width:172px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/convert-quote_hover.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}.radio {
	position:relative; /* Position so children are relative to this container */
	border:0; /* Remove the border */
}
.radio span {
	position:absolute; /* Take the content of the legend out of flow */
	top:0;left:0; /* and position it to the top left of the fieldset */
	width:5em; /* Same width as labels */
}
.radio ul {
	margin-left:5em; /* Since the legend is out of flow. set margin, so inputs are inline */
	list-style:none; /* Dont want bullets */
}
.radio li {
	position:relative; /* Fix a bug in IE zoom functionality */
	display:inline; /* Display the inputs in a line */
	white-space:nowrap; /* We dont want a label to wrap between the input and label */
}
.radio label, .radio input {
	width:auto; /* Reset the width on the label from the 5em, set earlier */
	float:none; /* Reset the float from left on the label, set earlier */
	vertical-align:middle; /* Align the radio buttons with the inputs */
}

/* general */
.clearing {
	clear: both;
}

h2 {
	font-size: 16px;
	color: #0071bb;
	background-color: transparent;
}

img {
	border: 0px;
}

.red {
	color: #C00;
	background-color: transparent;
}

.big {
	font-size: 36px;
}

.small {
	font-size: 10px;
}

.time {
	width: 40px;
}

a {
	color: #0071bb;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: circle;
}

.centered {
	text-align: center;
}


