/* Basics */

html {
	background: white url("../img/background.png") repeat-x;
	font-family: sans-serif;
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
}

/* Reset some bits */

h1, h2, h3, h4, p, ul, li, form, fieldset, img, table, tr, th, td {
	margin: 0;
	padding: 0;
	border-width: 0;
}

a {
	color: #7B3986;
	outline-width: 0;
}

/* list */

ul.list {
	list-style-type: none;
}
ul.list li {
	margin-bottom: 7px;
	display: block;
	font-size: 14px;
	color: #3c333d;
	padding-left: 30px;
	background: url("../img/bullet.png") no-repeat 14px 5px;
}
ul.list li a {
	text-decoration: none;
}
ul.list li ul {
	margin-top: 7px;
}

/* curves */

span.corners span.c {
	height: 12px;
	width: 12px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
}
span.corners span span {
	height: 24px;
	width: 24px;
	background-image: url("../img/curves.png");
	overflow: hidden;
	display: block;
	position: relative;
}

span.corners span.ne { top: 0; right: 0; }
span.corners span.ne span { top: -100%; left: 0; }

span.corners span.se { bottom: 0; right: 0; }
span.corners span.se span { top: 0; left: 0; }

span.corners span.sw { bottom: 0; left: 0; }
span.corners span.sw span { top: 0; left: -100%; }

span.corners span.nw { top: 0; left: 0; }
span.corners span.nw span { top: -100%; left: -100%; }

/* Page */

div#page {
	width: 900px;
	margin: 40px auto 12px auto;
	z-index: 1;
}

/* Header */

div#header {
	position: relative;
	height: 142px;
	background: url("../img/header.png") no-repeat;
}

a#logo {
	position: absolute;
	left: 29px;
	top: 30px;
}

a#phone_number {
	position: absolute;
	right: 36px;
	top: 51px;
}

/* contact */

.contact_details h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	color: #91539c;
	font-weight: bold;
	font-size: 16px;
}
.contact_details p {
	line-height: 22px;
	color: #808080;
	font-size: 16px;
	margin-bottom: 26px;
}

/* Menu */

ul#menu {
	padding: 0 10px 30px 10px;
	list-style-type: none;
	height: 42px;
	background: white url("../img/menu.png") no-repeat 10px 0;
	z-index: 2;
}
ul#menu li {
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 3;
}

ul#menu a {
	float: left;
	height: 42px;
	line-height: 42px;
	color: #6d616f;
	font-size: 17px;
	text-decoration: none;
	padding-left: 22px;
}
ul#menu a span {
	padding-right: 22px;
	cursor: pointer;
}

ul#menu li.selected a,
ul#menu li.selected a:hover,
ul#menu li.hovered a {
	background: url("../img/menu_select.png") no-repeat top left !important;
	background: url("../img/menu_select_ie6.png") no-repeat top left;
	color: white;
}
ul#menu li.selected a span,
ul#menu li.selected a:hover span,
ul#menu li.hovered a span {
	float: left;
	background: url("../img/menu_select.png") no-repeat top right !important;
	background: url("../img/menu_select_ie6.png") no-repeat top right;
}

ul#menu a:hover,
ul#menu li.hovered a {
	background: url("../img/menu_hover.png") no-repeat top left !important;
	background: url("../img/menu_hover_ie6.png") no-repeat top left;
	color: white;
}
ul#menu a:hover span, 
ul#menu li.hovered a span {
	float: left;
	background: url("../img/menu_hover.png") no-repeat top right !important;
	background: url("../img/menu_hover_ie6.png") no-repeat top right;
}

ul#menu li ul.sub_menu,
ul#menu li.selected ul.sub_menu {
	position: absolute;
	width: 186px;
	top: 42px;
	left: 10px;
	list-style-type: none;
	height: auto;
}

ul#menu li ul.sub_menu li a {
	display: block;
	width: 164px;
	background: #e7e0ea !important;
	color: #7a3885;
	padding-left: 12px;
}
ul#menu li ul.sub_menu li a:hover {
	background: #b896be !important;
	color: white;
}

