/* ============================= main menu: =====================================: */

.menuBackground {
	background:black;
	background:#F8F8F8;		/* original template colour */
}


/* =============================== footers: =====================================: */

/* === desktop: === */

#desktopFooterTopOrLeft {
	background:lightgrey;
}

#desktopFooterRightOrBottom {
	background:lightgrey;
}

/* === xs: === */

#xs-footer-topdiv {
	background:lightGrey;
}

#xs-footer-bottomdiv {
	background:grey;
}