body {
	width:991px;
	margin:auto;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	border-top:0;
	border-bottom:0;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
* {
	margin:0;
	padding:0;
	border:0;
}
p {
	margin:15px 0;	
}
h1, h2, h3 {
	font-size:28px;
	margin:15px 0;
}
h2 {
	color: #E3007B;
	font-size:28px;
}
a {
	color:#E3007B;
	font-weight:bold;
}
#fades li {
	list-style-type:none;
}
#header {
	background-image: url(/i/body/header-bg.jpg);
	background-repeat: repeat-x;
	height: 149px;
	position:relative;
}
#header #mailinglist {
	position:absolute;
	right:20px;
	top:10px;
	font-size:11px;
}
#header #logo {
	bottom:20px;
	left:40px;
	position:absolute;
}
#content {
	background-image: url(/i/body/content-bg.jpg);
	background-repeat: no-repeat;	
	min-height:100px;
	padding:20px 42px;
}

#top-navigation {
	position:absolute;
	left:408px;
	bottom:-44px;
	width: 570px;
}
#top-navigation li {
	list-style-type:none;
	float:left;
}
#top-navigation a {
	background-image: url(/i/body/navi-bg.png);
	display:block;
	float:left;
	height:95px;
	margin-right:7px;
	text-indent:-999px;
	overflow:hidden;
	line-height:0;
}

a#tn-1 { width:56px; }
a#tn-1:hover, a#tn-1.on { background-position:0 -95px; }
a#tn-2 { width:72px; background-position:-63px 0; }
a#tn-2:hover, a#tn-2.on { background-position:-63px -95px; }
a#tn-3 { width:84px; background-position:-143px 0; }
a#tn-3:hover, a#tn-3.on { background-position:-143px -95px; }
a#tn-4 { width:84px; background-position:-232px 0; }
a#tn-4:hover, a#tn-4.on { background-position:-232px -95px; }
a#tn-5 { width:69px; background-position:-322px 0; }
a#tn-5:hover, a#tn-5.on { background-position:-322px -95px; }
a#tn-6 { width:77px; background-position:-392px 0; }
a#tn-6:hover, a#tn-6.on { background-position:-392px -95px; }

a#tn-7 { width:73px; background-position:-472px 0; }
a#tn-7:hover, a#tn-7.on { background-position:-472px -95px; }

input {
	background-image: url(/i/body/input-bg.gif);
	height:17px;
	display:table-cell;
	vertical-align:top;
	border:1px solid #CCC;
}
input.MailingList {
	background-image: url(/i/other/btn-submit.jpg);
	width: 47px;
	height: 17px;
	text-indent:-999px;
	font-size: 0;	
	margin-left:10px;
	line-height: 0;
	overflow:hidden;
	border:0;
}
.searchproperties-small input.SearchSmall {
	background-image: url(/i/other/btn-search.jpg);
	width: 130px;
	height: 23px;
	text-indent:-999px;
	font-size: 0;
	line-height: 0;
	overflow:hidden;
	float:right;
}
input.SearchBig {
	background-image: url(/i/other/btn-search-big.jpg);
	width: 202px;
	height: 35px;
	text-indent:-999px;
	font-size: 0;
	margin-top:15px;
	margin-left:180px;
	line-height: 0;
	overflow:hidden;
}

div#telephone {
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
div#reginterest {
	float:right;
	position:relative;
	top:-20px;
}

div.wrapped {
	background-color: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 30px;
	margin:auto;
	display:inline-block;
	width:850px;
}

.sellyourhouse-small, .sellyourhouse-big {
	background-image: url(/i/other/green-bg.jpg);
	width:339px;
	height:161px;
	padding:20px;
	font-size:15px;
	float:left;
}
.sellyourhouse-small #title, .searchproperties-small #title, .sellyourhouse-big #title {
	font-size:22px;
	font-weight:bold;
	border-bottom: 1px solid #999;
}
.sellyourhouse-big {
	background-image: url(/i/other/green-bg-2.jpg);
	width:216px;
	height:248px;
	padding:10px 19px;
	margin-bottom:15px;
}
.sellyourhouse-big span.bigger {
	font-size:45px;	
}

.searchproperties-small {
	background-image:url(/i/other/search-bg.jpg);
	width:475px;
	height:161px;
	float:right;
	padding:20px;
	font-size:15px;
}
label {
	width:180px;
	float:left;
	display:inline-block;
	margin-bottom:5px;
	clear:both;
}
input, select {
	display:inline-block;
	margin-bottom:5px;
	width:100px;
}
.rework select, .rework input, .rework textarea {
	width:350px;
	background-color:#FFF;
	background-image:none;
	padding:3px;
	border:1px solid #CCC;
	height:auto;
}
.rwrk2 select, .rwrk2 input, .rwrk2 textarea {
	width: 250px;
}
.rework textarea {
	height:140px;	
}

.pink {
	color: #E3007B;
}
.white {
	color:#FFF;	
}

