var tradeGothic = {
	src: '/Assets/tradeGothic_tcm6-765.swf'
	,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var tradeGothicBold = {
	src: '/Assets/tradeGothicBold_tcm6-766.swf'
	,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(tradeGothic, tradeGothicBold);

sIFR.replace(tradeGothicBold, {
	selector: '#primaryContent h1.mainHeading',
	tuneHeight: '-10',
	offsetTop: '-5',
	wmode: 'transparent' 
	,css: [
 '.sIFR-root { background-color: #ffffff; color: #0079C2; text-transform: uppercase;  }'
	]
});

sIFR.replace(tradeGothicBold, {
	selector: '#primaryContent h1.shortCourseHeading',
	tuneHeight: '-5',
	offsetTop: '0',
	wmode: 'transparent' 
	,css: [
 '.sIFR-root { background-color: #0079c2; color: #ffffff; text-transform: uppercase;  }'
	]
});

sIFR.replace(tradeGothicBold, {
	selector: '#primaryContent h1.countryHeading',
	tuneHeight: '-5',
	offsetTop: '0'
	,css: [
 '.sIFR-root { background-color: #0079c2; color: #ffffff; text-transform: uppercase;  }'
	]
});

sIFR.replace(tradeGothic, {
	selector: 'p.strapline',
	tuneHeight: '-10'
	,css: [
 '.sIFR-root { background-color: #ffffff; color: #000000; text-transform: uppercase  }'
	]
});

sIFR.replace(tradeGothicBold, {
	selector: '.spotlight h2',
	tuneHeight: '-3',
	offsetTop: '0'
	,css: [
 '.sIFR-root { background-color: #ffffff; color: #0079C2; text-transform: uppercase  }'
	]
});

sIFR.replace(tradeGothicBold, {
	selector: '.ctaType1 strong',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent'
	,css: '.sIFR-root { color: #ffffff; text-transform: uppercase; cursor: pointer; leading: -7 } em { font-style: normal; color: #ffde00; }'
});

sIFR.replace(tradeGothicBold, {
	selector: '.ctaType2 strong',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent' 
 ,css: '.sIFR-root { color: #ffffff; text-transform: uppercase; cursor: pointer; leading: -7 } em { font-style: normal; color: #f8981d; }'
});

sIFR.replace(tradeGothicBold, {
	selector: '.ctaType3 strong',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent' 
 ,css: '.sIFR-root { color: #ffffff; text-transform: uppercase; cursor: pointer; leading: -7 } em { font-style: normal; color: #fc929d; }'
});
