- pages but not the home page
Issue with drop down menu.
		 1) the drop down menu items hide behind the slider.
See - http://www.everydayfarms.ca/saskcherries/  (recipes tab for instance)
(style line 3272) This css has 
#header-featured-image .wrapper, #feature-slider .wrapper {
    position: relative;
}
If I turn off relative
ie
#header-featured-image .wrapper, #feature-slider .wrapper {
    position: inherit;
}
then it works for the 
	
