var stag = {
  src: 'stag-medium.swf'
};

var stagbook = {
  src: 'stag-book.swf'
}

var stagbooksansmed = {
  src: 'stag-sansmedium.swf'
}

var newstagbooksansmed = {
  src: 'sifr-stagsansmedium.swf'
}

sIFR.activate(stag,stagbook,stagbooksansmed);

sIFR.replace(stagbooksansmed, {
  selector: '#homepage2 #auxbox div.text h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000; leading: 2; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});


sIFR.replace(stag, {
  selector: 'h1',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000; }' ]
});

sIFR.replace(stag, {
  selector: 'div.auxboxsmall h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000; margin-bottom: 0; }' ]
});

sIFR.replace(stagbook, {
  selector: 'p.strapline',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000; }' ]
});

sIFR.replace(stagbook, {
  selector: '#focus h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000; }' ]
});

sIFR.replace(stagbooksansmed, {
  selector: '#blogarticle h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000; margin-bottom: 0; } a { color: #000000; text-decoration: none; }' ]
});

// right col of homepage

sIFR.replace(stagbooksansmed, {
  selector: '#homepage #article2 h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  margin-bottom: 0; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});

// right col of service

sIFR.replace(stagbooksansmed, {
  selector: '#service #article2 h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  margin-bottom: 0; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});


sIFR.replace(stagbooksansmed, {
  selector: '#homepage #auxbox h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  margin-bottom: 0; leading: 5; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});


sIFR.replace(stagbooksansmed, {
  selector: '#focuspage2 div.casestudy h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  margin-bottom: 0; leading: 5; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});

sIFR.replace(stagbooksansmed, {
  selector: 'div.profile h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  margin-bottom: 0; leading: 0; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});



sIFR.replace(stagbooksansmed, {
  selector: 'ul.blogentries a.title',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  margin-bottom: 0; cursor: pointer; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});

sIFR.replace(stagbooksansmed, {
  selector: '#article div.standfirst',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  leading: 2; }' ]
});

sIFR.replace(stagbooksansmed, {
  selector: '#focuspage div.standfirst p',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  leading: 2; }' ]
});

sIFR.replace(stag, {
  selector: '#article div.standfirsthome h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000;  }  a { color: #000000; text-decoration: none; } a:hover { color: #000000; }' ]
});

