/*================================================
-Main.js Document;
================================================*/

//----------------------------------------------- Cufon
Cufon.replace('.cont ul li, .cont ul li a, ul.nav li a, .price h5, .none h5, h3, .post h1, .contact-page h1, .contact-page h4, .contact-page h6, .contact-page h5, .box-ins h2, .box-btn, .foot-cont h5, .foot-cont h6, .foot-cont p, a.slid-btn, ul.menu li a, .post h2, h2, a.sideb-r-btn', {hover: true, fontFamily: 'Grandesign Neue Serif' });
Cufon.replace('.row label, .row-inn label', {hover: true, fontFamily: 'Museo Slab 500' });

//----------------------------------------------- $(document).ready start
$(document).ready(function(){

$('.cont ul li:last-child').addClass('cont-last');
$('ul.nav li:last-child').addClass('nav-last');
$('ul.copy li:first-child').addClass('copy-first');
$('ul.copy li:last-child').addClass('copy-last');


$(document).ready(function(){	
	
	$(function() {
	  $('.slidetabs').tabs('.images > div', {
		'effect' : 'fade',
			  'fadeInSpeed' : 1500,
		   'fadeOutSpeed' : 1500,
		   'rotate': true
	  }).slideshow({
			  'autoplay' : true,
			  'interval' : 6000
	  });
	});

		$(function() {
		 $('a[rel*=external]').click( function() {
			 window.open(this.href);
			 return false;
		 });
	 });
	 
});

//----------------------------------------------- Strict new page

});

