* {
    margin: 0;
    padding: 0;
    outline: 0;
    border-collapse: collapse;
}

body {
    background-color: #2B201C;
    font-family:  Helvetica, Arial, Sans-serif;
    font-size: 1em;
    color: #333;
    line-height: 140%;
}

#header, #innerHeader {
    height: 169px;
    background-image: url('../images/common/header-background.jpg');
    background-color: #291F19;
}

#header {
    width: 100%;
}

#innerHeader {
    width: 960px;
    height: 121px;
    margin: 0 auto;
    position: relative;
}

h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 31px;
    left: 30px;
}

h1, h1 a, h1 span {
    width: 318px;
    height: 66px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    color: #342721;
}

h1 span {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/common/logo.jpg');
}

h1, h2, h3, h4, h5 {
    color: #F79122;
    font-weight: normal;
}

h2 {
    font-size: 2.55em;
    border-bottom: 1px solid #DCDADA;
    padding-bottom: 0.6em;
    line-height: 1em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.6em;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

ul, ol {
    padding: 0 0 0 2em;
    margin: 0 0 1.5em 0;
}

p, li, label {
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

label, input, select, button, textarea {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

legend {
    color: #9B7263;
    font-size: 0.9em;
    font-weight: bold;
}

fieldset {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #DCDADA;
    padding: 0 25px 25px 25px;
    margin-bottom: 15px;
    display: block;
}

select, input, textarea {
    padding: 3px;
    color: #505050;
    font-size: 11px;
    background-image: url('/images/common/input-background.jpg');
    background-repeat: repeat-x;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #D2D0CF;
    background-color: #F0F0F0;
}

select:focus, input:focus, textarea:focus {
    border-color: #F79122;
}

input.radio, input.checkbox {
    position: relative;
    top: -2px;
    vertical-align: middle
}

input.submit, input.radio, input.checkbox {
    background: 0 !important;
    border: 0 !important;
}

fieldset ul, fieldset ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    margin: 0 0 0.3em 0;
}

li p {
    font-size: 1em;
}

a img {
    border: 0;
}

a, a:link, a:active, a:visited {
    color: #CC6600;
}

a:hover {
    color: #663300;
}

#hTel {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 1.6em;
    color: #FFF;
}

#hAddress {
    position: absolute;
    top: 80px;
    right: 0px;
    color: #FFF;
    font-size: 0.9em;
}

#hEmail {
    position: absolute;
    top: 52px;
    right: 0px;
    color: #FFF;
    font-size: 0.9em;
}

#hEmail a {
    color: #FFF;
    text-decoration: none;
}

#navigation {
    height: 48px;
    width: 820px;
    margin: 0 auto;
    font-size: 0.9em;
    list-style: none;
    background-image: url('../images/common/li-background.jpg');
    background-repeat: no-repeat;
    background-position: 138px 0px;
    padding: 0 0 0 140px;
}

#navigation li {
    float: left;
    height: 48px;
    cursor: pointer;
    background-image: url('../images/common/li-background.jpg');
    background-position: top right;
    padding: 0 2px 0 0;
    background-repeat: no-repeat;
}

#navigation li.on {
    background-image: url('../images/common/li-on-background.jpg');
    background-repeat: repeat-x !important;
}

#navigation li.on a, #navigation li.on a {
    background-image: url('../images/common/li-on-background.jpg');
    color: #F79224 !important;
}

#navigation li a {
    padding: 0 36px;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
}

#navigation li a:hover {
    background-color: #61463D;
}

#content {
    width: 100%;
    background-color: #FFF;
}

#contentInner {
    width: 960px;
    background-color: #FFF;
    margin: 0 auto;
    padding-top: 25px;
}

#footer, #footerInner {
    background-image: url('../images/common/footer-background.jpg');
    background-repeat: repeat-x;
    background-color: #332620;
    background-position: center top;    zoom: 1;
}

#footerInner {
    margin: 0 auto;
    padding: 45px 30px 0px 30px;
    width: 900px;
}

#copyright {
    color: #FFF;
    border-top: 1px solid #3D2E27;
}

#copyright a {
    color: #FFF !important;
}

#copyrightInner {
    margin: 0 auto;
    width: 960px;
    font-size: 0.8em;
    height: 60px;
}

#copyrightInner p {
    line-height: 60px;
}

#copyrightInner span {
    padding: 0 8px;
}

