var chalet = {
	src: '/_js/sifr.swf',
  wmode: 'transparent',
  selectable: false,
  antiAliasType: 'advanced',
  thickness: 75
};

var em_style = 'em { font-style: normal; font-family: "Chalet-LondonNineteenSeventy"; }';

sIFR.activate(chalet);

sIFR.replace(chalet, {
	selector: 'h3.replace',
	css: '.sIFR-root { font-size: 24px; color: #f8b34f; }' + em_style
});
sIFR.replace(chalet, {
  selector: '.home h2',
  css: '.sIFR-root { font-size: 18px; text-align: center; color: #58585a; } .span { color: #f8b34f; }' + em_style
});
sIFR.replace(chalet, {
  selector: '.home #spotlight h3',
  css: '.sIFR-root { font-size: 20px; color: #0073ae; }' + em_style
});
sIFR.replace(chalet, {
  selector: '.home #our_products h3, .home #contact_us h3, .home #advantage h3',
  css: '.sIFR-root { font-size: 20px; color: #f8b34f; }' + em_style
});
