/* = Red colour scheme
---------------------------------------- */
a:link,
a:visited {
	color:#ef0049;
	text-decoration:underline;
	}
a:hover,
a:active {
	text-decoration:none;
	color:#ef0049;
	}
.header .logo-text{
	color:#6b6a6a;
	}
.header .phone-number strong{
	color:#ef0049;
	}

h1,
.team-name,
.item-name,
.item-title{
	color:#ef0049;
	}
#js .google-map-div h2 {
	color:#ef0049;
	}

.download-brochure a {background:url(../images/download-jpg.gif) no-repeat}
.download-brochure a.brochure-pdf {background:url(../images/download.gif) no-repeat}
.download-brochure a.brochure-doc {background:url(../images/download-doc.gif) no-repeat}


/* = Primary navigation
---------------------------------------- */
.nav ul li.current{
	background:#e90032 url(../images/nav-item-bg-left.gif) no-repeat 0 0;
	}
	.nav ul li.current span{
		background:url('../images/nav-item-bg-right.gif') no-repeat 100% 100%;
		}
		.nav ul li.current a,
		.nav ul li.current a:visited,
		.nav ul li.current a:hover{
			color:#fff;
			background:url(../images/nav-item-right.gif) no-repeat 100% 0;
			}				
			
/* = contact us
---------------------------------------- */
.google-map-div.js h2 ,
.contact-form h2 {
	color:#ef0049;
	font-weight:bold;
	font-size:1.8em;
	}

		.contact-section-title,
		.open-time-title{
			color:#ef0049;
			font-size:1.2em;
			}	
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
	background:url('../images/prev-next.png') no-repeat;
	}



/* =Carousel
---------------------------------------- */
.jcarousel-prev-horizontal,
.jcarousel-next-horizontal {
	background:url(../images/gallery-buttons.png) no-repeat 0 0;
	}

