/* 
	Astrazeneca Russia 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
*/

#home_title{
	background-image:url(../images/home_title_bg.jpg);
	color:#FFFFFF;
}

#home_title, #home_title h1 {
	background-color:transparent;
}

#home_text {
	background-color:transparent;
}

.redbox {
	background-color:#BB2D26;
	color:#fff;
}

#externally_integrated_full_page #footer #legal {
	border-right-color:#9886A4;
	background-color:#9886A4;
}

#externally_integrated_full_page #footer {
	background-color:#9886A4;
	background-image: none;
}