#copyright p.left {
    float: left;
    margin: 0 0 0 30px;
}

#copyright p.right {
    float: right;
    margin: 0 30px 0 0;
    text-align: right;
}

#left {
    width: 165px;
    margin: 0 30px;
    float: left;
    display: inline;
}

#left h2 {
    color: #9B7263;
}

#right {
    width: 675px;
    float: right;
    margin: 0 30px 0 0;
    display: inline;
}

/* HOME */

.home #left {
    width: 560px;
}

.home #right {
    width: 310px;
}

#slideshow, #slideshow span {
    width: 560px;
    height: 325px;
}

#slideshow span {
    display: block;
    position: absolute;
}

#slideshow span.top {
    background-image: url('/images/slideshow/slide1.jpg');
    z-index: 2;
}

#slideshow span.bottom {
    z-index: 1;
    background-image: url('/images/slideshow/slide2.jpg');
}

/* SEARCH */

#search, .home #search {
    margin: 0;
    padding: 0;
    border: 0;
}

#search legend, .home #search legend, #search label {
    display: none;
}

#search label.checkbox {
    display: block;
}

.home #search label {
    display: block;
}

#search label {
    float: left;
    clear: left;
    font-size: 0.8em;
    color: #663300;
    margin-bottom: 7px;
}

.home #search label:after {
    content: ':';
}

.home #search select {
    float: right;
    clear: right;
}

#search select {
    width: 165px;
}

#search label.checkbox {
    float: right;
    width: 140px;
}

#search label.checkbox:after {
    content: '';
}

.home #search input.radio {
    float: right;
    margin: 0.5em 1em 0 0;
}

.home #search ul {
    position: relative;
    top: -8px;
}

#pSearch {
    padding: 0;
    clear: right;
    float: right;
}

#search a {
    text-align: center;
    font-size: 0.8em;
    display: block;
    margin-top: 10px;
}

.home #search a {
    clear: left;
    float: left;
    display: inline;
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 39px;
    margin: 0;
}

/* FOOTER */

#footerInner h3 {
    color: #9C7263;
    border-bottom: 1px solid #9C7263;
    padding-bottom: 0.9em;
}

#footerInner .prop {
    width: 204px;
    float: left;
    margin-right: 28px;
    zoom: 1;
}

#p4 {
    margin: 0 !important;
}

#footerInner .prop span {
    display: block;
    width: 202px;
    height: 154px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-top-width: 4px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#footerInner .prop p em {
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    color: #986E5F;
    font-style: italic;
    font-size: 1.6em;
}

#footerInner .prop p {
    float: left;
    margin-top: 15px;
}

#footerInner p.link {
    float: right;
}

#footerInner p.link a {
    font-size: 0.7em;
    background-color: #412A1C;
    padding: 0.4em 0.6em;
    border: 1px solid #412A1C;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    zoom: 1;
}

#footerInner p.link a:hover {
    border-color: #CC6600;
    background-color: #986F60;
}

#p1 span {
    border-color: #663300;
}

#p2 span {
    border-color: #CC9900;
}

#p3 span {
    border-color: #535300;
}

#p4 span {
    border-color: #CC6600;
}

/* RESULTS */

p.pages {
    float: left;
    margin: 0 0 1.3em 0;
}

.pages a, .pages strong {
    border: 1px solid #9C7259;
    background-color: #FFDBB7;
    padding: 0.2em 0.5em;
    font-size: 0.8em;
    margin: 0 0.5em 0 0;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.pages a:hover {
    background-color: #FBB776;
}

.pages strong {
    border: 1px solid #D6C6BA;
    background-color: #E1D5CE;
}

.pages span {
    position: relative;
    top: -2px;
}

.page {
    float: right;
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}

.resultBox .image {
    width: 206px;
    height: 158px;
    float: left;
}

.resultBox .image img {
    display: block;
	margin-left: auto;
	margin-right: auto;
    border: 1px solid #A45200;
}

.resultBox .image a {
    display: block;
    position: relative;
	text-align: center;
}

.resultBox .image a:hover img {
    border: 1px solid #F79122;
}

.resultBox .details {
    float: right;
    width: 440px;
    margin-left: 28px;
}

.results h3, .results h3 a {
    color: #333333;
    text-decoration: none;
    float: left;
    margin: 0 0 0.4em 0 !important;
}

.results #footerInner h3 {
    float: none !important;
    clear: both;
}

