var gothamBook = { src: "../sifr/sifr_gotham-book.swf" };
var gothamLight = { src: "../sifr/sifr_gotham-light.swf" };
sIFR.activate(gothamBook, gothamLight);

sIFR.replace(gothamBook, {
	selector: "div#ContentIndex h1, div.infobox h2, div#ContentJobs h3, div#ContentServices>div.columnMain h3",
	wmode: "transparent",
	css: [".sIFR-root { color: #ffffff; }, .red { color: #ff0000; }"],
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});

sIFR.replace(gothamLight, {
	selector: "div#ContentPhilosophy div.columnLeft>h1, div#ContentServices>h1, div#ContentClients>h1, div#ContentJobs>h1, div#ContentContact>h1",
	wmode: "transparent",
	forceSingleLine: true,
	css: [".sIFR-root { color: #ff0000; }"],
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});

sIFR.replace(gothamBook, {
	selector: "div#ContentIndex h2, div.infobox h3",
	wmode: "transparent",
	css: [".sIFR-root { color: #ff0000; }"],
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});

sIFR.replace(gothamLight, {
	selector: "div#Boxes h1, div.infobox h1, div#Jobs h3",
	wmode: "transparent",
	css: [".sIFR-root { color: #ffffff; }"],
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});

sIFR.replace(gothamLight, {
	selector: "div#ContentContact div.large span",
	wmode: "transparent",
	forceSingleLine: true,
	css: [
		".sIFR-root a { color: #ff0000; text-decoration: none; }",
		".sIFR-root a:hover { color: #ffffff; }"],
	offsetTop: 6
});
