/*  
	AZ Farmacia 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 */
#header{
	background-image: url(../images/header.jpg);
}

/* Landing page */

#landing_page_full #nav_bg, #landing_page_full #footer #legal{
	background-color:#fff;
}

#landing_page_full #landing_body ul li ul li{
	background-image:url(../images/landing_block.gif);
}

#landing_page_full #landing_body ul li ul li ul li{
	background-image:url(../images/landing_block_sm.gif);
}

#landing_page_full #contentarea a:link, #landing_page_full #contentarea a:visited{
	color:#666666;
}

#landing_page_full #contentarea a:hover{
	color:#444444;
}
