/*
// MB Removals
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

*{
padding: 0;
margin: 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: #2e3092;
background-image: url(../images/bg.png);
background-repeat: repeat-x;
color: #4b4b4b;
}

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

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
font-size: 1.4em;
font-weight: normal;
color: #171849;
letter-spacing: 0px;
position: absolute;
top: 245px;
left: 0px;
background-image: url(../images/trans.png);
padding: 10px;
min-width: 680px;
}

h2{
margin: 4px 0px;
font-size: 1.1em;
font-weight: normal;
letter-spacing: 1px;
color: #171849;
}

img{
border: none;
}

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



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

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



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

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



.mb{
position: absolute;
top: 170px;
left: 0;
}


#header{
width: 900px;
height: 110px;
text-align: left;
background-color: #ffffff;
}

#header-left{
float: left;
padding: 8px 0px;
}

#header-right{
color: #171849;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 1.2em;
}

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

#header-right a:hover{
color: #3a88c8;
}

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

#header-right td{
text-align: left;
}

#header-right td.strong{
font-weight: bold;
text-align: right;
padding-right: 6px;
}



#slideshow{
width: 700px;
height: 300px;
text-align: center;
}

#slideshow img{
height: 300px;
margin: 0px auto;
}



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

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



#footer{
clear: both;
width: 100%;
overflow: hidden;
background-color: #3a88c8;
height: 30px;
color: #e2e2e2;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

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

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

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


#navigation{
width: 900px;
z-index: 99;
margin: 0;
overflow: hidden;
background-color: #171849;
background-image: url(../images/nav-grad.png);
border-top: 1px solid #171849;
border-bottom: 1px solid #171849;
}

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

#navigation a{
display: block;
padding: 6px 17px 6px 18px;
color: #ffffff;
text-decoration: none;
text-align: left;
font-size: 0.9em;
font-weight: bold;
letter-spacing: 0px;
float: left;
margin-right: 1px;
}

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

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

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



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: 230px;
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: #171849;
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: 220px;
}

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





table.storageTable{
margin-top: 20px;
}

table.storageTable td.title{
font-size: 1.2em;
font-weight: bold;
border-bottom: 1px solid #363636;
}

table.storageTable td.columnTitle{
font-size: 1.1em;
font-weight: bold;
}






.side-block{
display: block;
background-color: #171849;
background-image: url(../images/side-block-bg.png);
background-repeat: repeat-y;
background-position: top center;
color: #ffffff;
margin: 7px 3px;
padding: 6px;
border: 1px solid #3a88c8;
text-align: center;
}

.side-block p{
font-size: 12px;
margin: 1px 0px;
}

.side-block p.bigger-margin-below{
margin-bottom: 12px;
}

div.side-block p strong{
color: #ffffff;
}

.side-block h2{
color: white;
border-bottom: 1px solid #3a88c8;
font-weight: normal;
font-size: 1.3em;
letter-spacing: 0px;
}

#callback{

}

#callback input, #callback select{
display: block;
padding: 3px;
margin: 0px auto 8px auto;
}

#callback label{
font-weight: bold;
display: block;
margin-bottom: 3px;
}

#callback img{
margin: 4px 0px;
}

#contact-details{
}

#contact-details p{
color: #ffffff;
}

#contact-details a{
color: white;
}

#contact-details a:hover{
color: #cccccc;
}

#contact-details h3{
display: block;
font-size: 12px;
background-color: #3a88c8;
background-image: url(../images/nav-grad-hover.png);
padding: 3px;
margin-bottom: 2px;
}












#pricelist td{
padding-left: 5px;
padding: 2px 2px 2px 5px;
}

.phead{
background-color: #2e3092;
color: white;
margin-top: 10px;
padding: 2px;
}

.narrow{
width: 150px;
}

.formwide{
background-image: none;
}


.estimate h4{
padding-top: 10px;
padding-bottom: 2px;
border-bottom: 1px dashed #ccc;
font-size: 14px;
}

.estimate td{
padding: 5px;
font-size: 11px;
text-align: left;
}

.bookingwide{
font-size: 13px;
letter-spacing: 3px;
}








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

table.estimate td{
padding: 4px;
}

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

