var OfficinaSans = {src: '/Flash/sIFR/sIFROfficinaSans.swf'};

// Dont repaint on resize
sIFR.repaintOnResize = false;

// Next, activate sIFR:
sIFR.activate(OfficinaSans);

// Main Navigation
// --------------------------
sIFR.replace(OfficinaSans, {
	selector: 'ul#navigationMain li.active',
	wmode: 'transparent',
	offsetTop : 6,
	tuneWidth : -10,
	css: [	'.sIFR-root { font-size: 14px; font-weight: bold; text-align: right; }',
			'a:link { color: #FFFFFF;  text-decoration: none; }',
			'a:hover { color: #FFFFFF;  text-decoration: none; }']
});

sIFR.replace(OfficinaSans, {
	selector: 'ul#navigationMain li',
	wmode: 'transparent',
	offsetTop : 6,
	tuneWidth : -10,
	css: [	'.sIFR-root { font-size: 14px; font-weight: bold; text-align: right; }',
			'a:link { color: #FFFFFF;  text-decoration: none; }',
			'a:hover { color: #FFFFFF;  text-decoration: none; }']
});

// Homepage Modules
// --------------------------
sIFR.replace(OfficinaSans, {
	selector: 'div#column1To2 div.moduleShadowOne h2',
	wmode: 'transparent',
	offsetTop : -2,
	tuneHeight : -8,
	css: [	'.sIFR-root { font-size: 15px; font-weight: bold; color: #666666; }']
});

sIFR.replace(OfficinaSans, {
	selector: 'div#column1To2 div.moduleShadowTwo h2',
	wmode: 'transparent',
	offsetTop : -2,
	tuneHeight : -8,
	css: [	'.sIFR-root { font-size: 15px; font-weight: bold; color: #666666; leading: -4px; }']
});

sIFR.replace(OfficinaSans, {
	selector: 'div#column1To2 div.moduleShadowQuickUpdate h2',
	wmode: 'transparent',
	offsetTop : -2,
	tuneHeight : -5,
	css: [	'.sIFR-root { font-size: 16px; font-weight: bold; color: #666666; text-align: center; leading: -3px; }']
});


