/* Begin Structure Styles =============================================== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #615f5f;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
	background: url(../images/bodyshim.gif) repeat-x;
}

#wrapper {
	padding: 0;
	width: 759px;
	margin: 0px auto;
	text-align: left;
}

#header {
	text-align: left;
	height: 130px;
	background: url(../images/headershim.gif) no-repeat;
	width: 759px;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	padding: 0;
	width:223px;
}

#top_nav {
	list-style-type: none;
	float: right;
	padding: 6px 18px 2px 2px;
	font-weight:bold;
	font-size:12px;
}

#top_nav ul li {
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding:0 8px 0 9px;
	color: #FFFFFF;
}

#top_nav ul li.last {
	border: 0;
	padding-right:0;
}

#footer {
	width: 759px;
	text-align: center;
	padding: 25px 0 0 0;
	height: 50px;
	background: url(../images/footershim.gif) repeat-x;
}

#footer a {
	text-decoration: none;
	color: #5087A2;
}

#footer a:hover {
	color: #5087A2;
	text-decoration: underline;
}

/* End Structure Styles =============================================== */

#content_wrapper {
	text-align: left;
	float: left;
	width: 759px;
	background:url(../images/content_shim.gif) repeat-y;
}

.content_left {
	float:left;
	margin-top:5px;	
	width:462px;
	line-height:18px;
}

.content {
	float:left;
	width:422px;	
	padding:20px 20px 0 20px;
}

.content ul {
	padding: 0;
}

.content ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 5px 0 5px 20px;
}

.content_right_wrapper {
	float:right;
	width:273px;
}

.content_right {
	float:right;
	width:253px;
	padding-left:5px;
	padding-right:15px;
	background:url(../images/enquire_bg.jpg) no-repeat top;
}

.content_right_wrapper ul {
	padding: 5px 0;
}

.content_right_wrapper ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 5px 4px;
	padding: 5px 0 7px 35px;
	color:#eb8a0b;
	font-weight:bold;
}

.content_right_wrapper ul li.orangebullet {
	background: url(../images/bullet.gif) no-repeat 5px 4px #fceedb;
}

.content_right .input, .content_right .textarea {
	width:135px;
}

/* Begin Class Styles =============================================== */

.fontblack {
	color: #000000;	
}

.fontorange {
	color: #eb8a0b;	
}

.border {
	border: 1px solid #A7C3D0;
}

.borderbottom {
	border-bottom: 1px solid #A7C3D0;
}

.borderbottomdashed {
	border-bottom: 1px dashed #615f5f;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}

a:hover, a {
	text-decoration: none;
	color: #000000;
}

/* End Class Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 75px;
	color: #FFFFFF;
	font-weight:bold;
}

.input {
	font: 12px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #7D7D7D solid;
	color: #000000;
}

.textarea {
	font: 12px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #7D7D7D solid;
	color: #000000;
}

/* End Form Styles =============================================== */

.quickbooking_container {
	padding-top:40px;
	padding-bottom:20px;
}