/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #2F3254;
}

p {
font-size: 0.9em;
}

h1 {
font-size: 1.1em;
margin-bottom: 5px;
color:#B50F2F;
text-transform:uppercase;
}

h2 {
font-size: 1em;
margin-bottom: 3px;
color:#B50F2F;
text-transform:uppercase;
}

legend {
color: #B10022;
font-weight: bold;
}

a:link,
a:visited {
color: #E7012D;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}
#footer {
text-align:center;
}
#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #fff;
text-decoration: none;
}

#footer a:hover {
color: #005da0;
}

/* Header
----------*/

#header img#logo {

}

/* Dropdown menu
-----------------*/

#menu a {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
border-left: 1px solid #fff;
background-image: url(/img/nav_bg.gif);
background-repeat:no-repeat;
background-position:left top;
}

#menu li.first a, 
#menu li li a {
border: none;
}

#menu a:link,
#menu a:visited {
color: #fff;
text-decoration: none;
}

#menu a:hover {
color: #E7D0D6;
}

#menu ul ul a:link, #menu ul ul a:visited {
background-color: #B10022;
color: #fff;
background-image:none;
}
#menu ul ul a:hover {
background-color: #E7D0D6;
color: #fff;
}
#menu li li a {
border: none;
text-transform: none;
}



/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #fff;
}

form label {
display: block;
float: left;
width: 150px;
}

form input,
form textarea,
form select {
width: 250px;
}

form p {
clear: both;
}

form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
body.listing #filter input ,
.button {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #B10022;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form input.halfsize, form input.radio {
width:80px;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
}

body#home #sub-section legend {
color:#B10022;
}

body#home #sub-section label {
font-size: 0.9em;
float: none;
display: inline;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
width: 140px;
font-size: 0.9em;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width: 62px;
}

body#home #sub-section form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}

body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #sub-section form #submit {
padding: 0 8px 0 0;
}

/* Listings
------------*/

body.listing .property {
padding: 10px 0;
clear: both;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body.listing .property .details {
width: 380px;
float: left;
margin-right: 20px;
}

body.listing .property .features {
float: left;
font-weight: bold;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: italic;
}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 2px;
font-style: italic;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
}

body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #FADBBC;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1em;
font-weight: bold;
color: #2F3254;
margin-bottom: 5px;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 24px;
_margin-right: 14px;
}

body.listing #filter input {
width: auto;
padding: 1px 10px;
margin-top: 13px;
cursor: pointer;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: right;
}

/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.2em;
font-style: italic;
color: #F2891C;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #f9f9f9;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
height: 25px;
margin-bottom: 5px;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar p {
float: right;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 450px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails {
width: 244px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail #extradetails img#mainimage {
width: auto;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}


	
/* Staff 
---------*/

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dt.photo {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #22243D;
border-bottom: 10px solid #EF8B13;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

/* Email a friend
------------------*/

body.emailafriend {
background-image: none;
background-color: #fff;
text-align: left;
}

body.emailafriend #header {
background-image: none;
background-color: #22243D;
border-bottom: 10px solid #EF8B13;
}

body.emailafriend #header img {
float: none;
}

/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #B10022;
}

body {
background-image: url(/img/content_body_bg.gif);
background-repeat: repeat-x;
}

body#home {
background-image: url(/img/body_bg.gif);
background-repeat: repeat-x;
}
#home #wrap {
background-color: #EFE3E6;
border: none;
}
#wrap {
background-color: #efe3e6;
}
#wrap #main {
background-color: #EFE3E6;
}
#home #wrap #main{
border: none;
}
/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
}






/* Home 
---------*/

body#home #images {
background-color: #E9B5C1;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
text-align:center;
margin:0px;
padding:0px;
height:146px;
}
body#home #images img {
margin: 0 auto 0 auto;
display:block;
}

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

body#home #sub-section {
border: 1px solid #E5E5E5;
background-color: #E7D0D6;
}

body#home #pow {
border-top: 1px solid #B10022;
padding-top: 15px
}

