var OpenSansReg = { src: rootFolder + '/fonts/OpenSans-Reg.swf' };
var OpenSansSemiBold = { src: rootFolder + '/fonts/OpenSans-Semibold.swf' };
var OpenSansLight = { src: rootFolder + '/fonts/OpenSans-Light.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(OpenSansReg, OpenSansSemiBold, OpenSansLight);


sIFR.replace(OpenSansLight, {
	wmode: 'transparent',
  	selector: 'div#mainContainer .Container .section-header .section-right h1',
  	css: '.sIFR-root { color: #ffffff; }',
		tuneHeight: -5
});

sIFR.replace(OpenSansReg, {
	wmode: 'transparent',
  	selector: 'div#contentContainer .section-right .section-content .testimonial h3',
  	css: '.sIFR-root { color: #666666; font-style: italic; text-align: right; }'
});

sIFR.replace(OpenSansReg, {
	wmode: 'transparent',
  	selector: 'div#contentContainer .section-right .section-content h3',
  	css: '.sIFR-root { color: #333333; }'
});

sIFR.replace(OpenSansSemiBold, {
	wmode: 'transparent',
  	selector: 'div#contentContainer .section-right .section-content ul#solution li span',
  	css: '.sIFR-root { color: #333333; }'
});


sIFR.replace(OpenSansReg, {
	wmode: 'transparent',
  	selector: 'div#main-information .left h2',
  	css: '.sIFR-root { color: #333333; }',
  	tuneHeight: -6,
  	offsetTop: -5
});

sIFR.replace(OpenSansReg, {
	wmode: 'transparent',
  	selector: 'div#contentContainer .section-left .section-header h2',
  	css: '.sIFR-root { color: #ffffff; }'
});

sIFR.replace(OpenSansReg, {
	wmode: 'transparent',
  	selector: 'div#call-actions .left .snippet h4',
  	css: '.sIFR-root { color: #333333; letterSpacing: -0.5; }',
  	tuneHeight: -7
});

sIFR.replace(OpenSansSemiBold, {
	wmode: 'transparent',
  	selector: 'div#footer-links .column.first h6, div#footer-links .column.second h6',
  	css: '.sIFR-root { color: #777777; }'
});

sIFR.replace(OpenSansSemiBold, {
	wmode: 'transparent',
  	selector: 'div#footer-links .column.third h6',
  	css: '.sIFR-root { color: #777777; text-align: right; }'
});
