/*
// Mapp Estates
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

*{
padding: 0;
margin: 0;
}

body{
position: relative;
padding: 0px;
border: 0;
margin: 0;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 0.8em;
background-color: #ededed;
color: #4b4b4b;
}

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

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 10px;
font-size: 1.4em;
font-weight: normal;
color: #363636;
letter-spacing: 0px;
}

h2{
margin: 4px 0px;
padding-top: 7px;
font-size: 15px;
font-weight: normal;
letter-spacing: 0px;
color: #363636;
border-bottom: 1px solid #cccccc;
padding-bottom: 3px;
}

img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
}



#container{
clear: both;
width: 900px;
text-align: left;
margin: 0px auto;
background-color: #ffffff;
overflow: hidden;
}

#content-wrapper{
clear: both;
overflow: hidden;
}



#column-left{
float: left;
width: 300px;
overflow: hidden;
}

#column-right{
float: left;
width: 600px;
height: auto;
overflow: hidden;
background-image: url(../images/bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}



#header{
width: 100%
text-align: left;
background-color: #cc0000;
background-image: url(../images/grad.png);
background-position: bottom left;
background-repeat: repeat-x;
border-bottom: 1px solid #363636;
}

#header-inner{
width: 900px;
height: 100px;
margin: 0px auto;
position: relative;
}

#header-left{
float: left;
}

#header-right{
color: #ffffff;
position: absolute;
top: 10px;
right: 10px;
text-align: right;
font-size: 1.2em;
line-height: 20px;
}

#header-right a{
color: #ffffff;
}

#header-right a:hover{
color: #d2d2d2;
}

#header-right span{
font-weight: bold;
color: #ffffff;
}



#slideshow{
width: 300px;
height: 400px;
}

#slideshow img{
width: 300px;
height: 400px;
}



#content{
margin: 10px;
text-align: justify;
font-size: 12px;
color: #4b4b4b;
}

#content p{
margin: 5px 0px 18px 0px;
line-height: 18px;
}



#footer{
clear: both;
width: 100%;
height: 60px;
background-color: #cc0000;
color: #aaaaaa;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
background-image: url(../images/grad.png);
background-position: bottom left;
background-repeat: repeat-x;
border-top: 1px solid #666666;
}

#footer-inner{
width: 900px;
margin: 0px auto;
}

#footer a{
color: #aaaaaa;
font-size: 10px;
}

#footer a:hover{
color: #ffffff;
}

#footer-left{
float: left;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 300px;
margin: 10px 0px 20px 50px;
text-align: center;
}

#contact-right{
float: right;
width: 310px;
margin: 10px 50px 20px 0px;
}


#navigation{
width: 900px;
z-index: 99;
margin: 0;
overflow: hidden;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
display: block;
padding: 6px 19px;
color: #ffffff;
text-decoration: none;
text-align: left;
font-size: 0.9em;
font-weight: bold;
letter-spacing: 0px;
background-color: #cc0000;
background-image: url(../images/grad.png);
background-repeat: repeat-x;
float: left;
margin-right: 5px;
border: 1px solid #333333;
}

#navigation a:hover,#navigation a.current{
color: #ffffff;
background-color: #363636;
background-image: url(../images/grad-hover.png);
}

#navigation a.current:hover{
color: #cccccc;
}

#navigation a.first{
}

#navigation a.last{
}


form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 300px;
margin-top: 2px;
font-family: verdana,arial,tahoma,sans-serif;
font-size: 9pt;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #363636;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

form.contact-form div.captcha-container input{
width: 290px;
}

div.captcha-container small{
display: block;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}




.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}


.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}




#index-quicklinks{
overflow: hidden;
}

#index-quicklinks a{
background-repeat: no-repeat;
float: left;
margin: 7px;
width: 200px;
height: 200px;
border: 3px solid white;
}

#index-quicklinks a:hover{
border: 3px solid #cccccc;
}

#index-quicklinks a span{
background-image: url(../images/trans.png);
padding: 6px;
color: white;
display: block;
font-weight: normal;
font-size: 16px;
text-align: center;
}




#filter{
overflow: hidden;
border: 1px solid #aaaaaa;
background-color: #ededed;
padding: 6px;
}

#filter-left{
float: left;
width: 300px;
}

#filter-right{
float: right;
width: 380px;
overflow: hidden;
}

#filter-right div.label{
float: left;
font-weight: bold;
width: 60px;
padding-top: 35px;
}

#filter-right div.content{
float: left;
width: 320px;
}

#filter a,#filter strong{
display: block;
float: left;
padding: 2px 5px;
background-color: white;
margin-right: 2px;
border: 1px solid #444444;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 2px 2px 2px #888;
-moz-box-shadow: 2px 2px 2px #888;
-webkit-box-shadow: 2px 2px 2px #888;
}


#filter h2{
font-weight: bold;
}

#filter strong{
background-color: #cc0000;
color: white;
}

#filter div.block{
clear: both;
margin: 4px 0px;
overflow: hidden;
padding: 3px;
}

#summary{
font-size: 16px;
}

#summary strong{
font-size: 1.2em;
}










div.list-page-links{
height: 18px;
background-color: #cc0000;
margin: 10px 0px;
}

div.list-page-links span{
display: block;
width: 80px;
float: left;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
padding: 2px;
}

div.list-page-links a{
display: block;
width: 30px;
float: left;
text-align: center;
padding: 4px 8px;
margin: -5px 4px 0px 4px;
background-color: #363636;
color: #ffffff;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

div.list-page-links a:hover{
background-color: #444444;
}

div.list-page-links a.current{
color: #e26565;
font-weight: bold;
}

div.lpl-bottom a{
margin: 0px 4px -6px 4px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}








#properties{
overflow: hidden;
}

div.property-list{
width: 425px;
border: 1px solid #777777;
overflow: hidden;
margin: 20px 5px;
float: left;
background-color: #e2e2e2;
}

div.property-list a.left-image{
width: 200px;
height: 133px;
float: left;
border-right: 1px solid #777777;
}

div.property-list h2{
margin-right: 15px;
font-weight: bold;
text-align: left;
}

div.property-list-right{
width: 219px;
height: 133px;
float: right;
background-position: top right;
background-repeat: no-repeat;
}

div.property-list span.price{
font-weight: bold;
font-size: 15px;
}

div.property-list a.more-info{
color: #cc0000;
font-size: 14px;
font-weight: bold;
display: block;
margin: 4px 2px;
}

div.property-list a.more-info:hover{
color: #333333;
}

div.tag-commercial{
background-image: url(../images/tag-commercial.png);
}

div.tag-residential{
background-image: url(../images/tag-residential.png);
}







div.property-full{
overflow: hidden;
padding: 8px;
margin: 5px;
background-color: #e2e2e2;
border: 1px solid #777777;
}

div.property-full h1{
font-weight: bold;
margin-top: 4px;
margin-bottom: 4px;
background-color: #cc0000;
color: white;
padding: 3px 10px;
}

div.property-full h1 span{
font-weight: normal;
}

div.property-full-column-right{
float: right;
width: 230px;
background-color: #ffffff;
border: 1px solid #777777;
border-right: none;
margin-right: -8px;
margin-top: -4px;
padding: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
font-size: 1.2em;
text-align: center;
}

div.property-full-column-right div.action{
margin-top: 10px;
}

div.property-full-column-right span.price{
font-weight: bold;
font-size: 22px;
}

div.property-full-column-right a.pdf-link{
background-image: url(../images/grad.png);
padding: 4px 8px;
display: block;
color: white;
font-weight: bold;
border: 1px solid #444444;
}

div.property-full-column-right a.pdf-link img{
vertical-align: middle;
}

div.property-full-description{
width: 600px;
}

div.property-full-description a.main-image{
float: left;
margin-right: 6px;
margin-bottom: 6px;
}

#property-full-gallery{
overflow: hidden;
}

#property-full-gallery a{
float: left;
margin: 2px;
border: 1px solid #aaaaaa;
opacity: 0.85;
}

#property-full-gallery a:hover{
opacity: 1.0;
border-color: #555555;
}













#homepage-left{
float: left;
width: 330px;
margin-right: 30px;
}

#homepage-right{
float: left;
width: 520px;
}
