var myriadPro = { src: 'flash/myriad-pro.swf' };

sIFR.activate(myriadPro);

/* Column headers */
sIFR.replace(myriadPro, {
  selector: '#container .column h2',
	wmode: 'transparent',
	offsetTop: 6,
	tuneHeight: 5,
  css: {
		'.sIFR-root': { 'font-family': 'Myriad Pro Black SemiCond', 'font-weight': 'normal', 'color': '#2e76cb', 'background-color': '#ffffff' },
		'a': { 'text-decoration': 'none' },
		'small, a:hover': { 'color': '#e1e1e1' }
	},
	ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 20, 1.22, 26, 1.21, 27, 1.2, 35, 1.19, 39, 1.18, 40, 1.19, 54, 1.18, 88, 1.17, 92, 1.16, 93, 1.17, 1.16]
});

sIFR.replace(myriadPro, {
  selector: '#container .column2 h2',
	wmode: 'transparent',
	offsetTop: 6,
	tuneHeight: 5,
  css: {
		'.sIFR-root': { 'font-family': 'Myriad Pro Black SemiCond', 'font-weight': 'normal', 'color': '#2e76cb', 'background-color': '#ffffff' },
		'a': { 'text-decoration': 'none' },
		'small, a:hover': { 'color': '#e1e1e1' }
	},
	ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 20, 1.22, 26, 1.21, 27, 1.2, 35, 1.19, 39, 1.18, 40, 1.19, 54, 1.18, 88, 1.17, 92, 1.16, 93, 1.17, 1.16]
});

/* Product header and price */
sIFR.update = function(){
	sIFR.replace(myriadPro, {
		selector: '.server h3',
		wmode: 'transparent',
		forceSingleLine: true,
		offsetTop: 3,
		tuneHeight: 5,
		css: {
			'.sIFR-root': { 'font-weight': 'bold', 'color': '#ffffff', 'background-color': '#2e76cb' },
			'strong': { 'font-family': 'Myriad Pro Black SemiCond', 'font-weight': 'normal' },
			'small': { 'font-family': 'Myriad Pro Black SemiCond', 'font-weight': 'normal', 'font-size': '22px' }
		},
		ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 109, 1.15, 110, 1.14, 116, 1.15, 117, 1.14, 122, 1.15, 1.14]
	});
	
	sIFR.replace(myriadPro, {
		selector: '.server .price',
		wmode: 'transparent',
		forceSingleLine: true,
		offsetTop: 2,
		css: {
			'.sIFR-root': { 'font-weight': 'bold', 'color': '#cb2f2e', 'background-color': '#ffffff' },
			'strong': { 'font-family': 'Myriad Pro Black SemiCond', 'font-weight': 'normal', 'font-size': '30px' }
		},
		ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 109, 1.15, 110, 1.14, 116, 1.15, 117, 1.14, 122, 1.15, 1.14]
	});
	
	sIFR.replace(myriadPro, {
		selector: '.settings h3',
		wmode: 'transparent',
		forceSingleLine: true,
		offsetTop: 3,
		tuneHeight: 5,
		css: {
			'.sIFR-root': { 'font-family': 'Myriad Pro Black SemiCond', 'font-weight': 'normal', 'color': '#ffffff', 'background-color': '#2e76cb' }
		},
		ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 20, 1.22, 26, 1.21, 27, 1.2, 35, 1.19, 39, 1.18, 40, 1.19, 54, 1.18, 88, 1.17, 92, 1.16, 93, 1.17, 1.16]
	});
};

// Initial update (this method is used to update the content of the AJAX request)
sIFR.update();