/* ======================================= Principle Colours ============================== */
body {
	background-color:#c2eac5; /*page color d8f7c2*/ 
}
.menuBackcolor, #sideMenu,#pageContainer {
	background-color:#ABA4AD;/*primary page color (menu and sidebar)*/
} 
/* ======================================= Side menu ============================== */
#sideMenuArea ul {
	background-color:#8A788D; /*Background color of off state buttons - side menu */
}
#sideMenuArea li {
	border-bottom:3px solid #ABA4AD; /*Background color of page needed here*/
}
#sideMenuArea li a{
	color: White; /*Text color for side menu buttons*/
}
#sideMenuArea li:hover, #rollover, #activeSection {
	 background-color:#A096A3; /*rollover/upstate for the button*/
}
/* ======================================= Side sub menu ============================== */
#sideMenuArea #subMenu {
	background-color:#806B83; /*submenu background*/
}
#sideMenuArea #subMenu li a, #sideMenuArea #subMenu li {
	color: White; /*submenu link color*/
}
/* ======================================= CONSTRUCT ============================== */
.mainColor,#homeLink, #pageLogo, #menuBar  {
	background-color:#4B9350;
}
#imageBar {
	background-image: url(../images/topPhoto/Dorking_Business.jpg);
	background-repeat:no-repeat;
}