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

#container 	    { margin: 0 auto; margin-bottom: 20px; width: 1024px /*!important;*/ }
/* #header-back    { position: absolute; top: 0; left: 0; width: 100%; height: 60px; background: url(../images/fon-bg.png) repeat-x } */
#header 	{ position:relative; width: 1024px; margin: 0 auto;}
#nav 		{ overflow:hidden; height:40px }
#wrapper 	{ clear:both; zoom: 1; padding:10px 0 14px 0; width: 1024px /*!important;*/ }
#content 	{ min-height: 1px; position: relative; width: 716px; }
#sidebar	{ float: right; width: 303px; padding-left: 5px; }
#footer 	{ overflow: hidden; zoom: 1; background:#4c4c4c url(../images/footer-bg.png) repeat-x top; clear: both; }
#footer-in 	{ margin:0 auto; width:950px; padding:20px 0 25px 0 }


#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: 48px; }

.content-width	{ width: 716px; }
#wrapper.no-sidebar .content-width	{ width: 1024px; }
