@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px;}
body {
	font-size:62.5%;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(images/bg.jpg);
}

.nav-text a:hover{color:#ffcc00}

#stage {
	width:780px;
	margin:auto;
	height: 100%;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color: #313131;
}

#content {
	width:750px;
	margin: auto;
}
	

h1 {
	height:73px;
	background-image:url(images/header-left.gif);
	text-indent: -5000px;
}

h2 {
	text-align:center;
	font-size:4em;
	color: #FFCC00;
	margin-bottom: 20px;
}

#header-left {
	width:390px;
	height:77px;
	background-image:url(images/header-left.gif);
	background-repeat:no-repeat;
	float:left;
}

#header-right {
	width:390px;
	height:77px;
	background-image:url(images/header-right.gif);
	background-repeat:no-repeat;
	float:right;
}

#sub-header {
	width:780px;
	height:135px;
	background-image:url(images/sub-header.gif);
	background-repeat:no-repeat;
	float:left;
	margin-bottom: 20px;
	background-position: center;
	background-color: #313131;
}

#content-left {
	width:375px;
	background-color:#718188;
	float:left;
	margin-left: 15px;
	padding-bottom: 6px;
}

#content-left-intro {
	width:375px;
	background-color:#313131;
	float:left;
	margin-left: 15px;
}

#content-right {
	width:375px;
	background-color:#718188;
	float:right;
	margin-right: 15px;
	padding-bottom: 6px;
}

#content-right-intro {
	width:300px;
	background-color:#313131;
	float:right;
	margin-right: 15px;
	border-left: solid 1px #ffcc00;
	height: 240px;
}

.holder {
	padding-left: 6px;
}

.title-box {
	width:360px;
	height:30px;
	background-color:#313131;
	float:left;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	margin-top: 8px;
}

.listing-box {
	width:360px;
	height:230px;
	background-color:#313131;
	float:left;
	margin-top:5px;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

.inner-box-left {
	width:180px;
	height:230px;
	float:left;
}

.inner-box-right {
	width:180px;
	height:230px;
	float:right;
}

.nav-text {
	margin-right:14px;
	margin-top:28px;
	text-align:right;
	font-size:1.4em;
	color: #FFFFFF;
}

.nav-text a {
	color: #FFFFFF;
	text-decoration: none;
}

.title-text {
	margin-left:5px;
	margin-top:7px;
	text-align:center;
	font-size:1.2em;
	color: #FFCC00;
}

.villa-image {
    margin-top:5px;
	margin-left:5px;
}

.visit-website {
	margin-top:10px;
	margin-left:5px;
}

#villa-list li {
	list-style-position: inside;
	margin-top:5px;
	margin-left:10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#ffffff;
}

#destinations {
	width:780px;
	background-color:#313131;
	clear: both;
	margin-bottom: 20px;
}

#destination-list li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#ffffff;
	display: inline;
	margin-left: 10px;
	line-height: 5em;
}

#destination-list li a{
	color:#ffffff;
}

#footer {
	width:780px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	clear: both;
	background-position: bottom;
}

.footer-text {
	margin-left:10px;
	text-align:left;
	font-size:1.1em;
	color: #FFFFFF;
	padding-top: 10px;
}

.footer-text a {
    color:#ffffff;
}

.price {
	margin-left:40px;
	margin-top:16px;
	text-align:left;
	font-size:1.6em;
	font-weight:bold;
	color: #FFCC00;
}

.intro-text {
	text-align:justify;
	font-size:1.7em;
	color: #ffffff;
	padding: 0px 30px 30px 30px;
}

.intro-text a {
color: #ffffff;
text-decoration:underline

}

.intro-text a:hover {
color: #ffcc00;
text-decoration:underline

}

.advertise-button {
	width:219px;
	height:218px;
	margin-left:30px;
}

.intro-header {
	text-align:left;
	font-size:2.2em;
	color: #FFCC00;
}
