
/*
// Clare & Howard Opticians
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
}

body{
position: relative;
padding: 0px;
border: 0;
margin: 0;
text-align: center;
font: 0.8em Arial,Verdana,Tahoma,sans-serif;
background-color: #a7ced9;
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
font: normal 1.6em "Crimson Text",Arial,Verdana,Tahoma,sans-serif;
color: #177e9c;
font-style: italic;
letter-spacing: 0px;
}

h2{
margin: 0px 0px 0px 0px;
font: normal 1.4em "Crimson Text",Arial,Verdana,Tahoma,sans-serif;
font-style: italic;
color: #177e9c;
}

img{
border: none;
}

#content ul{
padding-left: 35px;
margin-bottom: 12px;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
background-color: #ffffff;
overflow: hidden;
border-top: none;
margin-bottom: 10px;
}

#content-wrapper{
clear: both;
overflow: hidden;

}



#column-left{
float: left;
width: 250px;
min-height: 250px;
overflow: hidden;
}

#column-right{
float: left;
width: 650px;
height: auto;
overflow: hidden;
}

#column-left div{
margin: 2px 6px;
padding: 8px;
color: #666666;
}

#column-left h2{
color: #177e9c;
margin: 3px 0px;
letter-spacing: 0px;
font-family: "Crimson Text";
font-size: 1.4em;
}

#column-left div strong{
color: #4b4b4b;
}

#column-left div a{
color: #666666;
}

#column-left div a:hover{
color: #177e9c;
}



#header-wrapper{
width: 100%;
height: 70px;
background-color: white;
border-bottom: 1px solid #177e9c;
}

#header{
width: 900px;
height: 70px;
margin: 0px auto;
text-align: left;
}

#header-left{
float: left;
}

#logo{
margin-top: 30px;
}

#header-right{
color: #545454;
float: right;
margin: 8px 10px 0 0;
text-align: right;
font-size: 1.2em;
line-height: 28px;
}

#header-right a{
color: #545454;
}

#header-right a:hover{
color: #177e9c;
}

#header-right span{
font-style: italic;
color: #177e9c;
}



#navigation{
width: 250px;
height: 250px;
z-index: 99;
margin: 0;
padding: 0;
overflow: hidden;
float: left;
background-color: white;
}

#navigation li{
list-style-type: none;
margin-left: 0;
padding-left: 0;
padding: 0;
}

#navigation a{
display: block;
padding: 3px 15px;
color: #11192c;
text-decoration: none;
text-align: left;
font-size: 17px;
font-weight: normal;
border-bottom: 1px solid #bbbbbb;
font-family: "Crimson Text";
}

#navigation a:hover,#navigation a.current{
color: #177e9c;
}

#navigation a.current:hover{
color: #666666;
}

#navigation a.first{
}

#navigation a.last{
padding-bottom: 5px;
}



#slideshow-outer{
width: 100%;
overflow: hidden;
background-color: #177e9c;
}

#slideshow-wrapper{
overflow: hidden;
margin: 0px auto;
width: 900px;
height: 250px;
border-top: none;
}

#slideshow{
float: left;
width: 650px;
height: 250px;
overflow: hidden;
background-color: #000000;
}

#slideshow img{
width: 650px;
height: 250px;
}



#content{
margin: 10px;
text-align: justify;
font-size: 12px;
color: #545454;
}

#content p{
margin: 5px 0px 22px 0px;
line-height: 18px;
}



#footer-wrapper{
clear: both;
width: 100%;
overflow: hidden;
background-color: #177e9c;
border-top: 4px solid #177e9c;
padding: 10px 0;
}

#footer{
width: 900px;
margin: 0px auto;
overflow: hidden;
color: #cccccc;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #cccccc;
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: 370px;
margin: 10px 0px 20px 40px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 40px 20px 0px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
color: #177e9c;
}

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{
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: #11192c;
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);
}


#supplier-logos{
clear: both;
overflow: hidden;
min-height: 80px;
padding: 4px;
}

#supplier-logos a{
display: block;
float: left;
width: 75px;
border: 1px solid #cccccc;
margin: 2px;
}

#supplier-logos a:hover{
border-color: #999999;
}

img.right{
    float:right;
    margin:0 0 10px 10px;
}






