var exuberance = {
	src: 'exuberance.swf'
};
var exuberanceBold = {
	src: 'exuberance_bold.swf'
};

sIFR.activate(exuberance,exuberanceBold);

sIFR.replace(exuberanceBold, {
	selector: '#productList h1',
	wmode: 'opaque',
	css: {'.sIFR-root': { 'color':'#6A4542', 'background-color':'#f7f7ef'},
		'a': {'color':'#62776B'},
		'a:hover': {'color':'#62776B'}}
})


sIFR.replace(exuberanceBold, {
	selector: '.infoBlurb h2.brown',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#6A4542'},
		'a': {'color':'#6A4542'},
		'a:hover': {'color':'#6A4542'}}
});

sIFR.replace(exuberanceBold, {
	selector: '.infoBlurb h2',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#a19b2a'},
		'a': {'color':'#a19b2a'},
		'a:hover': {'color':'#a19b2a'}}
});



sIFR.replace(exuberanceBold, {
	selector: '.productInfoThumbs h2',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'font-size': '14px','text-align': 'center', 'marginTop':'20px', 'color':'#6A4542'},
		'a': {'color':'#6A4542'},
		'a:hover': {'color':'#6A4542'}}
});


sIFR.replace(exuberanceBold, {
	selector: '.productCategoriesPage .flaxRecipeDetailed h2, .productCategoriesPage .flaxseedTypesRow h2',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'font-size': '16px','color':'#6A4542'},
		'a': {'color':'#6A4542','text-decoration' : 'none'},
		'a:hover': {'color':'#6A4542','text-decoration' : 'underline'}}
});

sIFR.replace(exuberanceBold, {
	selector: '.flaxRecipeDetailed h2, .flaxseedTypesRow h2',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#6A4542'},
		'a': {'color':'#c14d00','text-decoration' : 'none'},
		'a:hover': {'color':'#c14d00','text-decoration' : 'underline'}}
});

sIFR.replace(exuberanceBold, {
	selector: '#bottomCopy h2',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#6A4542','text-decoration' : 'none','font-size':'12px'},
		'a': {'color':'#a19b2a','text-decoration' : 'none'},
		'a:hover': {'color':'#a19b2a','text-decoration' : 'underline'}}
});
sIFR.replace(exuberance, {
	selector:'.accountSectionTitle h2',
	wmode: 'transparent',
	css: {'.sIFR-root': {'color':'#6A4542','font-size':'14px'}}
	
});
sIFR.replace(exuberance, {
	selector: 'h1:not(.noSifr), h2:not(.noSifr)',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#6A4542','text-decoration' : 'none'},
		'a': {'color':'#62776B','text-decoration' : 'none'},
		'a:hover': {'color':'#62776B','text-decoration' : 'underline'}}
});

sIFR.replace(exuberance, {
	selector: '.leftContent h3:not(.noSifr)',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'font-size':'14px','color':'#6A4542','text-decoration' : 'none'},
		'a': {'color':'#62776B','text-decoration' : 'none'},
		'a:hover': {'color':'#62776B','text-decoration' : 'underline'}}
});
sIFR.replace(exuberance, {
	selector: '.siteMapTitle',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'font-size':'14px','color':'#c14d00','text-decoration' : 'none'},
		'a': {'color':'#c14d00','text-decoration' : 'none'},
		'a:hover': {'color':'#c14d00','text-decoration' : 'underline'}}
});
/*
sIFR.replace(exuberance, {
	selector: 'h2',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#6A4542'},'a': {'color':'#62776B'},
		'a:hover': {'color':'#62776B'}}
});
*/