/*
// Viewforth Glazing
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

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

body{
position: relative;
padding: 0px;
border: 0;
margin: 0;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 0.8em;
background-color: #e2e2e2;
color: #4b4b4b;
}

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

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
margin-bottom: 8px;
font-size: 1.5em;
font-weight: bold;
color: #0053a0;
letter-spacing: 0px;
border-bottom: 1px dashed #2b50a5;

font-family: 'Philosopher', "Trebuchet MS", Tahoma, Verdana;
}

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

img{
border: none;
}

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



#bg-wrapper{
overflow: hidden;
background-image: url(../images/body-bg.jpg);
background-position: top center;
background-repeat: no-repeat;
}

#container{
width: 940px;
text-align: left;
margin: 0px auto;
overflow: hidden;
background-image: url(../images/dropshadow.png);
background-repeat: repeat-y;
}

#content-wrapper{
width: 900px;
margin: 0px auto;
clear: both;
overflow: hidden;
background-color: #ffffff;
background-image: url(../images/content-bg.jpg);
background-position: left 220px;
background-repeat: no-repeat;
}



#column-left{
float: left;
width: 200px;
}

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



#header{
width: 900px;
height: 100px;
overflow: hidden;
text-align: left;
}

#header-left{
float: left;
}

#header-right{
color: #ffffff;
float: right;
margin: 22px 8px 0px 0px;
text-align: right;
}

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

#header-right a:hover{
color: #fff100;
}

#header-right strong{
color: #fff100;
}



#slideshow{
width: 700px;
height: 200px;
overflow: hidden;
}

#slideshow img{
width: 700px;
height: 200px;
}



#content{
margin: 20px;
text-align: justify;
font-size: 12px;
color: #4b4b4b;
background-image: url(../images/content-logo-bg.png);
background-repeat: no-repeat;
background-position: center 100px;
min-height: 375px;
}

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



#footer-wrapper{
width: 100%;
background-color: #0053a0;
background-image: url(../images/footer-gradient.png);
background-repeat: repeat-x;
background-position: top left;
overflow: hidden;
border-top: 4px solid #fff100;
}

#footer{
clear: both;
width: 900px;
height: 30px;
margin: 0px auto;
color: #e2e2e2;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

#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{
clear: both;
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
width: 800px;
z-index: 99;
margin: 0px auto;
}

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

#navigation a{
float: left;
display: block;
padding: 5px 11px 5px 11px;
color: #fff100;
text-align: center;
text-decoration: none;
font-size: 0.85em;
margin-right: 3px;
letter-spacing: 2px;
font-weight: bold;
border: 1px solid #363636;
background-color: #0053a0;
background-image: url(../images/abackyellow.gif);
background-repeat: no-repeat;
background-position: top right;
}

#navigation a:hover,#navigation a.current{
color: #0053a0;
background-color: #fff100;
background-image: url(../images/abackblue.gif);
}

#navigation a.current: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,#contact-form select{
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 input:hover,#contact-form textarea:hover,#contact-form select:hover{
border-color: #999;
}

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

#captcha-container input{
width: 220px;
}

#captcha-container span{

}



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



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


#banner-stripe{
width: 100%;
padding-top: 4px;
background-color: #0053a0;
background-image: url(../images/banner-gradient.png);
background-repeat: repeat-x;
background-position: bottom left;
border-bottom: 4px solid #fff100;
}

#banner-inner{
width: 900px;
margin: 0px auto;
position: relative;
/*background-image: url(../images/banner_back_2.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-top: 100px;*/
}




.infobar{
width: 370px;
background: #fff100;
padding: 5px;
color: #0053a0;
background-image: url(images/barback.png);
background-repeat: no-repeat;
}

.narrow{
font-weight: lighter;
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
width: 190px;
}

.formwide{
background-image: none;
}

.fullwidth{
font-weight: lighter;
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
width: 98%;
font-size: 14px;
}

.bookingwide{
width: 655px;
}

#sideholder{
width: 200px;
background-repeat: no-repeat;
height: 300px;

}

#column-left p{
padding: 7px;
margin: 5px 0;
font-size: 13px;
font-weight: normal;
font-family: 'PT Serif', "Trebuchet MS", Tahoma, Verdana;
background: url(../images/transback.png);
}

#gallery{
overflow: hidden;
}

#gallery a{
display: block;
float: left;
width: 170px;
height: 110px;
text-align: center;
background-color: #e2e2e2;
padding: 2px;
border: 1px solid #aaaaaa;
margin: 2px;
}

#side-navigation a{
background-color: #0053a0;
background-image: url(../images/nav-bg.png);
background-repeat: repeat-x;
background-position: bottom left;
color: #fff100;
border: 0;
border-bottom: 1px solid #062949;
padding: 9px 10px 9px 10px;
text-shadow: 1px 1px 1px #000;
}

#side-navigation a:hover,#side-navigation a.current{
background-color: #00417c;
background-image: url(../images/nav-bg-hover.png);
color: white;
text-shadow: none;
}

#column-left h2{
background-color: #0053a0;
background-image: url(../images/nav-bg.png);
background-repeat: repeat-x;
background-position: bottom left;
color: #fff100;
border: 0;
border-bottom: 1px solid #062949;
font-family: 'Philosopher', "Trebuchet MS", Tahoma, Verdana;
padding: 5px 6px;
letter-spacing: 0px;
text-shadow: 1px 1px 1px #000;
}


#breadcrumbs{
overflow: hidden;
padding: 3px 8px;
background-color: #d2d2d2;
border-bottom: 1px solid #062949;
}

#breadcrumbs a,#breadcrumbs span{

}

#breadcrumbs a:hover{
color: #0053a0;
}

.split-list-container{
overflow: hidden;
}

.split-list{
float: left;
width: 200px;
}




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