/**
 * Global.css
 * Main Stylesheet
 */

@import url(default.css);
@import url(contact.css);

/**
 * Global
 */

body
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #000;
}

#page
{
	width: 1000px;
	margin: 0 auto;
}

a
{
	color: #f6931e;
}

.highlight
{
	color: #f6931e;
}

/**
 * Header
 */

#banner
{
	background:url(../images/banner.jpg) no-repeat;
	width: 1000px;
	height: 337px;
	position: relative;
}

#banner h1
{
	width: 1000px;
	height: 337px;
	margin: 0;
	text-indent: -9999px;
	background: url(../images/title.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#menu
{
	width: 1000px;
	margin-bottom:25px;
}

#menu li
{
	width: 199px;
	height: 30px;
	float: left;
	margin-right: 1px;
}

#menu li a
{
	display: block;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 11pt;
	text-indent:-9999px;
}

#menu li a.home { background:url(../images/menu.jpg) 0 0 no-repeat; }
#menu li a.investors { background:url(../images/menu.jpg) -199px 0 no-repeat; }
#menu li a.tenants { background:url(../images/menu.jpg) -398px 0 no-repeat; }
#menu li a.landlords { background:url(../images/menu.jpg) -597px 0 no-repeat; }
#menu li a.contact { background:url(../images/menu.jpg) -796px 0 no-repeat; }
#menu li a.home:hover { background-position:0 100%; }
#menu li a.investors:hover { background-position:-199px 100%; }
#menu li a.tenants:hover { background-position:-398px 100%; }
#menu li a.landlords:hover { background-position:-597px 100%; }
#menu li a.contact:hover { background-position:-796px 100%; }

/**
 * Body
 */

#content-wrapper
{
	padding: 28px 18px 0 0;
}

#content
{
	width: 670px;
	float: right;
	position: relative;
}



#content ol
{
	list-style-position: outside;
	list-style-type: decimal !important;
	margin: 15px 0 !important;
	padding: 0 0 0 40px !important;
}

#content fieldset ol
{
	list-style-type: none !important;
}	  

#content p
{
	text-align: justify;
}

#content h2
{
	color: #f6931e;
	font-size: 20pt;
	margin-top: 0;
}

h3
{
	color: #f6931e;
}

h3.toggler
{
	color: #f6931e;
	cursor: pointer;
}

/* Search Column */

#search
{
	width: 299px;
	min-height: 490px;
	float: left;
}

.search-box
{
	background:#f6931e;
	width: 249px;
	padding:25px;
}

#rr {
	background:#000;
	width:249px;
	padding:25px;
	margin:25px 0;
}

#rr a {
	background:url(../images/rr-box.jpg) no-repeat;
	display:block;
	height:59px;
	text-indent:-9999px;
	width:232px;
}

.search-box h2
{
	height:14px;
	text-indent:-9999px;
	margin:0;
	width:227px;
}

.investment h2 {
	background:url(../images/investment-property.jpg) no-repeat;
}

.tenant h2 {
	background:url(../images/property-to-rent.jpg) no-repeat;
}

label {
	color:#fff;
}

.search-box a {
	display:block;
	height:35px;
	background:url(../images/search.jpg) no-repeat;
	width:97px;
	text-indent:-9999px;
	float:right;
}

.search-box fieldset
{
	margin: 5px 0 0;
	padding-bottom: 10px;
}

.search-box li
{
	margin: 5px 0;
}

.search-form-select
{
	width: 190px;
}

#properties
{
	width: 912px;
	background: url(../images/properties-bg.jpg) repeat-y;
}

#properties h2
{
	padding: 10px 0 0 13px;
}

#property-1, #property-2, #property-3
{
	width: 298px;
	float: left;
	border-right: 3px solid #FFFFFF;
}

#property-1 img, #property-2 img, #property-3 img
{
	margin-left: 7px;
}

#property-1 .price, #property-2 .price, #property-3 .price
{
	color: #fff;
	text-align: right;
	padding-right: 7px;
	font-size: 20pt;
	font-weight: bold;
}

#property-1 .bedrooms, #property-2 .bedrooms, #property-3 .bedrooms
{
	color: #fff;
	text-align: right;
	padding-right: 7px;
	font-size: 15pt;
	margin-bottom: 5px;
}

#property-1-more
{
	margin-left: 143px;
}

/**
 * Results Page
 */

#slider
{
	height: 18px;
	position: relative;
	margin-bottom: 15px;
}

#marker-min, #marker-max
{
	width: 6px;
	height: 18px;
}

#marker-min
{
	position: absolute;
	top: 0;
	left: 90px;
	background: url(../images/css-sprite.jpg) -720px -85px no-repeat;
}

#marker-max
{
	position: absolute;
	top: 0;
	left: 296px;
	background: url(../images/css-sprite.jpg) -746px -85px no-repeat;
}

#minArrow
{
	position: absolute;
	top: 0px;
	left: 57px;
	z-index: 100;
}



#maxArrow
{
	position: absolute;
	top: 0px;
	left: 189px;
	z-index: 100;
}

.arrow-1
{
	width: 18px;
	height: 36px;
	display: block;
}

.arrow-2
{
	width: 18px;
	height: 36px;
	display: block;
}

#scale li
{
	width: 61px;
	height: 18px;
	line-height: 18px;
	background: #f6931e;
	float: left;
	border-right: 1px solid #fff;
	font-size: 8pt;
	text-align: right;
	color: #fff;
	padding-right: 4px;
}

