@CHARSET "UTF-8";

#header{
	height: 210px;
}

#pagetitle{
	position: relative;
	width: 900px;
	height: 100px;
	left: 0px;
	top: 20px;
	background-image: url('../images/gardens3-bg.jpg');
}

#pagetitle p{
	margin: 5px 10px;
	padding: 10px;
	position: absolute;
	top: 35px;
	left: 0px;
	font-size: 24px;
	background-image: url('../images/fiftypercentgrey.png');
	color: #f93;
}


#maintext{
	position: relative;
	width: 50%;
	float: left;
	color: #fff;
}

#maintext h3{
	margin: 30px 20px 30px 50px;
	font-size: 14px;
}

#maintext p{
	margin: 30px 20px 0px 90px;
	font-size: 12px;
}

#maintext a{
	color: #fff;
}

#maintext a:hover{
	color: #d62;
}

#posttext p{
	font-size: 14px;
	position: relative;
	margin: 10px 50px;
	color: #fff;
}

#posttext a{
	color: #fff;
}

.subtexts{
	position: relative;
	float: right;
	clear: right;
	width: 380px;
	margin: 30px 50px 10px 0px;
}

.subtexts h3{
	position: relative;
	font-size: 18px;
	padding: 10px;
	color: #fff;
	background-image: url('../images/thirtypercentpaw.png');
	z-index: 1;
}

.subtexts p{
	position: absolute;
	font-size: 11px;
	padding: 15px 20px 0px 20px;
	color: #fff;
	bottom: 2px;
	right: 5px;
	opacity: 0.5;
}

.subtexts p:hover{
	opacity: 1;
}

.subtexts img{
	position: relative;
	float: left;
}

.subtexts a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-right: 23px;
	background-image: url('../images/eightypercentarrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

.subtexts span{
	visibility: hidden;
}

#rentaldetailsdiv{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/thirtypercentgrey.png');
	z-index: 20;
}

hr{
	position: relative;
	clear: both;
}

.renttext{
	width: 380px;
	position: relative;
	float: left;
	background-image: url('../images/thirtypercentgrey.png');
	color: #fff;
}

.renttext h3{
	padding: 10px;
	color: #fff;
	font-size: 18px;
	background-image: url('../images/thirtypercentgrey.png');
}

.renttext h4{
	padding: 10px;
	color: #fff;
	font-size: 14px;
	background-image: url('../images/thirtypercentgrey.png');
}

.renttext p{
	margin: 15px 25px;
	font-size: 11px;
}

.renttext table{
	margin: 5px 25px 30px 40px;
	width: 300px;
	font-size: 12px;
	background-color: #699;
	border-collapse: collapse;
}

tr.dark{
	background-color: #304d51;
}

.renttext td{
	padding: 1px 10px;
}

.renttext a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-right: 23px;
	background-image: url('../images/eightypercentarrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

.renttext span{
	visibility: hidden;
}

.renttext ul{
	list-style: square;
	margin: 10px 30px 20px 50px;
}

.renttext li{
	font-size: 12px;
}

#rentbasic{
	z-index: 120;
	margin: 30px 20px 30px 50px;
}

#rentluxury{
	z-index: 120;
	margin: 30px 50px 30px 20px;
}
