
  /* 3 column layout
-----------*/

.three_column {font-size: 12px; line-height: 18px; background-color: black;}
.three_column_left,  .three_column_middle, .three_column_right {width: 260px; float: left; margin-right: 18px;}
three_column_middle {width: 270px;}
three_column_right {margin-right: 0px;}

.intro {font-weight:bold; color:#000;}
q {font:italic 19px Georgia; font-weight:normal; line-height:1.5em; padding:12px 0px; display:block;}
q:before {content:"\201C\00A0";}
q:after {content:"\00A0\201D";}
  
  /* quick tips
-----------*/
.quickfacts {
  width:209px;
  float:left; 
  font-size: 11px;
  background-color: #f0f0f0;
  border:1px solid #ddd; padding:1px; 
  margin-right: 30px; 
  margin-top: 15px; 
  padding: 15px;
}

  /* Property Details
-----------*/

#photo_left, #photo-left img {
  float:left; 
  width:280px;
  height:343px;
  background-color:#000;
}

.intro_name {
  font:italic 35px Georgia;
  font-weight:normal;
  line-height:1.5em;
  padding:12px 0px;
  text-align: center;
}

.intro_text {
  color:#ffffff;
  font:italic 26px Georgia;
  font-weight:normal;
  line-height:1.5em;
  padding:12px 0px;
  text-align: center;
}

#photoframe, #photoframe img {
	float:right; 
	width:620px;
	height:343px;
	background-color:#000;
}

#player {
	float:right; width:620px;height:343px;background-color: #000;
}

#buttons {
    float: left;
	text-align: center;
}

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

#subnav a.back { 
	float:left; 
	display:block; 
	width:82px; 
	height:28px; 
	margin-left:15px; 
	margin-top: 20px; 
	margin-right: 10px; 
	background: url("../media/buttons/back.jpg") 0 0 no-repeat;
}

#subnav a.enquiry {
	float:left; 
	display:block; 
	width:116px; 
	height:28px; 
	margin:20px 20px 0 0; 
	background: url("../media/buttons/enquiry.jpg") 0 0 no-repeat;
}

#subnav a.back:hover, #subnav a.enquiry:hover {
	background-position: 0 -28px;
}

#subnav a.back:active, #subnav a.enquiry:active {
	background-position: 0 -56px;
}

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

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

