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

hr
{
	
      background-color:#666666;
      height: 1px;
      border: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #000000;
	background-color: #393027;
	background-image: url(../images/villabg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

#wrapper
{
	width:1000px;
    height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bgsuede.jpg);
	background-repeat: repeat;
	border-right: 1px solid #c90;
	border-bottom:1px solid #c90;
	border-left:1px solid #c90;
	
}

#header 
{
	height: 147px;
	width: 1000px;
	position:fixed;
	background-image: url(../images/header.png);
	z-index:2;
}

#navigation
{
	margin-top:13px;
	margin-left:auto;
	margin-right:auto;
	padding-top:70px;
	width:1000px;	
}

#menu
{
	padding-left:70px;	
}

ul {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
  display: block;
  position: relative;
  float: left;
}

li ul 
{
	display: none; 
	}
	
li ul a
{
	margin:0;
	padding:0;	
}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	padding: 5px 15px 5px 15px;
	margin-left: 1px;
	white-space: nowrap;
}

ul li a:hover {
	color: #FFF;
	background-color: #333;
	opacity:0.6;
	z-index:12;
}

li:hover ul 
{
  display: block;
  position: absolute;
  border-top-style:none;
  z-index:12;
}

li:hover li {
	float: none;
	font-size: 12px;
}

li:hover a {
	color: #FFF;
	background-color: #333;
	opacity:0.6;
}
li:hover li a:hover { color: #95A9B1; }
	
#home
{
	padding-top:110px;
	width:1000px;
	height:auto;
    
}

.slideshow 
{
	height: 472px;
	width: 850px;
	border:2px solid #c90;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	z-index:0;

}

#about 
{  
        padding-top:105px;
        height: 600px;
	    width: 850px;
		margin-left:75px;
		margin-top:100px;		
}

#contact
{  
    height: 600px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	padding-top:105px;
	position:relative;
}

#key_features
{  
    height: 600px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	padding-top:105px;
}

.keyfeatures_content
{
	height: 510px;
	width: 814px;
	border: 2px solid #960;
	margin-left: 75px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/lth.jpg);
}

.innerlayout
{
	margin:7px;
	width:390px;
	height:400px;
	float:left;
}

.paratext
{
	font-size:11px;
	color: #666;
}

.availability_content
{
	
    height: 472px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #960;	
}

#construction
{
      
        height: 620px;
	    width: 850px;
		margin-left:75px;
		margin-top:100px;
       padding-top:105px;
}

.construction_content
{
	
    height: auto;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #960;
	background-image:url(../images/lth.jpg);
	
}


#availability
{  
    height: 600px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	padding-top:105px;
}



.footer  {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #DDDDDD;
	background-image: url(../images/bgsuede.jpg);
	background-repeat: repeat-x;
}

.footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 10px;
	text-align:center;
	
}

.content {
	width: 1000px;
	z-index:10;
}

.textbox {
	width: 355px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;	
}

.sidebar {
	height: 500px;
	width: 200px;
	float: right;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.textbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FC3;
	font-weight: lighter;	
}

.sidebar p {
	font-family: Tahoma, Geneva, sans-serif;
}

.text {
	font-style: italic;
	font-size: 18px;
	background-color:#333;
}
	
.main_content {
	height: 402px;
	width: 814px;
	border: 2px solid #960;
	margin-left: 75px;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/lth.jpg);
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FC3;
	font-weight: lighter;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BFBFBF;
}

.special_text
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color: #FC0;
	font-style:italic;
	
}

.pencil
{
	left:450px;
	top:180px;
	position:absolute;
}

i
{
	color:#FFF;
}