if(!old_ie)
{

//Configurazione sifr

//Prelevo il template
var fonts  = getCookie("web_tpl_ad")+'/sifr/fonts/';



//Prelevo il font
var PetitaMedium = { src:  fonts+'PetitaMedium.swf' };
var PetitaLight = { src:  fonts+'PetitaLight.swf' };
var PetitaBold = { src:  fonts+'PetitaBold.swf' };



//Inizializzo il font
sIFR.activate(PetitaMedium, PetitaLight, PetitaBold);



sIFR.replace(PetitaBold, {
  selector: ' #cnt2 .tpl_mp .row .col h2',
	css: [
	'.sIFR-root {font-size:14px; color:#006691; text-transform:uppercase;}',	  
	'a {color: #006691;text-decoration: none; }'
	,'a:link {color: #006691;text-decoration: none;}'
	,'a:hover {color: #006691;}'
	]
	,wmode: 'transparent'
	,fitExactly: true
	,forceSingleLine: false
	,offsetTop: 0      
	,offsetLeft: 0
	,tuneWidth: 2
});

sIFR.replace(PetitaBold, {
	  selector: '#cnt1 .dx #booking h2',
		css: [
		'.sIFR-root {font-size:14px; color:#006691; text-transform:uppercase;}',	  
		'a {color: #006691;text-decoration: none; }'
		,'a:link {color: #006691;text-decoration: none;}'
		,'a:hover {color: #006691;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
	});


sIFR.replace(PetitaBold, {
	  selector: '#cnt1 .dx .boxnwletter h3 ',
		css: [
		'.sIFR-root {font-size:12px; color:#006691; text-transform:uppercase;}',	  
		'a {color: #006691;text-decoration: none; }'
		,'a:link {color: #006691;text-decoration: none;}'
		,'a:hover {color: #006691;}'
		]
		,wmode: 'transparent'
		,fitExactly: true
		,forceSingleLine: false
		,offsetTop: 0      
		,offsetLeft: 0
		,tuneWidth: 2
	});


}

