
var font = { src: websiteURL+'swf/font.swf' };	//futura std light 

sIFR.activate(font);


/**/

sifr_intro_fix();


function sifr_intro_fix()
{
	sIFR.replace(font, {
		  selector: '.heading .h1',
		   wmode: 'transparent'
		  ,css: [
			'.sIFR-root { font-size:30px; color:#bea57d; margin:0; padding:0; }'        
		  ]
		});
	
	
	sIFR.replace(font, {
		  selector: '.submenu_title .title',
		   wmode: 'transparent'
		  ,css: [
			'.sIFR-root { font-size:20px; color:#fcc630; margin:0; padding:0; }'        
		  ]
		});
	
	sIFR.replace(font, {
		  selector: '.heading_shadowtext .h1',
		   wmode: 'transparent'
		  ,css: [
			'.sIFR-root { font-size:20px; color:#fcc630; margin:0; padding:0; }'        
		  ]
		});

}
