/**
  * =Columns
  */
.cols-landing {
	padding: 0 328px 0 0;
}
	.cols-landing .col-1 {
		float: left;
		width: 100%;
	}
	.cols-landing .col-2 {
		float: right;
		margin-right: -328px;
		width: 305px;
		overflow: visible;
	}

/**
  * =Backgrounds
  */

#wrapper {
	background: none;
}

div.background-person {
	position: absolute;
	z-index: 1;
	background: url(/img/landing-page/background-person.png) 0 0 no-repeat;
	width: 249px;
	height: 332px;
	min-height: 0;
	
	top: 143px;
	right: 30%;
	margin-right: 50px;
}

/**
  * =Promo
  */
#banners {
	height: 300px;
	position: relative;
	margin-left: 8px;
	width: 60%;
	max-width: 499px;
}
#banners .switcher {
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
}
#banners .switcher a {
	cursor: pointer;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	margin: 0 2px;
	background: url(/img/banners-switcher.png);
}
#banners .switcher .active {
	cursor: default;
	background: url(/img/banners-switcher-active.png);
}
.promo {
	margin: 8px 0 0;
	width: 100%;
	position: relative;
	oveflow: hidden;
}
	.promo .img {
		width: 100%;
		height: 192px;
		overflow: hidden;
		position: relative;
	}
	.promo .img img {
		float: left;
	}
	.promo .img div {
		position: relative;
		width: 10000px;
		height: 192px;
	}
	
	.promo .l, .promo .r, .promo .c {
		position: absolute;
		height: 208px;
		top: -8px;
		z-index: 2;
	}
	.promo .l {
		left: -8px;
		width: 21px;
		background: url(/img/landing-page/promo-homepage-l.png) 0 0 no-repeat;
	}
	.promo .r {
		right: -8px;
		width: 21px;
		background: url(/img/landing-page/promo-homepage-r.png) 0 0 no-repeat;
	}
	.promo .c {
		left: 13px;
		right: 13px;
		background: url(/img/landing-page/promo-homepage-c.png) 0 0 repeat-x;
	}
	
	.promo .overlay-r {
		position: absolute;
		width: 10px;
		height: 39px;
		background: url(/img/landing-page/promo-overlay-r.png) 0 0 no-repeat;
		bottom: 0;
		right: 0;
	}
	.promo .overlay {
		position: absolute;
		height: 39px;
		bottom: 0;
		left: 0;
		right: 10px;
		background: url(/img/landing-page/promo-overlay.png) 0 0 repeat-x;
		overflow: hidden;
		
		color: #fff;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 39px;
		white-space: nowrap;
		
	}
	.promo .overlay span {
		display: inline-block;
		padding: 0 0 0 27px;
	}
	.promo .link {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: #fff;
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 3;
		display: none;
	}

/**
  * =Submenu
  */
#subnav {
	overflow: hidden;
	width: 220px;
	list-style: none;
	margin: 8px 0 0;
	position: relative;
	z-index: 10;
}
	#subnav li {
		width: 104px;
		height: 94px;
		overflow: hidden;
		float: left;
		margin: 0 6px 6px 0;
		position: relative;
		padding: 0;
		background: none;
	}
	
	#subnav li a {
		background-image: url(/img/landing-page/nav-backgrounds-24.png);
		width: 104px;
		height: 94px;
		display: block;
		padding: 0;
		color: #fff;
		font-size: 1.333em;
		font-weight: bold;
		line-height: 1.2em;
		text-decoration: none;
		text-align: center;
	}
	
	#subnav li a span {
		display: inline-block;
		cursor: pointer;
		text-align: left;
		padding-top: 30px;
	}
	
	#subnav li.color-2 a { background-position: 0 -94px; }
	#subnav li.color-2 a span { padding-top: 41px; }
	#subnav li.color-3 a { background-position: 0 -188px; }
	#subnav li.color-4 a { background-position: 0 -282px; }
	#subnav li.color-5 a { background-position: 0 -376px; }
	#subnav li.color-6 a { background-position: 0 -470px; }
	
	
	#subnav li.color-1 a:hover { background-position: right 0; }
	#subnav li.color-2 a:hover { background-position: right -94px; }
	#subnav li.color-3 a:hover { background-position: right -188px; }
	#subnav li.color-4 a:hover { background-position: right -282px; }
	#subnav li.color-5 a:hover { background-position: right -376px; }
	#subnav li.color-6 a:hover { background-position: right -470px; }

/**
  * =Country dropdown
  */
