/* --------------------------------------------
	СЕТКА
-------------------------------------------- */

#container 			{ margin: 0 auto; margin-bottom: 0px; padding: 0 25px; }
#header-back 		{ position: absolute; top: 0; left: 0; width: 100%; height: 38px; background: #555d6e; }
#header 			{ background: #555d6e; height: 38px; margin: 0 auto; position: relative; padding-right: 270px; }
#nav 		{ 
	min-height: 26px;
	margin-bottom: 0px; 
	overflow: hidden; 
	padding: 30px 0px 20px 0px; 
	position: relative;
	margin-right: -16px;
}
#wrapper 	{ overflow: hidden; zoom: 1; padding: 0px 15px 20px 15px; margin-bottom: 0px; background: #fff url(../images/sidebar-border.png) 99% 0px repeat-y;
-webkit-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2);
}
#content 	{ min-height: 1px; margin-right: 285px; background: #fff; position: relative; }
#sidebar	{ float: right; width: 250px; }
#footer 	{ overflow: hidden;
zoom: 1;
margin-bottom: 0px;
padding: 0 0 50px 30px;
font-size: 12px;
background: #fff;
padding-top: 20px;
border-top: 3px solid #555D6E;
-webkit-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2);
}

#andfooter 	{ 
}

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

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