@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-inner.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #737373;
}
h1, h2, h3, h4, p {
	padding:0;
	margin: 0;
}
h1 {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #0b71be;
}
h2 {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #da251c;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #da251c;
	text-transform: uppercase;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #0b71be;
}
li {
	list-style-image: url(images/bullet.png);
	list-style-type: none;
	list-style-position: outside;
}
.grey-heading {
	color: #737373;
	font-size: 11pt;
	font-weight:bold;
}
.blue-text{
	color: #0b71be;
	font-size: 10pt;
	font-weight:normal;
}
.header {
	width: 968px;
	height: 164px;
	margin: 0 auto;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}
.logo {
	width: 635px;
	height: 114px;
	float: left;
}
.social {
	width: 332px;
	height: 46px;
	padding-top: 20px;
	float: left;
	color: #FFF;
	text-align: right;
}
.menu {
	height: 50px;
	background-image:url(images/menu-bg.jpg);
	background-repeat:repeat-x;
	width: 743px;
	float:left;
}
.dialus {
	background-image:url(images/dial-us.jpg);
	background-repeat:no-repeat;
	width: 225px;
	height: 50px;
	float:right;
}
.banner {
	width: 968px;
	height: 459px;
	background:url(images/banner-shadow.jpg) bottom no-repeat;
	margin: 0 auto;
	padding-top: 25px;

}
.gadgets-container {
	width: 952px;
	height: 118px;
	background: url(images/sep.jpg) repeat-x bottom;
	margin: 0 auto;
	padding-right: 15px;
}
.sep {
		background: url(images/sep-l.jpg) no-repeat;
		width: auto;
		height:2px;
}
.gadget-box {
	width: 190px;
	height: 93px;
	float: left;
	font-size: 9pt;
}
.gadget-box a, a:link, a:active{
color: #0B6FBD;
text-decoration:none;
}
.gadget-box a:hover{
color: #0B6FBD;
}
.clock {
	width: 48px;
	background:url(images/clock.jpg) no-repeat top center;
	height: 93px;
	float:left;
}
.cloud {
	width: 48px;
	background:url(images/cloud.jpg) no-repeat top center;
	height: 93px;
	float:left;
}
.calculator {
	width: 48px;
	background:url(images/calculator.jpg) no-repeat top center;
	height: 93px;
	float:left;
}
.phone {
	width: 48px;
	background:url(images/phone.jpg) no-repeat top center;
	height: 93px;
	float:left;
}
table.clock {
  text-align: center;
  border: thin dotted blue;
  padding: 5px;
  margin: auto;
}

input.clock2 {
  text-align: left;
  border: none;
  font: bold 14pt helvetica, arial, sans-serif;
  padding-bottom: .2em;
  color:#737373;
}

.clock3 {
  text-align: center;
  font: 8pt arial, helvetica, ms sans serif;
  color: #aaaaff;
}
.spacer {
	height: 20px;
}
.contents-container {
	width: 967px;
	margin: 0 auto;
	position: relative;
	
}
.contents {
	width: 581px;
	min-height: 400px;
	height: auto;
	float:left;
	padding: 30px 15px 20px 0;
		background: url(images/right-sep-2.png) repeat-y top right;
}
.contents-wide {
	width: 957px;
	min-height: 400px;
	height: auto;
	float:left;
	padding: 30px 10px 20px 0;
}
#readmore {
	width: 105px;
	height: 27px;
	background:url(images/readmore-btn.jpg) no-repeat 0 0;
	display: block;

}
#readmore:hover{
	background-position: 0 -27px;
}

#readmore span {
	position:absolute;
	top: -999px;
}
.right {
	width: 347px;
	height: auto;
	float: right;
	padding: 30px 15px 0 0;
	
}
.right a:link, a:active{
	color:#0B6FBD;
	text-decoration:none;
}
.right a:visited {
	color:#0B6FBD;
	text-decoration:none;
}
.right a:hover {
	color: #DA251A;
	text-decoration:none;
}
.rent-pic {
	width: 332px;
	height: 103px;
	text-align:right;
	padding-left: 15px;
}
.details-tab {
	background:url(images/details-bg.jpg) no-repeat;
	width:166px;
	height: 18px;
	float:right;
	padding: 10px 0px 10px 10px;
	color: #fff;
}
.details-tab  a:link, a:active{
	color: #fff;
	text-decoration:none;
}
.details-tab a:visited{
	color: #fff;
	text-decoration:none;
}
.details-tab a:hover{
	color: #ccc;
	text-decoration:none;
}

