body
{
	background: #fff;
	color: #595856;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;	
	line-height: 1.4;
}

hr
{
	border: 0 none;
	background: #fff;
	color: #fff;
	border-top: 1px solid #ddd;
}

img
{
	border: 0 none;
}

.small
{
	color: #888;
	font-size: 90%;
}

a
{
	text-decoration: none;
	color: #004990;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6
{
	color: #111;
}

h1 {font-size: 200%;}
h2 {font-size: 140%;}
h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 115%;}
h6 {font-size: 110%;}

table td
{
	vertical-align: top;
}

.center
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	background: #f3f2ee;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#header img
{
	float: left;
}

#menu
{
	background: url(/media/images/menu-bg.gif) left top no-repeat;
	padding-left: 25px;
	margin-left: 140px;
	
}

#menu ul
{
	margin: 0;
	padding: 18px 20px 0 0;
	list-style: none;
	text-align: center;
	background: url(/media/images/menu-bg.gif) right top no-repeat;
	height: 36px;
}

#menu ul li
{
	display: inline;
	background: url(/media/images/menu-separator.gif) right top no-repeat;
	padding: 6px 8px 6px 3px;
}

#menu ul li.end
{
	background: none;
}

#menu ul li a
{
	color: #000000;
}

#homepage
{
	background: #FFF;
	color: #fff;
	font-size: 14px;
}

#homepage .center
{
	min-height: 265px;
	padding: 5px 0;
	width: 960px;
	overflow: hidden;
	
}

#homepage .left
{
	float: left;
	margin: -5px 25px 0 0;
	display: inline;
}

#homepage ul
{
	float: left;
	width: 360px;
}

#homepage .title img
{
	vertical-align: middle;
}

#home_find_out_more
{
	margin-top: -5px;
	float: right;
}

.find_out_more
{
	cursor: pointer;
}

.more_panel
{
	display: none;
	clear: both;
	padding-top: 1px;
}

#home_more_panel
{
	font-size: 90%;
	padding: 15px;
	background: #9ac033;
	border-radius: 15px;
}

#home_more_panel h1,
#home_more_panel h2
{
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

#home_more_panel ul
{
	float: none;
	width: auto;
}

#home_more_panel table td
{
	padding: 0 25px 0 0;
}

#content
{
	border-top: 2px solid #e2e0d8;
	font-size: 90%;
}

#content .center
{
	padding: 10px 0 20px 0;
	width: 960px;
}

#footer
{
	clear: both;
	height: 230px;
	background: #41475c url(/media/images/footer-bg.gif) bottom repeat-x;
	color: #fff;
}

#footer a
{
	color: #98d2ff;
}

#footer .center .section
{
	float: left;
	width: 280px;
	padding: 5px 19px 0 0;
	border-right: 1px solid #3a4156;
	margin-right: 20px;
	height: 215px;
}

#footer .center .section#blockbooking ul strong
{
	font-size: 200%;
	color: #98d2ff;
}

#footer .center .section#blockbooking ul
{
	font-weight: bold;
}

#footer .center .section#blockbooking ul em
{
	color: #fff;
	font-weight: normal;
}

#footer .center .section#getintouch
{
	margin-right: 0;
	border-right: 0 none;
	width: 300px;
}

#footer .center .section#getintouch strong
{
	color: #98d2ff;
}

#footer .center .section#getintouch #facebook
{
	float: right;
	margin-top: -40px;
}

#links
{
	font-size: 85%;
	color: #94938d;
	padding-top: 5px;
}

#links p
{
	margin: 0 0 5px 0;
}

#links a
{
	color: #7b7972;
}

#links .designby a
{
	color: #94938d;
}

#quick_enquiry_button
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	background: #e6e6e6;
    background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#e6e6e6', GradientType=0);
	color: #2c5578 !important;
	display: inline-block;
	padding: 13px 12px 0 12px;
	height: 30px;
	border-radius: 4px;
	border-bottom: 1px solid #fff;
}

#quick_enquiry_button:hover
{
	background: #fff;
}

#form
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -120px;
	background: #fff;
	color: #000;
	width: 200px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #999;
	border-top: 0 none;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#contact_form_close
{
	float: right;
	margin-right: -10px;
	display: inline;
}

.error b
{
	display: block;
	color: #b50000;
}

#form .text
{
	width: 190px;
}
#contact2 {
	float: left;
	width: 380px;
	padding-left: 20px;
	
	padding-top: 5px;
	background-color: #FFF;
}
#address {
	float: left;
	height: 50px;
	width: 50px;
}
#address2 {
	float: left;
	height: 200px;
	width: 300px;
	margin-top: 20px;
	margin-left: 10px;
}

#email {
	float: left;
	height: 50px;
	width: 50px;
}
#email2 {
	float: left;
	height: 30px;
	width: 300px;
	margin-top: 20px;
	margin-left: 10px;
}
#phone {
	float: left;
	height: 50px;
	width: 50px;
}
#phone2 {
	float: left;
	height: 30px;
	width: 300px;
	margin-top: 20px;
	margin-left: 10px;
}
#ins {
	width: 450px;
	height: 100px;
	padding-top: 20px;
	padding-left: 60px;
	float: left;
}