#navigation {
	background-image:url(/i/body/nav/nav-bg.gif);
	height:42px;
	margin-bottom:15px;
}
#navigation li {
	float:left;	
	list-style-type:none;
}
#navigation li.spacer {
	background-image:url(/i/body/nav/nav-spacer.gif);
	width:8px;
	display:block;
	height:42px;
}
#navigation li.first {
	background-image:url(/i/body/nav/nav-left.gif);
	background-repeat:no-repeat;
	padding:0 10px;
}
#navigation li.first:hover {
	background-image:url(/i/body/nav/nav-left-on.gif);
}
#navigation li a {
	color:#FFF;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	height:42px;
	padding:0 20px;
}
#navigation li a:hover {
	background-image: url(/i/body/nav/nav-bg-on.gif);	
}

#footer-bar {
	background-image: url(/i/body/footer-bg.gif);
	height:61px;
	overflow:hidden;
	padding-top:3px;
	padding:5px 20px;
	font-size:11px;	
	position:relative;
}
#sblm {
	position:absolute;
	right:20px;
	top:30px;
}
#footer-bar a {
	color:#000;
	text-decoration:none;
}
#footer-bar p {
	color:#6a6a6a;	
}


.right {
	float:right;
	width:260px;
}
.left {
	float:left;	
	width: 585px;
}
.left, .right {
	display:inline;
	margin-top:15px;
}

hr {
	font-size:0;
	height:1px;
	background-color: #CCC;
	color: #666;
	clear:both;
	margin:15px 0;
}


.agent-featured {
	width:270px;
	float:left;
	margin:0 5px;
}
.agent-featured-text {
	background-image: url(/i/other/featured-bg.gif);
	width:250px;
	height:140px;
	padding:0 10px;
	font-size:15px;
	color:#FFF;
	position:relative;
}
.agent-featured-text span {
	display:block;
	padding-top:6px;
	font-weight:bold;
}
.agent-featured-img {
	width:270px;
	height:auto;
}
.agent-featured-ctv {
	position:absolute;
	right:10px;
	bottom:10px;
	color: #E3007B;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}


.agent-property {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	display:block;
	font-size:18px;
	margin-bottom:15px;
	min-height:200px;
	padding-bottom:10px;
	width:560px;
}
.agent-property span {
	display: block;
}
img.agent-image {
	width: 270px;
	height: 190px;
	border: 2px solid #ccc;
	float:left;
	margin-right: 15px;
}
a:hover img.agent-image {
	border: 2px solid #E3007B;
}
.agent-price {
	color:#000;
	display:block;
	font-size:22px;
	font-weight:bold;
}
.agent-address {
	color:#e3007b;
	display:block;
	font-size:17px;
	font-weight:bold;
}
.agent-description {
	font-size:13px;
}

.wrapped h1, .wrapped h2, .wrapped .left, .wrapped .right {
	margin-top:0;
}

.agent-view-alt-colour {
	color:#E3007B;
}
.agent-view-photo-wrap {
	background-color: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	height:375px;
	position:relative;
}
.agent-view-photo-large {
	width:500px;
	height:auto;
	float:left;
	display:inline;
	text-align:center;
	font-size:11px;
}
.agent-view-photo-box {
	float:right;
	width: 330px;
	height:335px;
	overflow:auto;
	display:inline;
	position:relative;
}
.agent-view-photo-img {
	border:1px solid #CCC;
	width: 150px;
	height:100px;
	margin:0 2px;
	margin-bottom:13px;
}
.agent-view-info {
	background-color: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 10px;
	margin:15px 0;
	background-image: url(/i/body/info-bg.gif);
	clear:both;
	height:15px;
}
.agent-view-info a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.agent-view-map, .agent-view-floorplans, .agent-view-print, .agent-view-brochure {
	float:right;
	display:inline;
	margin-left:40px;
	margin-right:20px;
}
.agent-view-header {
	color:#E3007B;
}
.agent-view-keyfeatures {
	margin-left:35px;
}
.agent-view-info-box {
	width: 230px;
	float:right;
	font-size:27px;
	font-weight:bold;
	color:#E3007B;
}
.agent-view-info-box span {
	color:#000;
}
.agent-view-info-viewing, .agent-view-info-details-btn {
	display:block;
	margin:10px auto;
	width: 203px;
	height:48px;
	background-image:url(/i/other/btn-request-viewing.jpg);
	overflow:hidden;
	font-size:0;
	text-indent:-999px;
	line-height: 0;
}
.agent-view-info-details-btn {
	background-image:url(/i/other/btn-request-details.jpg);
	width:156px;
	height:37px;
	display:inline-block;
	margin:0;
	vertical-align:middle;
	text-indent:0;
}
.agent-view-info-details-box {
	font-weight:bold;
	font-size:15px;
	position:absolute;
	bottom:3px;
	right:0;
	width:330px;
}
.agent-view-info-details-box span {
	color:#E3007B;
}
.agent-property span.agent-price-type, span.agent-price-type {
	font-size:18px;
	display:inline-block;
}
.agent-view-info-map {
	float:left;
	display:inline;
}
.agent-search-save {
	display:block;
	clear:both;
	margin-right:20px;
	border:1px solid #E3007B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	padding:5px;
	background-image:url(/i/body/header-bg.jpg);
}
span.agent-property-status {
	font-size:12px;
	display:inline-block;
	margin-left:25px;
	padding:5px;
	background-color:#000;
	color:#FFF;
	text-transform: uppercase;
	float:right;
}
