@charset "windows-1251";
/* CSS Document */

body {
	background: url(images/bg_top.gif) repeat-x top center;
	margin: 0;
	padding: 0;
	font: 12px Tahoma;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}
table {border-collapse: collapse;}
th, td {border: 0; padding: 0;}
input, select, textarea {font: 12px Tahoma;}
.max-min-header {
	background: url(images/pic_1.jpg) no-repeat top center;
	min-width: 800px;
	max-width: 1600px;
	height: 400px;
}
* html .max-min-header
{
    width: expression(
    	(document.compatMode && document.compatMode == "CSS1Compat") ? 
    	(document.documentElement.clientWidth < 800 ? "800px" : 
    		(document.documentElement.clientWidth > 1600 ? "1600px" : "auto")
    	) : 
    	(document.body.clientWidth < 800 ? "800px" : 
    		(document.body.clientWidth > 1600 ? "1600px" : "auto")
    	)
    );
	height: 400px;
}

.max-min-body {
	background: url(images/bg_4.gif) repeat 87px 23px;
	min-width: 800px;
	max-width: 1600px;
}
* html .max-min-body
{
    width: expression(
    	(document.compatMode && document.compatMode == "CSS1Compat") ? 
    	(document.documentElement.clientWidth < 800 ? "800px" : 
    		(document.documentElement.clientWidth > 1600 ? "1600px" : "auto")
    	) : 
    	(document.body.clientWidth < 800 ? "800px" : 
    		(document.body.clientWidth > 1600 ? "1600px" : "auto")
    	)
    );
}
.max-min-border {
	background: url(images/border.gif) repeat-x left top;
	min-width: 800px;
	max-width: 1600px;
}
* html .max-min-borders
{
    width: expression(
    	(document.compatMode && document.compatMode == "CSS1Compat") ? 
    	(document.documentElement.clientWidth < 800 ? "800px" : 
    		(document.documentElement.clientWidth > 1600 ? "1600px" : "auto")
    	) : 
    	(document.body.clientWidth < 800 ? "800px" : 
    		(document.body.clientWidth > 1600 ? "1600px" : "auto")
    	)
    );
}
.max-min-content {
	min-width: 800px;
	max-width: 1100px;
	margin: 0 auto 0 auto;
}
* html .max-min-content
{
    width: expression(
    	(document.compatMode && document.compatMode == "CSS1Compat") ? 
    	(document.documentElement.clientWidth < 800 ? "800px" : 
    		(document.documentElement.clientWidth > 1100 ? "1100px" : "auto")
    	) : 
    	(document.body.clientWidth < 800 ? "800px" : 
    		(document.body.clientWidth > 1100 ? "1100px" : "auto")
    	)
    );
	margin: 0 auto 0 auto;
}
.max-min-text {
	min-width: 800px;
	max-width: 1010px;
	margin: 0 auto 0 auto;
}
* html .max-min-text
{
    width: expression(
    	(document.compatMode && document.compatMode == "CSS1Compat") ? 
    	(document.documentElement.clientWidth < 800 ? "800px" : 
    		(document.documentElement.clientWidth > 1010 ? "1010px" : "auto")
    	) : 
    	(document.body.clientWidth < 800 ? "800px" : 
    		(document.body.clientWidth > 1010 ? "1010px" : "auto")
    	)
    );
	margin: 0 auto 0 auto;
}
.max-min-footer {
	min-width: 800px;
	max-width: 1100px;
	margin: 0 auto 0 auto;
}
* html .max-min-footer
{
	width: expression(
    	(document.compatMode && document.compatMode == "CSS1Compat") ? 
    	(document.documentElement.clientWidth < 800 ? "800px" : 
    		(document.documentElement.clientWidth > 1100 ? "1100px" : "auto")
    	) : 
    	(document.body.clientWidth < 800 ? "800px" :
    		(document.body.clientWidth > 1100 ? "1100px" : "auto")
    	)
    );
	margin: 0 auto 0 auto;
}

