/*  Orange grey colour scheme  */
a:link,
a:visited {
	color:#efb12c;
	text-decoration:underline;
	}
a:hover,
a:active {
	text-decoration:none;
	color:#efb12c;
	}
	
body{
	background:#f0f0f0;
	}
.header{
	color:#474747;
	background:url(../images/header-bg.gif) no-repeat 0 0;
	}
	.header .logo-text{
		color:#69696b;
		}
	.header .phone-number strong{
		color:#efb12c;
		}
h1{color:#F79350;}
h2, h3, h5,
.error,
.google-map-div.js h2 {
	color:#efb12c;
	}
h4, h6{
	color:#69696B;
	}	

.secondary-content{
	background:#f3f3f3 url(../images/secondary-top.gif) no-repeat 0 0;
	}
	.secondary-content-inner{
		background:url(../images/secondary-bottom.gif) no-repeat 0 100%;
		}
.open-time{
	background:#efb12c url('../images/time-sheet-bottom.gif') no-repeat 0 100%;
	}
ul.opening-time{
	background:#efb12c 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;
	}		
