/*
// Varis Aberdeen Angus
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

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

body{
border: 0px;

margin: 10px 0px;
text-align: center;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 0.8em;
background: #007AC3 url(../images/background.jpg) repeat-x bottom center;
background-attachment:fixed;
color: #4b4b4b;
text-align: center;
position: relative;
}

#page1{
width: 100%;
height: 100%;
overflow: hidden;
}

#page2{
width: 100%;
height: auto;
overflow: hidden;
}

#page3{
width: 100%;
height: auto;
overflow: hidden;
}




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

h1{
margin: 0px 0px 0px 2px;
padding: 0px 0px 0px 2px;
font-family: arial,tahoma,verdana,sans-serif;
font-size:15px;
font-weight: lighter;
color: #d42e16;
}

h2{
margin: 5px 0px 0px 2px;
padding: 5px 0px 0px 2px;
font-family: arial,tahoma,verdana,sans-serif;
font-size:15px;
font-weight: lighter;
color: #d42e16;
}

h3{
background: #363636;
margin: 10px 0px 10px 0px;
width: 210px;
color: #ffffff;
font-size: 15px;
font-weight: normal;
text-align: center;
paddinG: 5px;
}

img{
border: none;
}

ul{
padding-left: 35px;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
background: #d42e16;
overflow: hidden;
border: 2px solid #cccccc;

}

#content_wrapper{
clear: both;
overflow: hidden;

}



#column1{
float: left;
width: 250px;
overflow: hidden;

}

#address{
color: #ffffff;
font-size: 12px;
padding: 10px 0px 0px 10px;
}
#address a{
color: #ffffff;
}

#address a:hover{
color: #363636;
}

#column2{
float: left;
background: #ffffff;
width: 650px;
height: auto;
overflow: hidden;
}



#banner{
width: 900px;
height: 250px;
text-align: left;
background-image: url(../images/banner.jpg);
overflow: hidden;
position: relative;
border-bottom: 2px solid #cccccc;
}

#banner2{
width: 900px;
height: 250px;
text-align: left;
border-bottom: 0px solid #cccccc;
background-image: url(../images/banner2.jpg);
overflow: hidden;
position: relative;
border-bottom: 2px solid #cccccc;
}

#logo{
position: absolute;
top: 25px;
left: 5px;
color: #ffffff;
}

#banner_contact{
position: absolute;
bottom: 30px;
right: 10px;
font-size: 17px;
color: #ffffff;
float: right;
text-align: left;
}

#banner_contact a{
color: #ffffff;
}

#banner_contact a:hover{
color: #363636;
}


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

.gallery{
border: 1px solid #cccccc;
}


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

#content p{
padding: 3px;
margin: 2px;
}





#footer{
clear: both;
width: 900px;
height: 30px;
background: #363636;
margin-left: auto;
margin-right: auto;
border: 2px solid #cccccc;
border-top: 0;
margin-bottom: 20px;
color: #666666;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

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

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

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

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





#contact_right{
width: 350px;
margin: 10px 40px 0px 0px;
}



#navigation{
width: 950px;
height: 26px;
z-index: 99;
margin: 0px;
border-left: 2px solid #cccccc;
}

#navigation ul,#navigation li{
padding: 0;
margin: 0;
}

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

#navigation a{
display: block;
padding: 6px 12px 6px 12px;
color: #ffffff;
border-right: 2px solid #cccccc;
text-decoration: none;
text-align: left;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
background: #d42e16;
float: left;
}

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

.text{
width: 50px;
}





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

#captcha_container input{
width: 220px;
}



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





