    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(futura);

    sIFR.replace(futura, {
      selector: '#navigation p'
      ,css: [
        '.sIFR-root { color:#333333; text-align: left; padding-bottom:0}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #FF0000 }'
      ], wmode: 'transparent'
    });
	
		sIFR.replace(futura, {
      selector: '#products h1 span'
      ,css: [
        '.sIFR-root { color:#333333; text-align: left; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #FF0000 }'
      ], wmode: 'transparent'
    });
	
	
		sIFR.replace(futura, {
      selector: '#blog h1'
      ,css: [
        '.sIFR-root { color:#333333; text-align: left;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #FF0000 }'
      ], wmode: 'transparent'
    });
	
	
	sIFR.replace(futura, {
      selector: '#blog h2'
      ,css: [
        '.sIFR-root { color:#333333; text-align: left }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #FF0000 }'
      ], wmode: 'transparent'
    });
	
	sIFR.replace(futura, {
      selector: '#blog h3'
      ,css: [
        '.sIFR-root { color:#333333; text-align: left }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #FF0000 }'
      ], wmode: 'transparent'
    });
	
	
	
	sIFR.replace(futura, {
      selector: '.panel h3'
      ,css: [
        '.sIFR-root { color:#333333; text-align: left }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #FF0000 }'
      ], wmode: 'transparent'
    });