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

html {

}


body {
	background-color:#000;
	color: #ffffff;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	

}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightorange;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:fixed;
visibility: visible;
top: 20%; left: 30%;

 /*position where enlarged image should offset horizontally */

}
#box
{

width:180px;
float:left;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}
#box_beds
{
float:left;
width:120px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}
#box_location
{
float:left;
width:370px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}
.imageb
{
position:relative;
float:left;
width:340px;
border:solid 1px #FFFFFF;
background:#CCCCCC;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}

#img
{
float:left;
color:#000000;

}
.morepics
{
width:700px;
position:relative;

}
.moreinfo
{
position:relative;
top:40px;
}
#villaimage
{
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}


.detailbox
{
width:700px;
float:left;
position:relative;
}
.property
{
font-size:16px;
color:#0066FF;
}

.container {
	width:100%;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.content{
	background-image: url(../images/bg.content.gif);
	width: 800px;
	margin-bottom: 0px;
}


.text-container {
	margin: 0px 20px 0px 50px;
	height:500px;
	overflow: auto;
}

.cars-background {
	background-image:url(../images/bg.cars.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.boats-background {
	background-image:url(../images/bg.boats.jpg);
	background-position:center 150px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.services-background {
	background-image:url(../images/bg.services.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.accom-background {
	background-image:url(../images/bg.accom.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#flash-container {
	margin: 0px 0px 15px 0px;
}


h1 {
	font-size:1.6em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
}

h2 {
	font-size:1.4em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
}
.floatright {
	float: right;
	width: 400px;
	padding-left: 20px;
}

