
var sifrText = { src: 'js/Ogirema.swf', wmode: 'transparent' };

sIFR.useStyleCheck = true;

sIFR.activate(sifrText);

/*sIFR.replace(sifrText, {
  selector: 'h1',
  css: '.sIFR-root { color: #C2272D; font-weight: normal; display: block; line-height: 30px; overflow: hidden; }'
});

sIFR.replace(sifrText, {
  selector: 'h2',
  css: '.sIFR-root { color: #C2272D; font-weight: normal; display: block; line-height: 30px; overflow: hidden; }'
});*/



sIFR.replace(sifrText, {
  selector: '#contactshead',
  css: [
    '.sIFR-root { color: #2E3094; font-weight: normal; text-align: right; display: block; line-height: 26px; overflow: hidden; }'
    ,'a { color: #2E3094; text-decoration: none; }'
    ,'a:link { color: #2E3094; text-decoration: none ; }'
    ,'a:hover { color: #2E3094; text-decoration: underline ; }'
    ,'a:focus { color: #2E3094; text-decoration: underline ; }'    
  ]
});

sIFR.replace(sifrText, {
  selector: '.prodTitleSifr',
  css: [
    '.sIFR-root { color: #2E3094; font-weight: normal; text-align: left; display: block; line-height: 24px; overflow: hidden; }'
    ,'a { color: #2E3094; text-decoration: none; }'
    ,'a:link { color: #2E3094; text-decoration: none ; }'
    ,'a:hover { color: #2E3094; text-decoration: underline ; }'
    ,'a:focus { color: #2E3094; text-decoration: underline ; }'    
  ]
});

sIFR.replace(sifrText, {
  selector: '.offersTitleSifr',
  css: [
    '.sIFR-root { color: #2E3094; font-weight: normal; text-align: left; display: block; line-height: 20px; overflow: hidden; }'
    ,'a { color: #2E3094; text-decoration: none; }'
    ,'a:link { color: #2E3094; text-decoration: none ; }'
    ,'a:hover { color: #2E3094; text-decoration: underline ; }'
    ,'a:focus { color: #2E3094; text-decoration: underline ; }'    
  ]
});

sIFR.replace(sifrText, {
  selector: '#above_footer #afoot_deal h3',
  css: [
    '.sIFR-root { color: #5E5E69; font-weight: normal; text-align: left; display: block; line-height: 24px; overflow: hidden; }'
    ,'a { color: #5E5E69; text-decoration: none; }'
    ,'a:link { color: #5E5E69; text-decoration: none ; }'
    ,'a:hover { color: #5E5E69; text-decoration: underline ; }'
    ,'a:focus { color: #5E5E69; text-decoration: underline ; }'    
  ]
});

sIFR.replace(sifrText, {
  selector: '#above_footer h3',
  css: [
    '.sIFR-root { color: #5E5E69; font-weight: normal; text-align: center; display: block; line-height: 24px; overflow: hidden; }'
    ,'a { color: #5E5E69; text-decoration: none; }'
    ,'a:link { color: #5E5E69; text-decoration: none ; }'
    ,'a:hover { color: #5E5E69; text-decoration: underline ; }'
    ,'a:focus { color: #5E5E69; text-decoration: underline ; }'    
  ]
});