/* 
USE: 		Mazda UK Dealers website
AUTHOR:		Syzygy UK Limited
DATE:		02/2009
*/

/* GREY COLOUR SCHEME BACKGROUNDS */
div.grey01					{ background-image: url(/upload/global/background/grey01.jpg); }
div.grey02					{ background-image: url(/upload/global/background/grey02.jpg); }
div.grey03					{ background-image: url(/upload/global/background/grey03.jpg); }
div.grey04					{ background-image: url(/upload/global/background/grey04.jpg); }
div.grey05					{ background-image: url(/upload/global/background/grey05.jpg); }
div.grey06					{ background-image: url(/upload/global/background/grey06.jpg); }
div.grey07					{ background-image: url(/upload/global/background/grey07.jpg); }
div.grey08					{ background-image: url(/upload/global/background/grey08.jpg); }

/* GREY COLOUR SCHEME STYLES */
#wrapper a,
#wrapper a:hover,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper .listnav a,
#wrapper .next,
#wrapper a.next,
#wrapper .back,
#wrapper .back a			{ color: #969696; }

#wrapper .listnav li,
#wrapper .next,
#wrapper a.next				{ background-image: url(../img/btn_next_grey.gif); }
#wrapper .back,
#wrapper .back a			{ background-image: url(../img/btn_back_grey.gif); }
#wrapper a.collapse			{ background-image: url(../img/btn_show_grey.gif); }
#wrapper .section			{ background-image: url(../img/bg_section_grey.gif); }

#wrapper .promo_print,
#wrapper input.submit			{ background: #969696 url(../img/btn_next_white2.gif) no-repeat 5px 50%; color: #fff; }
#wrapper .btnForm .left a 		{ background: #969696 url(../img/btn_back_grey.gif) no-repeat 0 0.45em; }
#wrapper #about .header a		{ color: #fff; background-image: url(../img/btn_show_white2.gif); }
#wrapper .contact .cta a		{ color: #fff; background: #969696 url(../img/btn_next_white2.gif) no-repeat 0.25em 0.5em; }

#wrapper .rightColumn h3,
#wrapper #about .header					{ background-color: #969696; color: #fff; }
#wrapper .header span,
#wrapper .sectionFooter p,
#wrapper .sectionFooter a.next,
#wrapper #mainContent .teaser p			{ color: #969696; }


/* NAVIGATION CSS */
#wrapper .leftNav li a.on,
#wrapper .leftNav li a:hover		{ color: #006cb8; }
