Cufon.replace('.row-top-menu ul', {
	fontFamily : 'Myriad Pro Bold',
	fontSize: '13px',
	hover : true
});


Cufon.replace('h3', {
	fontFamily : 'Myriad Pro',
	fontSize: '20px',
	margin:'0',
	color: '#FFF',
	hover : true
});

Cufon.replace('.wrapper-box .boxTitle h3, #produtos_lateral h3, .custom-title', {
	fontFamily : 'Myriad Pro bold',
	color: '#FFFFFF',
	hover : true
});
Cufon.replace('h1', {
	fontFamily : 'Myriad Pro bold',
	fontSize: '30px',
	color: '#ccffff',
	hover : true
});
Cufon.replace('h2', {
	fontFamily : 'Myriad Pro bold',
	fontSize: '18px',
	color: '#FFF',
	hover : true
});

