/*****************************************************************************
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 vagb = {  
	src: '/fonts/font.swf'
};

var vagl = {  
	src: '/fonts/font-light.swf'
}; 

var avantgarde = {  
	src: '/fonts/avantgarde.swf'
};

sIFR.activate(avantgarde, vagb, vagl);

sIFR.replace(vagb, {
selector: '.splash-text-holder h1',
wmode: 'transparent',
css: ['.sIFR-root { color: #2C2BA2; font-style: normal; font-size: 40px; text-transform: uppercase; leading: 2px; }']
});

sIFR.replace(avantgarde, {
selector: '.content-main h1',
wmode: 'transparent',
css: ['.sIFR-root { color: #2C2BA2; font-style: normal; font-size: 30px; text-transform: uppercase; leading: 2px; }']
});

sIFR.replace(vagb, {
selector: '.promotion-holder h1',
wmode: 'transparent',
css: ['.sIFR-root { color: #DE0000; font-style: normal; font-size: 30px; text-transform: uppercase; leading: 2px; }']
});

sIFR.replace(vagb, {
selector: '.promotion-holder2 h2',
wmode: 'transparent',
css: ['.sIFR-root { color: #DE0000; font-style: normal; font-size: 24px; text-transform: uppercase; leading: 2px; }']
});

sIFR.replace(vagb, {
selector: 'h1',
wmode: 'transparent',
css: ['.sIFR-root { color: #DE0000; font-style: normal; font-size: 30px; text-transform: uppercase; leading: 2px; }']
});
