/*************************MAIN****************************************/
/*
	Позиционируем все блоки страницы
*/
html {
    position: relative;
}
body {
	position: relative;
	margin: 0;
	padding: 0;		
	height: auto !important;	
	height: 100%;
	min-height: 100%;
	z-index: 0;
}
/* basic layout ------------------- */
#content-wrapper {
	float: right;
	width: 74%;	
}
#left {
	float: left; 
	width: 25%;	
}
#content {
	width: 95%;
	float: left;	
}

#wrapper {
    padding-top: 1px;
    padding-bottom: 100px;
    z-index: 0;
}
/* min-width ------------------- */
#wrapper{
	min-width: 960px;
	width: 100%;
}

/* stick footer ------------------- */
html,
body {
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 99%;
}
#footer {
	position: absolute;
/*	margin: -100px 0 0;*/
	margin: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	clear: both;	
	height: 100px;
}
/* clear floats ------------------- */
.hasFloat:after {		
	/*height: 50px;*/
	content: "";
	display: block;
	clear: both;
}
.clear:after { content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear {display:inline-block;}
.clear {display:block;}
.empty {height: 100px;}

/*********************************************************/
/*
	Освобождаем место под ШАПКУ
*/
#left {
	padding-top: 380px;
}
#content-wrapper {
	padding-top: 320px;
}
/*********************************************************/
/*
	Фон сайта
*/
body {
	background: transparent url(i/bg.jpg) repeat;
	z-index: 1;
}
#bg-top {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	height: 550px;
	width: 100%;
	background: transparent url(i/bg-top.jpg) repeat-x top center;	
	z-index: -1;
}
#bg-top-left {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	height: 550px;
	width: 475px;
	background: transparent url(i/bg-top-left.jpg) no-repeat top left;
	z-index: -1;
}
#bg-top-right {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	height: 550px;
	width: 495px;
	background: transparent url(i/bg-top-right.jpg) no-repeat top right;
	z-index: -1;
}
#bg-left {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 260px;
	left: 0;
	height: 239px;
	width: 484px;
	background: transparent url(i/bg-left.png) no-repeat top left;
	z-index: -1;
}
#bg-right {
	position: absolute;
	margin: 400px 0 0 0;
	padding: 0;
	top: 0;
	right: 0;
	height: 103px;
	width: 185px;
	background: transparent url(i/bg-right.png) no-repeat top right;
	z-index: -1;
}
#bg-bottom {
	position: absolute;
	/*margin: -160px 0 0 0;*/
	padding: 0;
	bottom: 0;
	left: 0;
	height: 260px;
	width: 100%;
	z-index: -2;
	background: transparent url(i/bg-bottom.jpg) repeat-x bottom center;
}
#bg-bottom-left {
	position: absolute;
	margin: -137px 0 0 0;
	padding: 0;
	top: 0;
	left: 0;
	height: 187px;
	width: 284px;
	z-index: -2;
	
	background: transparent url(i/bg-bottom-left.jpg) no-repeat bottom left;;
}
#bg-bottom-right {
	position: absolute;
	margin: -250px 0 0 0;
	padding: 0;
	top: 0;
	right: 0;
	height: 300px;
	width: 285px;
	z-index: -2;
	
	background: transparent url(i/bg-bottom-right.jpg) no-repeat bottom right;
}
/*********************************************************/
/*
	Шапка сайта
*/
#header {	
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	min-width: 960px;
	height: 320px;
	z-index: 2;
}
/* Логотип */
#logo {
	position: absolute;
	top: 40px;
	left: 60px;	
}
/* Главное меню */
#GlobalMenu {
	position: absolute;
	top: 200px;
	left: 60px;

        font-family: Verdana, Arial;
        font-size: 14px;
}
#GlobalMenu ul li {
	display: block;	
	float: left;
	text-align: center;
	margin-right: 40px;
}
#GlobalMenu a {	
	display: block;	
	color: #ffffff;
	/*height: 72px;	*/
	width: 100px;	
}
#GlobalMenu a:hover {color: #ec1a22;
}
#GlobalMenu strong {
	display: block;
	color: #ffffff;
	/*height: 72px;	*/
	width: 100px;
}
#GlobalMenu a#ico_akcia, strong#ico_akcia {
    color: #feda01;
}
#GlobalMenu a#ico_akcia:hover {color: #ec1a22;
}
/* Эскизы */
#ico_eskiz {
	padding-top: 68px;	
	background: transparent url(i/ico_esciz.png) no-repeat top center;
        
}
/* Фото */
#ico_foto {
	padding-top: 68px;
	background: transparent url(i/ico_foto.png) no-repeat top center;
}
/* Акция */
#ico_akcia {
	padding-top: 68px;
	background: transparent url(i/ico_akcia.png) no-repeat top center;        
}

