
/*
// West End Services
// Dark Colour // Highlight Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
}

body{
position: relative;
padding: 0px;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
background-color: #cccccc;
color: #262626;
overflow-x: hidden;
background-image: url(../images/body-bg.png);
background-repeat: repeat-x;
background-position: top left;
}

a{
text-decoration: underline;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
padding-bottom: 3px;
font: normal 1.2em Arial,Verdana,Tahoma,sans-serif;
border-bottom: 2px dotted #cccccc;
color: #444444;;
}

h2{
margin: 6px 0px;
font: bold 1.1em Arial,Verdana,Tahoma,sans-serif;
color: #444444;
}

h3{
margin: 4px 0px;
font: normal 1.1em Arial,Verdana,Tahoma,sans-serif;
color: #ffffff;
}

img{
border: none;
}

#content ul{
padding-left: 35px;
margin-bottom: 12px;
list-style-image: url(../images/bullet.png);
}

#content a{
text-decoration: underline;
color: #363636;
font-style: italic;
font-weight: bold;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
background-color: #ffffff;

border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
overflow: hidden;
}

#content-wrapper{
clear: both;
overflow: hidden;
}



#column-left{
clear: both;
float: left;
width: 250px;
overflow: hidden;
}

#column-right{
float: left;
width: 650px;
height: auto;
overflow: hidden;
}



#header-wrapper{
width: 100%;
overflow: hidden;
background-color: #ffffff;
background-image: url(../images/banner-pattern.png);
background-repeat: no-repeat;
background-position: top center;
}

#header-fade{
background-image: url(../images/header-bg.png);
background-repeat: repeat-x;
background-position: bottom left;
}

#header{
width: 900px;
height: 90px;
margin: 0px auto;
text-align: left;
position: relative;
}

#header-logo{
display: block;
float: left;
margin-top: 12px;
}

#header-contact{
color: #7e7e7e;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 1em;
}

#header-contact a{
color: #7e7e7e;
text-decoration: none;
}

#header-contact a:hover{
color: #93454b;
}

#header-contact span{
font-weight: bold;
color: #7e7e7e;
}



#navigation{
clear: both;
width: 880px;
min-eight: 30px;
z-index: 99;
margin: 0;
overflow: hidden;
font-family: normal verdana,arial,sans-serif;
margin: 4px 7px;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
display: block;
padding: 3px 0px 3px 0px;
margin: 0px 15px 0px 15px;
color: #666666;
text-decoration: none;
text-align: left;
float: left;
font-size: 0.9em;
behavior: url(border-radius.htc);
border-bottom: 2px dotted #cccccc;
}

#navigation a:hover,#navigation a.current{
color: #93454b;
border-color: #93454b;
}

#navigation a.current:hover{
color: #93454b;
}

#navigation a.first{
}

#navigation a.last{
}



#slideshow-wrapper{
width: 100%;
overflow: hidden;
background-color: #93454b;
border-top: 1px solid #7e7e7e;
border-bottom: 1px solid #7e7e7e;
}

#slideshow-inner{

overflow: hidden;
}

#slideshow{
width: 610px;
height: 150px;
float: left;
overflow: hidden;
position: center;
border: 2px dotted #cccccc;
padding: 10px;
margin: 6px;
}

#slideshow img{
width: 610px;
height: 150px;
}



#content{
margin: 10px;
text-align: justify;
font-size: 14px;
color: #363636;
}

#content p{
margin: 5px 0px 22px 0px;
line-height: 18px;
}



#footer{
clear: both;
width: 900px;
overflow: hidden;
background-color: #7e7e7e;
color: #e2e2e2;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #e2e2e2;
font-size: 10px;
text-decoration: none;
}

#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: 280px;
margin: 10px 0px 20px 5px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 20px 20px 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: 100%;
margin-top: 2px;
font: 9pt verdana,arial,tahoma,sans-serif;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,
form.contact-form textarea:hover,
form.contact-form select:hover,
form.contact-form input:focus,
form.contact-form textarea:focus,
form.contact-form select:focus{
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: #7e7e7e;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
width: 100%;
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: 96%;
}

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);
}

.validated-form label.error{
color: red;
}


div.split-list{
overflow: hidden;
}

div.split-list ul{
float: left;
width: 40%;
}





div.block{
padding: 3px 6px;
border: 1px solid #aaaaaa;
background-color: #efefef;
margin: 3px 7px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-image: url(../images/block-bg.png);
background-repeat: repeat-x;
background-position: bottom left;
padding-bottom: 14px;
}

div.block h2{
padding-bottom: 0px;
margin: 0px;
font: normal 1Sem Arial,Verdana,Tahoma,sans-serif;
}


#latest-news{
font-size: 0.8em;
}

.right-align{
text-align: center;
float: right;
margin-left: 8px;
width: 140px;
}

div.faqs p{

}

div.faqs span.question{
display: block;
font-style: italic;
font-weight: bold;
font-size: 1.1em;
}

div.faq-questions a{
display: block;
font-weight: bold;
background-color: #e2e2e2;
padding: 2px 5px;
border-bottom: 1px solid #bbbbbb;
color: #545454;
}

.testimonial{
text-indent: 20px;
padding: 10px 7px;
background-color: #e2e2e2;
background-image: url(../images/speechmarks.png);
background-repeat: no-repeat;
background-position: 3px 8px;
border: 1px solid #aaaaaa;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: #444444;
font-size: 11px;
position: relative;
overflow: hidden;
}

#column-left .testimonial{
width: 205px;
}

.testimonial span.from{
font-size: 0.8em;
font-weight: bold;
display: block;
text-indent: 0px;
}

#column-left .testimonial{
background-color: #ffffff;
overflow: visible;
}

#column-left .testimonial img{
position: absolute;
bottom: -25px;
right: 5px;
}

#gallery a{
width: 133px;
min-height: 247px;
overflow: hidden;
display: block;
float: left;
margin: 4px 9px;
padding: 2px;
border: 1px solid #cccccc;
cursor: url(../images/magnify.cur),url(images/magnify.cur),pointer;
background-color: #efefef;
}

#gallery a img{
display: block;
width: 133px;
height: 200px;
}

#gallery span{
display: block;
text-align: center;
width: 125px;
font-size: 10px;
color: #333333;
margin-top: 4px;
padding: 0px 4px;
}

#gallery.gallery-mini span{
font-weight: bold;
}





#testimonial-rotate{
z-index: 10;
}

#quote-button{
display: block;
z-index: 9999;
}

#slogan{
clear: both;
display: block;
padding: 5px 12px;
background-image: url(../images/trans.png);
z-index: 999;
font: normal 1em Arial,Verdana,Tahoma,sans-serif;
color: #333333;
text-align: center;
}

.inline-image-left{
float: left;
margin: 8px;
margin-left: 2px;
border: 1px solid #bbbbbb;
padding: 2px;
}

.inline-image-right{
float: right;
margin: 8px;
margin-right: 2px;
border: 1px solid #bbbbbb;
padding: 2px;
}

.section-link{
font-size: 0.7em;
position: relative;
border-color: #454545;
}

.section-link a.title{
display: block;
font-size: 1.1em;
font-weight: bold;
background-color: #93454b;
padding: 3px 6px;
text-align: center;
color: white;
margin: -3px -6px 4px -6px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.section-link a.more-link{
position: absolute;
bottom: 2px;
right: 2px;
font-weight: bold;
}








#features{
margin: 7px;
}

#features a{
display: block;
height: 115px;
position: relative;
border: 1px solid #afafaf;
margin-bottom: 5px;
-moz-box-shadow: 2px 2px 2px #cccccc;
-webkit-box-shadow: 2px 2px 2px #cccccc;
box-shadow: 2px 2px 2px #cccccc;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=2);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#features a.last{
margin-bottom: 0px;
}

#features a:hover{
border: 1px solid #93454b;
-moz-box-shadow: 2px 2px 2px #777777;
-webkit-box-shadow: 2px 2px 2px #777777;
box-shadow: 2px 2px 2px #777777;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=2);
}

#features a span{
color: #323232;
display: block;
text-align: right;
padding: 2px 8px;
position: absolute;
min-width: 160px;
top: 7px;
right: 0px;
font: normal 1.2em 'QuicksandBold',Arial,Verdana,Tahoma,sans-serif;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
background: url(../images/feature-trans.png);
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

#features a:hover span{
color: #ffffff;
background-image: none;
background-color: #93454b;
}

#faqs{
background-image: url(../images/feature-faqs.jpg);
}

#contact-details{
background-image: url(../images/feature-contact.jpg);
}

#gallery-link{
background-image: url(../images/feature-gallery.jpg);
}







#callback{
display: block;
position: relative;
background-color: #93454b;
color: #ffffff;
padding-top: 6px;
margin: 0px 7px 5px 7px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-shadow: 4px 4px 3px #aaaaaa;
-webkit-box-shadow: 4px 4px 3px #aaaaaa;
box-shadow: 4px 4px 3px #aaaaaa;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=5);
}

#callback div{
margin: 6px;
}

#callback h2{
color: #ffffff;
border-bottom: 1px solid #ffffff;
}

.callback-form{
width: 200px;
font-size: 0.8em;
}

p.small{
font-size: 0.8em;
}












div.warning-box,div.info-box,div.confirm-box{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin-bottom: 6px;
background-repeat: no-repeat;
background-position: 6px center;
font-size: 0.9em;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

div.warning-box{
background-color: #f1d7d7;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/warning.png);
border: 3px double #d4322a;
color: #d4322a;
}

div.info-box{
background-color: #cbd5eb;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/info.png);
border: 3px double #3960af;
color: #3960af;
}

div.confirm-box{
background-color: #c3e5bf;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/confirm.png);
border: 3px double #38972e;
color: #38972e;
}



