	
  var futura = {
    src: '/resources/swf/futura.swf'

  };

  // 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: 'h1#sexy'
    ,css: [
      '.sIFR-root { font-size: 28px; font-weight: normal; color: #654f28; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });

  sIFR.replace(futura, {
    selector: 'h1#works'
    ,css: [
      '.sIFR-root { font-size: 20px; font-weight: normal; color: #654f28; text-transform: uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });	
  sIFR.replace(futura, {
    selector: 'h1#recipes'
    ,css: [
      '.sIFR-root { font-size: 16px; font-weight: normal; color: #FFFFFF; text-transform: none;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
    ]
	,wmode: 'transparent'
  });	
  sIFR.replace(futura, {
    selector: 'h1#find-store'
    ,css: [
      '.sIFR-root { font-size: 24px; font-weight: normal; color: #4c332e; text-transform: uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4c332e; }'
      ,'a:hover { color: #4c332e; }'
    ]
	,wmode: 'transparent'
  });	
  
  sIFR.replace(futura, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-size: 24px; font-weight: normal; color: #654f28; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });


  sIFR.replace(futura, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size: 18px; font-weight: normal; color: #654f28; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: 'h2#store-locations'
    ,css: [
      '.sIFR-root { font-size: 17px; font-weight: normal; color: #2c1e05; text-transform: none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });


  sIFR.replace(futura, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { font-size: 16px; font-weight: normal; color: #654f28; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });


  sIFR.replace(futura, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { font-size: 14px; font-weight: normal; color: #654f28; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });
  
  
  sIFR.replace(futura, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { font-size: 20px; font-weight: normal; margin-right: 15px; color: #654f28; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #654f28; }'
      ,'a:hover { color: #654f28; }'
    ]
	,wmode: 'transparent'
  });

  sIFR.replace(futura, {
    selector: 'h6'
    ,css: [
      '.sIFR-root { font-size: 22px; font-weight: normal; color: #4c332e; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4c332e; }'
      ,'a:hover { color: #4c332e; }'
    ]
	,wmode: 'transparent'
  });