/* Main */

div#main {
	background-color: white;
}

/* Left */

div#left {
	padding-left: 10px;
	width: 222px;
	float: left;
	overflow: hidden;
}

/* Right */

div#right {
	padding-left: 10px;
	width: 646px;
	float: left;
}

div#right h1 {
	color: #7b3986;
	font-size: 20px;
}

/* Search Box */

div#search_box {
	overflow: hidden;
	width: 222px;
	height: 250px;
	background: url("../img/search_bg.png") no-repeat;
	margin-bottom: 10px;
}

div#search_box form {
	padding: 13px 0 0 20px;
}

div#search_box h3 img {
	float: left;
	clear: left;
	padding-bottom: 3px;
}

div#search_box label {
	color: #7b3986;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	float: left;
	clear: left;
}
div#search_box select.text {
	color: #6d616f;
	padding: 1px 1px 1px 4px;
	border: 1px solid #a47dab;
	width: 180px;
	float: left;
	clear: left;
	margin: 0;
}

div#search_box input#s_submit {
	float: left;
	clear: left;
	border-width: 0;
	padding: 0;
	height: 39px;
	width: 111px;
	background: url("../img/button_find.png") no-repeat;
	position: relative;
	top: 10px;
	left: 72px;
}

/* Register Interest */

a#register_interest {
	overflow: hidden;
	display: block;
	width: 204px;
	height: 110px;
	background: url("../img/purple_bg.png") no-repeat;
	margin-bottom: 10px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 13px 0 0 18px;
}
a#register_interest span.txt {
	display: block;
	width: 150px;
	line-height: 18px;
	cursor: pointer;
	padding-top: 34px;
}

/* Content */

div#content {
	height: auto !important;
	height: 218px;
	min-height: 218px;
	padding: 12px 0 20px 16px;
	color: #6d616f;
}
div#content p {
	font-size: 14px;
	line-height: 20px;
	margin: 6px 0 14px 0;
}
div#content p.intro {
	font-weight: bold;
	padding-top: 4px;
}
div#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
div#content h3 {
	color: #7b3986;
	margin: 16px 0 14px 0;
	font-size: 15px;
}

/* Splash */

div#splash {
	position: relative;
	background: url("../img/photos/home.jpg") no-repeat;
	height: 250px;
}
div#splash h1 {
	position: absolute;
	top: 147px;
	left: 272px;
}

/* Tenants */

a#tenants {
	overflow: hidden;
	display: block;
	width: 302px;
	height: 110px;
	background: url("../img/lilac_bg.png") no-repeat;
	float: left;
	margin: 10px 10px 10px 0;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 13px 0 0 16px;
}
a#left_tenants {
	overflow: hidden;
	display: block;
	width: 206px;
	height: 181px;
	background: url("../img/left_lilac_bg.png") no-repeat;
	float: left;
	margin: 0 10px 10px 0;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 13px 0 0 16px;
}

/* Landlords */

a#landlords {
	overflow: hidden;
	display: block;
	width: 302px;
	height: 110px;
	background: url("../img/pink_bg.png") no-repeat;
	float: left;
	margin: 10px 0 10px 0;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 13px 0 0 16px;
}

a#tenants span.txt,
a#left_tenants span.txt,
a#landlords span.txt {
	color: #47144f;
	display: block;
	width: 234px;
	line-height: 20px;
	padding-top: 10px;
	cursor: pointer;
	font-weight: normal;
}

a#left_tenants span.txt {
	width: 190px;
}

/* property map */

div#property_map {
	height: 0px;
	overflow: hidden;
}

/* property photos */

div#property_photos {
	position: relative;
	background: url("../img/property_box.png") no-repeat;
	width: 255px;
	height: 355px;
	padding: 15px 15px 0 15px;
	margin: 10px 0 30px 0;
	float: left;
	overflow: hidden;
}