body#home #pow img {
float: left;
border: 1px solid #EFE3E6;
margin: 0 10px 5px 0;
}
body#home #pow p,
body#home #pow h2 {
margin-bottom: 2px;
}

/* Listings
------------*/

body.listing .property {
border-bottom: 1px solid #fff;
}

body.listing .property .image {
border: 1px solid #fff;
}

body.listing .property .details h2 {
font-size: 1em;
font-style: normal;
margin-bottom: 10px;
}

body.listing .property .features {
font-weight: bold;
}
body.listing .property .features img {
vertical-align:top;
}
body.listing .property .features span,
body.brochure #addressbar p span,
body.detail #addressbar p span {
color: #b10022;
font-size: 1.2em;
position:relative;
margin-top:5px;
left: -28px;
}
body.listing .property .price h3 {
font-size: 1em;
font-style: normal;
}

body.listing #filter {
background-color: #e9b5c1;
border: 1px solid #e5e5e5;
}


body.listing #searchForm {
z-index: 0;
}

/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.2em;
font-style: italic;
color: #b50f2f;
border-top: 1px solid #e9b5c1;
border-bottom: 1px solid #e9b5c1;
background-color: none;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul#outgoingslist {
list-style-type: square;
}

body.detail #addressbar p {
font-weight: bold;
}

body.detail #extradetails img {
border: 1px solid #22243D;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

/* Staff 
---------*/

body#staff dl {
border-bottom: 1px solid #ddd;
}

body#staff dl dt img {
border: 1px solid #22243D;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dd.position {
font-weight: bold;
}

body#staff dl dd.contact {
font-weight: bold;
}

/* Slideshow
-------------*/

body.slideshow {
background-image: url(../img/content_body_bg.gif);
background-position: top left;
background-repeat: repeat-x;
}

body.slideshow #header {
background-image: none;
background-color:transparent;
width: 800px;
height: 64px;
clear:both;
border: none;
}
body.slideshow #header img {
float: left;
clear:both;
}
body.slideshow table {
width: 800px;
clear:both;
}
body.slideshow table img {
border: 1px solid #333;
}
body.slideshow h1 {
clear:both;
color: #fff;
}

body.brochure #propertydetails {
width: 280px !important;
margin-right: 20px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0 !important;
}
body.brochure #extradetails {
width: 247px !important;
float: left;
}
/* Email a friend
------------------*/

body.emailafriend {
background-image: none;
background-color: #bfd6ea;
text-align: left;
}

body.emailafriend #header {
background-image: none;
background-color: #fff;
border-bottom: 8px solid #ffd568;
width: auto;
}

body.emailafriend #header img {
position: relative;
top: 0px;
}

/* Testimonials
----------------*/

body.testimonials #content .item {
border-bottom: 1px dashed #CFCFCF;
margin-bottom: 10px;
}

body.testimonials #content .signature {
text-align: right;
font-style: italic;
font-size: 0.9em;
}

/*alert thing */
body#alert_popup {
background-image:none;
}
body#alert_popup #content {
display:block;
width:350px !important;
padding:20px;
}
body#alert_popup #outside {

}

/* OPEN FOR INSPECTION
-----------------------------------------------------------*/
body.ofi #content,
body.ofi #content h1 {
text-align: left;
}
body.ofi #content h2 {
color: #b10022;
text-transform: uppercase;
font-size: 1em;
margin-bottom: 7px;
padding: 18px 7px 3px 7px;
clear:both;
display:block;
border-bottom: 1px solid #b10022;
}

body.ofi #content dl {
float: left;
height: auto;
padding: 5px 0px 5px 10px;
}
body.ofi #content dl.stripe {
background-color: #e9b5c1;
}

body.ofi #content dt {
width:200px;
float:left;
}
body.ofi #content dt strong {
color: #b10022;
}

body.ofi #content dd.time {
width:150px;
float:left;
text-align:center;
margin-top:7px;
}

body.ofi #content dd.link {
width:100px;
float:right;
height: auto;
font-weight: bold;
margin-top:7px;
}