﻿/********
Blue
primary: #00a1b1
secondary: #00a4e4
********/

h3 { color:#00a1b1;}
h4 { color:#00a1b1;}
h5 { color:#00a1b1;}
h6 { color:#00a1b1;}

.logoImage{ background-image:url(images/style3/logo.gif);}

/************
Buttons/links
************/
.box-btn-active
{
	background:url(images/style3/btn-generic-primary.gif) no-repeat left top;
}

.box-btn-active a, .box-btn-active a:visited
{
	background:url(images/style3/btn-generic-primary-right.gif) no-repeat right top;
	color:White;
}

.box-btn-active-2
{
	background:url(images/style3/btn-generic-primary.gif) no-repeat left top;
}

.box-btn-active-2 a, .box-btn-active-2 a:visited
{
	background:url(images/style3/btn-generic-primary-right-2.gif) no-repeat right top;
	color:White;
}


/************
Boxes
************/
.coloured-box-secondary
{
	height:1%; /*IE padding fix */
}

.coloured-box-secondary-top-left 
{
	background:#00a4e4 url(images/style3/box-secondary-tl.gif) no-repeat left top;
	
}

.coloured-box-secondary-top-right 
{
	background: url(images/style3/box-secondary-tr.gif) no-repeat right top;
	
}

.coloured-box-secondary-bottom-left 
{
	background: url(images/style3/box-secondary-bl.gif) no-repeat left bottom;
	
}

.coloured-box-secondary-bottom-right 
{
	background: url(images/style3/box-secondary-br.gif) no-repeat right bottom;
	
}



/*********
A-Z search etc
*********/
.search-alphabet li a:hover,
.search-alphabet li a.selected
{
	color:#00a4e4;
	background:url(images/style3/a-z-bg.gif) left top no-repeat;
}

.shop-form-go-button
{
	background:url(images/style3/btn-go.gif) no-repeat left top;
}

/************
Accordion
*************/
.accordion a, .accordion a:visited 
{
	background: url(images/style3/accordion-header-left-inactive.gif) no-repeat left top !important;
}

.accordion a.selected, .accordion a:visited.selected  
{
	background: url(images/style3/accordion-header-left-active.gif) no-repeat left top !important;
}

.title-findus
{
	background:#fff url(images/style3/find-us-bg.gif) no-repeat 100% top;
}

.title-findus-text
{
	color: #00a4e4;
}

.box-offers-footer
{
	background-color:#00a1b1;
}

/* Menus */
ul.AspNet-Menu li.AspNet-Menu-SelectedLeaf a ,
ul.AspNet-Menu li ul li.AspNet-Menu-ParentSelected a,
div.mhTopNav ul li a.selected
{ 
	background: #00a1b1;
	color: #ffffff;
}

.style-coloured-text a,
.style-coloured-text a:visited,
.opening-times .day { color: #00a1b1; }

.home-main-image { background-image:url(images/style3/home-main.gif); background-repeat:no-repeat; background-position:left top;}