.dropdown {
	width: 148px;
	height: 44px;
	margin: 31px 0 0;
	padding: 0 33px;
	position: relative;
	z-index: 1;
}
	.dropdown .l {
		width: 33px;
		height: 44px;
		position: absolute;
		left: 0;
		top: 0;
		background: url(/img/landing-page/dropdown-sprite.png) 0 0 no-repeat;
	}
	.dropdown .c {
		height: 44px;
		background: url(/img/landing-page/dropdown-sprite.png) 0 -44px repeat-x;
	}
	.dropdown .r {
		width: 33px;
		height: 44px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(/img/landing-page/dropdown-sprite.png) 0 -88px no-repeat;
	}
	.dropdown a {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		display: block;
		width: 197px;
		height: 44px;
		line-height: 45px;
		padding-left: 17px;
		cursor: pointer;
		font-weight: bold;
		color: #0E4E78;
	}
	.dropdown a:hover {
		text-decoration: none;
	}

	
/**
  * =Main page top text
  */
.top-text {
	padding: 0 0 0 14px;
}
	.top-text h1 {
		margin: 0 0 18px;
		color: #369;
		line-height: 1em;
	}
	.top-text p {
		font-size: 1.5em;
		line-height: 1.555em;
		margin: 0 0 23px;
	}
	.top-text ul {
		font-size: 1.333em;
		line-height: 1.375em;
		color: #666;
		list-style: none;
		overflow: hidden;
		width: 100%;
	}
	.top-text ul li {
		float: left;
		width: 42%;
		margin: 0 0 14px;
		padding: 0 3% 4px 4%;
		background: url(/img/icons/list-2.gif) 0 3px no-repeat;
		overflow: hidden;
		line-height: 1.375em;
	}
	
/**
  * =News
  */
.news {
	margin: 56px 0 0 14px;
}
	.news h2 {
		font-size: 1.666em;
		font-weight: normal;
		line-height: 1em;
		color: #333;
		overflow: hidden;
	}
		.news h2 span {
			float: left;
			padding-top: 4px;
		}
		.news h2 .button-subscribe {
			margin: 0 0 0 20px;
		}
		.news h2 .button-subscribe a {
			font-size: 0.611em;
		}
		
		.news h2 .button-subscribe,
		.news h2 .button-subscribe span {
			padding: 0;
		}
	
	.news ul {
		list-style: none;
		padding: 0 0 200px 31px;
	}
	
	.news li {
		float: left;
		position: relative;
		padding: 0;
		background: none;
	}
	.news li.news-1 {
		clear: left;
		width: 51%;
	}
	.news li.news-2 {
		width: 48%;
		float: right;
	}
	.news li.news-3 {
		width: 44%;
	}
	.news li.news-4 {
		width: 55%;
		float: right;
	}
	.news li img {
		float: left;
		position: relative;
	}
	.news li h3 {
		margin: 0 0 10px;
	}
	.news li p {
		margin: 0;
	}
	
	.news .date {
		color: #666;
		display: block;
	}
	
	.news li.news-1 {
	}
		.news li.news-1 .wrapper {
			padding: 18px 0 25px 150px;
		}
		
			.news li.news-1 .wrapper.no-image {
				padding: 18px 0 0 0;
			}		
		.news li.news-1 img {
			position: absolute;
			float: none;
			left: 1px;
			top: 41px;
		}
		.news li.news-1 h3 {
			font-size: 16px
			font-weight: bold;
			margin-top: 3px;
		}
	
	.news li.news-2 {
	}	
		.news li.news-2 h3 {
			margin-left: 10px;
			margin-bottom: 10px;
			color: #333;
			font-size: 1.25em;
		}
		.news li.news-2 .wrapper {
			padding: 41px 0 25px 43px;
		}
		
	.news li.news-3 {
	}
		.news li.news-3 .wrapper {
			padding: 0 20px 0 150px;
		}
		
			.news li.news-3 .wrapper.no-image {
				padding: 0 20px 0 0;
			}
			
		.news li.news-3 img {
			margin: 20px 0 0 -129px;
		}
		.news li.news-3 h3, .news li.news-4 h3 {
			font-size: 16px
			font-weight: bold;
		}
		
	.news li.news-4 {
	}
		.news li.news-4 .wrapper {
			padding: 0 0 0 150px;
		}
		
			.news li.news-4 .wrapper.no-image {
				padding: 0 0 0 150px;
			}		
		.news li.news-4 img {
			margin: 20px 0 0 -109px;
		}
	.news .clear {
		float: none;
		height: 0;
		line-height: 0;
		font-size: 0;
	}

