var DanielBlack = { src: rootFolder + 'swf/Daniel-Black.swf' };
var BentonSansBold = { src: rootFolder + 'swf/BentonSans-Bold.swf' };

sIFR.activate(DanielBlack, BentonSansBold);


sIFR.replace(DanielBlack, {
	wmode: 'transparent',
  	selector: '.column h2',
  	css: '.sIFR-root { color: #303035; font-size: 21px; font-weight: bold; text-transform: none; }'
});


sIFR.replace(BentonSansBold, {
	wmode: 'transparent',
  	selector: '#main .title h1',
  	css: '.sIFR-root { color: #ffffff; font-size: 26px; font-weight: bold; text-transform: none; }'
});

/*
sIFR.replace(BentonSansBold, {
	wmode: 'transparent',
  	selector: '.block-contact strong',
  	css: '.sIFR-root { color: #ffffff; font-size: 21px; font-weight: bold; text-transform: none; }'
});
*/

sIFR.replace(BentonSansBold, {
	wmode: 'transparent',
  	selector: '.box-form strong',
  	css: '.sIFR-root { color: #ffffff; font-size: 16px; font-weight: bold; text-transform: none; }'
});

sIFR.replace(BentonSansBold, {
	wmode: 'transparent',
  	selector: '.box-search strong',
  	css: '.sIFR-root { color: #ffffff; font-size: 16px; font-weight: bold; text-transform: none; }'
});


sIFR.replace(BentonSansBold, {
	wmode: 'transparent',
  	selector: '#footer .box-menu h2',
  	css: '.sIFR-root { color: #ffffff; font-size: 14px; font-weight: bold; text-transform: none; }'
});
