
/*
// Draft Seal Ltd 
// Dark Colour // Highlight Colour */

* {
margin: 0; 
padding: 0; 
border: 0; 
outline: none;
background: transparent; 
font-size: 100%; 
list-style-type: none; 
text-decoration: none; 
font-family: arial,helvetica,sans-serif;
}

html{
min-height: 101%;
overflow-x: hidden;
}

body{
background-color: #efefef;
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #ffffff;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 20px 0 20px 0;
font: normal 1.4em Arial,Verdana,Tahoma,sans-serif;
color: #860022;
}

h3{
margin: 10px 0 10px 0;
font: normal 0.9em Arial,Verdana,Tahoma,sans-serif;
color: #860022;
}

h2{
margin: 4px 0px;
padding: 0 0 0 0;
font: normal 1.1em Arial,Verdana,Tahoma,sans-serif;
color: #860022;
}

img{
border: none;
}



#container{
width: 100%;
background-color: #ffffff;
overflow: auto;
}

#content-wrapper{
width: 900px;
margin: 0  auto;
}



#column-left{
float: left;
width: 200px;
overflow: hidden;
}

#column-left div{
color: #545454;
width: 180px;
padding: 5px;
background: #efefef;
margin-bottom: 10px;
font-size: 0.9em;
}

#column-left div a{
color: #545454;
}

#column-left div a:hover{
color: #cccccc;
}

#column-right{
float: left;
background: url(../images/content.jpg) no-repeat bottom right; 
width: 700px;
height: auto;
overflow: hidden;
}

#column-right2{
float: left;
width: 700px;
height: auto;
overflow: hidden;
}

#gallery{
margin-left: 0px;
width: 550px;
heighT:750px;
display: block;
margin-bottom: 50px;
}

#gallery2{
margin-left: 0px;
width: 550px;
heighT:400px;
display: block;
margin-bottom: 50px;
}

#gallery img,#gallery2 img{
float: left;
margin: 2px;
cursor: url(../images/magnify.cur),url(images/magnify.cur),pointer;
border: 2px solid #B51F07;

}


.header-wrapper {
background: #efefef url(../images/header-wrapper.png) repeat-x; 
}

.header {
width: 900px; 
height: 520px; 
position: relative;
}

.logo {
position: absolute; 
top: 20px;
}

.slogan {
position: absolute; 
top: 90px;
right: 0;
}

.navigation{
background: url(../images/navigation.png) repeat-x; 
width: 900px;
height: 56px;
position: absolute; 
top: 140px; 
left: 0px;
font-size: 0.8em;
}

.navigation li {
float: left;
border-left: 1px solid #5d5e5d;
display: inline-block;
padding: 0 5px 0 6px;
height: 56px;
cursor: pointer;
text-align: center;
color: #ffffff;
}

.navigation li a{
color: #ffffff;
padding: 20px 5px;
height: 16px;
display: inline-block;
}

.navigation li a:hover, .navigation li:hover, .navigation li a.current {
position:relative;
color: #7CC8EA;
}


.navigation ul {
display:none;
position:absolute;
left:0px;
top: 50px;
z-index: 999;
background: #494A49;
}

.navigation li:hover ul {
display:block;
}

.navigation ul li {
width:150px;
background: #494A49;
height: 25px;
overflow: hidden;
float:left;
font-size: 1em;
padding: 0px;
clear: both;
display:block;
border:none;
color: #4B494A;
}

.navigation ul li a{
color: #ffffff;
width:200px;
padding: 5px;
text-align: left;
font-size: 0.9em;
display: block;
}

.navigation ul li a:hover{
color: #7CC8EA;
}

.contact{
color: #545454;
position: absolute; 
top: 20px;
right: 0;
font-size: 1em;
}

.contact a{
color: #545454;
}

.contact a:hover{
color: #cccccc;
}

.contact span{
font-weight: bold;
color: #860022;
}




.banner {
position: absolute;
top: 195px;
left: 0;
}

.slideshow-wrapper {
background: url(../images/slideshow-wrapper.png) no-repeat bottom center; 
width: 900px; 
height: 320px; 
position: relative; 
color: #ffffff; 
margin-bottom: 20px;
}


.slideshow {
width: 900px; 
height: 300px; 
position: relative; 
overflow: hidden;
}

.slideshow img{
width: 900px; 
height: 300px;
}

.testimonial{
background: url(../images/quote-top.png) no-repeat top left;
margin-top: 10px;
}

.testimonial div{
background: url(../images/quote-bottom.png) no-repeat bottom right;
padding: 20px;
}

.testimonial div span{
font-weight: bold;
float: right;
}


#content{
margin: 10px;
text-align: justify;
font-size: 12px;
line-height: 150%;
color: #4b4b4b;
}

#content p{
margin: 5px 0px 15px 0px;
}

#content a{
text-decoration: underline;
color: #860022;
}

#content a.email{
color: #4b4b4b;
}

#content a:hover{
color: #000000;
}

#content ul{
padding-left: 35px;
margin-bottom: 12px;
}



.footer-wrapper {
background: #860022;
}

#footer-wrapper a{
color: #ffffff;
font-size: 10px;
}

.footer {
width: 900px; 
height: 50px;
color: #ffffff;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}



#footer a:hover{
color: #cccccc;
}

#footer-left{
float: left;
line-height: 110%;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 300px;
text-align: center;
}

#contact-right{
margin-left: 50px;
float: left;
width: 260px;
}




form.contact-form{
overflow: hidden;
}


form.contact-form input,form.contact-form textarea, select {
width:98%; 
height:19px; 
font:normal 1em/19px arial; 
padding:2px; 
color:#1B134A;
background: #ffffff url(../images/form.jpg) repeat-x bottom left;
border: 1px solid #cccccc;
}

form.contact-form select{
height:25px; 
width:100%; 
font:normal 1em arial; 
border: 0;
border: 1px solid #cccccc;
}

form.contact-form input.textbox-honey {
display: none;
}

form.contact-form label {
color: #4b4b4b;
font:normal 1em/25px arial; 
margin: 3px 0;
cursor: pointer;
}

form.contact-form textarea {
height:50px; 
overflow:auto;
}

form.contact-form input.contact-submit{
width:auto; 
cursor:pointer; 
float:right; 
color:#ffffff; 
margin-top: 10px;
height: 23px; 
border: 0;
overflow: visible; 
background: #860022;
}


.hidden{display: none;}
.left{float: left; display: inline-block;}
.right{float: right; display: inline-block;}
.center{margin: 0 auto;}
clear (clear: both;)













#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;
}

.left{ float: left; }
.right{ float: right; }

.validated-form label.error{
color: red;
}

div.warningbox,div.infobox,div.confirmbox{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin-bottom: 5px;
background-repeat: no-repeat;
background-position: 6px center;
font-size: 0.9em;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.warningbox{
background-color: #f1d7d7;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/warning.png);
border: 3px double #d4322a;
color: #d4322a;
}

div.infobox{
background-color: #cbd5eb;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/info.png);
border: 3px double #3960af;
color: #3960af;
}

div.confirmbox{
background-color: #c3e5bf;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/confirm.png);
border: 3px double #38972e;
color: #38972e;
}







