//<[CDATA[

var f1type = { src: 'media/__site/font.phtgrphy.swf' };

fixHover = true;
delayCss = true;

sIFR.activate(f1type);

sIFR.replace(f1type, { selector: '.headbold,h1'
	,css: [
		'.sIFR-root { color: #666666; font-weight:bold; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,forceSingleLine: true
	,tuneWidth: 3
});
sIFR.replace(f1type, { selector: '.headlight'
	,css: [
		'.sIFR-root { color: #666666; font-weight:normal; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,forceSingleLine: true
});

sIFR.replace(f1type, { selector: '.navigation'
	,css: [
		'a { color: #666666; text-decoration: none;font-weight:bold; }'
		,'a:hover { color: #89895b; text-decoration: none; }'
		,'a:active { color: #89895b; text-decoration: none; }'
		,'.selected { color: #89895b; text-decoration: none; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,forceSingleLine: true
	,tuneWidth: 20
});

sIFR.replace(f1type, { selector: '.subnavigation'
	,css: [
		'a { color: #666666; text-decoration: none;font-weight:normal; }'
		,'a:hover { color: #89895b; text-decoration: none; }'
		,'a:active { color: #89895b; text-decoration: none; }'
		,'.selected { color: #89895b; text-decoration: none; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,forceSingleLine: true
	,tuneWidth: 20
});

sIFR.replace(f1type, { selector: '.footernavigation'
	,css: [
		'.sIFR-root { color: #666666; }'
		,'a { color: #666666; text-decoration: none;font-weight:bold;}'
		,'a:hover { color: #89895b; text-decoration: none; }'
		,'a:active { color: #89895b; text-decoration: none; }'
		,'.selected { color: #89895b; text-decoration: none; }'
		]
	,wmode: 'transparent'
});
  
//]]>

