//Definition
var helvetica = {	src: '/site/flash/helvetica-neue-lt-25.swf'};

//Call
sIFR.activate(helvetica);

//Style
sIFR.replace(helvetica, {
	selector: '.A2 h2.title,.B3 h2.title,.B1 .title'
	,css: [
		'.sIFR-root { text-transform: lowercase; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #e0272a; }'
		,'a:active { color: #e0272a; }'
		,'a:focus { color: #e0272a; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(helvetica, {
	selector: '.A2 h3.title,.section-title'
	,css: [
		'.sIFR-root { color: #666666;  text-transform: lowercase; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #666666; }'
		,'a:hover { color: #e0272a; }'
		,'a:active { color: #e0272a; }'
		,'a:focus { color: #e0272a; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(helvetica, {
	selector: '#sub-nav strong'
	,css: [
		'.sIFR-root { color: #ffffff;  text-transform: lowercase; letter-spacing: 1.5; }'
	]
	,wmode: 'transparent'
	,selectable: false
});