.results h4 {
    float: right;
    color: #CC9900;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-style: italic;
    font-size: 1.6em;
    margin: 0 0 0.2em 0 !important;
}

.results p.type {
    clear: both;
    font-style: italic;
    color: #9C7263;
    margin: 0 0 0.8em 0;
}

.results p.desc {
    font-size: 0.8em;
    line-height: 1.5em !important;
    margin-bottom: 1.2em;
}

.results div#maps {
    width: 678px;
    padding: 4px 0;
    background-image: url('/images/common/property-box-background.jpg');
    background-repeat: no-repeat;
    margin: 0 0 1em 0;
}

#resultsMap {
    width: 676px;
    height: 440px;
    border: 1px solid #A45200;
}

.results .infoWindow img {
	float: left;
    border: 1px solid #A45200;
	margin: 0 8px 0 0;
}

/* PROPERTY */

span.overlayLet, span.overlayNew {
    position: absolute !important;
    z-index: 10;
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    background: 0 !important;
    cursor: pointer !important;
    background-image: url('/images/common/overlay-new.png') !important;
    width: 136px !important;
    height: 66px !important;
    display: block !important;
}

span.overlayLet {
    background-image: url('/images/common/overlay-let.png') !important;
}

.property #right h3 {
    color: #9B7263;
    float: left;
}

.property #right h4.price {
    float: right;
    color: #9B7263;
    text-align: right;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-style: italic;
    font-size: 1.9em;
    margin: 0;
}

#propertyBox {
    width: 678px;
    height: 377px;
    padding: 4px 0 0 0;
    background-image: url('/images/common/property-box-background.jpg');
    background-repeat: no-repeat;
    background-color: #EEE7E3;
    margin: 0 0 1em 0;
}

.property div#maps {
    width: 618px;
    padding: 34px 30px 30px 30px;
    background-image: url('/images/common/property-box-background.jpg');
    background-repeat: no-repeat;
    background-color: #EEE7E3;
    margin: 0 0 1em 0;
}

#propertyMap {
    width: 616px;
    height: 330px;
    border: 1px solid #A45200;
}

#locality {
    float: right;
    margin: 0 0 30px 30px;
}

.property p.back {
    font-size: 1.2em;
    float: right;
    position: relative;
    top: 12px;
}

.property p.desc {
    font-size: 0.85em;
}

.property img.epc {
    margin: 0 30px 1em 0;
}

.property #main {
    width: 382px;
    height: 286px;
    margin: 20px 25px 0 20px;
    overflow: hidden;
    float: left;
    display: inline;
	text-align: center
}

.property #main img {
    border: 1px solid #A45200;
}

.property #thumbs {
    float: right;
    width: 235px;
    height: 286px;
    overflow: auto;
    margin: 20px 15px 0 0;
    display: inline;
}

.property #thumbs a {
    margin: 0 10px 0 0;
    display: inline-block;
    width: 100px;
    height: 75px;
    margin: 0 10px 10px 0;
    float: left;
	text-align: center;
}

.property #thumbs a img {
    border: 1px solid #A45200;
    display: block;
	margin-left: auto;
	margin-right: auto;
}

.property #propertyBox p {
    text-align: center;
    padding: 25px 0 0 0;
    clear: both;
}

.property #propertyBox p a {
    text-decoration: none;
}

.property #propertyBox p a:hover span {
    text-decoration: underline;
}

.property #propertyBox p a img {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.property #propertyBox span.sep {
    padding: 0 12px;
}

.property #propertyBox p span.addThis span {
    display: inline-block !important;
}

.property #propertyBox p span.at300bs {
    position: relative;
    top: 3px;
}

.property #propertyBox p {
    font-size: 0.75em;
}

.property #propertyAmenities {
	background-color: #EEE7E3;
	padding: 30px;
	list-style-type: none;
    overflow: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.property #propertyAmenities li {
	width: 186px;
	font-size: 0.75em;
	float: left;
	display: block;
	padding-left: 18px;
	background-image: url('/images/icons/bullet_tick.png');
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
}

.property .propertyStatus strong {
	width: 180px;
	display: inline-block;
}

/* CONTACT */

.contact #right label {
    margin: 0;
    display: block;
    position: relative;
    top: 3px;
    font-size: 0.8em;
    color: #9B7263;
    font-weight: bold;
}

.contact #right fieldset ul {
    padding: 0 0 1em 1em;
}

