#noscript{
	background-color:#CC0000;
	padding:10px;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
}

html,body{
	background-color: #000000;
	color:#FFFFFF;
	margin:0;
	padding:0;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:900px;
	margin:0px auto;
	padding:50px 0px;
}

#top{
	padding:15px;
	text-align:center;
}

#middle{
	padding:20px 50px;
}

#top-desc{
	height:110px;
	position:relative;
}

#search-by-id{
	width:270px;
	text-align:right;
	position:absolute;
	top:40px;
	right:10px;
	font-size:14px;
}

#search-by-id input{
	border:none;
	font-size:14px;
}

#btn-go{
	background-color:#FFFFFF;
	border:none;
	color:#000000;
	margin-left:5px;
}

#footer{
	font-size:10px;
	color:#999999;
	text-align:center;
}

#footer a{
	color:#999999;
}

#property-search-box{
	font-size:12px;
	padding:15px 20px;
}

#property-search-box table{
	width:100%;
}

#property-search-box th{
	text-align:left;
	padding-left:15px;
}

#property-search-box select{
	width:200px;
	font-size:12px;
}

#price-range-selector{
	background:url(../images/bg-menu.png) repeat-x center;
	height:30px;
	color:#000000;
	line-height:30px;
	font-size:12px;
}

#price-range-selector ul{
	margin:0;
	padding:0;
	list-style:none;
}

#price-range-selector li{
	float:left;
	width:106px;
	border-left:1px solid #CCCCCC;
	text-align:center;
	cursor:pointer;
}

#price-range-selector li:hover, #price-range-selector li.over{
	background:url(../images/bg-menu-over.png) repeat-x center;
}

#btn-search{
	background-color:#FFFFFF;
	color:#000000;
	border:none;
	font-size:14px;
}

a {
	color:#daa65f;
	text-decoration:none;
}

a:hover{text-decoration:underline;}

p{
	margin:8px 0px 0px 0px;
	padding:0;
}

img {border:0px;}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #daa65f;
	padding:5px 0px;
	margin:0;
}

h1{
	font-size:22px;
}

h2{
	font-size:20px;
}

h3{
	font-size:18px;
}

h4{
	font-size:16px;
}

h5{
	font-size:14px;
}

h6{
	font-size:12px;
}

/** Main menu using sucker fish style list menu **/
#mainMenu{
	font-family:Geneva;
	font-stretch:extra-expanded;
	letter-spacing:1px;
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	height:45px;
	background:url(../images/bg-menu.png) repeat-x top;	
}

#logo{
	position:absolute;
	right:0px;
	top:0px;
	width:159px;
	height:45px;
	overflow:hidden;
}

#logo a{
	padding:0;
}

#mainMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mainMenu li{
	  float:left;
	  position:relative;
	  text-decoration:none;
	  display: block;
	  border-right: 1px solid #dbc8b2;
	  border-left: 1px solid #e9eaeb;
	  white-space:nowrap;
	  padding:0px 43px;
	  height:41px;
	  line-height:41px;
	  margin-top:2px;	
}

#mainMenu li ul{
	display:none;
	position:absolute;
	top:36px;
	left:0;
	}

#mainMenu li ul li{
	width:160px;
	float:left;
	clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }
	  
#mainMenu li:hover, #mainMenu li.over {
	background:url(../images/bg-menu-over.png) repeat-x center;
}


#mainMenu a{
	color: #666666;
	text-decoration:none;
	display:block;
}

#mainMenu a:hover{
	color:#FFFFFF;
}

#mainMenu li.lastMenu{
	
	}

#mainMenu li.activeMenu{
	background:url(../images/bg-menu-over.png) repeat-x center;
}

#mainMenu li.activeMenu a{
	color:#FFFFFF;
}

#mainMenu li ul li{
	border-right:none;
	}

/** page submenu **/
#pageSubmenu{

}

#pageSubmenu h1{
	font-size:14px;
	background-color:#CCCCCC;
	color:#333333;
	padding:3px 10px;
}

#pageSubmenu ul{
	margin:0;
	padding:0;
}

#pageSubmenu li{
	display:block;
	background-color:#EAEAEA;
	padding:5px 10px;
	border-bottom:1px dotted #CCCCCC;
}

#pageSubmenu a{
	color:#333333;
}


#col-left{
	width:229px;
	float:left;
}

#col-right{
	width:665px;
	text-align:left;
	float:left;
}

#col-right-1{
	width:500px;
	float:left;
	border-right:1px dotted #CCCCCC;
}

#col-right-2{
	width:163px;
	float:left;
}

/** Site Breadcrumb **/

.breadcrumb{
	padding:0px 0px 10px 0px;
}

/** Search Result **/
.search-hightlight{
	background-color:#FFFF00;
}

