var envybold = { src: '/customers/oslo2011/h2010-src/fonts/envybold.swf' };
var envymedium = { src: '/customers/oslo2011/h2010-src/fonts/envymedium.swf' };
var envycaps = { src: '/customers/oslo2011/h2010-src/fonts/envycaps.swf' };

sIFR.activate(envybold, envymedium, envycaps);

sIFR.replace(envymedium, {
	selector: '#global li.active'
		,css: [
			'.sIFR-root { cursor: pointer; font-size:12px; }'
			,'a { text-decoration: none; color: #77CFE8;  }'
			,'a:link { color: #77CFE8; }'
			,'a:hover { color: #FFFFFF; }'
		]
		, forceSingleLine: true
		, tuneHeight: -6
		, wmode: 'transparent'
});

sIFR.replace(envymedium, {
	selector: '#global li'
		,css: [
			'.sIFR-root { cursor: pointer; font-size:12px; }'
			,'a { text-decoration: none;  color: #FFFFFF; }'
			,'a:link { color: #FFFFFF; }'
			,'a:hover { color: #77CFE8; }'
		]
		, forceSingleLine: true
		, tuneHeight: -6
		, wmode: 'transparent'
});

sIFR.replace(envycaps, {
	selector: '#nav li.active'
		,css: [
			'.sIFR-root { cursor: pointer; font-size:13px; text-align: center; text-transform: uppercase; }'
			,'a { text-decoration: none;  color: #FFFFFF; }'
			,'a:link { color: #FFFFFF; }'
			,'a:hover { color: #FFFFFF; }'
		]
		, tuneHeight: -8
		, wmode: 'transparent'
});

sIFR.replace(envycaps, {
	selector: '#nav li'
		,css: [
			'.sIFR-root { cursor: pointer; font-size:13px; text-align: center; text-transform: uppercase; }'
			,'a { text-decoration: none;  color: #FFFFFF; }'
			,'a:link { color: #FFFFFF; }'
			,'a:hover { color: #FFFFFF; }'
		]
		, tuneHeight: -8
		, wmode: 'transparent'
});

/*
sIFR.replace(envymedium, {
	selector: '.buttons'
		,css: [
			'.sIFR-root { cursor: pointer; font-size:13px; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #77CFE8; }'
			,'a:hover { color: #FFFFFF; }'
		]
		, forceSingleLine: true
		, tuneHeight: -6
		, wmode: 'transparent'
});
*/

sIFR.replace(envybold, {
	selector: '#intro .teaser h2'
		,css: [
			'.sIFR-root { color: #C1E3EF; font-size:15px; text-align: center; text-transform: uppercase; }'
		]
		, forceSingleLine: true
		, tuneHeight: -8
		, wmode: 'transparent'
});

sIFR.replace(envymedium, {
	selector: '#intro .teaser li'
		,css: [
			'.sIFR-root { color: #FFFFFF; cursor: pointer; font-size:19px; text-align: center; }'
			,'a { text-decoration: none; color: #FFFFFF;  }'
			,'a:link { color: #FFFFFF; }'
			,'a:hover { color: #C1E3EF; }'
		]
		, wmode: 'transparent'
		,filters: {
			DropShadow: {
				distance: 1
				,color: '#000000'
				,strength: 1
			}
		}
});

sIFR.replace(envybold, {
	selector: '.main .text h3'
		,css: [
			'.sIFR-root { color: #00488E; font-size:21px; leading: -3; }'
			,'a { text-decoration: none;  color: #00488E; }'
			,'a:link { color: #00488E; }'
			,'a:hover { color: #000000; }'
		]
		, tuneHeight: -6
		, wmode: 'transparent'
});

sIFR.replace(envybold, {
	selector: '.text h3'
		,css: [
			'.sIFR-root { color: #00488E; font-size:14px; leading: -3; }'
			,'a { text-decoration: none;  color: #00488E; }'
			,'a:link { color: #00488E; }'
			,'a:hover { color: #000000; }'
		]
		, tuneHeight: -4
		, wmode: 'transparent'
});

sIFR.replace(envybold, {
	selector: '.home #subcontent h2'
		,css: [
			'.sIFR-root { color: #C1E3EF; font-size:15px; text-align: center; text-transform: uppercase; }'
		]
		, forceSingleLine: true
		, tuneHeight: -6
		, wmode: 'transparent'
});

sIFR.replace(envybold, {
	selector: '.sub #subcontent h2'
		,css: [
			'.sIFR-root { color: #C1E3EF; font-size:13px; text-align: center; text-transform: uppercase; }'
		]
		, forceSingleLine: true
		, tuneHeight: -6
		, wmode: 'transparent'
});

sIFR.replace(envybold, {
	selector: '#subcontent .teaser a strong'
		,css: [
			'.sIFR-root { color: #77CFE8; cursor: pointer;  font-size:11px; text-align: center; text-transform: uppercase; }'
		]
		, tuneHeight: -6
		, wmode: 'transparent'
});

sIFR.replace(envymedium, {
	selector: '#page h1'
		,css: [
			'.sIFR-root { color: #FFFFFF; font-size:23px; }'
		]
		, tuneHeight: -6
		, wmode: 'transparent'
});

sIFR.replace(envymedium, {
	selector: '#article h2.title'
		,css: [
			'.sIFR-root { color: #000000; font-size:21px; }'
		]
		, tuneHeight: -6
		, wmode: 'transparent'
});



