* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #6C97BA;
	background-image: url("../images/bg_body.jpg");
	background-repeat: repeat-x;
	color: #666;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
	background: #FFF;
}

#header {
	position: relative;
	background: #FFF;
	background-image: url("../images/top_gradient.gif");
	background-repeat: repeat-x;
	height: 115px;
	width: 960px;
}

#menuBar {
	height: 40px;
	width: 960px;
	background: #FFF;
	z-index: 100;
}

#bannerImg {
	position: relative;
	width: 700px;
	height: 200px;
	float: right;
	margin-left: 10px;
	background: #DDD;
	z-index: 1;
}

.transtape {
	width: 670px;
	height: 50px;
	background-image: url("../images/wtape.png");
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-weight: bold;
	padding: 10px 15px;
	z-index:1;
}

.dynamic_transtape {
	width: 90%;
	background-image: url("../images/wtape.png");
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-weight: bold;
	padding: 5px 5%;
	z-index:1;
	text-align: right;
}

#quickSearch {
	width: 170px;
	height: 180px;
	float: left;
	background: #990000;
	background-image: url("../images/bg_search.jpg");
	background-repeat: repeat-x;
	padding: 10px 40px;
}

#nameSearch {
	width: 170px;
	height: 96px;
	background: #1F5B7F;
	background-image: url("../images/bg_adv.gif");
	background-repeat: repeat-x;
	padding: 10px 40px;
	margin-left: -10px;
	margin-bottom: 10px;
}

#content {
	width: 960px;
	background: #FFF;
	padding-bottom: 50px;
}

#colMain {
	float: right;
	background: #FFF;
	width: 670px;
	padding: 30px 20px 20px 10px;
	margin-left: 10px;
}

.leftLink {
	position: relative;
	width: 240px;
	height:100px;
	margin-bottom: 10px;
}

.leftLink_small {
	position: relative;
	padding: 3px;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	text-align: center;
}

#colRight {
	float: left;
	width: 240px;
	padding: 10px 0px 15px 10px;
}

.newsSlip {
	padding: 10px;
	background: #EEF2F5;
	border: 1px solid #DFE8ED;
	margin-bottom: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img.logo {
	position: absolute;
	bottom: 15px;
	left: 35px;
}

#content p {
	margin-bottom: 25px;
	text-align: left;
	font-size: 12px;
}

#colMain p {
	margin-bottom: 25px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	color: #3E7093;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;	
}

h2, h3 {
	margin-bottom: 10px;
	color: #9C0001;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:5px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.resort_facts td {
	padding: 3px 0px;
	border-bottom: 1px solid #DFE8ED;
	font-size: 11px;
	color: #666;
}

label.quick {
	color: #FFF;
}

select, input, textarea {
	font-size: 11px;
	padding: 2px;
	color: #666;	
}

select.full, input.full {
	width: 100%;
	margin-bottom: 2px;	
}

#footer p {
	margin-bottom: 0px;
}

a,a:visited {
	color: #3C6C90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-position: inside;
	margin-left: 20px;
}

ul.leftList {
	list-style-type: none;
	font-size: 11px;
	color: #666;
	margin-left: 0px;
	padding: 0;
	list-style-position: outside;
}

h6.quickTitle {
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	font-family:century gothic;
	letter-spacing:-1px;
	padding-bottom:5px	
}

.blueBox {
	border: 1px solid #DFE8ED;
	padding: 10px;
	background: #EEF2F5;
	font-size: 11px;
	color: #666;	
	margin-bottom: 10px;
}

.button_enquire {
	height: 30px;
	width: 152px;
	background: url(../images/enquire_off.gif) no-repeat #990100;
	border: 0;	
	margin-bottom: 10px;
	float: left;
}

.button_enquire:hover {
	background: url(../images/enquire_over.gif) no-repeat #990100;
}

.button_resort {
	height: 30px;
	width: 152px;
	background: url(../images/resort_off.gif) no-repeat #990100;
	border: 0;	
	margin-bottom: 10px;
	float: right;
}

.button_resort:hover {
	background: url(../images/resort_over.gif) no-repeat #990100;
}

.crumbs {
	font-size: 10px;
	color: #999999;
}

.enquire_form th {
	padding-right: 20px;	
}

.enquire_form td {
	padding: 5px;	
}

input[type=text].enquire_form, input[type=password].enquire_form, select.enquire_form, textarea.enquire_form {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #376F94;
	border: 1px solid #93B1C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type=text].enquire_form, input[type=password].enquire_form, textarea.enquire_form {
	width: 300px;
}

textarea.enquire_form {
	height: 100px;
	overflow: auto;
}

input[readonly].enquire_form {
	color: #aaa;
	background: #eee;
	border-color: #ddd;
}

.leftHeading {
	padding: 3px;
	background: #3C6C90;
	color: #fff;
	font-weight: bold;
}

#footer {
	height: 100px;
	background: #FFF;
	width: 900px;
	margin: 10px auto;
	padding: 0 30px;
	clear: both;
	font-size: 10px;
}

table {
	text-align: left;	
}

div.pagination {
    padding: 15px 0;
    font-size: 11px;
}

div.pagination a {
    padding: 2px 7px 2px 7px;
    margin: 2px;
    border: 1px solid #CCC;
    text-decoration: none;
    color: #2876A4;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #999;
    color: #333;
}

div.pagination span.current {
    padding: 2px 7px 2px 7px;
    margin: 2px;
    border: 1px solid #333;
    font-weight: bold;
    background-color: #2876A4;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

.twitter-share-button{
	float:right;
	margin-top:4px;
}
