var smithnephew_bold = {
  src: '/_sifr/smithnephew_bold.swf'
};

sIFR.activate(smithnephew_bold);

/* STYLING */
/*----------------- 2007 Financial results header -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: '#headertitle'
  ,css: {
      '.sIFR-root': { 'color':'#535353', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33', 'text-align':'right', 'margin-right':'0' }
  }
  ,wmode: 'transparent'  
});

/*----------------- Homepage box headers -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: '#boxes .title'
  ,css: {
      '.sIFR-root': { 'color':'#ffffff', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33', 'text-align':'left', 'margin-left':'0'}
  }
  ,wmode: 'transparent'  
});

/*----------------- Homepage percentage headers -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: '.growth .percentage'
  ,css: {
      '.sIFR-root': { 'color':'#666666', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33', 'text-align':'left', 'margin-left':'0' }
  }
  ,wmode: 'transparent'  
});

/*----------------- H1 green -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: 'h1.green'
  ,css: {
      '.sIFR-root': { 'color':'#bed526', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33'}
  }
  ,wmode: 'transparent'  
});

/*----------------- H1 -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: 'h1.blue'
  ,css: {
      '.sIFR-root': { 'color':'#0FA6D1', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33'}
  }
  ,wmode: 'transparent'  
});

/*----------------- H1 -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: 'h1'
  ,css: {
      '.sIFR-root': { 'color':'#ff7900', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33'}
  }
  ,wmode: 'transparent'  
});

/*----------------- H2 -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: 'h2'
  ,css: {
      '.sIFR-root': { 'color':'#969696', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33'}
  }
  ,wmode: 'transparent'  
});

/*----------------- PULLOUT -----------------*/
sIFR.replace(smithnephew_bold, {
  selector: 'p.pullout_orange'
  ,css: {
      '.sIFR-root': { 'color':'#ff7900', 'text-transform':'none', 'letter-spacing':'0.5', 'leading':'0', 'ratios':'7,1.33,11,1.29,13,1.33,23,1.31,25,1.33,38,1.32,1.33'}
  }
  ,wmode: 'transparent'  
});