.banner {
	background: url(/img/images/banner.png) 0 100% no-repeat;
	position: relative;
	z-index: 2;
	border: 1px solid #D5D5D5;
	min-height: 104px;
}
	.banner .wrapper {
		padding: 16px 14px 0 20px !important;
		overflow: hidden;
	}
	
	.banner .wrapper img {
		margin: 0 20px 10px 0;
		float: none;
	}
	.banner .wrapper .banner-image {
		float: left;
		overflow: hidden;
		width: 120px;
		height: 75px;
		display: block;
		margin-right: 15px;		
	}
	
	.banner small {
		color: #666;
		font-size: 0.916em;
		line-height: 1.5em;
	}
	.banner strong {
		color: #27A0CF;
		font-size: 1.166em;
		font-weight: bold;
	}
	.banner a.overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #fff;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	
	.banner .banner-text{
		margin: 0 0 15px;
	}
	
	.banner .c-lt, .banner .c-rt, .banner .c-rb, .banner .c-lb {
		position: absolute;
		width: 10px;
		height: 10px;
		overflow: hidden;
		background: url(/img/landing-page/promo-borders.png) 0 0 no-repeat;
	}
		.banner .c-lt { left: -1px; top: -1px; background-position: 0 0; }
		.banner .c-rt { right: -1px; top: -1px; background-position: -10px 0; }
		.banner .c-rb { right: -1px; bottom: -1px; background-position: -10px -10px; }
		.banner .c-lb { left: -1px; bottom: -1px; background-position: 0 -10px; }
		
/**
 * =Flash map
 */
.map {
	position: absolute;
	right: 0;
	top: 450px;
}

/*
 * Destination Select
 */
.destinationSelect {
	margin-top: 40px;
	position: relative;
	z-index: 3;
	line-height: 14px;
}
.destinationSelect .title {
	color: #0e4e78;
	font-weight: bold;
	background: url(/img/landing-page/destination-select.png) no-repeat;
	height: 44px;
	width: 197px;
	display: block;
	cursor: pointer;
	line-height: 45px;
	padding-left: 17px;
	overflow: hidden;
}
.destinationSelect a:hover {
	text-decoration: none;
}
.destinationSelect .title span {
	position: absolute;
	background: url(/img/landing-page/destinationSelectHover.gif);
	width: 7px;
	height: 4px;
	display: none;
	left: 190px;
	top: 20px;
	font-size: 0;
	line-height: 0;
}
.destinationSelect .active span {
	display: block;
}
.destinationSelect .drop {
	position: absolute;
	z-index: 4;
	top: 37px;
	left: 6px;
	width: 176px;
	background: url(/img/landing-page/destination-bottom.gif) left bottom no-repeat;
	padding-bottom: 10px;
}
.destinationSelect .holder {
	height: 150px;
	position: relative;
	border: 1px solid #628eac;
	border-width: 0 1px 0 1px;
	padding-top: 10px;
	background: #ffffff;
	overflow: hidden;
}
.destinationSelect .scroll-pane {
	height: 150px;
	overflow: hidden;
	width: 166px;
}
.destinationSelect .drop ul {
	list-style: none;
	padding: 0;
	width: 155px;
	margin: 0;
}
.destinationSelect .drop li {
	padding: 2px 10px 2px 10px;
	background: none;
}
.destinationSelect .drop a {
	color: #666666;
	font-size: 12px;
	display: block;
}
.destinationSelect .drop a span {
	display: block;
	cursor: pointer;
	padding: 4px 5px 2px 30px;
}
.destinationSelect .drop img {
	position: absolute;
	margin: -1px 0 0 -25px;
}
.destinationSelect .drop a:hover {
	background: #d8eff7 url(/img/landing-page/destinationSelectHoverLeft.gif) no-repeat;
}
.destinationSelect .drop a:hover span {
	background: url(/img/landing-page/destinationSelectHoverRight.gif) right bottom no-repeat;
}
.destinationSelect .scroll {
	float: right;
	width: 1px;
	margin-right: 13px;
	display: inline;
	background: #d8eff7;
	height: 133px;
	position: relative;
}
.destinationSelect .scroll span {
	position: absolute;
	width: 12px;
	height: 17px;
	top: 0;
	left: -6px;
	cursor: pointer;
	background: url(/img/icons/dragger-vertical.gif) center center no-repeat;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(/img/landing-page/destinationSelectLine.gif) center repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	height: 17px;
	cursor: pointer;
	overflow: hidden;
	background: url(/img/icons/dragger-vertical.gif) center top no-repeat;
}

.destinationSelect  .jScrollPaneContainer .delimiter {
	border-bottom: 1px solid #d8eff7;
	margin-left: 5px;
	}
