
/*  Green colour scheme  */

body{
        background: #2b311b url(../images/bg.gif) repeat-x 0 0;
}

h1
{
	color: #67b402;
}

.header
{
	color: #fff;
	background: url(../images/bg.gif) repeat-x 0 0;
}

.nav ul li a,
.nav ul li a:visited
{
	color: #fff;
}
.nav ul li a:hover
{
	color: #fff;
}

.nav ul li.current
{
	background: #fefefe url(../images/nav-cur-bg.gif) no-repeat 0 100%;
}

.nav ul li.current a,
.nav ul li.current a:visited
{
	background: url(../images/nav-cur-right.gif) no-repeat 100% 0;
	color: #435511;
}
.nav ul li.current a:hover
{
	color: #435511;
}

.download-brochure a
{
	background: url(../images/download.gif) no-repeat;
}
.google-map-div.js h2,
.contact-form h2,
.contact-section-title,
.open-time-title {
	color:#67b402;
}

.team-name,
.item-title,
#TB_window .item-details .item-name,
.item-description .item-name {
	color:#67b402;
	}


/* =Jcarousel
---------------------------------------- */
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
	background:url('../images/prev-next.png') no-repeat;
	}
