var $ = jQuery.noConflict();


jQuery(document).ready(function($) {
	
	
	rainbows.init({
		selector: '.title-big h1',
		highlight: false,
		shadow: false,
		from: '#1a5a7b',
		to: '#0f3b52'
	});
	rainbows.init({
		selector: '.title-big h2',
		highlight: false,
		shadow: false,
		from: '#1a5a7b',
		to: '#0f3b52'
	});
	
	jQuery('#nav ul').superfish();
	
	
});	
