﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	background-color:#4b4f58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* ========== WRAPPER */
#wrapper {
	width:778px;
	margin: 0 auto;
	background-image:url('../images/page-bg.jpg');
	background-repeat:repeat-y;
}

/* ========== Logo */
#top_container{
	width:778px;
	height:40px;
	background-image:url('../images/top_bg.jpg');
	background-repeat:repeat-x;	
}

.top_header{
	width:778px;
	height:224px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
}
.top_header a{
	width:778px;
	height:224px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
}
/* ========== Top Button */
.top_btn{
	width:432px;
	height:40px;
	float:right;
	
	}
.top_btn ul {
	position: relative;
	height:40px;
}
.top_btn li {
	float:left;
	list-style: none;
	text-indent: -2000em;
}
.top_btn li a {
	float:left;
	list-style: none;
}
.tab_active a {
	background-position: left bottom ! important;
}
.top_btn li a:hover {
	background-position: left bottom ! important;
}

/* ========== Hotel Button */
.tab_hotel a {
	width:71px;
	height:40px;
	background: url('../images/hotel-btn.jpg') left top no-repeat ;
	position: absolute;
	left: 0;
	}
/* ========== Flights Button */
.tab_flights a {
	width:71px;
	height:40px;
	background: url('../images/flights-btn.jpg') left top no-repeat ;
	position: absolute;
	left:73px;

}
/* ========== Car Hire Button */
.tab_carhire a {
	width:86px;
	height:40px;
	background: url('../images/carhire-btn.jpg') left top no-repeat ;
	position: absolute;
	left:146px;

}
/* ========== Cruises Button */
.tab_cruises a {
	width:77px;
	height:40px;
	background: url('../images/cruises-btn.jpg') left top no-repeat ;
	position: absolute;
	left:234px;

}
/* ========== Travel Guides Button */
.tab_travelguides a {
	width:119px;
	height:40px;
	background: url('../images/travelguides-btn.jpg') left top no-repeat ;
	position:absolute;
	left:313px;
}
/* ========== Page Contant Box */
#content_container{
	width:778px;
	margin: 0 auto;
	padding-bottom:30px;
}

/* ========== Left Container */
#leftsearch_container{
	width:430px;
	float:left;
}
.searchbox_topbtn{
	margin: 0 auto;
	width:350px;
}
.search_boxtop{
	background-image:url('../images/search-top.jpg');
	background-repeat:no-repeat;
	width:419px;
	height:14px;
	margin: 0 auto;
	
}
.search_boxbg{
	width:419px;
	background-image:url('../images/search-bg.jpg');
	background-repeat:repeat-y;
	margin: 0 auto;
	}
.searchbox_text{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0d4285;
}
.searchbox_text1{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0d4285;
}
.search_boxbot{
	background-image:url('../images/search-bottom.jpg');
	background-repeat:no-repeat;
	height:9px;
	width:419px;
	margin: 0 auto;
}
/* ========== Right Container */
#rtreviews_container{
	width:348px;
	margin: 0 auto;
	float:right;
}
.hotel_destinationtop{
	background-image:url('../images/hotelreview-box.jpg');
	background-repeat:no-repeat;
	width:330px;
	height:28px;
	padding-bottom:2px;
	margin: 0 auto;
}
.hotel_destinationtop h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-left:25px;
	line-height:25px;
	color:#ffffff;
}
.dest_contentbox{
	background-color:#ebf4ff;
	width:330px;
	border:1px #85b8f9 solid;
	margin: 0 auto;
	
}
.firstbox{
	width:155px;
	float:left;
	height:auto;
	margin-right:8px;
}
.firstbox ul{
	margin:0;
	list-style:none;
	padding:15px 5px 7px 20px;
	}
.firstbox li{
	display:block;
	padding:0 1px 2px 15px;
	background:url('../images/arrow.jpg') no-repeat center left;
	/*border-bottom:1px #6f2b08 solid;*/
	line-height:20px;
}
.firstbox a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#257fac;
	display:block;
	height:21px;
	text-decoration:none;
}
.firstbox li a:hover{
	color:#26a0dd;
	}
.center_boxtext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#257fac;
	text-align:center;
	}
.center_boxtext a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#257fac;
	text-align:center;
	}
	
/* ========== Google Ads Box */
.google_ads{
	width:750px;
	margin: 0 auto;
	padding-top:20px;
	padding-left:20px;
}
/* ========== Page Contant Box */
#center_textcontainer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#313131;
	padding:20px;
	clear:both;
}
#center_textcontainer h2{
	font-family:Georgia, "Times New Roman", Times, serif,Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-bottom:8px;
	color:#2758ad;
	}
	
/* ========== Hotel Reservation left Box */
#reservationleft_box{
	width:462px;
	float: left;	
}
#reservation_contbox{
	background-color:#fff7e7;
	width:452px;
	border:1px #f4d08f solid;
	margin: 0 auto;
	
}
.reservation_top{
	background-image:url('../images/reservation-infotop.jpg');
	background-repeat:no-repeat;
	width:452px;
	height:28px;
	padding-bottom:2px;
	margin: 0 auto;
}
.reservation_top h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-left:25px;
	line-height:25px;
	color:#ffffff;
}
.reservationbox{
	width:225px;
	float:left;
	}
.reservationbox ul{
	margin:0;
	list-style:none;
	padding:7px 5px 5px 30px;
	}
.reservationbox li{
	display:block;
	padding:0 1px 2px 15px;
	background:url('../images/reservation-arrow.jpg') no-repeat center left;
	/*border-bottom:1px #6f2b08 solid;*/
	line-height:20px;
}
.reservationbox a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4b4b4b;
	display:block;
	height:21px;
	text-decoration:none;
}
.reservationbox li a:hover{
	color:#8c7212;
	}
#banner_box{
	width:310px;
	float: right;
}
.sitemap_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	list-style:none;
	line-height:20px;
	text-decoration:none;
}
.sitemap_text a{
	color:#000000;
	text-decoration:none;
}
/* ========== Footer_Container */
#footer_container{
	background-image:url('../images/bottom_footer.jpg');
	background-repeat:repeat-x;
	height:43px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fefeff;
	line-height:45px;
	padding-left:25px;
	text-decoration:none;
}
#footer_container a{
	
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fefeff;
	text-decoration:none;
}
#footer_container a:hover{
	color:#fefeff;
	text-decoration:none;
	
}
/* /////////// maps css /////////////////////////////////////////////////////////*/

.map_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #1C488C;
	padding-left:200px;
	
}
.map-border{
	border: 2px solid #0066FF;

}

.info_content1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006633;
	line-height:18px;
	padding-left:5px;
	padding-top:8px;
	text-decoration: underline;
}
.info_content2{
	
	font-size:11px;
	font-weight:lighter;
	color:black ;
	line-height:18px;
	padding-left:5px;
	padding-top:8px;
	text-decoration: none;
}
.map_content1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#006633;
	line-height:18px;
	padding-left:5px;
	padding-top:8px;
	text-decoration:none;
}

.map_content1 a{
	color:#006633;
	text-decoration:none;
}

