var font = {
  src: '/site/images/flash/sifr.swf'
};

sIFR.activate(font); // From revision 209 and onwards



sIFR.replace(font, {
  selector: 'h1.replace'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; leading: -10px; letter-spacing: 6; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(font, {
  selector: 'h2.replace'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; leading: 0; letter-spacing: 4; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(font, {
  selector: 'h3.replace'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; leading: 0; letter-spacing: 4; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(font, {
  selector: 'h3.replace-no-bottom'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; leading: 0; letter-spacing: 4; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(font, {
  selector: 'ul#main-menu li'
    ,css: [
       '.sIFR-root { color: #c48d1a; font-weight: normal; background: transparent; z-index:3; leading: 0; letter-spacing: 5; text-align: center; }'      
      ,'a { color: #ffffff; text-decoration: none }'
      ,'a:hover { color: #c48d1a }'
      
    ]
    , wmode: 'transparent'
  
});