// Main Menu //
$(document).ready(function(e) {
	// Validation //
	$('.numeric').numeric();
	$("#comment-form").validate();
	$('ul.sf-menu').superfish();
    $('#container #footer #footer-text #footer-menu ul li:eq(0)').css('border-left','none');
	$('.sf-menu li:eq(0)').css('border-left','none');
	// Search Box //
	
	/*
	$('input[type="text"]').addClass("idleField");
	$('input[type="text"]').focus(function() {
		$(this).removeClass("idleField").addClass("focusField");
		if (this.value == this.defaultValue){ 
			this.value = '';
		}
		if(this.value != this.defaultValue){
			this.select();
		}
	});
	$('input[type="text"]').blur(function() {
		$(this).removeClass("focusField").addClass("idleField");
		if ($.trim(this.value) == ''){
			this.value = (this.defaultValue ? this.defaultValue : '');
		}
	});
	
	*/
	// Date Picker //
	
	// Lightbox //
	$(".colorbox").colorbox();
});
// Home Page Flash //
//swfobject.registerObject("FlashID");
