﻿jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery.sifrSettings({path:'/Themes/MillaisNurseries/Flash/'});
	jQuery("h1").sifr({font:'Gill-Sans-MT',color:'#4a0151',fontSize:'22px'});
	jQuery(".homepage h1").sifr({font:'Gill-Sans-MT',color:'#5d8d2c',fontSize:'18px'});
	jQuery("#left-column h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery(".login-panel h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery(".new-customer-panel h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery(".forgotten-password-panel h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery("#right-column h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery("#options h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery("#options h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery(".holder h2").sifr({font:'Gill-Sans-MT',color:'#4a0151',fontSize:'18px'});
	jQuery("#alternatives h2").sifr({font:'Gill-Sans-MT',color:'#4a0151',fontSize:'18px'});
	jQuery("#single-page-checkout h2").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'18px'});
	jQuery("#single-page-checkout h3").sifr({font:'Gill-Sans-MT',color:'#3c8101',fontSize:'16px'});
	jQuery("h2.small").sifr({font:'Gill-Sans-MT',color:'#663366',fontSize:'14px'});
	jQuery("#subscription-panel h2").sifr({font:'Gill-Sans-MT',color:'#ffffff',fontSize:'24px'});
	jQuery("#right-column h3").sifr({font:'Gill-Sans-MT',color:'#330033',fontSize:'14px'});
	jQuery("#customer-reviews h2").sifr({font:'Gill-Sans-MT',color:'#3c8001',fontSize:'18px'});
	jQuery("#customer-reviews h3").sifr({font:'Gill-Sans-MT',color:'#330033',fontSize:'16px'});
});