var futura = { src: '../../swf/futura.swf' };
var futuralt = { src: '../../swf/futuralt.swf' };

sIFR.activate(futura, futuralt);

sIFR.replace(futura, {
  selector: 'h1',
  css: '.sIFR-root { color: #5c5c5c; font-size: 24; font-weight: normal; text-transform: uppercase; }',
	transparent: true
});

sIFR.replace(futuralt, {
  selector: 'h3.heading',
  css: '.sIFR-root { color: #666666; font-size: 14; font-weight: normal; text-transform: uppercase; letter-spacing: 1; }',
	transparent: true
});

sIFR.replace(futuralt, {
  selector: 'h3',
  css: ['.sIFR-root { color: #FFFFFF; font-size: 14; font-weight: normal; text-transform: uppercase; letter-spacing: 1; }',
		  	'.heading { color: #666666; }' ],
	transparent: true
});

sIFR.replace(futura, {
  selector: 'h4',
  css: ['.sIFR-root { color: #666666; font-size: 17; font-weight: normal; }',
			'a { color: #666666; text-decoration: underline; }',
			'a:hover { color: #666666; text-decoration: none; }',
			'a:active { color: #666666; text-decoration: none; }',
			'a:visited { color: #666666; text-decoration: none; }' ],
	transparent: true
});

sIFR.replace(futuralt, {
  selector: 'h5',
  css: '.sIFR-root { color: #ffe279; font-size: 14; font-weight: normal; text-transform: uppercase; letter-spacing: 1; }',
	transparent: true
});

sIFR.replace(futura, {
  selector: 'p.intro',
  css: '.sIFR-root { color: #5c5c5c; font-size: 17; font-weight: normal; }',
	transparent: true
});


