var helv_light = { src: '/assets/flash/helvetica-45-light.swf' };
var helv_roman = { src: '/assets/flash/helvetica-55-roman.swf' };
  

  sIFR.activate(helv_light, helv_roman);

  // h1 replaced ----------------------

  sIFR.replace(helv_light, {
    selector: 'body.checkout h1.second-h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #b83245; font-size: 36px; text-align: left; leading: -5;}'
      ,'a { color: #b83245; text-decoration: none; }'
      ,'a:link { color: #b83245; }'
      ,'a:hover { color: #b83245; }'
    ]
  }); 
  
    sIFR.replace(helv_light, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #d2ac67; font-size: 36px; text-align: left; leading: -5;}'
      ,'a { color: #d2ac67; text-decoration: none; }'
      ,'a:link { color: #d2ac67; }'
      ,'a:hover { color: #d2ac67; }'
    ]
  }); 
  
  // h2 replaced ----------------------

  sIFR.replace(helv_roman, {
    selector: '.primary-content-right-secondary .new-customer h2 '
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #d2ac67; font-size: 18px; text-align: left; leading: -5;}'
      ,'a { color: #d2ac67; text-decoration: none; }'
      ,'a:link { color: #d2ac67; }'
      ,'a:hover { color: #d2ac67; }'
    ]
  }); 

  sIFR.replace(helv_roman, {
    selector: '.primary-content-right-secondary h2 '
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #b83245; font-size: 20px; text-align: left; leading: -5;}'
      ,'a { color: #b83245; text-decoration: none; }'
      ,'a:link { color: #b83245; }'
      ,'a:hover { color: #b83245; }'
    ]
  }); 

  sIFR.replace(helv_roman, {
    selector: 'body.login .primary-content-right h2, body.register .primary-content-right h2 '
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #b83245; font-size: 16px; text-align: left; text-transform: lowercase; leading: -5;}'
      ,'a { color: #b83245; text-decoration: none; }'
      ,'a:link { color: #b83245; }'
      ,'a:hover { color: #b83245; }'
    ]
  }); 

  sIFR.replace(helv_roman, {
    selector: 'h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #d2ac67; font-size: 16px; text-align: left; text-transform: none; leading: 1;}'
      ,'a { color: #d2ac67; text-decoration: none; }'
      ,'a:link { color: #d2ac67; }'
      ,'a:hover { color: #d2ac67; }'
    ]
  }); 
  

  // h3 replaced ----------------------

  sIFR.replace(helv_roman, {
    selector: 'h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #b83245; font-size: 16px; font-weight: bold; text-align: left; text-transform: none; leading: 1;}'
      ,'a { color: #b83245; text-decoration: none; }'
      ,'a:link { color: #b83245; }'
      ,'a:hover { color: #b83245; }'
    ]
  }); 
  
  // h4 replaced ----------------------

  sIFR.replace(helv_light, {
    selector: '.our-brands h4, .collection-block h4, .secondary-navigation ul li.parent, #gallery .gallery-header h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #676566; font-size: 22px; text-align: left; text-transform: lowercase; leading: -5;}'
      ,'a { color: #676566; text-decoration: none; }'
      ,'a:link { color: #676566; }'
      ,'a:hover { color: #676566; }'
    ]
  }); 
  
    sIFR.replace(helv_light, {
    selector: '.keep-updated h4, .tips-block h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #676566; font-size: 21px; text-align: left; text-transform: lowercase; leading: -2;}'
      ,'a { color: #676566; text-decoration: none; }'
      ,'a:link { color: #676566; }'
      ,'a:hover { color: #676566; }'
    ]
  }); 

  // other replaced ----------------------

    sIFR.replace(helv_light, {
    selector: '.footer-links ul li.parent '
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #676566; font-size: 20px; text-align: left; text-transform: lowercase; leading: -5;}'
      ,'a { color: #676566; text-decoration: none; }'
      ,'a:link { color: #676566; }'
      ,'a:hover { color: #676566; }'
    ]
  }); 