body
{
color: #6f6f6f;
background: url(../img/bg.jpg) repeat-x #fff;
}

		/* site wrapper */
#container
{
font-family: arial, helvetica, sans-serif;
font-size: 16px;
line-height: 150%;
overflow: hidden; /* must keep in */
margin-top: 5px;
margin-bottom: 5px;

}

		/* styles the logo area */
#logo
{
background: #fff;
height: 125px;
}

.main-logo
{
margin: 0 0 0 20px;
}

#address-phone, #strapline-address
{
height: 130px;
}

#address-phone h1, #address-phone h2
{
color: #b85116;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 20px;
font-weight: normal;
text-align: center;
letter-spacing: 1px;
line-height: 120%;
margin: 5px 0 0 0;
}

#address-phone h1 span
{
font-weight: bold;
}

#address-phone h2
{
color: #1C9C9C;
font-weight: normal;
margin: 5px 0 0 0;
}

#strapline-address h1, #strapline-address h2, #strapline-address h3
{
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: normal;
text-align: center;
line-height: 120%;
margin: 5px 0 0 0;
letter-spacing: 1px;
}

#strapline-address h1
{
color: #1C9C9C;
font-size: 22px;
}

#strapline-address h2
{
color: #B85116;
font-size: 20px;
}

#strapline-address h3
{
color: #6f6f6f;
font-size: 20px;

}
		
		/* main navigation */
#navigation
{
height: 50px;
}

#navigation ul
{
text-align: center;
margin-top: 10px;
padding: 0;
}

#navigation li
{
display: inline;
margin: 0;
padding: 0;
}

#navigation a
{
color: #fff;
font-size: 20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-decoration: none;
text-shadow: 0px 1px 1px #000;
margin: 20px;
}

#navigation a:hover
{
color: #B85116;
text-decoration: none;
text-shadow: 0px 1px 1px #fff;
}

body#active a#activenav
{
color: #3D3937;
text-shadow: 0px 1px 1px #fff;
}
		/* end of navigation */


		/* statement on home page */
#statement
{
height: 325px
}

#statement h1, #statement h2, #statement h3
{
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: normal;
line-height: 150%;
text-align: center;
letter-spacing: 1px;
}

#statement h1
{
color: #fff;
font-size: 36px;
margin: 20px 0 0 0;
}

#statement h2
{
color: #E98D58;
font-size: 28px;
margin: 0;
}

#statement h3
{
font-size: 24px;
margin: 40px 0 0 0;
}
	
