

<!--
/*****************************************************************************
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 gauntlet = { src: '/swf/gauntlet.swf' };
sIFR.activate(gauntlet);
sIFR.replace(gauntlet, {
 wmode: 'transparent',
 selector: '#prodSearch h4.customFont',
 css: '.sIFR-root { font-size:18px; font-weight: normal; color: #ffffff; }'
});
sIFR.replace(gauntlet, {
 wmode: 'transparent',
 selector: '#mainNavigation .level1 li.active',
 css: [
   '.sIFR-root { font-size:18px; font-weight: normal; color: #474747; }'
   ,'a {font-size:18px; line-height: 18px; font-weight: normal; color: #474747; text-decoration: none; }'
   ,'a:hover { font-size:18px; line-height: 18px; font-weight: normal; color: #474747; text-decoration: none;}'
  ]
});
sIFR.replace(gauntlet, {
 wmode: 'transparent',
 selector: '#mainNavigation .level1 li',
 css: [
   '.sIFR-root { font-size:18px; font-weight: normal; color: #f5f5f5; }'
   ,'a {font-size:18px; line-height: 18px; font-weight: normal; color: #f5f5f5; text-decoration: none; }'
   ,'a:hover { font-size:18px; line-height: 18px; font-weight: normal; color: #f5f5f5; text-decoration: none;}'
  ]  
});
sIFR.replace(gauntlet, {
  wmode: 'transparent',
  selector: '.products .headings h2.subCategory, .aranz .headings h2.subCategory, .files .headings h2.subCategory',
  css: '.sIFR-root { font-size:32px; font-weight: normal; color: #454545; }'
});
sIFR.replace(gauntlet, {
 wmode: 'transparent',
 selector: '.guide .headings h2, .files .headings h2',
 css: '.sIFR-root { font-size:32px; font-weight: normal; color: #7DAA88; }'  
});
sIFR.replace(gauntlet, {
 wmode: 'transparent',
 selector: '.products .headings h2, .aranz .headings h2',
 css: '.sIFR-root { font-size:32px; font-weight: normal; color: #82609A; }'  
});
sIFR.replace(gauntlet, {
 wmode: 'transparent',
 selector: '.headings h2',
 css: '.sIFR-root { font-size:32px; font-weight: normal; color: #4B8E9F; }'  
});
sIFR.replace(gauntlet, {
  wmode: 'transparent',
  selector: '.aranz .subHeadings h3',
  css: '.sIFR-root { font-size:24px; font-weight: normal;line-height: 24px; color: #454545; }'
});
sIFR.replace(gauntlet, {
  wmode: 'transparent',
  selector: '.productCat h3',
  css: [
        '.sIFR-root { font-size:24px; font-weight: normal; color: #454545; }'
        ,'a {font-size:24px; line-height: 24px; font-weight: normal; color: #454545; text-decoration: none; }'
        ,'a:hover { font-size:24px; line-height: 24px; font-weight: normal; color: #454545; text-decoration: none;}'
       ]  
});
sIFR.replace(gauntlet, {
  wmode: 'transparent',
  selector: '.productLeft h3,',
  css: '.sIFR-root { font-size:24px; font-weight: normal; color: #454545; }'
});
//-->

