var Arial = {
	src: 'flash/font.swf'
};
var Arialbold = {
	src: 'flash/font_cond.swf'
};
sIFR.activate(Arial, Arialbold);
sIFR.replace(Arial, {
	selector: 'div#topmenu li',
	css: [
		'.sIFR-root { font-size:16px; color:#FFFFFF; font-weight: normal; }'
		,'a { color: #FFFFFF; }'
		,'a:hover { color: #CCCCCC; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 1,
	wmode: 'transparent'
});

sIFR.replace(Arial, {
	selector: 'div.colocate h3',
	css: [
		'.sIFR-root { font-size:24px; color:#fefefe; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 1,
	wmode: 'transparent'
});

sIFR.replace(Arialbold, {
	selector: 'div.colocate h2',
	css: [
		'.sIFR-root { font-size:24px; color:#fefefe; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 1,
	wmode: 'transparent'
});

sIFR.replace(Arial, {
	selector: 'div.inventary h3',
	css: [
		'.sIFR-root { font-size:24px; color:#fefefe; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 1,
	wmode: 'transparent'
});

sIFR.replace(Arialbold, {
	selector: 'div.inventary h2',
	css: [
		'.sIFR-root { font-size:24px; color:#fefefe; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 1,
	wmode: 'transparent'
});

sIFR.replace(Arialbold, {
	selector: 'div.basic_colocation h3',
	css: [
		'.sIFR-root { font-size:20px; color:#454545; font-weight: normal; text-transform: uppercase; }'
		,'strong { font-style:bold; color: #44aa44; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 5,
	wmode: 'transparent'
});

sIFR.replace(Arialbold, {
	selector: 'div.premier_colocation h3',
	css: [
		'.sIFR-root { font-size:20px; color:#454545; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 5,
	wmode: 'transparent'
});

sIFR.replace(Arialbold, {
	selector: 'div.basic_reseller h3',
	css: [
		'.sIFR-root { font-size:20px; color:#454545; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 5,
	wmode: 'transparent'
});

sIFR.replace(Arialbold, {
	selector: 'div.expert_reseller h3',
	css: [
		'.sIFR-root { font-size:20px; color:#454545; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -7,
	forceSingleLine: true,
	offsetTop: 5,
	wmode: 'transparent'
});


