function initCufon() {
	Cufon.replace('#faq_send_form_block h1, .content-left > h1, #content h1, #content h2,#main h1, #sidebar h1, #sidebar h2, .vacancy-list li span, .section h1, .section strong, .content-left > h2, .title, .sb-td-right h1 ', { fontFamily: 'OfficinaSansBoldC', hover: true });
	Cufon.replace('', { fontFamily: 'PlumbLightC', hover: true });
	Cufon.replace('.btn-catalog, .btn-eng, .btn-ger, .footer-content strong, #nav a, #nav li ul a, input.submit-comment, .column3 h1, .tab_ span, #nav a:hover, .contact-form .row, .lang_tab_post h2 ', { fontFamily: 'PlumbMediumC', hover: true });
}

$(document).ready(function(){
	initCufon();
});
