/* ########################################### */
/* STYLES SPECIFIC TO 'RESIDENTIAL SALES' PAGE */
/* ########################################### */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <a> */
div#leicester_office_sales p.search_button a {
	background: url(../images/leicester_office_txt.gif) no-repeat 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 200px;
}
div#leicester_office_sales p.search_button a:hover {
	background: url(../images/leicester_office_txt_over.gif) no-repeat 0 0;
}
div#wigston_office_sales p.search_button a {
	background: url(../images/wigston_office_txt.gif) no-repeat 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 155px;
}
div#wigston_office_sales p.search_button a:hover {
	background: url(../images/wigston_office_txt_over.gif) no-repeat 0 0;
}

div#oadby_office_sales p.search_button a {
	background: url(../images/oadby_office_txt.gif) no-repeat 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 127px;
}
div#oadby_office_sales p.search_button a:hover {
	background: url(../images/oadby_office_txt_over.gif) no-repeat 0 0;
}
p#search_all_properties a {
	background: url(../images/search_all_txt.gif) no-repeat 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 155px;
}
p#search_all_properties a:hover {
	background: url(../images/search_all_txt_over.gif) no-repeat 0 0;
}

/* <div> */
div#leicester_office_sales {
	background: url(../images/leicester_office.jpg) no-repeat 0 0;
	height: 108px;
	margin: 0 0 10px 0;
	padding: 25px 30px 0 30px;
	position: relative;
	width: 570px;
}
div#wigston_office_sales {
	background: url(../images/wigston_office.jpg) no-repeat 0 0;
	height: 108px;
	margin: 0 0 10px 0;
	padding: 25px 30px 0 30px;
	position: relative;
	width: 570px;
}

div#oadby_office_sales {
	background: url(../images/oadby_office.jpg) no-repeat 0 0;
	height: 108px;
	padding: 25px 30px 0 30px;
	position: relative;
	width: 570px;
}

/* <p> */
div#leicester_office_sales p,
div#wigston_office_sales p, div#oadby_office_sales p {
	margin-top: 0;
}
div#leicester_office_sales p.search_button {
	background: url(../images/leicester_office_txt.gif) no-repeat 0 0;
	height: 20px;
	left: 430px;
	overflow: hidden;
	position: absolute;
	top: 113px;
	width: 200px;
}
div#wigston_office_sales p.search_button {
	background: url(../images/wigston_office_txt.gif) no-repeat 0 0;
	height: 20px;
	left: 475px;
	overflow: hidden;
	position: absolute;
	top: 113px;
	width: 155px;
}
div#oadby_office_sales p.search_button {
	background: url(../images/oadby_office_txt.gif) no-repeat 0 0;
	height: 20px;
	left: 503px;
	overflow: hidden;
	position: absolute;
	top: 113px;
	width: 127px;
}
p#search_all_properties {
	background: url(../images/search_all_txt.gif) no-repeat 0 0;
	height: 20px;
	overflow: hidden;
	width: 155px;
}

/* Copyright (c) Studio 2 Online Ltd. */
