/*************************************************************

		sIFR Text

*************************************************************/
var Pure8 = {
	src: 'flash/Pure8.swf'
};

sIFR.activate(Pure8);



/*********************************
		Debug
*********************************/
//sIFR.debug.ratios(Pure8, {selector: 'h2'});



/*********************************
		Configuration
*********************************/
sIFR.replace(Pure8, {
	selector: '.green', wmode: 'transparent',
	css: [
	'.sIFR-root { color: #212121; leading: 5; } strong { color: #4f7208; }' ]
});

sIFR.replace(Pure8, {
	selector: 'h2, h4', wmode: 'transparent',
	css: [
	'.sIFR-root { color: #212121; leading: 5; } strong { color: #D4300C; }' ]
});

sIFR.replace(Pure8, {
	selector: '#mainWrapper h3', wmode: 'transparent',
	css: [
	'.sIFR-root { color: #212121; text-transform: uppercase; } strong { color: #D4300C; }' ]
});

sIFR.replace(Pure8, {
	selector: '#contactWrapper h3', wmode: 'transparent',
	css: [
	'.sIFR-root { color: #212121; text-align: right; text-transform: uppercase; } strong { color: #D4300C; }' ]
});

sIFR.replace(Pure8, {
	selector: '#sideWrapper h3', wmode: 'transparent',
	css: [
	'.sIFR-root { color: #212121; text-transform: uppercase; } strong { color: #D4300C; }' ]
});