* html #page_layout {
  height: 100%;
  padding: 0 0 0 0px;
}

body { 
  font:normal 12px 'Lucida Grande', verdana, sans-serif; line-height:1.2em;
  background-color:#fff; 
  margin: 0;
  padding: 0px 0 0px 0;
  background: #fff url(/images/page-layout.png) repeat-y top center;
}

#page_layout {
  position: relative;
  min-height: 100%;
  width: 880px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: left;
  background-color: #fff;
}

#header {
  float: left;
  width: 880px;
  margin: 0px;
  padding: 0 0 0 0px;
  font-size: 100%;
}

#mainmenu {
  float: left;
  width:830px;
  height: 33px;
  padding-left: 25px;
  padding-right: 25px;	
  background: url("/images/menu_bg.png") 0 0px; no-repeat;
}

#nav a  {
  float: right;
  height: 25px;
  margin-right: 15px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  font: 12px/18px Arial, Verdana, sans-serif; 
  text-decoration: none;
  text-align: center;	
  background: url("/images/menu_bg.png") 0 0px; no-repeat;
  top:50; z-index: 2;
}

#nav a:hover {
  color: #fff;
  background-position: 0 -34px;
}

#nav .active {
  background-position: 0 0;
  color: #0382a2;
}

#nav .flag {

margin-right: -3px;
}

.hp {
  float: left;
  height: 517px;
  width: 880px;
  margin: 0px;
  padding: 0 0 0 0px;
  background: url(/images/banners/juliette-falls.jpg) no-repeat top left;
}

/* text styles */
a {
  color: #3c90b2;
}

h2 {
  font-size: 14px;
  letter-spacing: 0px; 
  margin: 1px;
  color: #061d33;
}

.why {
  font-size: 12px;
  line-height: 22px;
  margin: 1px;
  font-weight: normal;
  color: #333333;
}

.why #intro {
  font-size:1.2em; 
  line-height: 1.7em;
  color: #131313;
  margin-top: 15px;
  font-weight: bold;
}

.icons {
  font-size: 11px;
  font-family: Arial;
  line-height: 22px;
  margin: 1px;
  font-weight: normal;
  color: #333;
}

/* main content */

.columnwide {
  float:left; 
  width:370px; 
  margin-right:70px;
  margin-top:10px;
  margin-bottom: 30px; 
  margin-left: 45px;
}

.columnwide .intro {
  font-size:1.2em; 
  line-height: 1.7em;
  color: #131313;
  margin-top: 15px;
  font-weight: bold;
}

.columnwide p {
  color:#4c4c4c; 
  line-height:2.0em;
}

.columnnarrow {
  float:left; 
  width:260px; 
  margin:0 0 20px 0;
  line-height:2.0em;
}
	
.columnnarrow:first-child {
  margin:0px 40px 20px 0;
}

.columnnarrow p {
  color:#4c4c4c;
}

#doublecolumn {
  width:400px; 
  float:right; 
  color:#4c4c4c; 
  margin-right: 45px; 
  margin-top:-410px;
}

#singlecolumn {
  width:300px; 
  float:left; 
  color:#4c4c4c; 
  line-height: 16pt;
  margin-top: 40px;
  padding-left: 65px;
}

#iphone {
  margin-right:-13px;
  border: 0px;
}

/* property details */ 
#photo_left, #photo-left img {
  float:left; 
  width:280px;
  height:343px;
  background-color: black;
}

#photoframe, #photoframe img {
	float:left;
	margin: 0px; 
	width:600px;
	height:343px;
}
#videoframe {
	float:left;
	margin: 0px; 
	width:600px;
	height:343px;
	z-index: -100;
}

.intro_photo {
	border:solid 1px #D1D1D1;
	padding:5px;
    width: 340px;
    height: 220px;
    margin-right: 5px;
}

.intro_photo:hover {
  border:1px solid #061d33;;
  z-index: 1;
}


#column-table {
  margin-top:15px; 
}

#preview {
  float:right;
  width: 380px;
  height: 240px;
  padding: 5px;
  border: 1px;
  background-color: #999;
}

.foto {
	border: 1px solid #D1D1D1;
	width: 350px;
	height: 200px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 5px;
}

.img_border {
    padding:5px;
	border:solid 1px #D1D1D1;
	margin-right: 3px;
}

#gallery {
 float: left;
 margin-right: 40px;
 height: 60px;
 width:870px;
 
}

#thumbnails {
	margin:15px; 
	margin-right:10px;
	float:right;
}

#thumbnails .img_border:hover {border:1px solid #5f91dc;}



/* contact form styles */ 
.label, #label, #error_label {
 font-size: 10px;
 line-height: 15px;
 margin: 1px;
 font-weight: bold;
 color: #333333;
}

#instructions {
 font-size: 11px;
 line-height: 15px;
 margin: 1px;
 color: #666;
 letter-spacing: 0px; 
 padding-bottom: 8px;
}

input {
 font-size: 14px;
}

#inputbox {
  width: 200px;
}

input:focus, textarea:focus {
 background-color:#edf4fa;
}

.err_fields {
  padding: 2px;
  border: 2px solid #E86517;
  margin-bottom: 5px;
}

#error_label {
  color: red;
}

/* silver button */ 
a.silverbutton {display:block; float:left; position:relative; margin:0 0 0 9px; padding:0; height:23px; background:url('/images/buttons/silver-bg.png'); line-height:1em;}
a.silverbutton .label {display:block; margin-top:3px; font-size:11px;; text-shadow: white 0px 1px 0px; color:#000; padding-left:20px; padding-right:20px; }
a.silverbutton .left {display:block; margin:0 -9px; width:14px; height:23px; background:url('/images/buttons/silver-left.png'); position:absolute; left:0px;}
a.silverbutton .right {display:block; margin:0 -9px; width:14px; height:23px; background:url('/images/buttons/silver-right.png'); position:absolute; right:0px;}
a.silverbutton {
 text-decoration: none;
}


/* page footer styles */ 
.footer {
  width: 880px;
  text-align: center;
  color:#4c4c4c;
  font-size: 11px;
  line-height: 11px;
  padding-bottom: 10px;
}
