
/*SPLASHBAR   -  Used by index */


#img_hero				{display:block; float:left; width:961px; height:500px; padding:0px; margin-left:-19px; background-size:961px 500px; background-image:url(../images_index/hero.jpg);}




/* Image for normal displays. *//*
@media screen and (-webkit-device-pixel-ratio:1) {
	#imagehero {background-image:url(../images/feature.jpg);}}
*/



/* Image for high resolution displays. */@media screen and (-webkit-min-device-pixel-ratio:2) {
	
	#img_hero				{background-image:url(../images_index/hero@2x.jpg);}	
}
