$(document).ready(function(){
	//Right Click Protection
	//$(document).bind("contextmenu",function(e){ return false;});
	
	//Center Content to Center
    $(".pagecontainer > table:eq(1)").addClass("st-background");
	$(".pagecontainer > table:eq(1) tr:first td:first").addClass("st-bginner");
	$(".st-bginner table:eq(1)").addClass("st-content");
	$(".st-content").find("br[clear = none]").remove();
	
	//Getting and Setting Store Categories
    if($("#st-categories").length > 0) {
    	if($("#LeftPanel .lcat").length > 0) {
			$("#st-categories").html($("#LeftPanel .lcat").html());
        }
    }
    if($("#st-categories ul.lev1").find("li").length > 0) {
    	$("#st-categories ul.lev1").find("li:last").addClass("st-lastitem");
    }
	
	//Footer
	var footer = "\n\r<div id=\"st-footer\">Copyright &copy; 2010 Northern Lights Solar Solutions. | All Rights Reserved.<\/div>";
	$(".st-content").after(footer)	
	
	//$("#CentralArea").find("table.grid").attr("cellspacing","6");
});
