$(document).ready(function(){
	$(window).resize(function() {				
		var windowWidth = $(window).width();
		var sideBody = $("#side_body").width();
		
		var widthOver = windowWidth - ($("#logo").width() + $("#side_controls").width()) - 80;
		var twitterWidth = $('#twitter').width();
		
		var heightH1 = $("#slider li .content h1").height();
		var sliderHeight = $('#slider').height();
		
		if(windowWidth < 1120 && windowWidth > 780){
			$("#pagewrapper").css("width",(windowWidth - 20)+"px");
			$("#content").css("width",(windowWidth - sideBody - 80)+"px");
			$("#side_body").css("margin-left","20px");
			$("#product_info").css("width",((windowWidth - sideBody - 60) / 2)+"px");
			$("#product_images").css("width",((windowWidth - sideBody - 145) / 2)+"px");
			$("#standard_info").css("width",((windowWidth - sideBody - 60) / 2)+"px");
			$("#standard_img").css("width",((windowWidth - sideBody - 145) / 2)+"px");
			$("#extras .extra_left").css("width",((windowWidth - sideBody - 60) / 2)+"px");
			$("#extras .extra_right").css("width",((windowWidth - sideBody - 145) / 2)+"px");
			$("#body").css("padding","40px 10px 10px 10px");
			$("#body").css("width",(windowWidth - 40)+"px");
			$("#header").css("width",(windowWidth - 40)+"px");
			$("#header").css("padding","10px");
			$("#header ul").css("width",(widthOver -20)+"px");
			$("#footer .container").css("width",(windowWidth - 20)+"px");
			$("#footer .container").css("padding","0 10px");
			$("#footer .text_item").css("width",((windowWidth - twitterWidth - 100) / 2)+"px");
			$("#slider").css("width",(windowWidth - sideBody - 40)+"px");
			$("#slider").css("height",(sliderHeight+20)+"px");
			$("#slider li .highlight").css("width",((windowWidth - sideBody - 40) / 2)+"px");
			$("#slider li .highlight img").css("width",((windowWidth - sideBody - 40) / 2)+"px");
			$("#slider li .content").css("width",(((windowWidth - sideBody - 40) / 2)-60)+"px");
			$("#slider li .content h1").css("width",(((windowWidth - sideBody - 40) / 2)-60)+"px");
			$("#slider li .content h2").css("width",(((windowWidth - sideBody - 40) / 2)-60)+"px");
			$(".background").css("height",heightH1+"px");
		} else {
			$("#pagewrapper").css("width","1120px");
			$("#content").css("width","840px");
			$("#side_body").css("margin-left","40px");
			$("#body").css("width","1120px");
			$("#body").css("padding","40px 0px 0px");
			$("#header").css("width","100%");
			$("#header").css("padding","20px 0 5px");
			$("#header ul").css("width","730px");
			$("#footer .container").css("width","1120px");
			$("#footer .container").css("padding","0");
			$("#footer .text_item").css("width","390px");
			$("#standard_info").css("width","445px");
			$("#standard_img").css("width","360px");
			$("#extras .extra_left").css("width","445px");
			$("#extras .extra_right").css("width","360px");
			$("#slider").css("width","840px");
			$("#slider").css("height",(sliderHeight)+"px");
			$("#slider li .highlight").css("width","400px");
			$("#slider li .highlight img").css("width","400px");
			$("#slider li .content").css("width","400px");
			$("#slider li .content h1").css("width","100%");
			$("#slider li .content h2").css("width","100%");
			$(".background").css("height",heightH1-60+"px");
		}
	});			
	
	var windowWidth = $(window).width();
	var sideBody = $("#side_body").width();
	
	var widthOver = windowWidth - ($("#logo").width() + $("#side_controls").width()) - 80;
	var twitterWidth = $('#twitter').width();
	
	var heightH1 = $("#slider li .content h1").height();
	var sliderHeight = $('#slider').height();
		
	if(windowWidth < 1120 && windowWidth > 780){
		$("#pagewrapper").css("width",(windowWidth - 20)+"px");
		$("#content").css("width",(windowWidth - sideBody - 60)+"px");
		$("#body").css("padding","40px 10px 10px 10px");
		$("#body").css("width",(windowWidth - 40)+"px");
		$("#side_body").css("margin-left","20px");
		$("#product_info").css("width",((windowWidth - sideBody - 60) / 2)+"px");
		$("#product_images").css("width",((windowWidth - sideBody - 145) / 2)+"px");
		$("#standard_info").css("width",((windowWidth - sideBody - 60) / 2)+"px");
		$("#standard_img").css("width",((windowWidth - sideBody - 145) / 2)+"px");
		$("#extras .extra_left").css("width",((windowWidth - sideBody - 60) / 2)+"px");
		$("#extras .extra_right").css("width",((windowWidth - sideBody - 145) / 2)+"px");
		$("#header").css("width",(windowWidth - 40)+"px");
		$("#header").css("padding","10px");
		$("#header ul").css("width",(widthOver - 20)+"px");
		$("#footer .container").css("width",(windowWidth - 20)+"px");
		$("#footer .container").css("padding","0 10px");
		$("#footer .text_item").css("width",((windowWidth - twitterWidth - 100) / 2)+"px");
		$("#slider").css("width",(windowWidth - sideBody - 40)+"px");
		$("#slider").css("height",(sliderHeight+100)+"px");
		$("#slider li .highlight").css("width",((windowWidth - sideBody - 40) / 2)+"px");
		$("#slider li .highlight img").css("width",((windowWidth - sideBody - 40) / 2)+"px");
		$("#slider li .content").css("width",(((windowWidth - sideBody - 40) / 2) -60)+"px");
		$("#slider li .content h1").css("width",(((windowWidth - sideBody - 40) / 2)-60)+"px");
		$("#slider li .content h2").css("width",(((windowWidth - sideBody - 40) / 2)-60)+"px");
		$(".background").css("height",heightH1+"px");
	}
});

