var frutiger = {
  src: '/xres/flash/helvetica_neue.swf'
};

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
	selector: '#content-wrapper h1',
	css: {
	'.sIFR-root' : { 'color' : '#FF9933' }
	},
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '#sidebar h2',
	css: {
	'.sIFR-root' : { 'color' : '#FF9933' }
	},
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '.box h3',
	css: {
	'.sIFR-root' : { 'color' : '#FF9933' }
	},
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '.box-clients h3',
	css: {
	'.sIFR-root' : { 'color' : '#FF9933' }
	},
	wmode: 'transparent'
});


sIFR.replace(frutiger, {
	selector: '#slider h2',
	css: {
	'.sIFR-root' : { 'color' : '#8cb469' },
	'strong' : { 'color' : '#ffffff', 'font-weight' : 'normal' }
	},
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '#home #content-wrapper h2',
	css: {
	'.sIFR-root' : { 'color' : '#FF9933' }
	},
	wmode: 'transparent'
});

