@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	font-family: "Lucida Grande", "Tahoma", Sans-serif;
	font-size: 12px !important;
	color: #646464;
	background-color: #ebebeb !important;
}

span.houdini {
	display: none;
	visibility: hidden;
}

a img {
	border: 0 !important;
}

a.pdficon {
	float: left;
	display: block;
	background: url(/lib/img/pdf-icon.png) 0 0 no-repeat;
	width: 40px;
	height: 50px;
	margin: 5px 5px 5px 0;
}

a.download {
	font-size: 14px;
	margin: 15px 0 0 5px;
	float: left;
	display: inline;	
}

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

a:hover {
	color: #aa191a;
	text-decoration: underline;
}

.nofloat {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0;
	line-height: 0px;
	content: ".";
	border: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 774px;
	margin: 7px auto 0 auto;
	position: relative;
}
#header {
	background: url(../img/headerbg.jpg) no-repeat bottom right;
 	overflow: hidden;
}

#header .contact {
	float: right;
	display: inline;
	position: relative;
	padding-bottom: 2px;
	margin-right: 16px;
}

div.contact a {
	background: url(/lib/img/contactus-btn.png) 0 0 no-repeat;
	width: 232px;
	height: 52px;
	display: block;
}
div.contact a:hover, div.contact a.current {
	background-position: 0 -52px;
}
#contentcontain {
	padding: 16px 23px 0 62px;
	background: url(../img/contentbg.jpg) repeat-y right;
	overflow: hidden;
	width: 689px;
}

#leftcolumn {
	margin: 16px 0;
	width: 455px;
	float: left;
	display: inline;
}


#rightcolumn {
	width: 218px;
	float: right;
	display: inline;
	margin: 16px 0;
}

/**********************
* BEGIN NAV STYLES
**********************/

#nav {
	position: absolute;
	left: 1px;
	width: 46px;
	float: left;
	display: inline;
}

div#nav li {
	list-style: none;
}

div#nav ul {
	padding: 0;
	margin: 8px 0 0 0;
}

div#nav a {
	display: block;
}

div#nav a.home {
	background: url(/lib/img/home-btn.png) no-repeat;
	background-position: -46px 0;
	width: 46px;
	height: 133px;
}

div#nav a.landlords {
	background: url(/lib/img/landlords-btn.png) no-repeat;
	background-position: -46px 0;
	width: 46px;
	height: 134px;
}

div#nav a.tenants {
	background: url(/lib/img/tenants-btn.png) no-repeat;
	background-position: -46px 0;
	width: 46px;
	height: 135px;
}

div#nav a.about {
	background: url(/lib/img/about-btn.png) no-repeat;
	background-position: -46px 0;
	width: 46px;
	height: 134px;
}

div#nav a:hover,  div#nav a.current {
	background-position: 0 0;
}

/**********************
* END NAV STYLES
**********************/

/**********************
* TOP WRAP STYLES
**********************/

#topwrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#topwrapright {
	float: right;	
}

div#topwrap a.logo {
	background: url(/lib/img/toplet-logo.png) 0 0 no-repeat;
	width: 241px;
	height: 87px;
	display: inline;
	margin-top: 7px;
	float: left;
}

#tele {
	background: url(/lib/img/tele-icon.jpg) 0 0 no-repeat;
	padding: 0 0 12px 34px;
	margin-top: 8px;
	font-size: 21px;
	font-weight: bold;
	line-height: 41px;
	float: right;
	color: #000000;
}

#subnav {
	clear: right;
}

#subnav a {
	font-weight: bold;
	color: #aa191a;
	font-size: 13px;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}


div#subnav li {
	list-style: none;
	float: left;
}

div#subnav span.pipe {
	font-size: 10px;
	margin: 0 7px;
}

/**********************
* END TOP WRAP STYLES
**********************/


/**********************
* BEGIN RIGHT COLUMN STYLES
**********************/

#propertysearch {
	padding: 10px 13px 13px 13px;
	border: 6px solid #f2f2f2;
	color: #000000;
	margin-bottom: 16px;
	background-color: #e6e6e6;
}

div#propertysearch h1 {
	font-size: 18px;
	font-weight: normal;
	color: #aa191a;
}

div#propertysearch p {
	font-size: 10px !important;
	line-height: 16px;
}

div#propertysearch h2 {
	font-size: 14px;
	font-weight: normal;
	color: #aa191a;
	margin: 8px 0 8px 0;
}

div#propertysearch select {
	width: 180px;
	margin: 3px 0 10px 0;
}

div#propertysearch label {
	font-size: 11px;
}

div#propertysearch .submit {
	width: 180px;
	background-color: #aa191a;
	color: #ffffff;
	font-size: 14px;
	height: 22px;
	padding-bottom: 4px;
	border: 1px solid #570001;
}

#contact {
	width: 218px;
}

div#contact .header {
	background-color: #aa191a;
}

div#contact li {
	padding: 0 0 20px 30px;
	list-style: none;
}

div#contact a {
	color: #646464;
	text-decoration: none;
}

div#contact li.tel {
	background: url(/lib/img/tele-icon2.png) no-repeat;
}

div#contact li.email {
	background: url(/lib/img/email-icon.png) no-repeat;
}

div#contact li.addy {
	background: url(/lib/img/add-icon.png) no-repeat;
}

div#contact ul {
	margin-top: 15px;
	padding: 0;
}

div#contact h3 {
	color: #aa191a;
	font-size: 12px;
	margin: 0 0 3px 0;
}

div#contact p {
	margin: 3px 0;
}

div.header h1 {
	padding: 5px 10px;
	margin: 0;
}
div.header h1 {
    margin:0;
    padding:5px 10px;
}
h1 {
    color:#FFFFFF;
    font-size:14px;
    margin-bottom:8px;
}

#hippospromo {
	margin-top: 15px;
}

/**********************
* FOOTER STYLES
**********************/

#footer {
	background: url(/lib/img/footer.jpg) no-repeat top right;
		background-color: #ebebeb;
	height: 57px;
	overflow: hidden;
	font-size: 10px;
	color: #7e7e7e;
	line-height: 18px;
	padding: 12px 0 25px 0;
}

div#footer ul.copy {
	clear: both;
}

div#footer a {
	color: #7e7e7e;
	text-decoration: none;
}

div#footer a:hover {
	color: #aa191a;
	text-decoration: underline;
}

div#footer span.pipe {
	margin: 0 8px;
}

div#footer ul {
	padding: 0;
}

div#footer li {
	list-style: none;
	float: left;
}

div#footer .subnav {
	padding-left: 47px;
	float: left;
	display: inline;
}

div#footer .logos {
	float: right;
	display: inline;
	padding-right: 5px;
}

div.logos a.thinkproperty {
	background: url(/lib/img/thinkproperty-link.jpg) 0 0 no-repeat;
	background-position: 0 4px;
	width: 110px;
	height: 31px;
	display: block;
}

div.logos a.rightmove {
	background: url(/lib/img/rightmove-link.jpg) 0 0 no-repeat;
	background-position: 0 9px;
	width: 109px;
	height: 35px;
	display: block;
	margin: 0 20px;
}

div.logos a.arla {
	background: url(/lib/img/arla-link.jpg) 0 0 no-repeat;
	width: 38px;
	height: 32px;
	display: block;
}

#saerch_iframe {
    height: expression(frames("statusframe").document.body.scrollHeight);
}

/**********************
* END FOOTER STYLES
**********************/