/* @override http://www.artsagri.com/site/assets/templates/default/blue.css */

/*-----   this style sheet works to change the colours of the main pages - it works in combination with davids.css where all the sizing is done   ------*/

/* - the header image and its colour */
#header {
	background: transparent url(images/header-bgb.png) no-repeat;
	}
	
/* the side panels colour */	
	#leftside {
	background-color: #4f567a;
}
/* the side image */
#image {display: block !important;
	width: 220px;
	height: 331px;
	background-image: url(images/blue.jpg);

}
/* side menu links colour*/

#mainmenu a:link, #mainmenu a:visited {
	color: #d1aa6f;
}

#mainmenu a:hover {
	color: #f86353;
}

/* the main links colour */
#wrap h1, h2, h3, h4, h5, h6 {
    border-bottom: #DCEDA9;
}
