
html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';font-size: 12px;}
p{padding-top: 5px;padding-bottom: 5px;}
a{color: #5591ff;}
a:hover{color: #a4c3fd;}
a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
img { border: none; border-width: 0px; }
h1{padding-bottom: 10px; padding-top: 10px; font-size: 18px;}
div.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
div.main { width: 100%; min-width: 1000px; min-height: 100%; margin: 0 auto; font-size: 12px; _height: 100%; }
* html  div.main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}
* html  div.footer 
{
    width:expression(
        (document.compatMode && document.compatMode == 'CSS1Compat')
        ?
        (
            document.documentElement.clientWidth < 1000
            ?
            "1000px"
            :
            "auto"
        )
        :
        (
            document.body.clientWidth < 1000
            ?
            "1000px"
            :
            "auto"
        )
    );
}

div.header { 
	width: 100%; 
	height: 474px; 
    position: relative;
}
div.header .logo{
    background: url('../img/logo.jpg') no-repeat;
    width: 299px;
    height: 245px;
    margin-top: 151px;
    margin-left: 50px;
    position: absolute;
    z-index: 10;
}
div.header .line{
    background: url('../img/header_fon.jpg') repeat-x;
    left: 100px;
    height: 112px;
    position: absolute;
    top: 191px;
    width: 900px;

}
div.header .header_pic{
    background: url('../img/pictures.jpg') right no-repeat;
    width: 644px;
    height: 475px;
    position: absolute;
    right: 0px;
    top: 0px;
}
div.content {
	position: relative;
	width: 100%;
}
div.content .left {
	width: 250px;
	float: left;
	margin-left: -100%;
}
div.content .left  .punkt_menu{
    padding-top: 20px;
    padding-left: 55px;
}
div.probel{
    padding-top: 10px;
}
div.content .right {
    margin-top: -80px;
    position: relative;
    z-index: 10;
	width: 300px;
	float: left;
	margin-left: -300px;
}
div.content .right  .punkt_menu_pic{
    padding-top: 10px;
    padding-bottom: 10px;
    _padding-top: 20px;
    _padding-bottom: 20px;
    padding-left: 55px;
    overflow: hidden;
}
div.content .right .punkt_menu_pic .pic{
    float: left;
    width: 100px;
    height: 67px;
}
div.content .right .punkt_menu_pic .link{
    float: left;
    padding-top: 27px;
    padding-left: 15px;
    height: 40px;
    width: 130px;
}
div.content .center{
	margin-left: 300px;
    margin-right: 330px;
}
div.content .content_buf{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
div.sub_footer, div.footer { 
	width: 100%; 
	height: 100px;
	clear: both; 
	min-width: 1000px;
	background-color: #fff;
} 
div.footer { 
	position: relative; 
	margin-top: -100px;
    background: url('../img/footer.gif') bottom repeat-x;
}
div.footer_content{
    padding-top: 55px;
    padding-left: 50px;
}