// JavaScript Document
	
$(document).ready(function(){

	$.sifr({
		path: '',
		save: true
	});
	
	//$('.btnhome').sifr({ font: 'futuraBook', fontSize: '18px', color: '#f0f0f0', textAlign: 'center', cursor: 'pointer'});
	//$('.btnhome').sifr({ font: 'futuraBook', fontSize: '18px', color: '#f0f0f0', textAlign: 'center', cursor: 'pointer'});
	//$('.btnhome').sifr({ font: 'futuraBook', fontSize: '18px', color: '#f0f0f0', textAlign: 'center', cursor: 'pointer'});
	//$('.btnwhat').sifr({ font: 'futuraBook', fontSize: '18px', color: '#f0f0f0', textAlign: 'center', cursor: 'pointer'});
	//$('.btnprod').sifr({ font: 'futuraBook', fontSize: '18px', color: '#f0f0f0', textAlign: 'center', cursor: 'pointer'});
	//$('.btncontact').sifr({ font: 'futuraBook', fontSize: '18px', color: '#f0f0f0', textAlign: 'center', cursor: 'pointer'});
	//$('.btnwho').sifr({ font: 'futuraBook', fontSize: '18px', color: '#f0f0f0', textAlign: 'center', cursor: 'pointer'});
	
	//$('.sub').sifr({ font: 'futuraBook', fontSize: '12px', color: '#132761', textAlign: 'left', cursor: 'pointer'});
	
	$('.largeCopy').sifr({ font: 'futuraBold', fontSize: '25px', color: '#132761', textAlign: 'left'});
	$('.smallCopy').sifr({ font: 'futuraBook', fontSize: '16px', color: '#132761', textAlign: 'left'});
	
	//$('h3.pageTitle span').sifr({ font: 'futuraBold', color: '#132761', fontWeight: 'bold'});
	$('.pageTitle h3 span').sifr({ font: 'futuraBold', fontSize: '15px', color: '#132761', height: '22px' });
	$('.benefitsTitle h3').sifr({ font: 'futuraBold', fontSize: '15px', color: '#132761' });
	
});
