html body
{
	background-color: White;
}

html body.aubergine { background-color: White; }
html body.green { background-color: White; }
html body.dark_blue { background-color: White; }
html body.light_blue { background-color: White; }
html body.sea_blue { background-color: White; }
html body.mint { background-color: White; }
html body.orange { background-color: White; }
html body.pink { background-color: White; }
html body.red { background-color: White; }
html body.yellow { background-color: White; }

html body.aubergine #top { background: none; }
html body.green #top { background: none; }
html body.dark_blue #top { background: none; }
html body.light_blue #top { background: none; }
html body.sea_blue #top { background: none; }
html body.mint #top { background: none; }
html body.orange #top { background: none; }
html body.pink #top { background: none; }
html body.red #top { background: none; }
html body.yellow #top { background: none; }

#container, #breadcrumb
{
	float:left;
}

#mainMenu, #service_menu, #footer, #subMenu, #tools, #select_branche, #search, #aboutMenu
{
	display: none;
}

div.sidebar
{
	display: none;
}

#faq_text_input
{
	display: none;
}

.removePrint
{
	display:none;
}

/* Printing Contact details - JRH */

div #mainContent
{
	border-bottom: solid, 20px, white;
}

div #contactdetails
{
	text-decoration: bold;
	/*page-break-after: always;*/
	display: block;
	/*position: fixed;*/ 
	bottom: 0;
}

div #contactdetails ul.print
{
	list-style-type: none;
}

div #contactdetails ul.print li
{
	float: left;
	margin-right: 10px;
}

/* End Printing Contact details - JRH */ 