/* SEO Page CSS */
/* Over rides main css*/
.logo {
	width: 203px;
	height: 93px;
	float: left;
	padding: 0;
}
/* over ride finished*/

.searchtop {
	width: 510px;
	height: 87px;
	float: right;
	background-image: url(../_images/landing_seo/topsearchbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0 0 0;
}

h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 120%;
}

.smsearch {
	width: 190px;
	height: 17px;
	border: 1px solid #333333;	
}

.leftseo {
	width: 430px;
	height: auto;
	float: left;
}

.rightseo {
	width: 427px;
	height: auto;
	float: right;
}

.seoadvert {
	margin: 10px 0 10px 0;
}

p {
	font-size: 90%;
}

h1 {
	font-size: 120%;
	font-weight: bold;
}

.salebox {
	width: 405px;
	height: 451px;
	background-color: #FDBBB7;
	border: 1px solid #666666;
	padding: 10px;
	overflow: auto;
}

.salebox2 {
	width: 405px;
	height: 451px;
	background-color: #B1D0EB;
	border: 1px solid #666666;
	padding: 10px;
	overflow: auto;
}



.properties {
	margin: 10px 0 0 0;
	font-size: 90%;
	line-height: 140%;
}

.properties a {
    text-decoration: none;
}

.properties img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #666666;
}

.housename {
}

.houseprice {
	width: 70px;
	float: right;
	text-align: right;
}

.houseinfo {
}

.links {
	width: auto;
	height: 157px;

}

.leftlinks {
	width: 14px;
	height: 157px;
	background-image: url(../_images/landing_seo/links_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.centrelinks {
	width: 848px;
	height: 157px;
	background-image: url(../_images/landing_seo/links_centre.png);
	background-repeat: repeat-x;
	background-position: top;
		float: left;
		padding: 10px;
}

.centrelinks ul{
	margin: 0;
	padding: 0;
	width: 212px;
	height: 140px;
	list-style: none;	
	float: left;
}

.centrelinks li{
padding: 7px 0 0 0;
	
}

.rightlinks {
	width: 14px;
	height: 157px;
	background-image: url(../_images/landing_seo/links_right.png);
	background-repeat: no-repeat;
	background-position: right top;
		float: left;
}