var daxcondensed = { src: '/fonts/daxcondensed.swf', wmode: 'transparent' };
var daxcondensedBold = { src: '/fonts/daxcondensed-bold.swf', wmode: 'transparent' };
var daxcondensedRegular = { src: '/fonts/daxcondensed-regular.swf', wmode: 'transparent' };

sIFR.useStyleCheck = true;
sIFR.activate(daxcondensed, daxcondensedBold, daxcondensedRegular);

sIFR.replace(daxcondensedBold, {
  selector: 'h1',
  css: [
	'.sIFR-root { color: #9a958d; }'
  ],
  offsetTop: '9px',
  tuneHeight: '4px'
});

sIFR.replace(daxcondensedBold, {
  selector: 'h2',
  css: [
	'.sIFR-root { color: #9a958d; }'
  ],
  offsetTop: '15px',
  tuneHeight: '10px'
});

sIFR.replace(daxcondensedRegular, {
  selector: 'h3',
  css: [
	'.sIFR-root { color: #9a958d; }'
  ],
  offsetTop: '15px',
  tuneHeight: '10px'
});

sIFR.replace(daxcondensedRegular, {
  selector: 'ul.langmenu li',
  css: [
	'.sIFR-root { color: #000000; }',
	'a { color: #ffffff; text-decoration: none; }',
	'a:hover { color: #ffffff; text-decoration: underline; }'
  ],
  offsetLeft: '8px',
  offsetTop: '4px'
});

sIFR.replace(daxcondensed, {
  selector: 'h5',
  css: [
	'.sIFR-root { color: #000000; }'
  ]
});

sIFR.replace(daxcondensed, {
  selector: '.qoute p',
  css: [
	'.sIFR-root { color: #9a958d; }'
  ]
});

sIFR.replace(daxcondensedBold, {
  selector: '.qoute .by',
  css: [
	'.sIFR-root { color: #000000; }'
  ]
});