#statement h3 a.btn-1 
{
color: #fff;
background: #1C9C9C;
text-align: center;
margin: 30px;
padding: 10px 20px 10px 20px;
font-weight: normal;
text-decoration: none;

background:border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#1C9C9C;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C9C9C), to(#147171));
background:-moz-linear-gradient(top, #1C9C9C 0%, #147171 80%);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
text-shadow: 0px 1px 1px #000;
}

#statement h3 a.btn-1:hover 
{
color: #fff;
background:#147171;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#147171), to(#1C9C9C));
background:-moz-linear-gradient(top, #147171 0%, #1C9C9C 80%);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
}


#main-content, #side-bar
{
background: #fff;
margin-top: 20px;
margin-bottom: 40px;
}

#contact-details
{
background: #e1e1e1;
}

#main-content h1, #main-content h2, #main-content h3, #main-content h4
{
color: #1C9C9C;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 22px;
font-weight: normal;
padding: 10px;
letter-spacing: 1px;
}

#main-content h1 span
{
color: #3D3937;
}

#main-content h2
{
color: #b85116;
font-size: 20px;
line-height: 130%;
margin: 0 0 0 10px;
padding: 0;
}

#main-content h3
{
color: #fff;
background: #1C9C9C;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C9C9C), to(#147171));
background:-moz-linear-gradient(top, #1C9C9C 0%, #147171 80%);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
background:border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 0px #000;
font-size: 22px;
line-height: 140%;
text-align: center;
margin: 10px 0 0 10px;
padding: 20px;
}

#main-content h4
{
color: #b85116;
font-size: 30px;
text-align: center;
margin: 30px 0 30px 0;
}

#main-content p
{
margin: 10px 40px 10px 10px;
}

#main-content p span
{
color: #1C9C9C;
}

#main-content ul
{
margin: 15px 0 15px 0;
padding: 0;
}

#main-content li
{
list-style-image: url(../img/bullet.png);
margin: 10px;
padding: 0;
}

#main-content a
{
color: #1C9C9C;
text-decoration: none;
}

#main-content a:hover
{
color: #1C9C9C;
border-bottom: 1px solid #1C9C9C;
text-decoration: none;
}

#side-bar
{
background: #fff;
margin-top: 40px;
margin-bottom: 0;
border-top: 1px solid #1C9C9C; 
border-bottom: 1px solid #1C9C9C; 
}

#free-consultation
{
background: #fff;
margin-top: 20px;
border-top: 1px solid #b85116; 
border-bottom: 1px solid #b85116; 
}

#testimonial
{

background: #B85116;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eb8f5a), to(#B85116));
background:-moz-linear-gradient(top, #eb8f5a 0%, #B85116 80%);
background:border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
margin-top: 20px;
}

#side-bar h1, #side-bar h2, #free-consultation h1, #free-consultation h2, #testimonial h1, #testimonial h2
{
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 22px;
font-weight: normal;
line-height: 140%;
letter-spacing: 1px;
margin: 10px;
}

#side-bar h1, #side-bar h2
{
color: #1C9C9C;
text-align: center;
}

#free-consultation h1, #free-consultation h2
{
color: #b85116;
text-align: center;
}

#testimonial h1
{
color: #fff;
font-size: 20px;
text-align: center;
text-shadow: 0px 1px 1px #000;
margin-top: 20px;
}

#testimonial h1 span
{
font-size: 30px;
color: #fff;
}

#testimonial h2
{
color: #fff;
font-size: 18px;
text-align: right;
text-shadow: 0px 1px 0px #000;
padding: 10px 10px 20px 0;
}

#testimonial h2 a
{
color: #fff;
text-decoration: none;
}

#testimonial h2 a:hover
{
text-decoration: underline;
}

#side-bar p, #free-consultation p
{
color: #1C9C9C;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 18px;
text-align: center;
line-height: 130%;
margin: 10px;
}

#free-consultation p
{
color: #b85116;
}

#side-bar a, #free-consultation a
{
color: #6f6f6f;
text-decoration: none;
}

#side-bar a:hover, #free-consultation a:hover
{
color: #6f6f6f;
text-decoration: none;
border-bottom: 1px solid #6f6f6f;
}

#side-bar h2, #free-consultation h2
{
font-size: 18px;
line-height: 140%;
}

#HMRC-widget
{
margin: 40px 0 0 80px;
}

#what-we-do-image
{
margin-top: 20px;
}

#what-we-do-text
{
margin-top: 0;
margin-bottom: 20px;
}
		
#what-we-do-text h1
{
color: #b85116;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 20px;
font-weight: normal;
text-align: center;
letter-spacing: 1px;
margin-bottom: 10px;
}

#what-we-do-text h2
{
font-size: 20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: normal;
letter-spacing: 1px;
text-align: center;
margin-bottom: 20px;
}

a.btn-2 
{
color: #fff;
text-align: center;
margin: 30px;
padding: 8px;
text-decoration: none;
background:#1C9C9C;
background:border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C9C9C), to(#147171));
background:-moz-linear-gradient(top, #1C9C9C 0%, #147171 80%);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.8);
text-shadow: 0px 1px 1px #000;

}

a.btn-2:hover 
{
color: #fff;
background: #b85116;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b85116), to(#8a3d11));
background:-moz-linear-gradient(top, #b85116 0%, #8a3d11 80%);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.8);
}

#what-we-do-text p
{
text-align: center;
margin-bottom: 20px;
border: none;
}

.author
{
font-weight: bold;

float: right;
}

address
{
margin: 10px 0 0 20px;
}

		/* Clients logos */
#clients
{
margin-top: 50px;
border-top: 0px solid #f1f1f1;
}

#clients h1, #trade-logos h1
{
color: #b85116;
font-size: 20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: normal;
text-align: left;
letter-spacing: 1px;
padding: 30px 0 10px 0;
}

#clients ul
{
list-style-type: none;
margin: 30px 0 0 0;
text-align: center;
}

#clients li
{
color: #fff;
display: inline;
}
	
		/* Trade logos */
#trade-logos
{
margin-top: 50px;
margin-bottom: 50px;
}

#trade-logos ul
{
list-style-type: none;
margin: 30px 0 30px 0;
text-align: center;
}

#trade-logos li
{
display: inline;
color: #ccc;
}

.trade-logo
{
border: 1px solid #e1e1e1;
padding: 10px;
}


#profile 
{
margin-top: 20px;
}

#profile h1
{
color: #3D3937;
font-size: 20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: normal;
text-align: left;
margin: 0 0 0 10px;
padding: 0;
}

#profile h2
{
color: #b85116;
font-size: 18px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: normal;
text-align: left;
margin-top: 5px;
}

		/* Map on contact page */
#map
{
background: #f1f1f1;
border: 1px solid #ccc;
height: 400px;
width: 470px;
margin-top: 30px;
margin-bottom: 100px;
}

		/* Footer */
#footer-container
{
width: 100%;
background: #3D3937;
margin: 0 auto;
border: 0px solid #000;
height: 370px;
border-top: 5px solid #B85116;
border-bottom: 5px solid #B85116;
}		

#footer
{
margin-top: 0;
}

#footer-contact
{
float: left;
}

#footer-contact, #footer-social-media, #footer-newsletter, #footer-links
{
color: #e1e1e1;
font-size: 12px;
height: 200px;
margin-top: 20px;

}

#footer-social-media, #footer-newsletter, #footer-links
{
border-left: 0px solid #4A4542;
}

#footer-contact h1, #footer-social-media h1, #footer-links h1, #footer-newsletter h1
{
color: #E98D58;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 18px;
font-weight: normal;
margin: 10px 0 0 20px;
letter-spacing: 1px;
}

#footer-contact ul, #footer-social-media ul, #footer-links ul, #footer-newsletter ul
{
list-style-type: none;
margin: 10px 0 0 20px;
padding: 0;
}

#footer-contact li, #footer-social-media li, #footer-links li, #footer-newsletter li
{
margin: 0;
padding: 0;
}

#footer-contact li span
{
color: #ccc;
}

#footer a
{
color: #ccc;
text-decoration: none;
}

#footer a:hover
{
color: #fff;
border-bottom: 1px solid #fff;
}

#footer a:visited
{
x-color: #fff;
}

		/* Small logo in the footer */
#footer-logo
{
background: #fff;
border-bottom: 2px solid #3D3937;
height: 84px;
}
.small-logo
{
}

#footer-social-media ul
{

}
}

#footer-social-media li
{
display: block;
}

#footer-newsletter
{

}

#footer-social-media h6
{
margin: 0;
}


		/* End of Footer */
		
		/* Mailchimp sign-up form */
#mc_embed_signup
{ 
color: #E98D58;
font-family: 'Yanone Kaffeesatz', sans-serif;

font-weight: normal;
letter-spacing: 1px;
clear:left;
width: 375px;
}

label
{

}

.button
{
color: #fff;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
background:#1C9C9C;
background:border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C9C9C), to(#147171));
background:-moz-linear-gradient(top, #1C9C9C 0%, #147171 80%);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
text-shadow: 0px 1px 1px #000;
border: 1px solid #24c7c7;
}

/* Form */	
#customForm{
padding: 0;
margin-left: 10px;
background: #fff;}

#customForm label{
display: block;
color: #6f6f6f;
font-weight: normal;
line-height: 1.4em;}

#customForm input{
width: 220px;
padding: 6px;
color: #6f6f6f;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
border: 1px solid #ccc;}

#customForm textarea{
width: 400px;
height: 80px;
padding: 6px;
color: #666;
font-family: Arial,  Verdana, Helvetica, sans-serif;
font-size: 14px;
border: 1px solid #cecece;}

#customForm div{
margin-bottom: 15px;}

#customForm div span{
margin-left: 10px;
color: #666;
font-size: 12px;
font-style: italic;}

#customForm #send{
background: #d23028;
color: #fff;
font-weight: 700;
font-style: normal;
border: 0;
cursor: pointer;}

#customForm #send:hover{
background: #9C7F9C;}

#customForm input.form-btn {
color: #fff;
background: #768C27;
padding: 5px;}

#customForm .required_star {
color: #9C7F9C;
margin: 0;
padding: 0;}
/* END */