.booking-tab {
	background: url(images/book-tab.jpg) no-repeat;
	width:174px;
	height: 13px;
	float:right;
	padding: 5px 0px 10px 30px;
	color: #fff;
}
.booking-tab  a:link, a:active {
	color: #fff;
	text-decoration:none;
}
.booking-tab  a:visited {
	color: #fff;
	text-decoration:none;
}
.booking-tab a:hover{
	color: #ccc;
	text-decoration:underline;
}
.footer {
	background: url(images/footer-bg.jpg) repeat-x;
	height: 154px;
	width: auto;
	position:relative;
	
}
.footer-contents {
	width: 967px;
	margin: 0 auto;
	height: 154px;

}
.footer-contents  a:link, a:active{
color: #333;
text-decoration:none;
}
.footer-contents  a:visited{
color: #333;
text-decoration:none;
}
.footer-contents  a:hover{
color: #000;
text-decoration:none;
}
.copyrights {
	margin-top: 30px;
	float: left;
	width: 300px;
	height: 50px;
	clear:both;
}
.designed-by {
	margin-top: 30px;
	float: right;
	width: 300px;
	height: 50px;
	text-align: right;
}
.iata {
	background-image: url(images/iata.jpg);
	background-repeat:no-repeat;
	width: 167px;
	height: 119px;
	margin-top: 10px;
	margin-left: 100px;
	float:left;
	display: block;
}
p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
/* CSS Document */
.box {
	width: 270px;
	height: 277px;
	background: url(images/box-bg.jpg) no-repeat;
}
.box-pic {
	width: 254px;
	height: 97px;
	padding: 7px 7px 10px 7px;
}
.box-pic2 {
	width: 254px;
	height: 187px;
	padding: 7px 7px 10px 7px;
}
.box-text {
	width: 254px;
	height: 142px;
	margin: 0 7px 0 7px;
}
.box-text2 {
	width: 254px;
	height: 30px;
	margin: 0 7px 0 7px;
}

.detbox-top {
	background-image:url(images/det-box-top.png);
	width: 579px;
	height: 11px;
}
.detbox-mid {
	background-image:url(images/detbox-mid.jpg);
	background-repeat: repeat-y;
	width: 559px;
	padding: 5px 10px 5px 10px;
}
.detbox-bot {
	background-image:url(images/detbox-bot.png);
	width: 579px;
	height: 10px;
}
.detbox-left {
	width: 365px;
	float: left;
	
}

.border {
	border: 1px solid #CCC;
}
.right-menu li{
	list-style: none;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
.right-menu ul {
	padding:20px 0;
	margin: 0;
}

.right-menu a:hover {
	color: #900;
}

/* Table 2 Style */
table.table2{
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    border-collapse:collapse;
    text-align:left;
}
.table2 thead th, .table2 tfoot td{
    padding:20px 10px 40px 10px;
    color:#fff;
    font-size: 26px;
    background-color:#222;
    font-weight:normal;
    border-right:1px dotted #666;
    border-top:3px solid #666;
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
    text-shadow:1px 1px 1px #000;
}
.table2 tfoot th{
    padding:10px;
    font-size:18px;
    text-transform:uppercase;
    color:#888;
}
.table2 tfoot td{
    font-size:36px;
    color:#EF870E;
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}
.table2 thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.table2 thead :nth-last-child(1){
    border-right:none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
    border:none;
}
.table2 tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
}
.table2 tbody td{
    padding:10px;
    background-color:#f0f0f0;
    border-right:1px dotted #999;
    text-shadow:-1px 1px 1px #fff;
    text-transform:uppercase;
    color:#333;
}
.table2 tbody span.check::before{
    content : url(images/check1.png)
}