var font = {
  src: '/resources/swf/gill_sans_light.swf'
};

sIFR.activate(font);

//sIFR.debug.ratios({ src: 'resources/swf/gill_sans_light.swf', selector: 'h1.sifrFix' });

sIFR.replace(font, {
  selector: '#color_detail h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root {color:#006699; text-transform:uppercase; letter-spacing:1; }'
    ]
});

sIFR.replace(font, {
  selector: '.pad h1'
  ,wmode: 'transparent'
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 36, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
  ,css: [
      '.sIFR-root { color:#006699; }'
    ]
});
