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

var gothR = {
  src: '/js/sifr/gothamRounded.swf'
};

//Main Content Headers

sIFR.activate(goth,gothR);

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

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

//sIFR.replace(gothR, {
//    selector: '#prodRight h3, prodLeft h3'
//    ,css: [
//      '.sIFR-root {color: #aac900; text-transform:uppercase;}'
//    ]
//	, wmode: 'transparent'
//});

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

// I FRAME

//sIFR.replace(goth, {
//    selector: 'p.iframe'
 //   ,css: [
 //     '.sIFR-root {color: #FFFFFF; text-transform:uppercase; font-weight:bold;}'
//    ]
//	, wmode: 'transparent'
//});