/* Домик и письмо */
#Util {
	position: absolute;
	top: 350px;
	left: 28px;
}
#Util img {
	border: none;
	margin-left: 20px;
}
/*********************************************************/
/*
	Основной контент
*/
#content {	
	padding: 0 20px 0 0;
	margin: 0;
}
#content * {
	font-family: Verdana, Arial;
}
#content h1 {
	font-family: Georgia, Times, serif;
	margin: 0 0 0 -15px;
        padding: 0 0 10px 0;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
#content h2 {
	font-family: Georgia, Times, serif;
	margin: 0 0 0 -15px;
        padding: 0 0 10px 0;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #feda01;
}
#content h3 {
	font-family: Georgia, Times, serif;
	margin: 0 0 0 -15px;
        padding: 0 0 10px 0;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #feda01;
}
#content p {	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.7;
}
#content a {	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #feda01;
	line-height: 1.7;
}
#content a:hover {color: #ec1a22;
}

#content ul {
	padding: 0 0 0 20px;
	font-size: 13px;
	color: #ffffff;
}
#content ol {
	padding: 0 0 0 20px;	
	font-size: 13px;
	color: #ffffff;
}

/*********************************************************/
/*
	Блок слева
*/
#left .menu  * {
	padding: 0;
	margin: 0;	
	font-family: Verdana, Arial;	
}
#left .menu strong {
    display: block;
    margin-bottom: 10px;
}
/*#left .menu li.active > strong {
    text-decoration: underline; 
        margin-bottom: 10px;
        display: block;
}*/
#left .menu a.favorit {
	color: #feda01;
}
/*#left .menu a.favorit:hover {
	color: #ec1a22;
	list-style-image: url(i/list-img.gif);
	padding: 0 0 0 0;
	margin: 0;

}*/
#left .menu strong.favorit {
	color: #feda01;
}
#left .menu a {
	color: #ffffff;
}
#left .menu a:hover {
	color: #ec1a22;
	padding-left: 18px;
        margin-left: -18px;
        background: transparent url(i/list-img.gif) no-repeat center left;

	
}
/* Первый уровень */
#left .menu ul {
	margin: 0;
	padding: 0 0 0 40px;
	border-left: 5px solid #feda01;
	width: 60%;
}

#left .menu ul li {
	width: auto;

	list-style-type: none;
	margin: 0;
	padding: 0 0 12px 0;
	
	font-size: 14px;
	color: #ffffff;
}


/*ховер лишек*/
/*#left .menu ul li:hover {
	
	list-style-image: url(i/list-img.gif);
	
}
*/
#left .menu ul li.active {
	list-style-image: url(i/list-img.gif);
	padding: 0 0 0 0;
	margin: 0;
}
/* li.hov:hover {
	list-style-image: url(i/list-img.gif);
} */
/* Второй уровень */
#left .menu ul ul {
    margin: 5px 0 0 0;
    padding: 0 0 0 23px;
    border: none;
    font-size: 12px;
}
#left .menu ul ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
    font-size: 12px;
    list-style-image: none;
}
#left .menu ul ul > li {
}
/* Третий уровень 
#left .menu ul ul ul {
    border: none;
    list-style-image: none;
}
*/
/*********************************************************/
/*
	Подвал сайта
*/
#footer {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	min-width: 960px;
	z-index: 1;
}
#footer #in {
   padding-top: 50px;
}

#footer .meter
{
	position: absolute;
	left: 26%;
        top: 50px;
}


#footer #in .copyright {
	font-family: Verdana, Aria;
	font-size: 13px;
	margin-left: 36%;
	z-index: 10;
}
#footer #in .copyright {
	color: #ffffff;
	z-index: 10;
}
#footer #in .copyright a {
	color: #ffffff;
	z-index: 10;
}
#footer #in .copyright a:hover {
	color: #ec1a22;
}