//<[CDATA[
var fonts = {
    src: '/swf/fonts.swf'
    ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
  };
  
var inner_title = {
    src: '/swf/inner_title.swf'
    ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(fonts, inner_title);
  
  sIFR.replace(fonts, {
    selector: '#ourProducts h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #9DFF00; leading: 0; font-weight: normal;'
      ,'a:link { color: #9DFF00; }'
      ,'a:hover { color: #9DFF00; }'
    ]
	
  });
  
  sIFR.replace(inner_title, {
    selector: '#secOurClient .ourClient'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #01ABD2; leading: 0; font-weight: normal;'
      ,'a { text-decoration: none; padding:0px; margin:0px;}'
      ,'a:link { color: #01ABD2; text-decoration: none; padding:0px; margin:0px; }'
      ,'a:hover { color: #FEA100; text-decoration: none; padding:0px; margin:0px;}'
    ]
	
  });
  
  sIFR.replace(fonts, {
    selector: '#mainContainer h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #01ABD2; leading: 0; font-weight: normal;'
      ,'a:link { color: #01ABD2; }'
      ,'a:hover { color: #9DFF00; }'
    ]
	
  });
  
  sIFR.replace(fonts, {
    selector: '#mainContainer h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #01ABD2; leading: 0; font-weight: normal;'
      ,'a:link { color: #01ABD2; }'
      ,'a:hover { color: #9DFF00; }'
    ]
	
  });
  
  sIFR.replace(inner_title, {
    selector: '#innerMainContainer h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF; leading: 0; font-weight: normal;'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #9DFF00; }'
    ]
	
  });
   
  sIFR.replace(inner_title, {
    selector: '#innerRightCol h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF; leading: 0; font-weight: normal;'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #9DFF00; }'
    ]
	
  });
  
  sIFR.replace(inner_title, {
    selector: '#innerRightCol #t_quickLinks'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF; leading: 0; font-weight: normal;'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #9DFF00; }'
    ]
	
  });
  
  sIFR.replace(inner_title, {
    selector: 'h1, h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #3E6285; leading: 0; font-weight: normal;'
      ,'a:link { color: #3E6285; }'
      ,'a:hover { color: #9DFF00; }'
    ]
	
  });
  
  sIFR.replace(inner_title, {
    selector: '.sitemap h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #3E6285; leading: 0; font-weight: normal;'
      ,'a { text-decoration: none; padding:0px; margin:0px;}'
      ,'a:link { color: #3E6285; text-decoration: none; padding:0px; margin:0px; }'
      ,'a:hover { color: #01ABD2; text-decoration: none; padding:0px; margin:0px;}'
    ]
	
  });
  
  //]]>