.list
{
	width: 683px;
	height: 430px;
	overflow: auto;
	visibility: visible;
	border: 1px solid #f6931e;
	top: 55px;
	left: 0;
}

.map
{
	width: 658px;
	height: 430px;
	visibility: hidden;
	border: 1px solid #f6931e;
	position: absolute;
	top: 55px;
	left: 0;
}

a.button, a.button span
{
	display: block;
	height: 19px;
	line-height: 19px;
	float: left;
}

a.button
{
	margin-right: 5px;
}

a.button span
{
	color: #fff;
	background: url(../images/css-sprite.jpg) 100% -125px no-repeat;
	padding-right: 5px;
}

a#list-button
{
	background: url(../images/css-sprite.jpg) -634px -85px no-repeat;
	padding-left: 19px;
}

a#map-button
{
	background: url(../images/css-sprite.jpg) -673px -85px no-repeat;
	padding-left: 27px;
}

#list
{
	margin-top: 15px;
}

.result
{
	height: 119px;
	border: 1px solid #f6931e;
	overflow: hidden;
	margin-bottom: 15px;
}

.result:hover
{
	background: #f9f9f9;
}

.result .result-image
{
	width: 160px;
	text-align: center;
	float: left;
	background: #f1f1f1;
}

.result .result-image img
{
	height: 119px;
}

.result .info
{
	width: 285px;
	float: left;
	overflow:hidden;
	padding: 8px;
}

.result .address
{
	font-weight: bold;
	font-size: 10pt;
}

.result:hover .address
{
	color: #f6931e;
}


.result .description
{
	height: 75px;
	font-size: 10pt;
	margin: 12px 0 0;
	padding-left: 30px;
}

.result .more-info
{
	width: 175px;
	float: right;
}

.result .more-info a
{
	width: 117px;
	height: 19px;
	display: block;
	background: url(../images/css-sprite.jpg) -497px -85px no-repeat;
	text-indent: -9999px;
	margin: 32px 0 0 50px;
}

.result .more-info .price
{
	font-size: 20pt;
	color: #f6931e;
	font-weight: bold;
	text-align: right;
	padding: 8px 8px 0 0;
}

.result .more-info .beds
{
	font-size: 12pt;
	color: #f6931e;
	text-align: right;
	padding-right: 8px;
}

img#no-results
{
	width: 292px;
	height: 147px;
	display: block;
	margin: 60px auto 0 auto;
}

.pages
{
	color: #919091;
	font-size: 9pt;
	text-align: center;
	margin: 15px 0;
}

.pages a
{
	color: #ef3551;
}

.loading_message
{
	position: absolute;
	top: 200px;
	width: 220px;
	z-index: 1000;
	background-color: white;
	border: 5px solid #b1b1b1;
	padding-bottom: 4px;
	left: 35%;
}

/**
 * Details
 */

#detail
{
	border: 1px solid #f6931e;
	padding: 2px;
	margin-bottom: 15px;
}

a#back-button
{
	background: url(../images/css-sprite.jpg) -772px -85px no-repeat;
	padding-left: 21px;
	float: right;
	margin: 0 0 10px 0;
}

.main-image
{
	width: 422px;
	float: left;
}

#more-images
{
	float: right;
	width: 228px;
	height: 318px;
	overflow-x: none;
	overflow-y: scroll;
}

.property-image
{
	width: 211px;
}

#view-rr a
{
	background: url(../images/css-sprite.jpg) -813px -85px no-repeat;
	padding-left: 22px;
	float: right;
	margin: 5px 0 0 0;
}

#details
{
	width: 637px;
	clear: both;
}

#address
{
	width: 422px;
	float: left;
	font-size: 17pt;
	font-weight: bold;
	padding-left: 5px;
}

#price, #beds
{
	width: 206px;
	float: right;
	color: #f6931e;
	text-align: right;
}

#price
{
	font-size: 17pt;
	font-weight: bold;
}

#beds
{
	clear: right;
	font-size: 14pt;
}

#mid-section
{
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	clear: both;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
}

#mid-section h2, #mid-section ul
{
	margin-bottom: 0;
	float: left;
}

#mid-section ul
{
	clear: left;
}

#miniMap div
{
	width: 303px;
	height: 177px; /*border:1px solid #ef3551;*/
	float: right;
}

#branchDetails
{
	padding-left: 5px;
}

#branchDetails #branch-title
{
	color: #adadad;
	float: left;
}

#branchDetails #branch-address
{
	float: left;
	clear: left;
}

#arrangeViewing a
{
	background: url(../images/css-sprite.jpg) -855px -85px no-repeat;
	padding-left: 29px;
	float: right;
	margin: 0;
}

#contact
{
	float: right;
	clear: right;
	text-align: right;
	margin-top: 30px;
	color: #f6931e;
}

#contact span
{
	color: #000000;
}

/**
 * Footer
 */

#footer
{
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #000;
	font-size: 10pt;
}

#footer #copyright
{
	margin: 0 40px 0 40px;
	padding: 0 36px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	float: left;
}

#footer a
{
	color: #fff;
}

#footer a:hover
{
	text-decoration: underline;
}

ul#sitemap
{
	list-style-type: none;
}

ul#sitemap li
{
	border-bottom: 1px dotted #aaa;
	padding: 5px 0 5px 10px;
}

ul#sitemap li:hover
{
	background: #efefef;
}

ul#sitemap li a
{
	display: block;
}

