//Set the font
var helveticaNeueLTStdMedium = { src: '/fonts/HelveticaNeueLTStdMedium.swf' };
var FrutigerCE55Roman = { src: '/fonts/FrutigerCE55Roman.swf' };
var FrutigerCE55Roman_shadow = { src: '/fonts/FrutigerCE55Roman_shadow.swf' };

sIFR.useStyleCheck = true;

//Activate the flash replacement
sIFR.activate(helveticaNeueLTStdMedium);
sIFR.activate(FrutigerCE55Roman);

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
  selector: 'div.our_services_text_box h2',
  css: ['.sIFR-root {color:#626262; font-size:30px;}'
  ],  
  transparent: true
});

sIFR.replace(FrutigerCE55Roman_shadow, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'div.home_page_box h2.box_title',
  tuneWidth: 1,
  css: [
    '.sIFR-root {color:#ffffff; font-size:18px;}',
    'a {color: #ffffff; text-decoration: none;}',
    'a:link {color: #ffffff; text-decoration: none;}',
    'a:hover {color: #ffffff; text-decoration: none;}'
  ],
  transparent: true
});

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'div.page_title h1',
  css: ['.sIFR-root {color:#ffffff; font-size:24px;}'
  ],  
  transparent: true
});

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'h2.side_navigation_title',
  css: ['.sIFR-root {color:#004a80; font-size:20px;}'
  ],  
  transparent: true
});

sIFR.replace(FrutigerCE55Roman_shadow, {
	wmode : 'transparent',
	forceSingleLine: true,
	tuneWidth: 2,
  selector: 'ul.products_navigation li span',
  css: [
    '.sIFR-root {color:#ffffff; font-size:13px;}',
    'a {color: #ffffff; text-decoration: none;}',
    'a:link {color: #ffffff; text-decoration: none;}',
    'a:hover {color: #ffffff; text-decoration: none;}'
  ],
  transparent: true
});

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'div.product_order h3',
  css: ['.sIFR-root {color:#464646; font-size:19px;}'
  ],  
  transparent: true
});

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'div.login h3',
  css: ['.sIFR-root {color:#464646; font-size:19px;}'
  ],  
  transparent: true
});

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'h3.side_navigation_account_title',
  css: ['.sIFR-root {color:#004a80; font-size:19px;}'
  ],  
  transparent: true
});

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'ul.account_navigation li span',
  css: [
    '.sIFR-root {color:#555555; font-size:14px;}',
    'a {color: #555555; text-decoration: none;}',
    'a:link {color: #555555; text-decoration: none;}',
    'a:hover {color: #154A96; text-decoration: none;}',
    'a.current {color: #154A96; text-decoration: none;}',
  ],
  transparent: true
});

sIFR.replace(FrutigerCE55Roman, {
	wmode : 'transparent',
	forceSingleLine: true,
  selector: 'h3.form_header',
  css: ['.sIFR-root {color:#464646; font-size:19px;}'
  ],  
  transparent: true
});
