/*  
	SimplySupply colour 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

#header{
	background-image: url(../images/toparea_back.gif);
}

#globalsites a{
	background-image:url(../images/globalseperator.gif);
}

#header #logo {
	background-image:url(../images/logo.gif);
}

/* Links panel free text panel styling overides */

#links div.free_text_panel div, #links div div{
	background-color:#fff;
	background-image:url(../images/links_bg.gif);	
}

#links div.free_text_panel p, #links div.free_text_panel div ul, #links div.intra_site_promotion {	
	background-image:none;
	color:#43403e;
}

#links .linkspanelheader {
	background-color:#fff;
	background-image:url(../images/linksheader_bg.gif);
	color:#4b454f;
}

#links div.free_text_panel a:link, #links div.free_text_panel a:visited,
#links div a:link, #links div a:visited{
	color:#b72a2a;
}

#links div.free_text_panel ul li a:link, #links div.free_text_panel ul li a:visited {
	background-image:url(../images/link_arrow.gif);
	color:#b72a2a;
}

/* Form */

#contentarea p.disclaimer, #contentarea div.disclaimer{
	background-color:#f6f6f6;
}