/* CSS Document */

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-left-color: #FFFFCC;

}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form, fieldset, span, div {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFCC;
	color: #F3E5B8;
	width: 770px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	color: #FFFF99;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 35px;
	margin-left: 35px;
}

#masthead{
	background-image: url(../images/waterfront-marina.jpg);
	background-repeat: no-repeat;
	height: 252px;
	padding-right: 5px;
}

#menu{
	background-color: #006699;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFF99;
	padding: 11px;
	letter-spacing: 3px;
	text-align: center;
	vertical-align: middle;
	word-spacing: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

.clear{
	clear: both;
	display: block;
}

.clear2{
	clear: both;
	display: block;
	height: 30px;
}


#content{
	clear:both;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFCC;
	line-height: 25px;
}

#content_left{
	float: left;
	width: 350px;
	display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFCC;
	padding-left: 20px;
}

#content_right{
	float: right;
	width: 330px;
	display: inline;
	padding-right: 20px;
	padding-bottom: 20px;
}

p{
	float: left;
	margin-bottom: 30px;
}

img {
	border: 3px solid #FFFF99;
	margin-right: 13px;
	margin-bottom: 13px;
	display: inline;
}

#booknow{
	background-color: #0066FF;
	border: 1px solid #FFFF99;
	color: #FFFF66;
	letter-spacing: 2px;
	text-align: center;
	word-spacing: 5px;
	padding: 5px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#footer{
	clear:both;
	text-align: right;
	height: 100%;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
	padding-right: 255px;
	padding-bottom: 410px;
	padding-left: 0px;
}

ul{
	line-height: 30px;
	font-weight: bold;
}

li{
	margin-bottom: 10px;
}
#content_right h2{
	letter-spacing: 5px;
	text-align: center;
	word-spacing: 15px;
	border: 1px solid #FFFF99;
	color: #006699;
	background-color: #FFCC33;
	padding: 5px;
}

.specials{
}

.specials-apt{
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0099FF;
	margin-top: 25px;
}

.specials-rate{
	color: #FFFF66;
}

.specials-per{
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	height: 100%;
	margin-top: 25px;
}

.specials-info{
	font-size: 11px;
	text-align: center;
	display: block;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
}

.rates-dates{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFF99;
	margin-top: 25px;
}

.rates-apt{
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0099FF;
	margin-top: 5px;
}

.rates-rate{
	color: #FFFF66;
}

.rates-per{
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	height: 100%;
	margin-top: 5px;
}

.rates-info{
	font-size: 11px;
	text-align: center;
	display: block;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
}

#tel{
	font-weight: bold;
	padding-top: 10px;
	color: #FFFF99;
	text-align: center;
	float: right;
}

.specials-button{
	float: right;
	margin-top: 25px;
	background-color: #0066FF;
	color: #FFFF66;
	padding: 5px;
	border: 1px solid #FFFF99;
	font-weight: bold;
}

A:link {
	text-decoration: none;
	color: #FFFF99;
}
A:visited {
	text-decoration: none;
	color: #FFFF99;
}
A:active {
	text-decoration: none;
	color: #FFFF99;
}
A:hover {text-decoration: underline; color: #FFFF66;}

.specials-button A:link{text-decoration: none;}
.specials-button A:visited{text-decoration: none;}
.specials-button A:active{text-decoration: none;}
.specials-button A:hover{
	text-decoration: underline;
	color: #FFFF66;
}

#sub-menu{
	color: #003300;
	background-color: #0099CC;
	margin-top: -11px;
	margin-left: 195px;
	padding: 5px;
	margin-right: 45px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #FFFFCC;
	font-weight: bold;
}

.hide{
	display: none;
}
.show{
	display: block;
}

#sub-menu ul li{
	list-style-type: none;
	display: inline;
	font-weight: bold;
	color: #FFFF99;
}
#sub-menu a:link{
	text-decoration: none;
	color: #FFFF99;
}
#sub-menu a:visited{
	text-decoration: none;
	color: #FFFF99;
}
#sub-menu a:active{
	text-decoration: none;
	color: #FFFF99;
}

#sub-menu a:hover{
	text-decoration: underline;
	color: #FFFF66;
	cursor: pointer;
	cursor: pointer;
}

.apartments-left{
	float: left;
	width: 480px;
	display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFCC;
	padding-left: 8px;
}
.apartments-right{
	float: right;
	width: 235px;
	display: inline;
	padding-right: 10px;
	padding-bottom: 20px;
}

#apartments-all h2{
	text-decoration: none;
}
#apartments-1 h2{}
#apartments-2 h2{}
#apartments-3 h2{}
#apartments-penthouse h2{}

#waterfront-left{
	float: left;
	width: 480px;
	display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFCC;
	padding-left: 8px;
}
#waterfront-right{
	float: right;
	width: 235px;
	display: inline;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 17px;
}

h4{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #FFFF99;
}

h2{
	color: #FFFF99;
	margin: 5px;
}

h3{
	margin: 25px;
	line-height: 25px;
	word-spacing: 5px;
}

#apartments-all h3{
	line-height: 15px;
	float: right;
	margin-top: 25px;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 25px;
	color: #FFFF66;
}

.apartments-right ul li{
	margin-left: 10px;
}

form{
	clear:both;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFCC;
	line-height: 25px;
	margin-top: 25px;
	margin-left: 100px;
	margin-right: 75px;
}

.left{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF66;
	margin: 10px;
}

.input{
	float: right;
	font-size: 18px;
	color: #003300;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	margin: 5px;
	padding: 5px;
	letter-spacing: 1px;
}
.select{	
	float: right;
	font-size: 18px;
	color: #003300;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	margin: 5px;

	letter-spacing: 1px;
}
arrival{		
	float: right;
	font-size: 18px;
	color: #003300;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	margin: 5px;
	padding: 5px;
	letter-spacing: 1px;
}

departure{	
	float: right;
	font-size: 18px;
	color: #003300;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	margin: 5px;
	padding: 5px;
	letter-spacing: 1px;
}
.textarea{	
	float: right;
	font-size: 18px;
	color: #003300;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	margin: 5px;
	padding: 5px;
	letter-spacing: 1px;
}

form h1{
	border: 1px dashed #0099FF;
	padding: 20px;
	text-align: center;
}

#res-form{
	margin-top: 25px;
	margin-right: 75px;
	margin-left: 100px;
	font-size: 16px;
}

.clear{clear:both;
min-height:20px;}

#grid_single h1{
	margin-top: -10px;
	margin-bottom: 20px;
}

#grid_single {
	padding-top: 1px;
}

#grid_single h2 a{
	color: #003366;
	margin-top: 10px;
	margin-bottom: -10px;
}

.villa{
	width: 226px;
	display: inline;
	position: relative;
	float:left;
	margin-right:10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFF99;
}

.villa-detail{
	display: block;
	padding: 5px;
}

.villa img{
	border: 3px solid #FFFF99;
	margin-right: 13px;
	margin-bottom: 13px;
	display: inline;
}

.hide {
	display: none;
}

.hotel-show {
	display: block;
	float:right;
}

#villa_features{
	width: 280px;
	position:relative;
	float:left;
}

#villa_facilities{
width:100%;
}

#apartment-photos{
	width: 610px;
	float:right;
	margin-right:40px;
}

#apartment-photos-left{
float:left;
}

#apartment-photos-right{
float:right;
	width:400px;

}

#apartment-photos-right img{
float:right;
}

#apartment-photos-menu{
	width: 175px;
}

