var goth = {
  src: '/js/sifr/gotham.swf'
};

//Main Content Headers

sIFR.activate(goth);

sIFR.replace(goth, {
    selector: 'h1'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform:uppercase;}'
    ]
	, wmode: 'transparent'
});

sIFR.replace(goth, {
    selector: 'h2.cart'
    ,css: [
      '.sIFR-root {color: #0092BF; text-transform:uppercase;}'
    ]
	, wmode: 'transparent'
});

sIFR.replace(goth, {
    selector: 'h3'
    ,css: [
      '.sIFR-root {color: #0092BF; text-transform:uppercase;}'
    ]
	, wmode: 'transparent'
});

sIFR.replace(goth, {
    selector: 'h4'
    ,css: [
      '.sIFR-root {color: #FFFFFF; text-transform:uppercase;}'
    ]
	, wmode: 'transparent'
});




