
/*  	-----------------------------------------------------------------------------
		PAGE LAYOUT STYLES
		----------------------------------------------------------------------------- 	*/

#map_feat_spc_win {
	display:block;
	width:858px;
	background: url(../../images/hp_map_feat_spc_bg.gif);
	position:relative;
}

#map_feat_spc_footer {
	display:block;
	width:858px;
	height:22px;
	background: url(../../images/hp_map_feat_spc_footer.gif);
	position:relative;
}

#img_bar {
	float:right;
	width:372px;
	height:78px;
	display:block;
	text-align:right;
	overflow:hidden;
}

#map {
	top:18px;
	margin:0 0 48px 18px;
	width:456px;
	height:263px;
	position:relative;
}

#featured_destinations {
	position:absolute;
	left:515px;
	top:10px;
}
	#featured_destinations h2 {
		margin:0;
		padding:0;
	}
	#featured_destinations p {
		position:absolute;
		left:195px;
		top:41px;
		width:120px;
		margin:0;
		display:block;
	}
	#featured_destinations ul {
		list-style: none;
		display:block;
		margin:0;
		padding:0;
		position:relative;
		top:20px;
	}
	#featured_destinations ul li { display: block; }

		#featured_destinations ul li a {
			line-height:17px;
			color:#646464;
			text-decoration:none;
			padding-left:8px;
			background:url(../../images/spc_bullet.gif) center left no-repeat;
		}
		#featured_destinations ul li a:hover {
			text-decoration:underline;
		}

#specials_div {
	text-align:justify;
	width:550px;
}

	#specials_div p {
		color:#B4A581;
		margin:0 0 20px 0;
	}

	.specials {
		position:relative;
		height:86px;
		overflow:hidden;
	}

			.specials .featuredimg {
				position:absolute;
				left:0;
				top:0;
				width:130px;
				height:86px;
				background:url(../../images/special_thumb_bg.gif);
				float:left;
			}
			.specials .featuredimg img {
				position:absolute;
				left:12px;
				top:11px;
				width:106px;
				height:64px;
				border:0;
			}
			.specials h3 {
				position:absolute;
				left:135px;
				top:10px;
				font-size:16px;
				font-weight:bold;
				color:#968C75;
				margin:0;
			}
			.specials p {
				position:absolute;
				left:135px;
				top:30px;
				color:#B4A581;
				font-size:12px;
				line-height:15px;
				width:350px;
				text-align:justify;
				display:block;
			}
			.specials p a {
				color:#716956;
				text-decoration:none;
				padding-left:8px;
				background:url(../../images/spc_bullet.gif) center left no-repeat;
			}
			.specials p a:hover {
				text-decoration:underline;
			}
			
	#useful_links {
		position:absolute;
		left:600px;
		top:340px;	
		height:100px;
	}
		#useful_links ul {
			list-style: none;
			display:block;
			margin:0;
			padding:0;
		}
		
		#useful_links ul li { display: block; }
		
		#useful_links ul li a {
			line-height:28px;
			overflow:hidden;
			display:block;
			width:182px;
			height:48px;
			display:block;
			text-indent:-999px;
			margin-bottom:10px;
		}
			#useful_links ul li a.car_hire { background:url(../../images/but_carhire.gif); }
			#useful_links ul li a.book_flight { background:url(../../images/but_flight.gif); }
			#useful_links ul li a.etravel { background:url(../../images/but_etravel.gif); }
			#useful_links ul li a.more_specials { background:url(../../images/but_more.gif); }
			
		
		div.rel {
			position:relative;
		}