var neoTechDacia = {
  src: RESOURCES_PATH+'/flash/fonts/neo_tech_dacia.swf'
};
sIFR.activate(neoTechDacia);

sIFR.replace(neoTechDacia, {
  selector: '#centerContent h1',
  css: [
    '.sIFR-root { color: #666666; font-family: "Neo Tech Dacia Light"; }',
    'strong { font-weight: normal; font-family: "Neo Tech Dacia Regular"; color: #003292; }'
  ], 
  wmode: 'transparent'
});
sIFR.replace(neoTechDacia, {
  selector: '#centerContent p.subtitle, #partener_map_content_holder h1',
  css: [
    '.sIFR-root { color: #666666; font-family: "Neo Tech Dacia Light"; }',
    'strong { font-weight: normal; font-family: "Neo Tech Dacia Medium"; }'
  ], 
  wmode: 'transparent'
});
sIFR.replace(neoTechDacia, {
  selector: 'ul.topMenu .replace',
  css: [
    '.sIFR-root { color: #333333; }',
    'strong { font-weight: normal; font-family: "Neo Tech Dacia Medium"; color: #003292; }',
    'a { text-decoration: none; color: #000000; }', 
    'a:hover { text-decoration: underline; color: #000000; }'
  ], 
  wmode: 'transparent'
});
sIFR.replace(neoTechDacia, {
  selector: '#header h1',
  css: [
    '.sIFR-root { color: #ffffff; font-family: "Neo Tech Dacia Light"; leading: -10; }',
    'strong { font-weight: normal; font-family: "Neo Tech Dacia Regular"; }'
  ], 
  wmode: 'transparent',
  onReplacement: function (fi) {
      var $h = $(fi.getAncestor());
      $h.css({ top: 24 +(90-$h.height())/2 });
  }
});

