	/*
	Be careful when assign sIFR to elements. The order that the following javascript 
	functions get called determines which take precedence. Priorit goes to those 
	that are listed first.
	 */
  var filosofia = { src: '/ir/clients/rms/2008/flash/filosofia-grand.swf' };
	
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate( filosofia );
  
  // Product description section
  sIFR.replace(filosofia, {
    selector: '#product-description #product-spotlight h1',
    wmode: 'transparent',
    css: [
      '.sIFR-root { background-color: #f7f5e3; color: #617B80; font-size: 36px; }'    
    ]
  });
  sIFR.replace(filosofia, {
    selector: '#product-description #units h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { background-color: #f7f5e3; color: #617B80; font-size: 22px; }'    
    ]
  });

  // Replace all h1s throughout the site
  sIFR.replace(filosofia, {
    selector: 'h1',
    wmode: 'transparent',
    css: [
      '.sIFR-root { background-color: #ffffff; color: #617B80; font-size: 35px; }'    
    ]
  });
    // Replace all h1s throughout the site
  sIFR.replace(filosofia, {
    selector: '.diccategory',
    wmode: 'transparent',
    css: [
      '.sIFR-root { background-color: #ffffff; color: #617B80; font-size: 26px; }'    
    ]
  });
	sIFR.replace(filosofia, {
    selector: 'p.callout',
    wmode: 'transparent',
    css: [
      '.sIFR-root { background-color: #ffffff; color: #808080; font-size: 22px; }'    
    ]
  });
	// Be Mindful Right hand content section
	sIFR.replace(filosofia, {
    selector: '#be-mindful #content-right h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { background-color: #ffffff; color: #948671; font-size: 30px; }',
      'em { color: #617B95; font-style: normal; } '

    ]
  });

	
	// Footer Section
	sIFR.replace(filosofia, {
    selector: '#newsletter-signup h3',
    wmode: 'transparent',
    css: [
      '.sIFR-root { width: 130px; background-color: #eee8c5; color: #42210b; font-size: 17px; height: 20px; }'    
    ]
  });
	
  sIFR.replace(filosofia, {
    selector: '#footer h3',
    wmode: 'transparent',
    css: [
      '.sIFR-root { width: 130px; background-color: #f7f5e3; color: #42210b; font-size: 17px; }'    
    ]
  });
  
  
