/*
// Beti Reilly
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

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

body{
padding: 20px 0px;
border: 0px;
margin: 0px;
background-image: url(../images/bg.gif);
text-align: center;
font-family: arial;
font-size: 0.8em;
color: #4b4b4b;
text-align: center;
position: relative;
}

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

h1{
font-size: 15px;
font-weight: normal;
letter-spacing: 2px;
color: #666666;
margin: 10px 0px 7px 3px;

}

h2{
margin: 0px;
margin-top: 5px;
font-size: 1.1em;
font-weight: lighter;
letter-spacing: 2px;
color: #363636;
}

img{
border: none;
}

ul{
padding-left: 20px;
}



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


}

#content_wrapper{
width: 900px;
overflow: hidden;
background-color: #ffffff;
}



#column1{
float: left;
width: 400px;
}

#column2{
float: left;
width: 365px;
height: auto;
}

#column3{
float: left;
width: 40px;
height: auto;
margin-top: 13px;
}

#prices{
width: 892px;
border: 1px solid #666666;
padding: 3px;
color: #dddddd;
}

.priceheader {
font-size: 12px;
background: #000000;
color: #dddddd;
letter-spacing: 2px;
font-variant: small-caps;
padding: 3px 3px 3px 3px;
}

.pricelistcomment {
color: #999999;
}


table#pricelist tbody tr td{
padding: 3px 0px;
}





#banner{
width: 900px;
height: 175px;
}

#tel{
color: #363636;
float: right;
}

#tel a{
color: #363636;
}



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



#content{
margin: 7px;
text-align: justify;
font-size: 13px;
line-height: 13pt;
color: #555555;

}

#content p{
padding: 5px;
margin: 0px;
}

#content a{
color: #555555;
}

#content a:hover{
color: #555555;
text-decoration: underline;
}



#footer{
clear: both;
width: 900px;
height: 30px;
color: #666666;
font-size: 11px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #666666;
font-size: 11px;
}

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

#footerLeft{
float: left;
text-align: left;
padding: 5px;
padding-left: 50px;
}

#footerRight{
float: right;
text-align: right;
padding: 5px;
padding-right: 50px;
}



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

#contact_right{
float: right;
width: 240px;
margin: 10px 10px 0px 0px;
}



#navigation{
width: 900px;
height: 30px;
z-index: 99;
margin: 0px;
}

#navigation ul,#navigation li{
padding: 0;
margin: 0;
margin-left: -3px;
}

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

#navigation a{
display: block;
margin-top: 8px;
padding: 0px 10px 0px 10px;
color: #dddddd;
text-decoration: none;
text-align: left;
font-size: 13px;
float: left;
border-right: 1px solid #666666;
}

#navigation a:"current"{
color: #666666;
}

#navigation a:hover{
color: #666666;
}






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

#contact_form input,#contact_form textarea{
float: left;
width: 230px;
margin-top: 7px;
font-family: verdana,arial,tahoma,sans-serif;
font-size: 9pt;
border: 1px solid #cccccc;
padding: 3px;
}

#contact_form textarea{
overflow: auto;
height: 100px;
}

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



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #cccccc;
background-color: #999999;
color: #e2e2e2;
}



#sideTabContainer{
position: absolute;
top: 40px;
right: 0px;
width: 150px;
}

.sideTab{
display: block;
background-color: white;
padding: 3px 5px;
margin-bottom: 5px;
border: 3px solid #0c4396;
border-right: none;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
text-align: center;
color: #363636;
font-size: 11px;
text-decoration: none;
}

a.sideTab:hover{
border-color: #5a91e5;
color: #888888;
background-image: url(http://d3.easy-web-sites.co.uk/common/images/sideTabGrad.png);
background-position: top right;
background-repeat: repeat-y;
}

#sideTabContainer h3{
color: #ccc;
font-weight: bold;
letter-spacing: 1px;
font-size: 15px;
margin: 0;
margin-bottom: 6px;
}





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





