/* Defines a default background and section title for all pages in the store */

.pageContainer
    {
        background-image:url(../images/Store/background.jpg)
    }            
 

 /*     Section Image Area  */

 
 .sectionHeadingImage
    {
        /* Netscape ignores the following */
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='includes/templates/WarrenMillerTemplate/images/Store/sectionHeading.png');
    }    
    
    /* IE ignores styles with [attributes], so it will skip the following. */
    .sectionHeadingImage[class] 
    {
      background-image:url(../images/Store/sectionHeading.png);
    }
	
            
            