.right-header {
	float: right;
	width: 247px;
	height: 400px;
}
.right {
	float: right;
	width: 200px;
}
.right h2 {
	colora: #b1b1b1;
	color: #eee6b2;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 50px 0 10px 0;
}
.left-header {
	margin-right: 150px;
	height: 400px;
}
.left {
	margin-right: 200px;
}

.layer-fon {
	background: url(images/bg_2.gif) no-repeat top center;
	width: 450px;
}
.layer-fon p {
	color: #fff4b2;
	font-size: 14px;
	text-align: center;
	padding: 45px  0 0 100px;
}
.layer-fon span.name {
	font-size: 13px;
	padding: 0 69px 0 0;
}
.layer-fon span.fon {
	font-size: 23px;
}
.logo {
	margin: 30px 0 0 0;
}

.main-menu {
	list-style: none;
	padding: 0;
	margin: 45px 0 0 0;
}
.main-menu li {
	background: url(images/marker_2.gif) no-repeat left 5px;
	padding: 0 0 0 13px;
	margin: 14px 0 0 0;
}
.main-menu li.active {
	background: url(images/marker_1.gif) no-repeat left 5px;
}
.main-menu li a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.main-menu li.active a {
	color: #fbc974;
}

.bg-content-right {
	background: url(images/content_bg_2.png) no-repeat right top;
	filter: expression(fixPNG(this));
}
.bg-content-left {
	background: url(images/bg_3.gif) no-repeat left top;
}

h1 {
	color: #fff4b2;
	font-size: 21px;
	font-weight: normal;
	text-transforma: uppercase;
	padding: 45px 0 0 0;
}
.text {
	padding: 0 0 0 40px;
}
.text p {
	color: #f5f2e1;
	font-size: 12px;
	line-height: 18px;
	margin: 25px 0px 0 0;
}
.text a {
	color: #fff;
}

.text p.gimg {
	text-align: center;
	padding: 0;
	margin: 0;
}

.menu-products-width {
	padding-left: 13px;
}
.menu-products {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-products li {
	margin: 4px 0 0 0;
}
.menu-products li a {
	color: #aeaeae;
	font-size: 12px;
	text-decoration: none;
}
.menu-products li.active a {
	color: #fbc974;
}

.gallery {
	margin: 30px 0 0 0;
}
.gallery a {
	color: #c5c5c5;
	font-size: 11px;
}
.gallery table {width: 99%; margin: 7px 0 0 0;}
.gallery table td {
	width: 16%;
	padding: 0 5px 0 0;
	vertical-align: top;
}
.gallery table img {
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
	width: 101px;
	height: 75px;
}

.g2 {
	margin: 0 0 0 0;
}
.g2 table  {text-align: center;}
.g2 table td {padding-bottom: 20px;}

.g2 table img {
	margin: 1px;
	padding: 1px;
	width: 80px;
	height: 60px;
}
.g2 table img:hover {
	margin: 0;
	border: solid 1px #F59C1D;
}
.g2 table img.act {
	margin: 0;
	border: solid 1px #F59C1D;
	cursor: default;
}
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

hr {
	height: 0px;
	color: #fff;
}
.g2 a {
}

.footer {
	margin: -100px 0 0 0;
	*margin: 0;
	padding: 0 30px 0 30px;
}
.footer-img {
	background: url(images/foot_img.gif) no-repeat right top;
	height: 162px;
}
.footer-bg {
	background: url(images/foot_bg.png) repeat-x left bottom;
	filter: expression(fixPNG(this));
	height: 80px;
	padding-top: 82px;
	*padding-top: 0;
	margin: 82px 126px 0 0;
}
.footer-bg table {
	color: #fff;
}
.footer-bg table td {
	padding: 3px 10px 3px 0;
}
.footer-bg table span {
	color: #fff4b2;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}



.p-t-92 {
	padding-top: 10px !important /* отсутп сверху в подвале */
}
.p-l-35 {
	padding-left: 25px !important /* отсутп слева в подвале */
}
.p-r-35 {
	padding-right: 125px !important /* отсутп справа в контексте */
}

.counters {
    margin-top: 1em;
    text-align: right;
}
.counters table {
    float: right;
}

