div#languages{
	top:75px;
}
div#main-content{
	background:url(../images/main-content-bg.png) left bottom no-repeat;
}

div#availability-checker{
	background:url(../images/ac-transparent.png) repeat-y;
}
div#main-visual h2{
	color:#616161;
	font-size:.8em;
	text-align:right;
	margin:5px 10px 5px 0;
}
div#main-visual div.hotel{
	width:154px;
	height:305px;
	float:left;
	margin-left:1px;
	position:relative;
}
	div#main-visual div.hotel h2{
		position:absolute;
		bottom:0;
		margin:0;
		padding:72px 0 0 0;
		text-align:center;
		width:154px;
		height:38px;
		background:url(../images/hotel-name-bg.png) center bottom no-repeat;
	}
	div#main-visual div.hotel h2 a{		
		/*font-family:Georgia, "Times New Roman", Times, serif;*/
		font-family:Verdana, Geneva, sans-serif;
		font-style:italic;
		color:#616161;
		text-transform:uppercase;
		position:relative;
		bottom:10px;
		padding-bottom:22px;
	}
	div#main-visual div.hotel1 h2 a{		
		background:url(../images/star4.gif) 40px bottom no-repeat;
	}
	div#main-visual div.hotel2 h2 a{		
		background:url(../images/star2.gif) center bottom no-repeat;
	}
	div#main-visual div.hotel3 h2 a{		
		background:url(../images/star3.gif) center bottom no-repeat;
	}
	div#main-visual div.hotel4 h2 a{		
		background:url(../images/star4.gif) center bottom no-repeat;
	}
	div#main-visual div.hotel5 h2 a{		
		background:url(../images/star4.gif) 48px bottom no-repeat;
	}

div#best-prices .nojs{
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}

div#contact-details div.contact-text-area{
	margin: 0.9em 0 1.2em
}