@import "../css/form.css";

/* GLOBAL STRUCTURE--------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#5a5a5a;
	background: #d4e1e4 url(../images/bg_grad.gif) repeat-x top scroll;
}
p {
	padding: 0 0 10px 0;
}
img {
	border:none;
}
.clear {
	clear:both;
}
:focus {
	outline: 0;
}

/*LINKS--------------------------------------------------------------------------------------------------------------------*/
a {
	color:#43bcd9;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#44bcd9;
	text-decoration:underline;
}
a.more {
	background:url(../images/more.gif) no-repeat right center;
	padding: 0 20px 0 0px;
}
a.more1 {
	background:url(../images/more1.gif) no-repeat right center;
	padding: 0 20px 0 0px;
}
h3 a, h4 a {
	color:#8492a1;
}
/*TYPOGRAPHY---------------------------------------------------------------------------------------------------------------*/
h1 {
	color: #dfab05;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h2 {
	color: #2d435b;
	font-size: 20px;
	padding: 0;
	margin: 0 0 15px 0;
}
h3 {
	font-size:16px;
	color:#8492a1;
	margin: 0 0 10px 0;
	padding:0;
}
h4 {
	font-size:13px;
	padding:0;
	margin:0;
	margin: 0 0 8px 0;
}
/*PNG FIX for all -------------------------------------------------------------------------------------------------*/
img, #logo h1 a, f-right img {
	behavior: url(../css/iepngfix.htc);
}
/*MAIN CONTAINER -----------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	float:left;
	background: url(../images/bg.jpg) no-repeat top center;
}
#content-wrapper {
	margin: 0 auto;
	clear:both;
	width: 961px;
}
#main-content {
	clear:both;
	float:left;
	width: 961px;
}
.centralizer {
	float:left;
	width: 961px;
}
/*HEADER ----------------------------------------------------------------------------------------------------------*/
#header {
	float:left;
	margin-bottom:20px;
}
#nav-wraper {
	width:647px;
	float:left;
}
#logo {
	float:right;
	width: 314px;
}
#logo h1 a {
	background:transparent url(../images/logo.png) no-repeat scroll 0%;
	display:block;
	height:96px;
	width:303px;
	padding:0;
	margin:0;
	float:left;
	margin-top:5px !important;
}
#logo h1 a span {
	display:none;
}
/*LEFT CONTENT -------------------------------------------------------------------------------------------------------------*/
#leftcolumn {
	float:left;
	color: #333;
	width: 647px;
}
.cornertop {
	background: url(../images/corner_lt_top.gif) no-repeat top center;
	height:21px;
	_margin-left:1px;
}
.cornerbottom {
	background: url(../images/corner_lt_bot.gif) no-repeat top center;
	height:21px;
	clear:both;
	_margin-left:1px;
}
.content {
	background: #fff url(../images/content_bg.gif) repeat-x top;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	width: 603px;
	margin-left: 1px;
	padding: 0 20px 0 20px;
	float:left;
	min-height:550px;
	_height:550px;
}
/*RIGHT CONTENT ------------------------------------------------------------------------------------------------------------*/
#rightcolumn {
	color: #333;
	width: 302px;
	float: right;
	margin-left:12px;
}
.rtcontent-wrap {
	margin-bottom:15px;
}
.rtcontent-wrap dd h3 {
	border-bottom: 1px solid #d2dae2;
}
.rtcontent-wrap dl { /* block position that can be changed at will */
	left: 50px;
	top: 20px;
	width: 302px; /* width of block according to your background image */
}
.rtcontent-wrap dl, .rtcontent-wrap dt, .rtcontent-wrap dd { /* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}
.rtcontent-wrap dl { /* by default background on the entire block */
	background: url(../images/corner_rt_bot.gif) bottom left no-repeat;
	padding-bottom: 21px; /* so that text will not appear on the bottom rounded edge */
}
.rtcontent-wrap dt { /* bloc title definition */
	height: 21px;
	background: url(../images/corner_rt_top.gif) bottom left no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}
.rtcontent-wrap dd {
	padding: 0 20px 0 20px; /* internal block spaces administration */
	background: #eeeeee url(milieu.gif) top left repeat-y; /* internal background */
	height:148px;
	display:block;
	overflow:hidden;
}
.rtcontent-wrap dd img {
	border: 1px solid #c8cfd6;
	margin-left: 10px;
	width:74px;
	overflow: hidden;
	float:right;
}

