@charset "windows-1251";
/* CSS Document */

/* FINE page layout */

.page-header .content {
	min-height: 183px;
	height: 183px;
}
html>body .page-wrapper .page-header .content {
	height: auto;            /* used to fit font-sizing feature in Mozilla/FireFox */
}


html>body .page-wrapper .page-container {
	height: auto;
}
.page-body {
	margin-top: 0px;
	padding-bottom: 217px;     /* the full height of the footer */
}
.page-body .content {
}


.footer-wrapper {
	margin-top: -217px;       /* the full height of the footer */
}
.footer-container {
	min-height: 110px;
	height: 110px;
}
.footer-holder .content {
	height: 217px;
	min-height: 217px;
}

html>body .footer-wrapper .footer-container {
	height: auto;            /* used to fit font-sizing feature in Mozilla/FireFox */
}
.footer-holder {
	height: 217px;
}

/* END: FINE page layout */