/** Agent area **/
.spacer{
	clear:both;
	font-size:2px;
	height:2px;
}
.agent-list{
	background-color:#FFFFFF;
	color:#333333;
	margin:10px 0px;
	padding:10px;
}

.agent-list-photo{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
}

.agent-list-photo img{
	width:80px;
}

.agent-list-desc{
	width:490px;
	float:left;
	border-right:1px solid #d3a05b;
	padding-right:10px;
	height:100px;
}

.agent-list-contact{
	width:150px;
	float:left;
	margin-left:10px;
	line-height:18px;
}

/** Property list **/
.property-list{
	background-color:#FFFFFF;
	color:#333333;
	margin:10px 0px;
	padding:5px;
}

.property-list-photo{
	width:290px;
	height:180px;
	float:left;
	overflow:hidden;
	position:relative;
}

.sold{
	position:absolute;
	top:20px;
	left:0;
	z-index:1000;
}

.sold-detail{
	position:absolute;
	top:50px;
	right:0;
	z-index:1000;
}

.property-list-photo img{
	width:290px;
}

.property-list-desc{
	width:350px;
	float:left;
	border-right:1px solid #d3a05b;
	padding-right:10px;
	min-height:170px;
	margin-left:8px;
}

.property-list-desc h3{
	font-size:16px;
	color:#000000;
	padding:10px 0px 3px 0px;
}

.property-list-desc h5{
	padding:0px 0px 10px 0px;
}

.property-list-contact{
	width:120px;
	float:left;
	margin-left:10px;
	line-height:18px;
}

.property-list-precision-id{
	height:110px;
	margin-top:15px;
	font-size:14px;
	color: #daa65f;
	vertical-align:top;
	text-align:center;
}

/** Property details **/
#mainImage{
	width:800px;
	overflow:hidden;
	height:465px;
}

#mainImage img{
	width:800px;
}

#allImages{
	padding-bottom:10px;
	position:relative;
}

#slideShow{
	width:700px;
	padding-bottom:10px;
	position:relative;
	}

.thumbnail{
	border:1px solid #000000;
	width:48px;
	float:left;
	}
	
.thumbnail-over{
	border:1px solid #FFFF00;
	cursor:pointer;
	}

#property-detail{
	background-color:#FFFFFF;
	padding:10px;
	color:#000000;
}

#property-detail-inner{
	background:url(../images/bg-property-detail.png) repeat-y right;
}

#property-detail-desc{
	width:550px;
	float:left;
}

#property-detail-contact{
	width:200px;
	margin-left:30px;
	float:left;
}

#price-guide{
	text-transform:uppercase;
	font-size:10px;
}

#price-guide-1{
	width:20px;
	float:left;
}

#price-guide-2{
	width:20px;
	float:left;
	margin-left:40px;
}

#price-guide-3{
	width:20px;
	float:left;
	margin-left:40px;
}

#price-guide-4{
	width:20px;
	float:left;
	text-align:right;
	margin-left:27px;
}

.property-detail-agent{
	clear:both;
	padding:10px 0px;
	font-size:10px;
}

.property-detail-agent a{
	color:#000000;
}

.property-detail-agent h5{
	color:#000000;
	padding:0px 0px 5px 0px;
}

.agent-photo{
	width:60px;
	height:90px;
	text-align:left;
	float:left;
}

.agent-photo img{
	width:50px;
}

#precision-id{
	font-size:14px;
	text-align:right;
	padding:10px;
	color: #daa65f;
}

#home-slideshow{
	width:800px;
	height:324px;
	margin:0px auto;
}

/** Style select list **/
.comboboxContainer { 
	border:1px solid #CCCCCC; 
	background:url(../images/bg-menu.png) repeat-x center;
	height:27px;
	color:#000000;
	line-height:26px;
} 

.comboboxValueContainer { 
	background: url(/images/comboboxDisplayValue.gif) repeat-x left top;
	} 

.comboboxValueContent { 
	padding-left: 10px; 
	text-transform: uppercase; 
	} 

.comboboxDropDownContainer{ 
	border:1px solid #CCCCCC;
	background: #fff; 
	overflow: hidden; 
	padding-left: 0px; 
	cursor: default; 
	} 

.comboboxDropDownButton { 
	width: 19px; 
	height: 27px; 
	background: url(../images/select-arrow.png) no-repeat center; 
	} 
	
.comboboxGroupItemHeader { 
	display: block; 
	background: #000; 
	color: #fff; 
	} 
	
.comboboxGroupItemContainer { 
	padding-left: 10px; 
	} 
	
.comboboxItem { 
	background: #fff; 
	color: #000; 
	text-transform:uppercase;; 
	font-weight: normal; 
	font-style: normal;
	padding-left:10px; 
	} 
	
.comboboxItemHover { 
	background:#cfa864 url(../images/bg-menu-over.png) repeat-x center;
	text-transform: uppercase; 
} 
