var gill = { src: '/flash/sifr3/gill.swf' };
var gill_sans = { src: '/flash/sifr3/gill_sans.swf' };
sIFR.activate(gill);
sIFR.activate(gill_sans);

sIFR.replace(gill_sans, {
  selector: 'h1.heading_right',
  css: ['.sIFR-root {color:#ebae01;font-weight:bold;}',
  ],
  wmode: 'transparent'  
});

sIFR.replace(gill_sans, {
  selector: 'h1.heading_left',
  css: ['.sIFR-root {color:#353535;font-weight:bold;}',
  '.redfire {color:#b90017;}',
  ],
  wmode: 'transparent'  
});

sIFR.replace(gill, {
  selector: 'h1.heading_left',
  css: ['.sIFR-root {color:#353535;}',
  '.normal_heading {color:#b90017;}',
  ],
  wmode: 'transparent'  
});

sIFR.replace(gill, {
  selector: 'h1',
  css: ['.sIFR-root {color:#353535;}',  
  '.redfire {color:#b90017;}',
  '.yellowfire {color:#ebae01;font-weight:bold;}',
  ],
  wmode: 'transparent'  
});

sIFR.replace(gill, {
  selector: 'h2.red_big',
  css: ['.sIFR-root {color:#8a0012;}',
  ],
  wmode: 'transparent'
});

sIFR.replace(gill_sans, {
    selector: 'h2.home_yellow',
    css: '.sIFR-root {color: #ebae01;}',
    wmode: 'transparent'
});

sIFR.replace(gill_sans, {
  selector: 'h2.yellow',
  css: '.sIFR-root {color: #ebae01; font-weight:bold;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_sans, {
  selector: 'h2.red',
  css: '.sIFR-root {color: #980416; font-weight:bold;} a{color: #980416; font-weight:bold; text-decoration:underline;} a:hover{color: #980416; font-weight:bold; text-decoration:none;}',
  wmode: 'transparent'
});

sIFR.replace(gill_sans, {
    selector: 'h2.regpage',
    css: '.sIFR-root {color: #ec0190; font-weight:bold;} a{color: #ec0190; font-weight:bold; text-decoration:none;} a:hover{color: #ec0190; font-weight:bold; text-decoration:underline;}',
    wmode: 'transparent'
});

sIFR.replace(gill_sans, {
    selector: 'h2.regpage2',
    css: '.sIFR-root {color: #548dd4; font-weight:bold;} a{color: #548dd4; font-weight:bold; text-decoration:none;} a:hover{color: #548dd4; font-weight:bold; text-decoration:underline;}',
    wmode: 'transparent'
});

sIFR.replace(gill_sans, {
    selector: 'h2.regpage2_center',
    css: '.sIFR-root {color: #548dd4; font-weight:bold;text-align:center;} a{color: #548dd4; font-weight:bold; text-decoration:none;} a:hover{color: #548dd4; font-weight:bold; text-decoration:underline;}',
    wmode: 'transparent'
});

sIFR.replace(gill_sans, {
    selector: 'h2.regpage_center',
    css: '.sIFR-root {color: #ec0190; font-weight:bold;text-align:center;} a{color: #ec0190; font-weight:bold; text-decoration:none;} a:hover{color: #ec0190; font-weight:bold; text-decoration:underline;}',
    wmode: 'transparent'
});

sIFR.replace(gill_sans, {
  selector: 'h2',
  css: '.sIFR-root {color: #353535; font-weight:bold;} a{color: #353535; font-weight:bold; text-decoration:none;} a:hover{color: #353535; font-weight:bold; text-decoration:underline;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_sans, {
	selector: 'h3.bold',
	css: '.sIFR-root {color: #000000; font-weight:bold; }',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h3.testimonials',
	css: '.sIFR-root {color: #000000; font-style:italic;}',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h3.footer_details',
	css: '.sIFR-root {color: #ffffff;font-weight:bold;text-align:center;}',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h3.img_caption',
	css: '.sIFR-root {color: #353535;text-align:center;}',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
  selector: 'h3.red',
  css: '.sIFR-root {color: #980416; font-weight:bold;} a{color: #980416; font-weight:bold; text-decoration:underline;} a:hover{color: #980416; font-weight:bold; text-decoration:none;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_sans, {
	selector: 'h3',
	css: '.sIFR-root {color: #353535;} a{color: #353535; font-weight:bold; text-decoration:none;} a:hover{color: #353535; font-weight:bold; text-decoration:underline;}',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h4.bold',
	css: '.sIFR-root {color: #353535; font-weight:bold; }',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h4.right_col',
	css: '.sIFR-root {color: #353535; font-weight:bold; }',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h4.author',
	css: '.sIFR-root {color: #000000; font-weight:bold; text-align:right; }',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h4',
	css: '.sIFR-root {color: #353535;}',
	wmode: 'transparent'
});

sIFR.replace(gill_sans, {
	selector: 'h5',
	css: '.sIFR-root {color: #000000; font-weight:bold;}',
	wmode: 'transparent'
});
