





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

#container 	{ margin: 0 auto; margin-bottom: 20px; width:1000px; }
#header 	{ padding-bottom: 5px; position: relative; /*background: url('http://localhost/lv_ma/templates/skin/developer/images/logo4.png') no-repeat;*/ }
#nav 		{ margin-bottom: 15px; overflow: hidden; }
#wrapper 	{ overflow: hidden; zoom: 1; padding: 15px; background: #fff; border-bottom: 1px solid #eee; -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1); box-shadow: 0 0 3px rgba(0,0,0,.1); }
#content 	{ float: left; width: 655px; margin-right: 10px; background: #fff; position: relative; }
#sidebar	{ float: right; width: 300px; }
#footer 	{ overflow: hidden; zoom: 1; margin-bottom: 20px; padding: 20px 0 50px; color: #777; }


#content.content-full-width { width: 100%; margin-right: 0; }

#content.content-right 		{ margin-right: 0; float: none; margin-left: 311px; width: auto; }
#sidebar.sidebar-left 		{ float: left; width: 250px; padding-right: 30px; border-right: 1px solid #eee; margin-right: 30px; }


