body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(/images/zub/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
A {
 	color: #00adef;
}
.cabinet {
	
	width: 200px;
	background-color: #fff;
	background-image: url(/images/zub/cabinet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;	
}


#cornerbuttons {
	position: relative;
	padding: 0px 0px 0px 0px;	
	top: -22px;
	right: 20px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 126) + "px");
	width: 106px;
	height: 50px;

}

#contacts {
	padding: 0px 0px 0px 0px;	
	width: 200px;
	height: 50px;

}

.png
    {
        //background-image: none ! important;
        /*
            не забудьте особенность конструкции
            behavior: url(...)
            путь должен быть абсолютным
        */
        behavior: url('/images/zub/pngfix.htc');
    }
.topbuttons {

position: absolute;
top: 0px;

}



TD.leftmenu {
	padding-top: 20px;
	vertical-align: top;
}

TD.leftmenu A {
	color: #00853e;
	vertical-align: top;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

TD.leftmenu UL.lm {
	vertical-align: top;
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}

TD.leftmenu UL.lm LI {
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	
}



TD.leftmenu .leftmenu_header {
width: 200px;
padding: 10px 0 0 0;	
margin-left: 0px;
margin-bottom: 6px;
	background-image: url(/images/zub/leftbar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

TD.leftmenu .leftmenu_header .leftmenu_header_text  A {

padding: 10px 0px 4px 20px;
width: 200px;
color: #268641;	
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;

}

TD.rightmenu {
	padding-top: 20px;
	vertical-align: top;
}


TD.rightmenu .rightmenu_header {

width: 200px;
padding: 10px 0 0 0;	
margin-left: 0px;
margin-bottom: 6px;
	background-image: url(/images/zub/rightbar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;


}

TD.rightmenu .rightmenu_header .rightmenu_header_text  A {
padding: 10px 0px 4px 20px;
margin: 0 0 0 0px;	
width: 200px;
color: #268641;	
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
text-align: left;

}





TD.notebook {
	vertical-align: top;
	padding: 0px;
	height: 100%;
}



TD.notebook .top {
	z-index: 2;
	height: 100%;
	zoom: 1;
	position: relative;
}

.bottom {
	z-index: 1000;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px 40px 30px 40px;	


}

TD.topal {
top: 0px;

}

TD.bottombar {


}

.bottombuttons {

padding: 0px;
	vertical-align: top;	
	background-image: url(/images/zub/bottombar.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}


TD.copy {
text-align: left;
padding: 2px 0px 4px 40px;

color: #000000;	
font-weight: normal;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
}


TD.copy2 {
text-align: right;
padding: 2px 40px 4px 0px;

color: #000000;	
font-weight: normal;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
}


.white_grad {
	zoom: 1;
	position: relative;
	background-color: #fff;
	border: 0px solid #fff;
	padding: 13px 0px 20px 20px;
	margin: 10px 20px 20px 0px;

}
.green_grad {
	zoom: 1;
	position: relative;
	background-color: #C4E3B0;
	border: 0px solid #fff;
	padding: 13px 20px 20px 20px;
	margin: 10px 20px 20px 0px;

}

.green_grad .faq_q {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 12px;
	color: #00853e;
	font-weight: bold;
}

.green_grad .faq_a {
	text-align: left;
	font-size: 12px;
	color: #000;
	font-weight: normal;

}


.tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/images/zub/tl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/zub/tl_angle.png');
	width: 8px;
	height: 8px;
}

.tr
{
	position: absolute;
	top: 0px;
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/zub/tr_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/zub/tr_angle.png');
	width: 8px;
	height: 8px;
}

.bl
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	left: 0px;
	background: url('/images/zub/bl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/zub/bl_angle.png');
	width: 8px;
	height: 8px;
}

.br
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/zub/br_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/zub/br_angle.png');
	width: 8px;
	height: 8px;
}






.tl_c
{
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/images/zub/tl_c.gif') repeat-x 0 0 !important;
	background: none;
	width: 300px;
	height: 250px;
}

.tr_c
{
	z-index: -1;	
	position: absolute;
	top: 0px;
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 300) + "px");
	background: url('/images/zub/tr_c.gif') repeat-x 0 0 !important;
	background: none;
	width: 300px;
	height: 250px;
}

.bl_c
{
	z-index: -1;
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 285) + "px");
	left: 0px;
	background: url('/images/zub/bl_c.gif') repeat-x 0 0 !important;
	background: none;
	width: 300px;
	height: 285px;
}

.br_c
{
	z-index: -1;
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 285) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 300) + "px");
	background: url('/images/zub/br_c.gif') repeat-x 0 0 !important;
	background: none;
	width: 300px;
	height: 285px;
}








.t_c
{
	z-index: -10;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/images/zub/t_c.gif') repeat-x 0 0 !important;
	background: none;
	width: 100%;
	height: 250px;
}

.b_c
{
	z-index: -10;	
	position: absolute;
	bottom: 0px !important;
	left: 0px;
	background: url('/images/zub/b_c.gif') repeat-x 0 0 !important;
	background: none;
	width: 100%;
	height: 285px;
}



.l_c
{
	z-index: -10;
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 285) + "px");
	left: 0px;
	background: url('/images/zub/l_c.gif') repeat-y 0 0 !important;
	background: none;
	width: 300px;
	height: 100%;
}



.r_c
{
	z-index: -10;
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 285) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 300) + "px");
	background: url('/images/zub/r_c.gif') repeat-y 0 0 !important;
	background: none;
	width: 300px;
	height: 100%;
}

