﻿/*********************************************************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1000px;
}
/*
    I. Резиновый макет с фиксированной левой панелью
*/
#wrapper {
	width: 100%;
	padding: 0 0 0 0;
	overflow: hidden;
	zoom: 1;
}
#wrapper:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	display: inline;
	width: 100%;
	float: left;
	overflow: hidden;
	zoom: 1;
}
#content {	
/*	display: inline;
	float: left;*/
	margin: 0 0 0 240px;
}
#sidebar-left {	
	display: inline;
	position: relative;
	float: left;
	width: 230px;
	margin-left: -100%;		
}
#sidebar-left:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
/*********************************************************/
/* Освобождаем место под подвал и шапку */
#doc {
	padding: 30px 30px 0 30px;	
}
#wrapper {
	padding-top: 200px;
	padding-bottom: 200px;
}
/* Подвал и шапка */
#footer {		
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 170px;	
}
#header {		
	position: absolute;	
	top: 30px;
	left: 0;	
	width: 100%;
	height: 200px;		
	margin: 0;
	padding: 0;
}
#header .in {
	margin: 0;
	padding: 0 30px;
}

