@charset "UTF-8";
/* CSS Document */
.imageBar {
	margin-bottom: 6px;
	float:left;
}

.homeColumn {
	width: 320px;
	float:left;
	height: 400px;
}

#homeSales {}
#homeLettings {}
#homeVersace {}

.homeColumn img {
	float: left;
}


.homeSectionBox {
	float:left;
	background:url(../images/black_trans_bg.png) repeat;
	margin-top: -180px;
	padding: 19px 12px;
	width: 245px;
}

.homeSectionBoxTitle h2 {
	/*height: 0px;
	padding: 18px 0 0 0;
	overflow: hidden;*/
	display: block;
	margin-bottom: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 200%;
	font-weight:normal;
	letter-spacing: -1px;
}
/*
#homeSales .homeSectionBoxTitle h2 {background: url(../images/home_sales_title.gif) no-repeat;}
#homeLettings .homeSectionBoxTitle h2 {background: url(../images/home_lettings_title.gif) no-repeat;}
#homeVersace .homeSectionBoxTitle h2 {background: url(../images/home_versace_title.gif) no-repeat;}
*/
.homeSectionBoxBody2Col {
	width:110px;
}

#salesLondon {float:left;}
#salesCountry {float:right;}

.homeSectionBoxSubTitle {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#homeSales .homeSectionBoxSubTitle {color:#00FFFF;}
#homeLettings .homeSectionBoxSubTitle {color:#ec1e79;}
#homeVersace .homeSectionBoxSubTitle {color:#d8df21;}

.homeSectionBoxText {
	line-height: 16px;
	color:#b2b2b2;
	margin-bottom: 8px;
}

.homeSectionBoxLink a {
	font-weight: bold;
}

.homeSectionBoxLink a:hover {
	color:#d8df21;
}


/* SEARCH BAR */
.searchBar {
	float:left;
	width: 960px;
	/*margin-bottom: 14px;*/
	/*padding-bottom: 10px;*/
	background-color:#232222;
}

.searchBar.rent {
	background-color:#3c3a3a;
}

.searchBar.buy  {
	background-color:#847766;
}

.searchBar .searchBarTabs {
	float:left;
	width: 100%;
	
}

.searchBar .searchBarTab.selected a {
	background-color:transparent;
	color: #D8DF21;
}

.searchBar .searchBarForm {
	float: left;
	margin: 20px 0px;	
}

.searchBar .searchFormItem {
	float:left;
	padding: 0 20px;
	height: 57px;
	border-right: 1px solid #CCCCCC;
	width: 150px;
}

.searchBar .searchMapLink {
	width: 80px;
}

.searchBar #mapSearchBox {
	width: 160px;
}

.searchBar .searchFormItem p {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}


.searchBar #searchSubmit {
	margin: 20px 0 0 20px;
}


.searchBar .searchBarForm input {
	width: 150px;
	background:url(../images/input_box_160_alt.gif);
}


.searchBar #searchFormSubmit {
	width:auto;
	height:auto;
	background: none;
	margin: 20px 0 0 20px;
}