$(document).ready(function(){
  		$('#contact li:last-child').addClass('last');
  		$('#feature li:first-child').addClass('feature1');
  		$('#feature li:last-child').addClass('feature2');
  		$('#products li:first-child').addClass('product1');
  		$("#page-nav li:nth-child(3)").addClass("product3");
  		$('#footer #nav li:last-child').addClass('last');
		});
