@font-face {
  font-family: MuseoSans;
  src: url(MuseoSans_500.otf);
  /* font-weight, font-style ==> default to normal */
}

* {
	padding: 0;
	margin: 0;
}
html {
	background: black url('../Images/wood.jpg') fixed;
	text-align: center;
	color: #000000;
	height: 100%;
}
#Container {
	width: 620px;
	margin: 0 auto; 
	text-align: left;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color:#999;
	height: 100%;
	font-family: Century Gothic, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
}
#Maincontent {
	padding: 0px 10px 0px 10px;
}
#Menu {
	height: 30px;
	text-align:right;
	padding: 0px 16px;
}
#Menu a, #Menu a:hover {
	font-size: 0.7em;
	padding-bottom: 0px;
	line-height: 30px;
}
#Header {
	background: #cc9933 url('../images/preview-facade.jpg') no-repeat;
	display: block;
	width: 584px;
	padding-top: 254px;
	padding-bottom: 37px;
	padding-left: 16px;
}
#FirstText {
	padding: 30px 16px 10px 16px;
}
#ImageWide {
	padding-top: 30px;
	padding-bottom: 11px;
}
#Features {
	padding: 10px 16px 15px;
}
#Gallery, #Contact {
	clear:both;
	padding: 20px 16px 20px 16px;
}
#Gallery .col-right img {
	width: 178px;
	margin-top: 4px;
/*	padding-bottom: 6px;*/}
#Gallery .col-right img.pano {
	width: 370px;
}
#Contact .col-right {
	padding-bottom:50px;
}
#Contact .col-right p.highlight {
	font-size: 1.2em;
	font-family: Century Gothic, sans serif;
	font-weight: bold;
	line-height: 22pt;
}
#Contact .col-right p.details {
	padding: 15px 0;
}

#Video {clear:both; text-align:center;padding: 20px 16px 20px 16px;}

#Return {
    padding: 30px 16px 35px;
    clear:both;
    text-align:right;
    }

#Footer {
	clear:both;
	padding-top: 10px;
	background:#cc9933;
}
.col-left {
	float:left;
	width: 191px;
}
.col-right {
	display:block;
	float:right;
	width: 372px;
}
.right {
	margin-left: 6px;
}
.intro {
	padding-bottom: 40px;
}
img.highlight {
	background: #cc9933;
	padding-bottom: 10px;
}
img.bedroom {
	float:left;
	margin-right: 16px;
	margin-top: 6px;
	width: 175px;
}
h1 {
	color:#444;
	display:block;
	font-family: MuseoSans, Century Gothic, sans serif;
	font-weight: normal;
	font-size: 21px;
	text-shadow: #eee 1px 1px 2px;
}
h2 {
	font-size: 1em;
	color: #eee;
	font-weight:normal;
	display:block;
	border-bottom: #ccc dotted 1px;
	padding-top: 15px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
ul li {
	/*	list-style-image:url(../Images/arrow.jpg);
	list-style-position:outside;*/
	list-style-type:none;
	background-image:url(../Images/arrow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 12px;
	font-size:0.9em;
}
a, a:link, a:visited {
	text-decoration:none;
	border-bottom:#999 dotted 1px;
	color: #CCC;
	outline:none;
}
a:hover, a:active {
	color: #eee;
	border-bottom:#eee dotted 1px;
}
a img {
	border: #666 solid 1px;
	outline:none;
}
a img:hover {
	border: white dotted 1px;
	background: #66ccff;
}
a.lightbox, a.lightbox:hover {
	border:none;
}
span.highlight {
	color:  #eee;
}
img.highlight {
	background-color: #cc9933;
	padding: 0 0 10px 0;
	margin: 0;
}
table.features {
	width:179px;
	background: #f5f5f5;
	color: #999;
	text-align:center;
	font-weight:bold;
	margin: 10px 0px;
}
table.features td {
	border: 1px #ccc solid;
	height: 24px;
	width: 33%;
}
table.features td.bed {
	background: #b6b6b6 url('../Images/bed.jpg') no-repeat center center;
}
table.features td.bath {
	background: #b6b6b6 url('../Images/bath.jpg') no-repeat center center;
}
table.features td.car {
	background: #b6b6b6 url('../Images/car.jpg') no-repeat center center;
}
#cboxContent {
	font-family: Century Gothic;
	font-size: 0.8em;
	color: #333;
}

.question {
    padding-bottom: 30px;
    }

.question p {
    padding: 5px 0px;
    }
    
#Features .image1 
{
    margin-top: 16px;}

#Features .image2 
{
    margin-top: 240px;}
    
#Features .image3 
{
    margin-top: 365px;}