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: '.home h2'
    ,css: [
      '.sIFR-root {color: #aac900; text-transform:uppercase; text-align:center;}',
	  'a {text-decoration:none; color:#FFFFFF;}',
	  'a:hover {color:#88A100;}',
	  'a:visited {color:#FFFFFF;}'
    ]
	, wmode: 'transparent'
});

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}',
	  'a {text-decoration:none; color:#FFF;}',
	  'a:hover {color:#88A100;}'
    ]
	, 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'
//});