.rtcontent-wrap ul {
	margin-left:0px;
}
.rtcontent-wrap ul li {
	padding: 3px 3px 3px 20px;
	list-style:none;
	background: url(../images/list_07.gif) no-repeat left center;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif, Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#272727;
}
/*FOOTER  --------------------------------------------------------------------------------------------------------------------------*/
#footer-wrapper {
	width: 100%;
	height: 160px;
	clear: both;
	background: url(../images/footerbg.gif) repeat-x left scroll;
	background-position:bottom;
}
.footer {
	margin: 0 auto;
	width: 960px;
	font-size:11px;
	color:#293c52;
	padding-top:35px;
	height: 75px;
}
.f-right {
	float:right;
	width:310px;
	text-align:right;
	padding-top: 10px;
	margin-top:10px;
}
.f-right img {
	vertical-align: middle;
}
.f-left {
	float:left;
	width:650px;
}
.f-left a {
	color:#293c52;
}
.f-left dl dt {
	float:left;
	width:130px;
	height:90px;
	text-align:right;
	padding-right:10px;
	border-right:1px solid #fff;
}
.f-left dl dt div {
	margin-top:10px;
}
.f-left dl dt img {
	margin-left:10px;
	float:left;

}
.f-left dl dd {
	float:left;
	padding-left: 10px;


}
.f-left dl dd a {
	padding-right:15px;
}
/*BANNER  --------------------------------------------------------------------------------------------------------------------------*/
.banner {
	width:582px;
	padding:6px;
	background-color:#e4e2e2;
	border-right:1px solid #d2dae2;
	border-bottom:1px solid #d2dae2;
	margin:15px 0 25px 0;
}
.banner-img{
	height: 214px;
	overflow: hidden;
}
.banner img{
	width:582px;
	
}
/*FEATURED TRIPS - homepage ----------------------------------------------------------------------------------------------------*/
.feat-trips {
	float: left;
}
.feat-trips dl {
	float:left;
	margin:0 24px 0 0;
	_margin:0 7px 0 0;
	padding-top:0;
	width:175px;
}
.feat-trips dt {
	width:191px;
	margin: 0 0 15px 0;
	display:block;
	overflow:hidden;
}
.feat-trips dt a {
	padding:6px;
	float:left;
	background-color:#e4e2e2;
	border-right:1px solid #d2dae2;
	border-bottom:1px solid #d2dae2;
}
.feat-trips dt a:hover {
	background-color:#d6dfe4;
	border-right:1px solid #c6d2d9;
	border-bottom:1px solid #c6d2d9;
}
.feat-trips dt a img {
	width:171px;
	/*height:108px;*/
}

.feat-trips dd {
	clear:left;
	padding:0;
	margin:0;
}
.block{display:block;overflow:hidden;}

