@charset "UTF-8";
/* CSS Document */

#container .luxuryContainer{
	width:970px;
	padding-left:10px;
	margin-bottom:30px;
}
.luxuryContainer img{
	position:relative;
	top:-16px;
}
.luxuryContainer h2{
	background-image:url(../images/bg_heading_fullWidth.gif);
	background-repeat:no-repeat;
		display:block;
		height:23px;
		margin:0;
		padding:11px 0 8px 8px;
		background-position:left center;
		background-repeat:no-repeat;	
		margin-bottom:20px;
}
.luxuryContainer p{
	margin-left:11px;
}
.luxuryList{
	background-image:url(../images/bg_luxuryTable.gif);
	background-repeat:no-repeat;
	height:193px;
	width:960px;
	padding-top:57px;
	padding-left:10px;
	margin-top:30px;
}
div#content .luxuryList ul{
	margin-top:37px;
	margin:0;
	width:999px;
	height:184px;
	display:block;
}
.luxuryList li{
	list-style:none;
	float:left;
	width:325px;
	height:50px;
	display:block;
}
.luxuryList li a.luxuryLink{
	font-size:14px;
	color:#fff;
}
div#content .luxuryList a.luxuryLink:hover{
	text-decoration:none;
	color:#8496CC;
}