
var font = { src: websiteURL+'swf/font.swf' };	//Futura LT 


sIFR.activate(font);


/**/

sIFR.replace(font, {
      selector: '.heading .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:23px; color:#8c7965; margin:0; padding:0; }'        
      ]
    });


sIFR.replace(font, {
      selector: '.heading_left .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:23px; color:#8c7965; margin:0; padding:0; }'        
      ]
    });

sIFR.replace(font, {
      selector: '.bookonline',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color:#8c7965; margin:0; padding:0; text-transform:uppercase; }'   
      ]
    });


function sifr_fix()
{
	sIFR.replace(font, {
      selector: '.heading .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:23px; color:#8c7965; margin:0; padding:0; }'        
      ]
    });
	
	
	sIFR.replace(font, {
		  selector: '.heading_left .h1',
		   wmode: 'transparent'
		  ,css: [
			'.sIFR-root { font-size:23px; color:#8c7965; margin:0; padding:0; }'        
		  ]
		});
	
	sIFR.replace(font, {
		  selector: '.bookonline',
		   wmode: 'transparent'
		  ,css: [
			'.sIFR-root { font-size:20px; color:#8c7965; margin:0; padding:0; text-transform:uppercase; }'   
		  ]
		});
}

