/*   Black colour scheme  
************************************************/
body{background: #403F3F url(../images/bg.gif) repeat-x 0 155px;}

.header{color: #6B6A6A;}

#container{background:url(../images/content-bg.png) repeat-y 50% 0;}



/* =Navigation
---------------------------------------- */
.nav{background-image: url(../images/nav-top.png);}
	.nav ul li a,
	.nav ul li a:visited{
		color: #818080;
		text-decoration: none;
		}
	.nav ul li a:hover,
	.nav ul li.current a,
	.nav ul li.current a:visited,
	.nav ul li.current a:hover{
		text-decoration: none;
		color: #000;
		}


h1, h2, h3, h4, h5, h6,
form .open-time-title,
form .contact-section-title,
.team-name,
.item-name,
.item-title,
.google-map-div.js h2,
#content a,
#content a:active,
#content a:visited {
	color:#EEB302;
	}


/* download link */
.download-brochure a{
	background: url(../images/download.png) no-repeat top;
    }
    .download-brochure a.brochure-doc {
    	background: url(../images/download-doc.png) no-repeat top;
    	}
	.download-brochure a.brochure- {
    	background: url(../images/download-jpg.png) no-repeat top;
    	}


/* =Carousel
---------------------------------------- */
.jcarousel-prev-horizontal,
.jcarousel-next-horizontal {
	background:url(../images/gallery-buttons.png) no-repeat 0 0;
	}
