
/*
// Bearsden Chiropractic
// 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;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
background-color: #dddddd;
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #888888;
}

h1{
margin: 0;
padding: 0 0 4px 0;
font: normal 1.6em 'QuicksandBold',Arial,Verdana,Tahoma,sans-serif;
color: #4a1a41;
border-bottom: 1px solid #c2c2c2;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

h2{
margin: 4px 0px;
padding: 0 0 0 0;
color: #4a1a41;
font: normal 1.3em 'QuicksandBold',Arial,Verdana,Tahoma,sans-serif;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

img{
border: none;
}



#container-wrapper{
width: 920px;
margin: 0px auto;
overflow: hidden;
position: relative;
}

#container{
width: 900px;
text-align: left;
margin: 6px auto;
overflow: hidden;
background: #ffffff;
-moz-box-shadow: 0 0 3px 3px #777;
-webkit-box-shadow: 0 0 3px 3px #777;
box-shadow: 0 0 3px 3px #777;
position: relative;
}

#content-wrapper{
clear: both;
overflow: hidden;
padding-top: 35px;
background-image: url(../images/content-bg.png);
background-repeat: no-repeat;
background-position: bottom center;
padding-bottom: 37px;
}



#column-left{
float: left;
width: 225px;
overflow: hidden;
}

#column-right{
float: left;
width: 675px;
height: auto;
overflow: hidden;
}



#header-wrapper{
width: 100%;
height: 110px;
overflow: hidden;
background-color: #4a1a41;
border-bottom: 2px solid #ffffff;
}

#header{
margin: 0px auto;
width: 900px;
height: 110px;
text-align: left;
}

#header-logo{
display: block;
float: left;
background-color: #4a1a41;
}


#header-contact{
color: #ffffff;
float: right;
margin: 17px 10px 0 0;
text-align: right;
letter-spacing: -1px;
font: normal 1em 'QuicksandBook',Arial,Verdana,Tahoma,sans-serif;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
line-height: 30px;
}

#header-contact a{
color: #ffffff;
}

#header-contact a:hover{
color: #bd4c9a;
}

#header-contact span{
font-weight: bold;
color: #bd4c9a;
}



#navigation{
width: 900px;
min-height: 30px;
z-index: 9999;
margin: 0;
position: absolute;
top: 0px;
left: 0px;
text-align: left;
}

#navigation ul,#navigation li{
padding: 0;
margin: 0;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
display: inline-block;
padding: 6px 0px 3px 0px;
margin: 0px 9px 0px 9px;
color: #555;
text-decoration: none;
font-size: 0.9em;
font-weight: normal;
float: left;
font-family: 'QuicksandBold',arial,verdana,sans-serif;
border-bottom: 4px solid #ffffff;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
background-color: white;
}

#navigation a:hover,#navigation a.current{
color: #4a1a41;
border-color: #bd4c9a;
}

#navigation a.current:hover{
color: #666666;
}

#navigation a.first{
}

#navigation a.last{
}

#navigation a.withUL:hover{
border-color: white;
}

#navigation li{
position: relative;
}

#navigation ul{
margin-left: -18px;
width: 140px;
clear: both;
text-align: center;
z-index: 999;
}

#navigation ul a{
width: 140px;
border: 0;
border-top: 1px solid #4a1a41;
border-left: 1px solid #4a1a41;
border-right: 1px solid #4a1a41;
padding: 6px;
}

#navigation ul a:hover{
background-color: #4a1a41;
color: #ffffff;
}

#navigation ul a.last{
border-bottom: 1px solid #4a1a41;
}

#navigation ul,
#navigation li:hover ul,
#navigation ul li:hover ul
{display: none;}

#navigation li:hover ul,
#navigation ul li:hover ul,
#navigation ul li:hover ul
{display: block;}



#slideshow{
width: 890px;
height: 250px;
overflow: hidden;
border: 1px solid #cccccc;
margin: 4px;
z-index: 1;
position: relative;
}

#slideshow img{
width: 890px;
height: 250px;
}



#content{
margin: 15px 20px 15px 25px;
padding-right: 25px;
text-align: justify;
font-size: 12px;
line-height: 150%;
color: #4b4b4b;
border-right: 1px solid #c2c2c2;
}

#content p{
margin: 5px 0px 15px 0px;
}

#content ul{
padding-left: 35px;
margin-bottom: 12px;
margin-top: 10px;
}



#footer{
clear: both;
width: 898px;
margin: 1px;
overflow: hidden;
background-color: #4a1a41;
color: #e2e2e2;
font: normal 10px "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 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;
}

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: #4a1a41;
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.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;
}


p.emphasis,div.faqs span.question{
font: normal 1.2em 'QuicksandBold',Arial,Verdana,Tahoma,sans-serif;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
color: #4a1a41;
}

p.emphasis{
text-shadow: 0px 0px 2px #ffffff;
}


div.faqs p{

}

div.faqs span.question{
display: block;
}

div.faq-questions a{
display: block;
font: normal 1em 'QuicksandBold',Arial,Verdana,Tahoma,sans-serif;
background-color: #e2e2e2;
padding: 2px 5px;
border-bottom: 1px solid #bbbbbb;
color: #545454;
margin-top: 3px;
}







#features{
margin: 5px;

}

#features a{
color: #4a1a41;
display: block;
width: 214px;
height: 80px;
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);
}

#features a.last{
margin-bottom: 0px;
}

#features a:hover{
border: 1px solid #4a1a41;
-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: #4a1a41;
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: #4a1a41;
}

#faqs{
background-image: url(../images/feature-faqs.jpg);
}

#contact-details{
background-image: url(../images/feature-contact.jpg);
}

#our-location{
background-image: url(../images/feature-location.jpg);
}





#callback{
display: block;
width: 214px;
position: relative;
border: 1px solid #afafaf;
margin: 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);
background-color: #efefef;
color: #4a1a41;
text-align: right;
}

.callback-form{
width: 190px;
font-size: 0.8em;
}

form.callback-form label{
text-align: right;
}

#callback form{
clear: both;
margin: 5px 8px;
}

#callback p.small{
clear: both;
margin: 5px;
font-size: 0.8em;
}

#callback h2{
float: right;
color: #4a1a41;
display: block;
text-align: right;
padding: 2px 8px;
width: 160px;
margin-top: 5px;
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;
}

.team-member{
clear: both;
overflow: hidden;
border-bottom: 1px solid #cccccc;
padding: 16px 4px 10px 4px;
}

.team-image{
clear: both;
margin-top: 4px;
float: left;
margin-right: 8px;
padding: 2px;
border: 1px solid #cccccc;
}

#bni-link{
margin: 5px;
}








