var american_typewriter = {
  src: '/images/american_typewriter.swf'
};

sIFR.activate(american_typewriter);

sIFR.replace(american_typewriter, {
  selector: '#hd div#headerContent div.sifr'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: 0; color: #FFFFFF; font-size: 16px;} a {color:#FFF;text-decoration:none} a:hover {color:#FFF}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'div#headerContent a'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {color: #FFFFFF;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'h3.sifr'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: -6; font-size: 22px;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'h1.sifr'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: -6; font-size: 22px;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector:"h3.sifrHome"
  ,wmode:"transparent"
  ,css:[
    ".sIFR-root {leading: -6; font-size: 24px;}"
    ]
}); 

sIFR.replace(american_typewriter, {
  selector: '.websites h3#sifrCaseStudy'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: -15; font-size: 26px; color: #EC008C;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: '.software h3#sifrCaseStudy'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: -15; font-size: 26px; color: #26B450;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: '.consulting h3#sifrCaseStudy'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: -15; font-size: 26px; color: #ABA9AA;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'h3#sifrContactUs'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: 0; font-size: 26px; color: #85B841;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'h4'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {font-size: 14px;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: '#whatsNewSlider h5'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {leading: -6; font-size: 22px;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: '#homePageQuote h5'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {color: #FFFFFF; font-size: 15px;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'p.testimony'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {color: #000000; font-size: 12px; font-weight: bold;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'p.testimony_case'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {color: #FFFFFF; font-size: 12px; font-weight: bold;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector: 'div.telNumber'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {color: #FFFFFF; font-size: 15px; font-weight: bold;}'
  ]
});

sIFR.replace(american_typewriter, {
  selector:".sifrHeader",
  wmode:"transparent",
  css: [
       ".sIFR-root {color: #000000; font-size: 15px; font-weight: bold;}"
       ]
  });

 sIFR.replace(american_typewriter, {
  selector: '.setHeader'
  ,wmode:"transparent"
  ,css: [
    '.sIFR-root {font-size: 14px; color: #FFFFFF; text-decoration: underline; }'
  ]
});