/*****************************************************************************
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 itcFranklin = { src: '/swf/itc-franklin-gothic-med.swf' };
var gillSans = { src: '/swf/gill-sans.swf' };


sIFR.activate(itcFranklin, gillSans);

sIFR.replace(itcFranklin, {selector: '.curve h1.sifr', css: ['.sIFR-root {color: #ffffff;font-weight:bold;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '.curve h1', css: ['.sIFR-root {color: #ffffff;text-transform:uppercase;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(itcFranklin, {selector: '.curve p.sifr', css: ['.sIFR-root {color: #ffffff;font-weight:bold;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '#defaultframework_productpage .box-1.header h1', css: ['.sIFR-root {color: #ffffff;}'], wmode:'transparent', tuneHeight:-6});

sIFR.replace(gillSans, {selector: '#header .basket h2', css: ['.sIFR-root {color: #585858;text-transform:uppercase;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '#subnav h2', css: ['.sIFR-root {color: #626262;text-transform:uppercase;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '#product-listing .product h2', css: ['.sIFR-root {color: #0078AB;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '.blue-top h1.sifr', css: ['.sIFR-root {color: #ffffff;}'], wmode:'transparent', tuneHeight:-4});
sIFR.replace(gillSans, {selector: 'h2.sifr-blue', css: ['.sIFR-root {color: #0078AB;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '.sml h2.sifr', css: ['.sIFR-root {color: #ffffff;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '.sifr-grey, .heading-two', css: ['.sIFR-root {color: #626262;}'], wmode:'transparent', tuneHeight:-6});

sIFR.replace(gillSans, {selector: '#defaultframework_showerstore .sub-box .box-2 h3', css: ['.sIFR-root {color: #626262;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: '#defaultframework_productgrouplanding .box-2 .choose-by-finish .sub-box .box-1 h3.sifr', css: ['.sIFR-root {color: #ffffff;}'], wmode:'transparent', tuneHeight:-6});
sIFR.replace(gillSans, {selector: 'h3.sifr', css: ['.sIFR-root {color: #626262;}'], wmode:'transparent', tuneHeight:-6});
