html, body {
	width: 100%;
	height: 100%;
	min-width: 990px;
	min-height: 100%;
	position: relative;
}
body {
	background: url("../images/fon-top.gif") repeat-x scroll center top #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	padding: 0;
	margin: 0;
	height: 100%;
}

img { border: 0; }

a {
	color: black;
	text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }

p { margin: 5px 0; }

#Page, #PageRight {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	#height: 100%;
	min-height: 100%;
}
#Page { background: url("../images/cont-1-bgLeft.png") repeat-y left top transparent; }
#PageRight { background: url("../images/cont-1-bgRight.png") repeat-y right top transparent; }

#Header, #Article, #Footer,
#HeaderTop, #HeaderTopRight, #HeaderTopLeft,
#HeaderBottom {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#Header { height: 167px; }
#HeaderTop {
	background: url("../images/top1_center.gif") repeat-x center top transparent;
	height: 142px;
}
#HeaderTopRight {
	background: url("../images/top1_right.gif") no-repeat right top transparent;
	height: 142px;
}
#HeaderTopLeft {
	background: url("../images/top1_left.gif") no-repeat left top transparent;
	height: 142px;
}
#Phones {
	display: block;
	position: absolute;
	top: 39px;
	right: 505px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 0 1px #FEAC7C;
}
#Phones, #Phones:hover, #Phones:active { text-decoration: none; }
#Logo {
	display: block;
	position: absolute;
	top: 73px;
	left: 22px;
	width: 260px;
	height: 60px;
}
#Logo, #Logo:hover, #Logo:active { text-decoration: none; }
#HeaderBottom {
	background: url("../images/top2_bg.gif") repeat-x center top transparent;
	height: 25px;
}
#HeaderBottomRight {
	background: url("../images/top2_right.gif") no-repeat right top transparent;
	height: 25px;
}



#Article, #ArticleTable,
#ArticleLeft, #ArticleBGRight,
#ArticleLeft, #ArticleRight {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	#height: 1024px;
}
#Article { background: url("../images/cont-1-center.png") repeat-x center top #FFFFFF; }
#ArticleBGLeft { background: url("../images/cont-1-bgLeft.png") repeat-y left top transparent; }
#ArticleBGRight { background: url("../images/cont-1-bgRight.png") repeat-y right top transparent; }
#ArticleLeft { background: url("../images/cont-1-left.png") no-repeat left top transparent; }
#ArticleRight { background: url("../images/cont-1-right.png") no-repeat right top transparent; }



#ArticleTable {
	display: table;
	width: 100%;
}
#LeftPanel, #ArticleBlock, #RightPanel {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
#LeftPanel, #RightPanel { width: 152px; }
#LeftPanel { padding: 15px 85px 57px 13px; }
#RightPanel { padding: 15px 13px 57px 85px; }

#ArticleBlock {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 102px 0;
	background-color: #FFFFFF;
}




#PageText {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
}



#Footer, #FooterTable {
	margin: 0;
	padding: 0;
	height: 52px;
	width: 100%;
}
#Footer {
	position: absolute;
	bottom: 0;
}
#FooterTable {
	display: table;
	position: relative;
}
#FooterLeft, #FooterRight, #FooterCenter {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FooterLeft, #FooterRight { width: 250px; }
#FooterLeft { background: url("../images/footer1024-left.png") no-repeat scroll left top #FAE3DA; }
#FooterRight { background: url("../images/footer1024-right.png") no-repeat scroll right top #FAE3DA; }
#FooterCenter { background: #FAE3DA; }
#FooterText {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 27px;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 10px;
	line-height: 12px;
}
#FooterText p { margin: 0 }
ul {
    list-style: none;
    li:before {
        content: '? ';
    }
}
