/* sIFR styling - config*/
/* RPE 07.05.2008 */



// Avaliable fonts

var Optima = {
	src: '/flash/sifrfonts/Optima.swf'
};
var PalatinoSansComLight = {
	src: '/flash/sifrfonts/PalatinoSansComLight.swf'
};





// Activated fonts

sIFR.activate(Optima);
sIFR.activate(PalatinoSansComLight);





// Activated selectors and styling (sIFR.debug.ratios)

// H1

sIFR.replace(PalatinoSansComLight, {
	selector: '.main h1'
	,ratios: [9, 1.48, 10, 1.39, 13, 1.41, 16, 1.39, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 36, 1.34, 37, 1.32, 38, 1.33, 40, 1.32, 41, 1.33, 43, 1.32, 44, 1.33, 61, 1.32, 65, 1.31, 68, 1.32, 107, 1.31, 108, 1.3, 114, 1.31, 115, 1.3, 117, 1.31, 118, 1.3, 123, 1.31, 1.3]
	,wmode: 'transparent'
	,css: [
	  '.sIFR-root { text-align: left; font-weight: normal; color:#363d48; }'
	]
});

// H3

sIFR.replace(PalatinoSansComLight, {
	selector: '.main h3'
	,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 78, 1.21, 79, 1.2, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-align: left; font-weight: normal; color:#363d48; }'
	]
});
/*sIFR.replace(Optima, {
	selector: '.mainHeader ul li'
	,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 78, 1.21, 79, 1.2, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-align: left; font-weight: normal; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #363d48; }'
      ,'a:hover { color: #1b1e24; }'
	]
});*/