.contact #right fieldset ul li {
    margin-bottom: 0.2em;
    font-size: 0.7em;
    line-height: 1em;
    padding-left: 22px;
    line-height: 17px;
    background-image: url("/images/icons/bullet_error.png");
    background-repeat: no-repeat;
    color: #E17A09;
}

.contact #right fieldset p {
    color: #E17A09;
    font-size: 0.8em;
    line-height: 1.5em;
    margin-right: 2em;
}

.contact #right label:after {
    content: ':';
}

.contact #right fieldset, .contact #contact {
    width: 293px;
    padding-right: 0;
    float: left;
}

.fieldsetFix {
    height: 25px;
}


.contact #right fieldset span input, .contact #right fieldset span textarea {
    background-color: #FFF4C7;
    background-image: url('/images/common/input-background-validation.jpg');
}

.contact #right fieldset span label {
    color: #E17A09;
}

.contact #right fieldset span {
    position: relative;
}

.contact #right fieldset span span {
    background-image: url('/images/icons/error.png');
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    left: 3px;
}

.contact #right input.text, .contact #right textarea {
    width: 250px;
    margin-bottom: 0.7em;
}

#contactMap {
    float: right;
    width: 320px;
    height: 558px;
    margin-top: 0.625em;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #DCDADA;
}

/* MISC */

#staff {
    text-align: center;
    margin-bottom: 1em;
}

#staff a {
    display: inline-block;
    width: 82px;
    overflow: hidden;
    margin-right: 8px;
    text-decoration: none;
    font-size: 0.8em;
}

#staff a img {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #DCDADA;
}

#staff a:hover img {
    border-color: #F79122;
}

#left #staff  {
    width: 175px;
    margin-top: 10px;
    padding-top: 5px;
    text-align: left;
}
 
#left #staff a {
    margin-right: 3px;
    text-align: center;
}

/* MISC */

#home h2 a {
    color: #F79122;
}

#home h2 {
    text-align: center;
}

#home {
    position: relative;
}

#home a {
    text-decoration: none;
}

#home a.p {
    font-family: 'Arial Black', Helvetica, Arial, Sans-serif;
    line-height: 200px;
    position: absolute;
    left: 20px;
    top: 70px;
    color: #9B7263 !important;
}

#home span {
    font-size: 240px;
    text-shadow: #DBD9DA 2px 2px 5px;
}

#home span.p {
    font-size: 100px;
}

#home p.small {
    position: absolute;
    left: 20px;
    top: 300px;
    font-weight: bold;
}

#home a.land {
    background-image: url('/images/common/home.jpg');
    display: block;
    width: 308px;
    height: 250px;
}

#home a:hover.land {
    background-position: bottom left;
}

/* MISC */

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

a.top {
    font-size: 0.6em;
    float: right;
    background-color: #EEE7E3;
    padding: 0 0.6em;
    border: 1px solid #D6C6BA;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #9B7263;
    text-decoration: none;
}

a.top:hover {
    background-color: #E1D5CE;
    text-decoration: underline;
}

div.hr, div.hrN {
    color: #DCDADA;
    background-color: #DCDADA;
    height: 1px;
    font-size: 1em;
    margin: 1em 0;
    line-height: 1px;
    clear: both;
}

div.hr hr, div.hrN hr {
    display: none;
}

.hrN {
    margin-top: 0 !important;
}

.infoWindow {
    line-height: 1.3em;
    font-size: 0.8em;
}

img.icon {
    position: relative;
    top: 2px;
}

img.right, img.left {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #DCDADA;
}

img.right {
    float: right;
    margin: 0 0 30px 30px;
}

img.left {
    float: left;
    margin: 0 30px 30px 0;
}

p span strong {
    color: #F79122;
    font-size: 1.3em;
}

div.hidden {
    display: none;
}

#emailafriend {
    padding: 20px;
    background-color: #fff;
}

#emailafriend h4 {
    margin: 0 0 1em 0;
}

#emailafriend input.text, #emailafriend textarea {
    width: 230px;
}

#emailafriend label {
    display:block;
    float:left;
    clear: left;
    font-weight:bold;
    width:130px;
    margin:0;
}

#emailafriend fieldset li span {
    clear:both;
    display:block;
    height:1px;
    line-height:0;
}

#emailafriend  #submit {
    margin:0 0 0 130px;
    border: 0;
    background: none;
}
