﻿/* ========== 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:#25353b;
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:903px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.jpg');
	background-repeat:repeat-y;
}
#top-container{
	background-image:url('../images/logo-bg.jpg');
	background-repeat:no-repeat;
	height:99px;
}
.logo{
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat;
	width:287px;
	height:98px;
	margin-top:1px;
	margin-left:2px;
	float:left;
}
.logo h1 a{
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat;
	width:287px;
	height:98px;
	float:left;
}
.mapcontainer{
	width:384px;
	height:26px;
	/*background-image:url('../images/map-container.jpg');
	background-repeat:no-repeat;*/
	float:right;
	margin-top:35px;
	padding-right:5px;
}
/*.mapcontainer h2 a{
	width:384px;
	height:26px;
	float:right;
}*/
#link-container{
	background-image:url('../images/toplink-bg.jpg');
	background-repeat:no-repeat;
	height:98px;
}
/* ========== Top Button */
.top_btn{
	width:560px;
	height:67px;
	float:right;
	}
.top_btn ul {
	position: relative;
	height:67px;
}
.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:75px;
	height:67px;
	background: url('../images/hotel-btn.jpg') left top no-repeat ;
	position: absolute;
	left:0;
	top:4px;
}

/* ========== FLights Button */
.tab_flights a {
	width:75px;
	height:67px;
	background: url('../images/flights-btn.jpg') left top no-repeat ;
	position: absolute;
	left:80px;
	top:4px;
}
/* ========== Carhire Button */
.tab_carhire a {
	width:75px;
	height:67px;
	background: url('../images/carhire-btn.jpg') left top no-repeat ;
	position: absolute;
	left:160px;
	top:4px;
}
/* ========== Cruises Button */
.tab_cruises a {
	width:75px;
	height:67px;
	background: url('../images/cruises-btn.jpg') left top no-repeat ;
	position: absolute;
	left:240px;
	top:4px;
}
/* ========== Vacationrentals Button */
.tab_vacationrental a {
	width:137px;
	height:67px;
	background: url('../images/vacationrentals-btn.jpg') left top no-repeat ;
	position: absolute;
	left:320px;
	top:4px;
}
/* ========== Top Curve Container */
.topcurve-img{
	background-image:url('../images/roundcorner-strip.jpg');
	background-repeat:no-repeat;
	width:903px;
	height:13px;
}
/* ========== Center Container */
#center-container{
	width:903px;
	background-image:url('../images/layout-bg.jpg');
	background-repeat:repeat-y;
}
#center-container2{
	width:903px;
	background-image:url('../images/layout-bg2.jpg');
	background-repeat:repeat-y;
}
/* ========== Left Container Start */
#leftcontainer{
	width:254px;
	height:auto;
	float:left;
}
#panamacity-hotelsbox{
	width:254px;
	height:auto;
}
.panamacity-hotelstitle{
	background-image:url('../images/lt-firsttitle.jpg');
	background-repeat:no-repeat;
	height:18px;
	margin-left:10px;
}
.hotellists-title{
	background-image:url('../images/lt-hotellisttitle.jpg');
	background-repeat:no-repeat;
	height:16px;
	margin-left:10px;
}
.cityinfo-title{
	background-image:url('../images/lt-cityinfotitle.jpg');
	background-repeat:no-repeat;
	height:16px;
	margin-left:10px;
}

.product_bg ul{
	margin:0;
	list-style:none;
	padding:5px 5px 7px 10px;
}
.product_bg li{
	display:block;
	padding:0 1px 2px 15px;
	background:url('../images/arrow.jpg') no-repeat center left;
/*	border-bottom:1px #718b00 solid;*/
	line-height:20px;
}
.product_bg a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	display:block;
	height:21px;
	text-decoration:none;
}
.product_bg li a:hover{
	color:#c7eaff;
	text-decoration:underline;
	}
/* ========== Right Container Start */
#rightcontainer{
	width:649px;
	height:auto;
	float:right;
}
.header-container{
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	width:616px;
	height:206px;
}

/* ========== Search Container Start */
#search-container{
	width:604px;
	height:auto;
	margin-left:15px;
}
.search-top{
	background-image:url('../images/search-top.jpg');
	background-repeat:no-repeat;
	height:8px;
}
.search-bg{
	background-image:url('../images/search-bg.jpg');
	background-repeat:repeat-y;
}
.search-space{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.search-bottom{
	background-image:url('../images/search-bottom.jpg');
	background-repeat:no-repeat;
	height:8px;
}
#searchtop-btn{
	width:394px;
	height:29px;
	margin-left:25px;
}
/* ========== Google Container Start */
#google-box{
	width:604px;
	height:70px;
	text-align:center;
	padding:6px;
}

/* ========== Page Contant Container Start */
#sitecontant{
	width:619px;
	height:auto;
	margin-left:15px;
}
.sitecontant-top{
	background-image:url('../images/contant-top.jpg');
	background-repeat:no-repeat;
	height:26px;
}
.sitecontant-bg{
	background-image:url('../images/contant-bg.jpg');
	background-repeat:repeat-y;
	padding-left:20px;
}
.sitecontant-bottom{
	background-image:url('../images/contant-bottom.jpg');
	background-repeat:no-repeat;
	height:27px;
}
.center-text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left:10px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6d7f8;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
.img-space{
	margin-top:25px;
}
/* ========== Footer Container Start */
#footer{
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	width:903px;
	height:77px;
	clear:both;
}
.footer-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#99c7d7;
	text-align:center;
	padding-top:25px;
	line-height:20px;
}
.footer-text a{
	color:#99c7d7;
	text-decoration:none;
}
.footer-text a:hover{
	color:#CCFF00;
	text-decoration:none;
}
.table-bg{
	background-color:#edf9ff;
	border:1px solid;
	border-color:#20709d;
}
.table-title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	text-decoration:none;
	}
.table-title a{
	color:#003366;
	text-decoration:none;
	}
.table-title a:hover {
	color:#003366;
	text-decoration:none;
	}
.table-contant{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
	padding-left:5px;
	font-weight:bold;
	text-decoration:none;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#272727;
	font-weight:bold;
	text-align:center;
	padding:8px;
}
.sitemap-title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	padding-left:5px;
	text-decoration:none;
	clear:both;
}
.sitemap-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#106699;
	line-height:15px;
	padding-left:5px;
	list-style:none;
	text-decoration:none;
}
.sitemap-text a{
	color:#106699;
	text-decoration:none;
}
.sitemap-text a:hover{
	color:#007cc5;
	text-decoration:none;
}
.partner-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	padding:15px;
}
.clearpage{
	clear:both;
	margin-left:35px;
	padding-top:15px;
	padding-bottom:15px;
}
.rate
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#E68C1E;
text-align:center;
padding-top:10px;
padding-bottom:15px;
}
.booktext
{
font-family:Verdana;
font-size:11px;
color:#000000;
text-align:justify;
padding-left:10px;
padding-right:20px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#E68C1E;
	text-align:center;
}

/* /////////// Google Maps CSS /////////////////////////////////////////////////////////*/

.map_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:500;
    color: #000000;
	padding-left:100px;
	
}

.info_content1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333  ;
	line-height:18px;
	padding-left:5px;
	padding-top:8px;
	text-decoration: underline;
}

.map_content1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color: #FFFFFF;
	line-height:18px;
	padding-left:0px;
	padding-top:8px;
	text-decoration:none;
}

.map_content1 a{
	color:#FFFFFF;
	text-decoration:none;
}
.map_content1 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}




