/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */

.l-page {
	position: relative;
  	height: auto !important;
  	height: 100%;
  	min-height: 100%;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.l-page-contents{
	box-shadow: inset 0px 72px 23px -66px rgba(0, 0, 0, 0.4);
}
	.l-page-holder {
		margin: 0 auto;
		width: 1200px;
		/*padding: 0 30px 80px;*/
	}
		.l-wrapper {
			width: 100%;
		}
			.l-header {
				height: 80px;
			}
			
				.l-content {
					width: 1200px;
					margin: 0 auto;
					overflow: hidden;
					padding: 40px 0px;
				}
					.l-page-content {
						
						overflow: hidden;
					}
					.l-page-left {
						float: left;
						width: 340px;
						margin: 0px 50px 0px 15px;
						overflow: hidden;
					}
			
	.l-footer {
		position: absolute;
		bottom: 0; 
		left: 0;
		width: 100%;
		height: 80px;
	}