  var helv_rounded_bold = {
    src: '/assets/flash/helv-rnd-bld.swf'
};

  sIFR.activate(helv_rounded_bold);
 
// styling H1

  sIFR.replace(helv_rounded_bold, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #838383; text-transform: none; font-size:30px; leading: -5;} strong {color: #333333;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #838383 }'
      ,'a:hover { color: #CCCCCC }'
	]
  });
  
// styling homepage banner's H2
	
	sIFR.replace(helv_rounded_bold, {
    selector: '#basket-panel h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:18px; leading: -3;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

	sIFR.replace(helv_rounded_bold, {
    selector: '#best-portals h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:18px; leading: -3;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

	sIFR.replace(helv_rounded_bold, {
    selector: 'fieldset h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #61bccf; text-transform: none; font-size:18px; leading: -3;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #61bccf }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

sIFR.replace(helv_rounded_bold, {
    selector: 'h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #838383; text-transform: none; font-size:18px; leading: -1;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

// styling H3

  sIFR.replace(helv_rounded_bold, {
    selector: '#blue-content h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #838383; text-transform: none; font-size:13px; } strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #838383 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

  sIFR.replace(helv_rounded_bold, {
    selector: '#feature-boxes h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:14px;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff; text-decoration: underline }'
    ]
  });

	sIFR.replace(helv_rounded_bold, {
    selector: '.shop-box-title h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:14px;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

	sIFR.replace(helv_rounded_bold, {
    selector: '.tiers-list .head h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:18px;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

	sIFR.replace(helv_rounded_bold, {
    selector: 'h3.align-center'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #838383; text-transform: none; font-size:14px; text-align:center;} strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #838383 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

	sIFR.replace(helv_rounded_bold, {
    selector: 'h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #838383; text-transform: none; font-size:14px; } strong { color: #c1d228; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #838383 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

// styling telephone number 

	sIFR.replace(helv_rounded_bold, {
    selector: '#breadcrumbs span'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #6bc0d2; text-transform: none; font-size:14px;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #6bc0d2 }'
      ,'a:hover { color: #CCCCCC }'

	]
  });