/*  Dark green colour scheme  */
a:link,
a:visited {
	color:#6cba24;
	text-decoration:underline;
	}
a:hover,
a:active {
	text-decoration:none;
	color:#6cba24;
	}
	
body{
	background:#3b3c40;
	}
.header{
	color:#474747;
	background:url(../images/header-bg.gif) no-repeat 0 0;
	}
.header .logo-text{
	color:#6cba24;
	}
.header .phone-number strong{
	color:#6cba24;
	}
h1, h2,
.error,
.google-map-div.js h2 {color:#2C7E3E;}	
h3, h5{
	color:#6cba24;
	}
h4, h6{
	color:#69696B;
	}	
.open-time{
	background:#2C7E3E url('../images/time-sheet-bottom.gif') no-repeat 0 100%;
	}		
ul.opening-time{
	background:#2C7E3E url(../images/time-sheet-bg.gif) no-repeat 0 0;
	}
ul.opening-time span.extra{
	background:url(../images/time-sheet-bottom.gif) no-repeat 0 100%;
	}
/* = download brochure
---------------------------------------- */
.download-brochure a.brochure-{
	background:url(../images/download-jpg.gif) no-repeat;
	}
.download-brochure a.brochure-pdf{
	background:url(../images/download-pdf.gif) no-repeat;
	}
.download-brochure a.brochure-doc{
	background:url(../images/download-doc.gif) no-repeat;
	}