/**
 * 
 **/
var officina = {
	src: '/web/swf/officina.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(officina);

sIFR.replace(officina, {
	selector: '#content h1'
	,wmode: 'transparent'
	,css: '.sIFR-root { background-color: transparent; color: #003d6e; font-weight: bold; }'
});
sIFR.replace(officina, {
	selector: '#content h2'
	,wmode: 'transparent'
	,css: '.sIFR-root { background-color: transparent; color: #003d6e; font-weight: bold; }'
});

sIFR.replace(officina, {
	selector: '#why h2'
	,wmode: 'transparent'
	,css: '.sIFR-root { background-color: transparent; color: #003d6e; font-weight: bold; }'
});
sIFR.replace(officina, {
	selector: '#bottom_menu h3'
	,wmode: 'transparent'
	,css: '.sIFR-root { background-color: transparent; color: #666666; font-weight: bold; margin: 0; padding: 0; }'
});