/*TRIP LIST  --------------------------------------------------------------------------------------------------------------------------*/
.trip-list{
	float:left;
}
.trip-list dl{
	overflow:hidden;
	float:left;
	width:590px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
.trip-list dt{
	float:left;
	width:171px;
	/*height:86px;*/
	margin-right:20px;
	display:block;
	overflow:hidden;
}
.trip-list dt a {
	padding:6px;
	float:left;
	background-color:#e4e2e2;
	border-right:1px solid #d2dae2;
	border-bottom:1px solid #d2dae2;
}
.trip-list dt a:hover {
	background-color:#d6dfe4;
	border-right:1px solid #c6d2d9;
	border-bottom:1px solid #c6d2d9;
}
/*.trip-list dt a img {
	width:169px;
	height:86px;
}*/
.trip-list dd{
	float:left;
	width:375px;
}
.trip-list p{
	line-height:18px;
	margin:0;
}
.altrow{ background-color: #e5f3f6;}

/*PAGINATION --------------------------------------------------------------------------------------------------------------------*/
.page-navigation {
	clear:both;
	display:block;
	float:none;
	margin:0;
	overflow:hidden;
	padding:0.5em 0;
	text-align:center;
	color:#C7C7C7;
}
.page-navigation a, .page-navigation a:visited, .page-navigation span {
	padding:0 4px; text-decoration:none;
}
.page-navigation a:hover {text-decoration:underline;}

.page-navigation a.previous, .page-navigation a.previous:visited, .page-navigation span.previous{
padding:0 4px 0 16px;
}
.page-navigation a.next, .page-navigation a.next:visited, .page-navigation span.next{
padding:0 16px 0 4px;
}

/* disabled pagination */
.page-navigation span.previous{background:transparent url("../images/search_prev_off.gif") no-repeat left center;}
.page-navigation span.next{background:transparent url("../images/search_next_off.gif") no-repeat right center;}
/* enable pagination */
.page-navigation.link04 a.previous{background:transparent url("../images/search_prev_on.gif") no-repeat left center;}
.page-navigation.link04 a.next{background:transparent url("../images/search_next_on.gif") no-repeat right center;}


/*COUNTRY MAP -----------------------------------------------------------------------------------------------------------------------*/
.map-border {
	border:2px solid #d4ccb0;
}

/*NAVIGATION -----------------------------------------------------------------------------------------------------------------------*/
.nav {
	position: relative;
	height: 30px;
	padding:0;
	margin: 140px 0 0 0;
	overflow: hidden;
}
.nav li {
	float: left;
	list-style: none;
	margin-right:10px;
}
.nav li.back {
	background: url("../images/lava1.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.nav li.back .left {
	background: url("../images/lava1.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.nav li a {
	font: normal 15px arial;
	font-variant:normal;
	font-size-adjust: none;
	font-stretch:normal;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.nav li a:hover, .nav li a:active, .nav li a:visited {
	border: none;
	color:#fff;
	text-decoration:none;
}
.nav li.background {
	background:transparent url(../images/navbg_right.png) no-repeat scroll right top !important;
	background:transparent url(../images/navbg_right.gif) no-repeat scroll right top;
	z-index:8;
	float: left;
}
.nav .background .left {
	background:transparent url(../images/navbg_left.png) no-repeat scroll left top !important;
	background:transparent url(../images/navbg_left.gif) no-repeat scroll left top;
	height:36px;
	margin-right:9px;
	_margin-right:4px;
	padding-left:9px;
	_padding-left:0px;
	float: left;
}

/* PHOTOGALLERY ------------------------------------------------------------------------------------------------------------------*/
.gallery{ width:572px;}
.gallery ul{
	list-style-type: none; 
	margin:20px 0;
}
.gallery ul li{
	position:relative; 
	display: inline; 
	padding:10px;
}
.gallery img{
	vertical-align:top; 
	border-color:#DDDDDD #BBBBBB #AAAAAA #CCCCCC; 
	border-style:solid; 
	border-width:1px; 
	padding: 5px; 
	width:105px;
	}

/*TESTIMONIALS  --------------------------------------------------------------------------------------------------------------------------*/
.testimonial{
	width: 560px;
	border-bottom:1px dashed #d2dae2;
	padding: 20px;
	_padding-bottom:0px;
	float:left;
	position:relative;
}
.testimonial dt{
	float:left;
	width:85px;
	margin-right:20px;	
}
.testimonial dd{
	float:left;
	width:455px;
}
.testimonial p{
	line-height:18px;
	padding:0 0 8px 0 !important;
	margin:0;
}
.testimonial dt img{
	border: 2px solid #d2dae2;
	padding: 2px;
}

.hotel-list{ 
	float:left;
	width:600px;
}

/*DESTINATION  -----------------------------------------------------------------------------------------------*/




.rtcontent-wrap1 {
	margin-bottom:15px;
}

.rtcontent-wrap1 p
{
background: url(../images/corner_rt_top.gif) top left no-repeat;
	
	padding:0px;
	height:21px;
}

.rtcontent-wrap1 .cbg
{
background:#eeeeee;
}
/* 
.rtcontent-wrap1 .cbg img
{
margin:0px 0px 6px 18px;
float:left;
border:#e3e5e7 solid 2px;
padding:2px;
}


.rtcontent-wrap1 .cbg img:hover
{
margin:0px 0px 6px 18px;
float:left;
border: #cbcccd solid 2px;
padding:2px;
}

*/
.rtcontent-wrap1 .cb
{
height:21px;
background: url(../images/corner_rt_bot.gif) bottom left no-repeat;
}


.rtcontent-wrap1 .cbg dl
{
margin:0px 15px 0px 17px;
padding:0px 0px;
width:267px;
height:47px;
padding-bottom:0px;
background: url(../images/dest_bg2.gif) bottom left repeat-x;
}

.rtcontent-wrap1 .cbg dl:hover
{
margin:0px 15px 0px 17px;
padding:0px 0px;
width:267px;
height:47px;
padding-bottom:0px;
background: url(../images/dest_bg_hover.gif) bottom left repeat-x;
}


.rtcontent-wrap1 .cbg dl dt
{
display:inline-block;
margin:0px;
width:80px;
float:left;

}

.rtcontent-wrap1 .cbg dl dt img
{
float:left;
margin:3px 10px 0px 0px;
border:#ffffff solid 1px;

}

.rtcontent-wrap1 .cbg dl dt img:hover
{
float:left;
margin:3px 10px 0px 0px;
border: #CC9900 solid 1px;

}

.rtcontent-wrap1 .cbg dl dd
{

display:inline-block;
margin:0px;
width:173px;
float:left;
}

.email {
	float:right;
}