div#property_photos span.property_curves {
	position: absolute;
	top: 15px;
	left: 15px;
	background: url("../img/property_overlay.png") no-repeat 0 0;
	width: 255px;
	height: 255px;
}

div#property_photos img {
	display: block;
}

div#property_photos div {
	width: 255px;
	height: 87px;
	overflow: hidden;
	position: relative;
}
div#property_photos ul {
	position: relative;
	list-style-type: none;
	height: 81px;
	padding-top: 6px;
	width: 640px;
}
div#property_photos li {
	float: left;
	padding-right: 6px;
	position: relative;
}
div#property_photos li span.thumb_curves {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 81px;
	height: 81px;
	background: url("../img/thumb_curves.png") no-repeat;
}

a#thumb_slider {
	position: absolute;
	top: 300px;
	right: 1px;
}
a#thumb_slider img {
	position: relative;
}

/* property info */

div#property_info {
	float: left;
	width: 322px;
	margin: 25px 0 30px 38px;
}
div#property_info ul {
	list-style-type: none;
}
div#property_info li {
	padding-bottom: 11px;
	display: block;
	font-size: 16px;
	color: #3c333d;
	padding-left: 22px;
	background: url("../img/bullet.png") no-repeat 1px 6px;
}

div#property_info p {
	color: #6f6371;
	font-size: 14px;
	line-height: 18px;
}

/* Landlords box */

div#landlords_box {
	clear: both;
	height: 131px;
	background: url("../img/landlords_box.png") no-repeat;
	padding: 20px 25px 0 25px;
}
div#landlords_box h3 {
	font-size: 12px;
}
div#landlords_box p {
	color: #6d616f;
	font-size: 14px;
	margin: 12px 0;
	line-height: 20px;
	width: 410px;
}
div#landlords_box p.llboxcontact {
	width: auto;
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 0 0;
}
div#landlords_box p.llboxcontact a {
	text-decoration: none;
	color: #7b3986;
}

/* Footer */

div#footer {
	background-color: white;
	padding: 24px 12px 0 26px;
}
p#footer_links {
	color: #47144f;
	font-size: 14px;
}
p#footer_links a {
	color: #47144f;
}
p#footer_address {
	color: #47144f;
	font-size: 14px;
}
p#footer_contact {
	color: #a071a8;
	font-size: 17px;
	padding: 18px 0;
}
p#footer_contact a,
p#footer_contact strong {
	font-weight: normal;
	text-decoration: none;
	color: #47144f;
}

img#national_approved_letting {
	float: right;
	position: relative;
	left: 7px;
}

/* header box */

div.header_box {
	position: relative;
	width: 616px;
	height: 47px;
	background: url("../img/header_box.png") no-repeat;
	padding: 10px 15px;
	color: #6f6371;
}

.header_box p {
	color: #6f6371;
	font-size: 14px;
	padding-top: 3px;
}

.header_box span.price {
	position: absolute;
	top: 17px;
	left: 324px;
	color: #7b3986;
	font-size: 15px;
}
.header_box span.price strong {
	font-size: 32px;
}

.header_box a#header_contact_button img {
	position: absolute;
	right: 15px;
	top: 14px;
}

.header_box .pagination {
	position: absolute;
	right: 14px;
	bottom: 11px;
}
.header_box .pagination img {
	position: relative;
	top: 4px;
}

/* search result */

a.s_result {
	position: relative;
	float: left;
	width: 160px;
	height: 235px;
	background: url("../img/result_bg.png") no-repeat 0 0;
	margin: 10px 10px 0 0;
	padding: 15px 15px 0 15px;
	overflow: hidden;
	text-decoration: none;
	color: #7b3986;
}
a.s_result:hover {
	background-position: 0 -250px;
}

a.s_result img {
	display: block;
}
a.s_result h4 {
	display: block;
	padding-top: 6px;
	font-size: 13px;
	font-weight: normal;
}
a.s_result span.price {
	font-size: 14px;
	display: block;
	padding-top: 4px;
}
a.s_result span.price strong {
	font-size: 24px;
}

