
var frutiger = { src: '/js/frutiger.swf'};

sIFR.activate(frutiger);

/* home page intro */
sIFR.replace(frutiger, {
  selector: '#intro h1'
  ,css: [
		 '.sIFR-root { font-size: 30px; color: #90aa11;}'
]
  ,wmode: ['transparent']
});




sIFR.replace(frutiger, {
  selector: '#metamsg'
  ,css: [
		 '.sIFR-root {  color:#0F75BC; }'
]
  ,wmode: ['transparent']
});


sIFR.replace(frutiger, {
  selector: '#metaphone'
  ,css: [
		 '.sIFR-root {  color:#0F75BC;  font-size:20px;}'
]
  ,wmode: ['transparent']
});





sIFR.replace(frutiger, {
  selector: 'h1.sifr'
  ,css: [
		 '.sIFR-root { font-size: 32px; color: #afce1a;}'
]
  ,wmode: ['transparent']
});


sIFR.replace(frutiger, {
  selector: 'h2.sifr'
  ,css: [
		 '.sIFR-root { font-size: 20px; color: #f3773b;}'
		 ,'a { text-decoration: underline; color: #f3773b;  }'
		 ,'a:hover { text-decoration: none; color: #f3773b;  }'
]
  ,wmode: ['transparent']
});


sIFR.replace(frutiger, {
  selector: '.menu_details_container h3.sifr, #benefits h3.sifr'
  ,css: [
		 '.sIFR-root { font-size: 18px; color: #8aa40d;}'
]
  ,wmode: ['transparent']
});

sIFR.replace(frutiger, {
  selector: '#signup h3.sifr'
  ,css: [
		 '.sIFR-root { font-size: 18px; color: #3188c5;}'
]
  ,wmode: ['transparent']
});

