/*
// S & B Removals
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

*{
padding: 0;
margin: 0;
border: 0;
}

body{
position: relative;
padding: 8px 0px 0px 0px;
border: 0;
margin: 0;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 0.8em;
background-color: #ffffff;
background-image: url(../images/bg.png);
background-position: top left;
color: #4b4b4b;
}

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

a:hover{
color: #a5a5a5;
}

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

h2{
margin: 4px 0px;
font-size: 15px;
font-weight: normal;
letter-spacing: 1px;
color: #875170;
}

img{
border: none;
}

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

form input,form textarea,form select{
border: 1px solid #999999;
padding: 5px;
font-size: 11px;
margin: 1px;
font-family: verdana,"Trebuchet MS",arial,sans-serif;
}

form option{
padding-right: 20px;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
overflow: hidden;
}

#content-wrapper{
clear: both;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #875170;
border-bottom: none;
}



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


#column-right{
float: left;
width: 650px;
height: auto;
overflow: hidden;
}



#header{
width: 890px;
height: 130px;
text-align: left;
background-color: #ffffff;
padding: 5px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}

#header-left{
float: left;
}

#header-right{
color: #875170;
float: right;
margin: 30px 10px 0 0;
text-align: right;
font-size: 1.1em;
}

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

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

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



#slideshow,#slideshow img{
width: 900px;
height: 300px;
overflow: hidden;
}



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

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



#footer{
width: 100%;
clear: both;
background-color: #875170;
color: #cccccc;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

#footer-inner{
width: 898px;
min-height: 100px;
margin: 0px auto;
}

#footer a{
color: #cccccc;
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 60px;
text-align: center;
}

#contact-right{
float: right;
width: 240px;
margin: 10px 80px 20px 0px;
}


#navigation{
clear: both;
overflow: hidden;
width: 900px;
z-index: 99;
margin: 3px 0px 2px 0;
background-color: #875170;
padding: 1px;
}

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

#navigation a{
display: block;
padding: 6px 27px;
color: #875170;
text-decoration: none;
text-align: left;
font-size: 0.85em;
font-weight: bold;
letter-spacing: 0px;
background-color: #dbc299;
float: left;
margin-right: 1px;
}

#navigation a:hover,#navigation a.current{
color: #ffffff;
background-color: #875170;
}

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

#navigation a.first{
}

#navigation a.last{
margin-right: 0px;
padding-right: 37px;
}



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

form.contact-form input,form.contact-form textarea,form.contact-form select{
float: left;
width: 230px;
margin-top: 7px;
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: #875170;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

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

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



#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);
}



div.home-box{
width: 250px;
margin: 9px;
float: left;
border: 1px solid #cccccc;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 14px;
background-color: #efefef;
box-shadow: 3px 3px 4px #999999;
-moz-box-shadow: 3px 3px 4px #999999;
-webkit-box-shadow: 3px 3px 4px #999999;
-o-box-shadow: 3px 3px 4px #999999;
}

div.home-box:hover,div.home-box:hover img{
border-color: #777777;
}

div.home-box img{
border: 1px solid #cccccc;
}

div.home-box h2,div.home-box h2 a{
text-align: center;
font-weight: bold;
letter-spacing: 0px;
color: #875170;
}

div.home-box p{

}

a.home-box-more{
font-weight: bold;
color: #875170;
}



#content-wrapper{
position: relative;
}


#nav{
position: absolute;
top: 20px;
right: 20px;
z-index: 99;
}

#nav a{
display: block;
float: left;
margin-right: 6px;
color: #666666;
font-weight: bold;
font-size: 1px;
cursor: pointer;
background-color: #dbc299;
border: 1px solid #875170;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 6px;
outline: none;
}

#nav a.activeSlide{
color: black;
background-color: #875170;
border-color: white;
}


p.it{
font-style: italic;
}



.estimate{
margin: 0px 40px;
width: 785px;
color: #363636;
}

table.estimate td{
padding: 4px;
}

.infobar{
padding: 4px 8px;
background-color: #875170;
color: white;
}


div.side-block{
border: 1px solid #aaaaaa;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
behavior: url(includes/border-radius.htc);
padding: 4px;
margin: 5px;
margin-bottom: 8px;
background-color: white;
}

div.side-block h2{
background-color: #dbc299;
color: #875170;
padding: 4px 8px;
text-align: center;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-top: 0px;
font-weight: bold;
}

div.side-block h2 a{
color: #875170;
}

div.side-block:hover h2 a{
color: #111111;
}

div.side-block{
}

#aztec-link{
position: absolute;
top: 0;
right: 0;
}