a.s_result span.result_curves {
	position: absolute;
	top: 15px;
	left: 15px;
	background: url("../img/result_thumb_overlay.png") no-repeat 0 0;
	width: 340px;
	height: 160px;
}
a.s_result:hover span.result_curves {
	left: -165px;
}

/* landlord menu */

div#landlord_menu {
	height: 148px;
}

div#landlord_menu div.ll_menu {
	float: right;
	height: 129px;
	width: 177px;
	background: url("../img/landlord_menu.png") no-repeat;
	padding: 19px 0 0 24px;
}
div.ll_menu ul {
	padding-top: 10px;
	list-style-type: none;
}
div.ll_menu ul li {
	margin: 6px 0;
}
div.ll_menu ul a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

div#landlord_menu img.ll_photos {
	float: left;
	padding-left: 17px;
}

/* our services table */

table#our_services {
	border-collapse: collapse;
	width: 100%;
	margin: 12px 0;
}

table#our_services th {
	width: 80px;
	height: 49px;
	font-weight: normal;
	text-align: left;
	background-color: #7b3986;
}
table#our_services th span {
	display: block;
	position: relative;
	width: 80px;
	height: 49px;
	top: -51px;
	left: -56px;
}
table#our_services th span img {
	position: absolute;
	top: 0px;
	left: 0px;
}
table#our_services th.service_col {
	width: 370px;
	font-size: 20px;
	color: white;
	padding-left: 20px;
	background: url("../img/table_head.png") no-repeat top left;
}
table#our_services th.end_col {
	background: url("../img/table_head.png") no-repeat top right;
}

table#our_services tr td {
	background-color: white;
	padding-left: 20px;
	height: 46px;
	vertical-align: middle;
}
table#our_services tr td img {
	position: relative;
	top: 2px !important;
	top: 0;
}
table#our_services tr.alt td {
	background-color: #f0e6f3;
	padding-left: 20px;
	height: 33px;
}

table#our_services tr.alt td.first {
	background: url("../img/tr_alt.png") no-repeat top left;
}
table#our_services tr.alt td.last {
	background: url("../img/tr_alt.png") no-repeat top right;
}

/* tenant info */

a.tenant_step {
	display: block;
	position: relative;
	background-color: #f0ebf2;
	padding: 7px;
	color: #7b3986;
	text-decoration: none;
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
}
img.step_arrow {
	display: block;
}

span.stepno {
	float: left;
	width: 98px;
	height: 36px;
	background: url("../img/step_buttons.png") no-repeat 0 -72px;
	color: white;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	font-size: 20px;
}

span.steptitle {
	float: left;
	font-size: 18px;
	line-height: 36px;
	padding-left: 16px;
}

span.stepblob {
	display: block;
	clear: both;
	color: #6d616f;
	padding: 12px 16px 12px 19px;
	font-size: 14px;
	line-height: 20px;
}

a.hide {
	height: 36px;
	background-color: #f0ebf2;
}

a.hide span.stepno {
	background-position: 0 0;
	color: #7b3986;
}

a.hide:hover {
	background: #dccde2 url("../img/magnifier.png") no-repeat 592px 8px;
}
a.hide:hover span.stepno {
	background-position: 0 -36px;
	color: white;
}


/* Misc */

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size:12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 457px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
	font-size: 13px;
}

form div.field_input {
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

input.text {
	width: 260px;
}

input.text:active,
input.text:focus,
textarea:active,
textarea:focus {
	border-color: #7b3986;
}

.asterisk {
	font-size: 22px;
	font-weight: bold;
	color: #7b3986;
	line-height: 10px;
}


/* FB */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fb/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fb/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fb/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fb/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fb/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fb/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fb/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fb/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fb/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fb/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fb/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fb/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fb/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fb/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../img/fb/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fb/fancy_title_right.png') repeat-x;
}
