@CHARSET "UTF-8";
@IMPORT url("common.css");
.destinations,
.destinations h2,
.destinations ul,
.destinations li,
.more_destinations,
.destinations div.apart a strong,
.more_destinations li{
	display: block;
	overflow: hidden;
}
.destinations{
	width:1000px;
	margin: 25px 0 0 0;
}
.destinations ul{
	width:1002px;
}
.destinations h2{
	width: 1000px;
	font-size: 24px;
	color: #444;
	text-indent: 15px;
	padding-bottom: 10px;
}
.destinations li{
	width:164px;
	background: url("/images/bg_7.gif") repeat-x left top;
	margin-top: 13px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 3px;
	padding-top: 15px;
	height: 188px;
}
.destinations li img{
	margin: 5px 0 0 5px
}
.destinations div.apart{
	color: #000000;	
	padding-bottom: 15px;	
}
.destinations div.apart a strong{
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
}.destinations div.apart a strong:hover{color: black}
.destinations li img.destination_img{
	position: absolute;
	top: 72px;
	left: 26px;
	margin: 0;
}
div.destinations a:link{color:#444;}
div.destinations a:visited{color:#000000;}
div.destinations a:hover{color:#000000;}
div.destinations a:active{color:#000000;}
div.destinations ul.more_destinations{
		background: url("/images/bg_16.gif") repeat-x top left;
		float: left;
		width: 1000px;
		padding-left: 17px;
		text-align: center;
	}
.more_destinations li{
		background: url("/images/arrow2.png") no-repeat center left;
		padding-left: 20px;
		color: #000000;
		font-size: 14px;
		margin-right: 50px;
		padding-top: 0;
		margin-top: 18px;
		width: 180px;
		text-align: left;
		height: auto;
}.more_destinations li:hover{background: url("/images/arrow2.png") no-repeat scroll 3px center}
