
// var freight = { src: baseUrl + '/sifr/freight-sans-medium.swf' };
var freight = { src: baseUrl + '/static/sifr/freight-sans-medium.swf' };

// sIFR.useStyleCheck = true;

sIFR.activate(freight);

sIFR.replace(freight, {
	selector: 'h1', 
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01], 
	css: '.sIFR-root { background-color: #ffffff; color: #000000; }',
	antiAliasType: 'regular',
	thickness: 50
});

sIFR.replace(freight, {
	selector: '.left-col h2', 
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01], 
	css: '.sIFR-root { background-color: #ffffff; color: #000000; }',
	antiAliasType: 'regular',
	thickness: 30
});

sIFR.replace(freight, {
	selector: '.right-col h3', 
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01], 
	css: '.sIFR-root { background-color: #ffffff; color: #666666; letter-spacing: 1 }',
	antiAliasType: 'regular',
	thickness: 0
});

sIFR.replace(freight, {
	selector: '.home-left h2', 
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01], 
	css: '.sIFR-root { color: #901A3A; leading: 4 }',
	antiAliasType: 'regular',
	thickness: 30
});

sIFR.replace(freight, {
	selector: '.home-left blockquote p', 
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01], 
	css: '.sIFR-root { color: #222222; leading: 4 }',
	antiAliasType: 'regular',
	wmode: 'transparent',
	thickness: 30
});

//sIFR.debug.ratios(freight, {  selector: 'h1' });
