var univers = { src: '/js/sifr/univers-lt-47-condensed-lt.swf' };

sIFR.activate(univers);

sIFR.replace(univers, {
  selector: '#content-region #main-one-column .main-content h1, #content-region #main-home-column .main-content h1, #content-region #main-two-column .main-content h1, #content-region #main-three-column .main-content h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #FF0000; }'
});

sIFR.replace(univers, {
  selector: '#header-region #block-1 .content h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #FF0000; text-align: right; }'
});

sIFR.replace(univers, {
  selector: '#content-region #splash-region h2',
  wmode: 'transparent',
  css: '.sIFR-root { font-weight: bold; color: #FF0000; }'
});

sIFR.replace(univers, {
  selector: '#content-region .main-content h2',
  wmode: 'transparent',
  css: '.sIFR-root { font-weight: bold; color: #004D97; }, a:link { color: #004D97; text-decoration: none; }, a:hover { color: #FF0000; text-decoration: none; }'
});

sIFR.replace(univers, {
  selector: '#sidebar-left #menu-menu-our-products h2',
  wmode: 'transparent',
  css: '.sIFR-root { font-weight: bold; color: #FFFFFF; }'
});

sIFR.replace(univers, {
  selector: '#header-region .block-logo h3',
  wmode: 'transparent',
  css: '.sIFR-root { font-weight: bold; color: #004D97; }'
});

sIFR.replace(univers, {
  selector: '#splash-region .content h3',
  wmode: 'transparent',
  css: '.sIFR-root { font-weight: bold; text-transform: uppercase; color: #004D97; }'
});

sIFR.replace(univers, {
  selector: '.content h3',
  wmode: 'transparent',
  css: '.sIFR-root { font-weight: bold; color: #333333; }'
});

