var eurostile = { src: "swf/eurostile.swf" };
sIFR.activate(eurostile);

sIFR.replace(eurostile, {
	selector: 'div.left-column h3, div.nearest-directory h3, div.service-directory h3',
	css: '.sIFR-root { font-weight: normal; color: #0a131a; }',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'div.standard h2',
	css: '.sIFR-root { font-weight: normal; color: #28709E; } em { font-style: normal; color: #60809e; }',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'div.standard h3',
	css: '.sIFR-root { font-weight: normal; color: #9D9EA0; }',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'div.suppliers-directory h3',
	css: '.sIFR-root { font-weight: normal; color: #FFFFFF; }',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'div.cta h4',
	css: '.sIFR-root { font-weight: normal; font-style: normal; color: #0a131a; }',
	wmode: 'transparent'
});



