/*************************MAIN****************************************/
/*
	Позиционируем все блоки страницы
*/
body{
	margin: 0;
	padding: 0;	
	height: 100%;

        margin-left: auto;
        margin-right: auto;
}
/* basic layout ------------------- */
#content-wrapper {
	float: right;
	width: 69%;
}
#left {
	float: left;
	width: 30%;
}
#content {
	width: 94%;
	float: left;
}
/* min-width ------------------- */
#wrapper{
	min-width: 970px;
	width: 970px;
}
/* stick footer ------------------- */
html,
body {
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
	width: 970px;
	/* Выравниваем блок по центру (по горизонтали) */	
	left: 50%;	
	margin-left: -485px;
	
}
#content-wrapper {
	margin-bottom: 1em;
}
#footer {
	position: relative;
	margin: -100px 0 0;
	clear: both;
	height: 100px;	
}
/* clear floats ------------------- */
.hasFloat:after {
	content: "";
	display: block;
	clear: both;
        height: 100px;
}
/*********************************************************/
/* Горизонтальная подпорка */
#prop {
    width: 100%;
}

/*********************************************************/
/*
	Освобождаем место под ШАПКУ
*/
#left {
	margin-top: 450px;
}
#content {
	margin-top: 450px;
}
/*********************************************************/
/* ШАПКА САЙТА */
#header {	
	position: absolute;
	top: 0;     
	
	height: 450px;        
	min-width: 970px;

        border: transparent;
        /* Выравниваем блок по центру */
        /* непонятно как */
        left: 50%;
        margin-left: -485px;
}
/* ФОН */
#head-bg{
/*	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 471px;
	background: transparent url(i/bg.jpg) no-repeat top center;
        overflow: visible;*/
        /* для того чтобы вписался в фон */
        /*left: 50%;
        right: 50%;
        margin-left: -265px;
        margin-right: -265px;
	z-index: -1;*/
}
body {
    background: transparent url(i/bg.jpg) no-repeat top center;
}
/* ЛОГО */
#logo {
	position: absolute;
	top: 51px;
	left: 62px;
	width: 250px;
	height: 117px;
}
#logo img {
        position: absolute;
        top: 0;
        left: 33px;
}
#logo span {
        position: absolute;
        top: 127px;
        left: 6px;
        
        font-family: Georgia, Times;
        font-size: 9px;
        font-style: normal;
        font-weight: normal;
        color: #00215a;
}
/* НОМЕР ТЕЛЕФОНА */
#phone {
	position: absolute;
	top: 210px;
	left: 100px;
	
	font-family: Times, serif;
	font-size: 26px;
	color: #17337c;
}
#phone .prefix {
	font-family: Times, serif;
	font-size: 16px;
	color: #58a750;
}
/* НАЗВАНИЕ САЙТА */
#sitename {
	position: absolute;
	top: 10px;
	right: 90px;
	width: 350px;
	
	font-family: Times, serif;
	font-size: 22px;
	font-style: italic;
	color: white;
	
	text-align: center;
}
#sitename span {
	font-family: Times, serif;
	font-size: 53px;
	font-style: italic;
	color: white;
}
/* ХЛЕБНЫЕ КРОШКИ */
#breadcrumb {
        position: absolute;
        top: 450px;
        left: 300px;
}
#breadcrumb a, #breadcrumb strong {
        font-family: Times, serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #535353;
}
/* ТЕПЛИЦА */
#hothouse {
        position: absolute;
        top: 30px;
        left: 290px;        
        width: 467px;
        height: 400px;
        background: transparent url(/layout/i/hothouse-front.png) no-repeat top left;
}
#hothouse-loupe {
    position: absolute;
    top: 30px;
    left: 290px;
    width: 467px;
    height: 400px;
    background-color: transparent;
    z-index: 99;
    /*overflow: hidden;*/
}
#hothouse-loupe div {
        /*border: 1px solid blue;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        background-image: url(/layout/i/hothouse-back.png);
        background-repeat: no-repeat;
        background-position: 100px 50px;        
        /*display: none;        */
}
/***************************************************************************/
/* БЛОК СОДЕРЖИМОГО */
#content {
	padding-left: 40px;
        padding-right: 20px;
}

#content p {
        font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-style: normal;
	color: #535353;
	line-height: 1.7;
}
#content h1, h2, h3 {
	padding-top: 0; padding-top: 0;
	margin-top: 20px; margin-bottom: 0;
	
	font-family: Times, serif;
}
#content h1 {
	margin-left: -40px;	
	
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	color: #315594;
}
#content h2 {
	margin-left: -40px;

	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: #59a352;
}
#content h3 {
	/*margin-left: -40px;*/

	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #59a352;
}
#content ul {
	margin-left: -20px;
	padding: 0;

	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-style: normal;
	color: #535353;
	line-height: 1.7;
}
#content ul li {
	margin: 0 0 0 18px;
	padding: 0 0 14px 0px;
	
	list-style-type: none;
	list-style-image: url(i/list-image.gif);
}
#content ol {
	margin-left: -24px;
	padding: 0;

	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-style: normal;
	color: #535353;
	line-height: 1.7;
}
#content ol li {
	margin: 0 0 0 18px;
	padding: 0 0 14px 0px;

	/*list-style-type: none;
	list-style-image: url(i/list-image.gif);*/
}
#content p.faq {
	margin-left: -40px;
	font-size: 15px;
	font-style: italic;
	color: #315594;
}

/* Таблица каталога */
table.catalog {
}
table.catalog th {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    color: #59a352;
    text-align: left;
    
    border-bottom: 1px solid #315594;
}
table.catalog td {
    border-bottom: 1px solid #315594;        
}
/***************************************************************************/
/* БЛОК  CЛЕВА */
#left * {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;	
}
#left ul {
	margin: 0 0 0 30px;
	padding: 0;
}
#left ul li {
	margin: 0;
	padding: 0 0 10px 0;
	
	list-style-type: none;
}
#left ul li.active {
	list-style-image: url(i/list-image.gif);
}
#left a {
	color: #00225b;
}
#left strong {
        font-weight: bold;
	color: #59a352;
}

#priz-reg-dill {
    position: relative;
    margin: 30px 0 0 10px;    
}
#priz-reg-dill a img {
    border: none;
}
/***************************************************************************/
/* ПОДВАЛ САЙТА */
#footer {
	background: transparent url(i/footer-bg.jpg) repeat-x bottom left;
	
	font-family: Times, serif;
}
#footer #in {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}
#footer .copyright {
	margin-left: 35%;
		
	font-size: 14px;
	color: #606060;
}
#footer .copyright a {
        font-size: 14px;
        color: #606060;
}
#meter {
	position: absolute;
	top: 50px;
	left: 25%;
}
