
/*  Blue colour scheme  */

body{
        color: #4b4b4b;
        background: #fff;
	}

.header-outer{
	background: #fff url(../images/bg.gif) repeat-x 0 100%;
	}
.header{
	background: #b1e1e9 url(../images/header-bg.gif) repeat-x 0 100%;
	}
.header-inner
{
	color: #107483;
}
.header .logo-text
{
	color: #fff;
}
.nav{
	background: #e8e8e8 url(../images/nav-bg.gif) repeat-x 0 0;
}
.nav ul li a,
.nav ul li a:visited{
	color: #221e1f;
	}
.nav ul li a:hover{
	background: #fff;
	color: #221e1f;
}

.nav ul li.current a,
.nav ul li.current a:visited,
.nav ul li.current a:hover
{
	background: #fff;
	color: #221e1f;
}

h1, .team-name
{
	color: #6ab7c4;
}
.SecondaryImage
{
	margin-right: 4px;
}

.download-brochure a {
	background:url(../images/download.gif) no-repeat top;
	width:192px;
	height:46px;
	overflow:hidden;
	}

	.download-brochure a.brochure-pdf {
		background-position:0 -46px;
		}
	.download-brochure a.brochure-doc {
		background-position:0 -92px;
		}

.google-map-div.js h2,
.company-address strong,
.company-address b,
ul.opening-time li strong,
.contact-form h2
{
	color: #6ab7c4 !important;
}

/* =Jcarousel
---------------------------------------- */

.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
	background:url('../images/prev-next.png') no-repeat;
	}

