var futura = {
	 src: 'flash/sifr.swf',
	 ratios: [9,0.53,11,0.62,12,0.71,13,0.74,16,0.8,17,0.86,19,0.87,20,0.92,21,0.93,24,0.94,26,0.98,29,0.99,34,1.02,39,1.05,43,1.07,49,1.08,52,1.1,53,1.11,58,1.1,65,1.12,69,1.13,70,1.14,72,1.13,76,1.14,77,1.15,81,1.14,90,1.15,103,1.16,104,1.17,108,1.16,1.17]
};

sIFR.delayCSS = true;

// sIFR.isEnabled = false;

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1',
  css: [
		'.sIFR-root { color: #BCD630; font-size: 28px; text-transform: lowercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #BCB3BF; }',
		'a:hover { text-decoration: underline; color: #BCB3BF; }'
	],
	wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h2',
  css: [
		'.sIFR-root { color: #BCB3BF; font-size: 22px; text-transform: lowercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #BCB3BF; }',
		'a:hover { text-decoration: underline; color: #BCB3BF; }'
	],
	wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h3',
  css: [
		'.sIFR-root { color: #BCB3BF; font-size: 18px; text-transform: lowercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #BCB3BF; }',
		'a:hover { text-decoration: underline; color: #BCB3BF; }'
	],
	wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h4',
  css: [
		'.sIFR-root { color: #BCB3BF; font-size: 16px; text-transform: lowercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #BCB3BF; }',
		'a:hover { text-decoration: underline; color: #BCB3BF; }'
	],
	wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'p.tagLine',
  css: [
		'.sIFR-root { color: #F0E4EA; font-size: 20px; text-transform: lowercase; }',
	],
	wmode: 'transparent'
});
