/*--- HOME ---*/

/*
#4A5352 - Swatch colour 1
#7C7C7C - Swatch colour 2
#D6D6D0 - Swatch colour 3
#E7E6DA - Swatch colour 4
#BFD4E5 - Swatch colour 5
#CFDEE7 - Swatch colour 6
#EEE1E4 - Swatch colour 7

#
*/


div.homepage
{
	background:#7C7C7C url(../i/branding/bottom-2.gif) no-repeat 0 100%;
	margin-bottom:1em;
	color									: #fff;
}
/* Gradient is now included in the main image
#siteextended.homepage #gradient
{
	background:#7C7C7C url(../i/branding/grad-home.jpg) no-repeat 0 0;
}
*/


div.colour1
{
	background:#4A5352 url(../i/branding/bottom-1.gif) no-repeat 0 100%;
  	color									: #fff;
}

/* White arrow */

div.colour1 #gradient  ul li
{
  background          : url(../i/nav-arrow-level-1.gif) no-repeat 0 6px;
}
/* White links */
div.colour1 #gradient ul li a
{
    color									: #fff;
}

/* White links */
div.colour1 #gradient p a
{
    color									: #fff;
}

/* Red hover links */
div.colour1 #gradient ul li a:hover
{
    color									: #f00;
}

/* Red hover links */
div.colour1 #gradient p a:hover
{
    color									: #f00;
}



div.colour2
{
	background:#7C7C7C url(../i/branding/bottom-2.gif) no-repeat 0 100%;
  color									: #fff;
}

/* White arrow */

div.colour2 #gradient  ul li
{
  background          : url(../i/nav-arrow-level-1.gif) no-repeat 0 6px;
}
/* White links */
div.colour2 #gradient ul li a
{
    color									: #fff;
}

/* White links */
div.colour2 #gradient p a
{
    color									: #fff;
}

/* Red hover links */
div.colour2 #gradient ul li a:hover
{
    color									: #f00;
}

/* Red hover links */
div.colour2 #gradient p a:hover
{
    color									: #f00;
}




div.colour3
{
	background:#D6D6D0 url(../i/branding/bottom-3.gif) no-repeat 0 100%;
}

div.colour4
{
	background:#E7E6DA url(../i/branding/bottom-4.gif) no-repeat 0 100%;
}

div.colour5
{
	background:#BFD4E5 url(../i/branding/bottom-5.gif) no-repeat 0 100%;
}

div.colour6
{
	background:#CFDEE7 url(../i/branding/bottom-6.gif) no-repeat 0 100%;
}

div.colour7
{
	background:#EEE1E4 url(../i/branding/bottom-7.gif) no-repeat 0 100%;
}


/*--- GLOBAL NAV ---*/


div.global
{
	background:#DBDFF4 url(../i/branding/bottom-17.gif) no-repeat 0 100%;
}

#siteextended.global #gradient
{
	background:#DBDFF4 url(../i/branding/grad-17.jpg) no-repeat 0 0;
}

/*--- CONTACT ---*/

div.contact
{
	background:#E7E6DA url(../i/branding/bottom-14.gif) no-repeat 0 100%;
}

#siteextended.contact #gradient
{
	background:#E7E6DA url(../i/branding/grad-14.jpg) no-repeat 0 0;
}



/*-- NO BRANDING -- */
div.nobranding
{
	background:#EBF1F8 url(../i/no-branding-bottom.gif) no-repeat 0 100%;
}


