*
{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	text-align: center;
	margin: auto;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 18px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
	*float: none;
	*padding-left:5px;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#landing {
	float: left;
	display: inline;
	width: 960px;
	background-color: #333333;
}

#container {
	text-align: left;
	margin: auto;
	width: 960px;
	left: 0;
	overflow: auto;
	background-color: #cccccc;

}

#header {
	float: left;
	display: inline;
	width: 960px;
	height: 12px;
	padding-top: 25px;
	text-align: right;
	background-color: #333333;	
}

#logo {
	float: left;
	display: inline;
	width: 157px;
	height: 186px;
}

#nav {
	clear: left;
	float: left;
	display: inline;
	width: 157px;
	height: 332px;
}

#signup {
	clear: left;
	float: left;
	display: inline;
	width: 157px;
	min-height: 55px;
	height: auto !important;
	height: 55px;
}

#content_container {
	float: right;
	display: inline;
	width: 803px;
	background-color: #666366;
}

#right_container {
	float: left;
	display: inline;
	width: 333px;
	padding: 0 20px;
	background-color: #ffffff;
	min-height: 573px;
	height: auto !important;
	height: 573px;
}

#image {
	float: left;
	display: inline;
	width: 430px;
}

#heading {
	float: left;
	display: inline;
	width: 333px;
	height: 28px;
	padding-top: 35px;
}

#content {
	float: left;
	display: inline;
	width: 333px;
	padding-bottom: 10px;
	background-color: #ffffff;
}



#content_home {
	float: left;
	display: inline;
	width: 333px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#bot_btns {
	float: left;
	display: inline;
	width: 333px;
	height: 55px;
}

#footer {
	float: left;
	display: inline;
	font: 11px/22px Georgia, "Times New Roman", Times, serif;
	color: #949494;
	width: 960px;
	height: 22px;
	background-color: #333333;
}

#footer_index {
	margin: auto;
	font: 11px/22px Georgia, "Times New Roman", Times, serif;
	color: #949494;
	width: 960px;
	height: 22px;
	background-color: #333333;
}

#footer a, #footer_index a {
	font: 11px/22px Arial, Helvetica, sans-serif;
	color: #949494;
	text-decoration: none;
}

#footer a:hover, #footer_index a:hover {
	color: #949494;
	text-decoration: underline;
}

.menu-button {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #a9a9a9;
	padding: 5px 5px 5px 0;
	text-decoration: none;
}

.menu-button:hover {
	color: #000;
	text-decoration: underline;
}

.menu-button-dark {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 5px 5px 5px 0;
	text-decoration: none;
}

.menu-button-dark:hover {
	color: #000;
	text-decoration: underline;
}

a.menu {
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #9e9d9e;
	text-decoration:none;
}

a.menu:hover {
	color: #333333;
	text-decoration:none;
}

/* booking form */

.booking-text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

.booking-heading {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

.booking-button {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #a9a9a9;
	background-colour: #ffffff;
}

.booking-textfield {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #a8a8a8;
	height: 20px;
	width: 130px;
	border: 0;
	padding: 0 5px;
	background-color:#ffffff;
}

.booking-formdropdown {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a8a8a8;
	height: 20px;
	border: 0;
	padding: 0;
	background-color:#ffffff;
}

.booking-formtextbox {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a8a8a8;
	height: 55px;
	width: 130px;
	border: 0;
	padding: 0 5px;
	background-color: #ffffff;
}

.enquiries-button {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size:17px ;
	color:#fff;
	padding:3px ;
	background-color:#CCCCCC ;
	line-height:22px ;
	text-decoration:none;
}

.enquiries-button:hover {
	text-decoration:none;
	color:#fff;
}

.scrollbar_150 {
height:415px;
overflow:auto;
padding: 0 10px 0 0;
}	