
// sIFR config

var chalet = { src: '/fonts/chalet_paris.swf' };
sIFR.activate(chalet);
sIFR.replace(chalet, {
	  selector: '.section-mode h1, .home .section-mode h2, .section .block-hours h2, .section-massage h1',
		css: {
			'.sIFR-root' 	: { 'color' : '#e2801e'},
			'a' 					: { 'text-decoration' : 'none' } ,
			'a:link'			: { 'color' : '#e2801e' },
			'a:hover'			: { 'color' : '#919194' }
	}
});

sIFR.replace(chalet, {
	  selector: '.section-member h1, .home .section-member h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#b0bb1e'},
			'a' 					: { 'text-decoration' : 'none' } ,
			'a:link'			: { 'color' : '#b0bb1e' },
			'a:hover'			: { 'color' : '#919194' }
	}
});

sIFR.replace(chalet, {
	  selector: '.section-company h1, .home .section-company h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#b53a7f'},
			'a' 					: { 'text-decoration' : 'none' } ,
			'a:link'			: { 'color' : '#b53a7f' },
			'a:hover'			: { 'color' : '#919194' }
	}
});

sIFR.replace(chalet, {
	  selector: '.section-training h1,  .home .section-training h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#b53a7f'},
			'a' 					: { 'text-decoration' : 'none' } ,
			'a:link'			: { 'color' : '#b53a7f' },
			'a:hover'			: { 'color' : '#919194' }
	}
});


sIFR.replace(chalet, {
	  selector: '.section-training .groupBox h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#ffffff', 'background-color' : '#B54B87' }
	}
});

sIFR.replace(chalet, {
	  selector: '.side-hours h3',
		css: {
			'.sIFR-root' 	: { 'color' : '#868786', 'background-color' : '#e6e6e6' }
	}
});


sIFR.replace(chalet, {
	  selector: '.section-contact .groupBox h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#ffffff', 'background-color' : '#f0b310' }
	}
});

sIFR.replace(chalet, {
	  selector: '.section-yoga .groupBox h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#ffffff', 'background-color' : '#49AAC5' }
	}
});

sIFR.replace(chalet, {
	  selector: '.section-massage .groupBox h2, .section-mode .groupBox h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#ffffff', 'background-color' : '#F28D1E' }
	}
});


sIFR.replace(chalet, {
	  selector: '.section-contact h1',
		css: {
			'.sIFR-root' 	: { 'color' : '#f0b310'},
			'a' 					: { 'text-decoration' : 'none' } ,
			'a:link'			: { 'color' : '#f0b310' },
			'a:hover'			: { 'color' : '#919194' }
	}
});


sIFR.replace(chalet, {
	  selector: '.section-contact .groupBox h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#ffffff', 'background-color' : '#f0b310' }
	}
});


sIFR.replace(chalet, {
	  selector: '.section-info h1, .section-yoga h1, .section .section-massage h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#4faac7'},
			'a' 					: { 'text-decoration' : 'none' } ,
			'a:link'			: { 'color' : '#4faac7' },
			'a:hover'			: { 'color' : '#919194' }
	}
});

sIFR.replace(chalet, {
	  selector: '.section-membership h1',
		css: {
			'.sIFR-root' 	: { 'color' : '#b0bb1e'},
			'a' 					: { 'text-decoration' : 'none' } ,
			'a:link'			: { 'color' : '#b0bb1e' },
			'a:hover'			: { 'color' : '#919194' }
	}
});

sIFR.replace(chalet, {
	  selector: '.section-membership .groupBox h2',
		css: {
			'.sIFR-root' 	: { 'color' : '#ffffff', 'background-color' : '#b0bb1e' }
	}
});