/******************************************************************************************************************
ActSmart Custom Colour Stylesheet

Developed by Matthew Hill for Nixon McInnes Sept 2007
http://www.friskdesign.com/
******************************************************************************************************************/

/* Background colour DARK */

#nav,
#nav ul li.even a,
#nav ul li.even ul li a,
#additionalcontent ul li.even
{
	background-color:#2a8dcb;
}

/* Background colour MED */
/* This is the LIGHT background + 25% BLACK. Can this be worked out progammatically? */
/* EXCEPT for colour1 CSS (default) which remains the darker blue (this file) */

#content #subscription table th,
#costcalc h3 {
	background:#003756;
}

/* Background colour LIGHT */

#nav ul li.odd a,
#nav ul li.odd ul li a,
#additionalcontent #inner,
#additionalcontent ul li.odd
{
	background-color:#7091AA;
}

/* Borders DARK */

#sidebar,
#main
 {
	border-top-color:#003756;
}

/* Emboss line */
/* Lightest colour is 60% of the main colour specified above: can you compute this in the CMS? */

hr.embosslight
{
  color:#003756;
  background:#003756;
  border-bottom:1px solid #A9BDCC;
}




