/*
	Crestor.co.za 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
*/

#landing_page_full #container{
	background-image:none;
	background-color:transparent;
}


/* landingpage styling */

#landing_page_full #contentarea {
	background-image:url(../images/landingback.gif);
}

#landing_page_full fieldset label,
#landing_page_full #home_news_features_holder {
	color:#333333;
}

#landing_page_full #home_news_features_holder li#panela,
#landing_page_full #home_news_features_holder li#panelb {
	background-image:url(../images/panela.gif);
}

#landing_page_full #contentarea #home_news_features_holder li#panela h5,
#landing_page_full #contentarea #home_news_features_holder li#panela h4,
#landing_page_full #contentarea ul#home_news_features_holder li#panela h3,
#landing_page_full #contentarea #home_news_features_holder li#panelb h3,
#landing_page_full #contentarea a.arrow:link, 
#landing_page_full #contentarea a.arrow:visited {
	color:#006ab6;
}

#landing_page_full ul#home_news_features_holder li #errordetails ul li {
	background-image: none;
}

#landing_page_full ul#home_news_features_holder li #errordetails h3 {
	color:#fff;
}

#landing_page_full ul#home_news_features_holder li #errordetails{
	background-color:#f15d2f;
	color:white;
}

/* landing page end */

/* Legal/scope field styling */

#site_scope {
	background-image:none;	
	background-color:#FFFFFF;
}

#site_scope ul li {
	background-image:url(../images/legal_arrow.gif);
}

#site_scope ul li.first, #site_scope ul li.right {
	background-image:none;
}

#site_scope ul li a{
	color:#EFA407;
}

#site_scope ul li.right a{
	color:#999999;
}

