document.observe('dom:loaded', function() {

	Cufon.replace
	("ul#main_nav li a", { fontFamily: 'Eurostile', hover: true})
	("h1", { fontFamily: 'Eurostile'})
	("h2", { fontFamily: 'Eurostile'})
	("ul.directions li h3 a", { fontFamily: 'Eurostile'})
	("#despre-facilitati h3", { fontFamily: 'Eurostile'})
	("strong.tel", { fontFamily: 'Eurostile'})
	("div.sidebar ul li  a", { fontFamily: 'Eurostile', hover: true})
	("ul.tabs li a", { fontFamily: 'Eurostile', hover: true});
		
});