
var fontin = {
  src: 'swf/fontin.swf'
};






sIFR.activate(fontin);







sIFR.replace(fontin, {
  selector: '.standard h1',
  wmode: 'transparent'
  ,css: {
  '.sIFR-root': { 'color': '#333333' }
  }
});

sIFR.replace(fontin, {
  selector: '.standard h2',
  wmode: 'transparent'
  ,css: {
  '.sIFR-root': { 'color': '#474337' }
  }
});

sIFR.replace(fontin, {
  selector: '.quick-search h2',
  wmode: 'transparent'
  ,css: {
  '.sIFR-root': { 'color': '#474337' }
  }
});





sIFR.replace(fontin, {
  selector: '.nav-products h2',
  wmode: 'transparent'
  ,css: {
  '.sIFR-root': { 'color': '#474337' }
  }
});

sIFR.replace(fontin, {
  selector: '.content-right h2',
  wmode: 'transparent'
  ,css: {
  '.sIFR-root': { 'color': '#474337' }
  }
});


