var avenir = {
	src: 'js/sifr3-r436/flash/avenir-bold.swf'
 };
var lucidagrande = {
	src: 'js/sifr3-r436/flash/lucida-grande.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.

//sIFR.useStyleCheck = true;

sIFR.activate(avenir,lucidagrande);

sIFR.replace(avenir, {
	selector: '#main-content .text h2',
	css: [ '.sIFR-root {font-size:24px; color:#ffffff; }' ],
	wmode: 'transparent',
	selectable: false,
	filters: {
		DropShadow: {
			knockout: false
			,distance: 1
			,color: '#000000'
			,strength: 2
		}
	}
});

sIFR.replace(avenir, {
	selector: '#other-features',
	css: [ '.sIFR-root {font-size:18px; color:#ffffff; border:0; }' ],
	wmode: 'transparent',
	selectable: false,
	filters: {
		DropShadow: {
			knockout: false
			,distance: 1
			,color: '#000000'
			,strength: 2
		}
	}
});

sIFR.replace(avenir, {
	selector: '#left h2',
	css: [ '.sIFR-root {font-size:28px; color:#ffffff; }' ],
	wmode: 'transparent',
	selectable: false,
	filters: {
		DropShadow: {
			knockout: false
			,distance: 1
			,color: '#000000'
			,strength: 2
		}
	}
});


