
$(document).ready(function(){
	//fix footer position
	h = $("#wrapper").height();
	w = $("#wrapper").width();
	$(".footer").css({
		position: "absolute",
		top: (h-20)+"px"
	});
	//-
	
	//nav
	$(".navMenuItem","#nav").siteGridMenu({
		animType: 2,
		backgroundColor: "#192d48"
	});
	//-
});
