@charset "UTF-8";
/* CSS Document */

#villa-sign {
	z-index:99;
	position:absolute;
	top:-130px;
	left:-100px;
	width:100%;
	height:100%;
}

.villa-overview {
	width:563px;
	float:left;
}

.villa-overview h1 {
	padding:10px 0 10px 10px;
	display:block;
	background-color:#ec0b8e;
	color:#FFF;
	font-style:italic;
	border-bottom:2px dashed #fff;
	margin-bottom:17px;
	
}

.villa-overview strong {
	color:#333333;
}

.villa-overview p {
	color:#333333;
	margin-top:5px;
}

.villa-details {
	background-color:#fff;
	color:#333333;
	width:553px;
	margin:25px 0 0 0;
	padding:25px 0 10px 10px;
	float:left;
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
}

.villa-details p {
	margin:0 50px 0 11px;
}

#villa-right {
	float:right;
	width:264px;
	margin-top:355px;
}

#villa-right strong {
	padding:5px;
	background-color:#00b7cc;
	display:block;
	color:#fff;
	margin:8px -10px;
}

#villa-right ul, li {
	color:#fff;
	font-weight:bold;
}

#gallery {
	display:inline;
	float:left;
	width:264px;
	margin:20px 0;
	padding:0 0 10px 0;
}

#gallery h1 {
	margin-bottom:5px;
}

#gallery img {
	margin:3px;
	padding:2px;
	border:1px solid #666666;
	float:left;
	display:inline;
}


.viewmore {
	background-color:#CCCCCC;
	display:block;
	padding-left:10px;
	clear:both;
}