/* --------------------------------------------
	СЕТКА
-------------------------------------------- */
html, body 	{ height: 100%; }
#wrap 		{ min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -200px; }

#container 	{ margin: 0 auto; padding: 0 48px; }
#header 		{ 
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px; 
	
	background: #fff;

}
#nav 		{ min-height: 27px; overflow: hidden; position: relative; }
#wrapper 	{ overflow: hidden; zoom: 1; padding: 32px 0 50px; }
#content 	{ min-height: 1px; margin-right: 2%; position: relative; float: left; width: 65.5%; }
#sidebar	{ float: left; width: 32.5%;  }

#push 		{ height: 150px; }
#footer 		{ height: 120px; padding: 40px 0; }

#footer 		{ 
	overflow: hidden;
	zoom: 1;
	
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #fff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #fff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #fff 0%,#f0f0f0 100%);
}


#wrapper.no-sidebar #content 		{ width: 100%; margin-right: 0; }

#container.toolbar-margin 			{ padding: 0; }
#container.toolbar-margin #wrapper 	{ margin-right: 48px; }