  var lucida_sans = { src: '/assets/flash/lucida-sans-unicode.swf'};
  
  sIFR.activate(lucida_sans);
 
  
// styling H1

  sIFR.replace(lucida_sans, {
    selector: '#content h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00b2d9; text-transform: none; font-size: 22px; font-weight: bold; leading: -7;}'
	]
  });

// styling H2

  sIFR.replace(lucida_sans, {
    selector: '#content h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00b2d9; text-transform: none; font-size: 12px; font-weight: bold; leading: -3;}'
	]
  });

// styling H3 

   sIFR.replace(lucida_sans, {
    selector: '#content h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00b2d9; text-transform: none; font-size: 16px; font-weight: bold; leading: -7;}'
	]
  });
   
//------------------------
  

  sIFR.replace(lucida_sans, {
    selector: '#header-inner .contact'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #818285; text-transform: none; font-size: 14px; font-weight: bold; leading: -7;}',
	  'strong {color: #00b2d9; font-size: 155%;}'
	]
  });
   
    sIFR.replace(lucida_sans, {
    selector: 'p.freefone'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #373737; text-transform: none; font-size: 15px; font-weight: normal; leading: -7;}',
	  'strong {color: #00AAE8; }',
	  'a{color: #00AAE8; text-decoration:none; }',
	  'a:hover{color: #00AAE8; text-decoration:none; }'
	  
	]
  });