/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var frutigerRoman = { src: '/Frontend/Flash/FrutigerLTStd55Roman3.swf' };
sIFR.activate(frutigerRoman);

sIFR.replace(frutigerRoman, {
  selector: 'h1.section-header',
  css: '.sIFR-root { font-size: 24px; color: #003767; }', wmode: 'transparent'
});

sIFR.replace(frutigerRoman, {
  selector: '.teaser .current-news h2',
  css: '.sIFR-root { font-size: 20px; color: #ffffff; margin:0;  }', wmode: 'transparent'
});
/*
sIFR.replace(frutigerRoman, {
  selector: '.teaser .teaser-testimonial h2',
  css: '.sIFR-root { font-size: 20px; color: #ffffff; margin:0 0 10px 0; }', wmode: 'transparent'
});
sIFR.replace(frutigerRoman, {
  selector: '.teaser .teaser-with-border-and-blue-bg h2',
  css: '.sIFR-root { font-size: 20px; color: #ffffff; }', wmode: 'transparent'
});
*/
sIFR.replace(frutigerRoman, {
  selector: '.teaser .teaser-testimonial .teaser-testimonial-container .text',
  css: '.sIFR-root { font-size: 18px; color: #ffcf32; font-style: italic; }', wmode: 'transparent'
});
sIFR.replace(frutigerRoman, {
  selector: '.section #campaign-featured .bubble div',
  css: '.sIFR-root { font-size: 23px; color: #ffcd2e; }', wmode: 'transparent'
});
sIFR.replace(frutigerRoman, {
  selector: '#campaign-featured-product .container .text',
  css: '.sIFR-root { font-size: 16px; color: #333333; margin:0; padding:0; }', wmode: 'transparent'
});
sIFR.replace(frutigerRoman, {
  selector: '#campaign-featured-product .container h2',
  css: '.sIFR-root { font-size: 22px; color: #003768; margin:0; padding:0; }', wmode: 'transparent'
});

/*
sIFR.replace(frutigerRoman, {
  selector: '#campaign-featured-product .container .speech-bubble .container li a',
  css: '.sIFR-root { font-size: 16px; color: #ffce30; margin:0; padding:0; cursor:pointer; }', wmode: 'transparent'
});
*/







