/* Body information */
.png
    {
        //background-image: none ! important;
        /*
            не забудьте особенность конструкции
            behavior: url(...)
            путь должен быть абсолютным
        */
        behavior: url('/css/pngfix.htc');
    }

body{
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	background-color: #e8d2a0;
	font-family: Tahoma;
    font-size: 12px;
	font-style: normal;
	background-image: url(/images/head_bg.png);
	background-repeat: repeat-x;
}

p{
	font-family: Tahoma;
    font-size: 12px;
	font-style: normal;
}

h1{
	background-image: url(/images/kont_bg.jpg);
	background-repeat: no-repeat;
	height: 89px;
    font-weight: bold;
	color: white;
	font-size: 14px;
	padding-top: 35px;
	padding-left: 45px;
    margin-top: 14px;
}

#container { 
	min-width: 1000px; 
	width:expression(document.body.clientWidth < 1000? "1000px": "100%" ); 
}

.bigger{
    font-family: Tahoma;
    font-size: 18px;
	font-style: normal;   
    text-align: center;
}

.sector{
     line-height: 160%;
}

a {
	text-decoration: underline;
	color: black;
   	font-family: Tahoma;
    font-size: 12px;
	font-style: normal;
    font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.site {
	min-width: 1000px;
}

table {
	
	/*border:0px;
	border-collapse:collapse;*/
}

table td {
	/*padding:0px;*/
    font-family: Tahoma;
    font-size: 12px;
	font-style: normal;
}

img {
	border: 0px;
}
/* End body information */

.head_nav {
	padding-right:95px;
	margin-top:-15px;
	font-size: 13px;
	font-weight: bold;
	color: #b62506;
	padding-top: 5px;
    text-align: left;

}

.head_img {
	padding-top:11px;
	padding-left:63px;
}

.s {
	padding-left:91px;
}

.logo_b {
	width:207px;
	height:48px;
	margin-left:49px;
}

.head_nav A {
	color: #b62506;
	margin-right: 5px;
}

.news_title {
	background-image: url(/images/news_bg.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 318px;
}

.news_title p {
	font-weight: bold;
	color: white;
	font-size: 14px;
	padding-top: 35px;
	padding-left: 45px;
}

.page_title {
	background-image: url(/images/kont_bg.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 318px;
}

.page_title p {
	font-weight: bold;
	color: white;
	font-size: 14px;
	padding-top: 35px;
	padding-left: 45px;
        /*it was 45*/

}



.news_block ul {
	margin: 0px;
	padding: 0px;
	margin-left: 17px;
}

.news_block ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	list-style: none;
}

.date_d  {
	background-color: #b92b00;
	color: white;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 100;
}

.date_m {
	background-color: #e03400;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
	text-decoration: none;
}

.date_y {
	background-color: #5d5d5d;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
	font-style: normal;
}

.kart {
	width: 155px;
	height: 155px;
	vertical-align: middle;
	text-align: center;
}

.footer {
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 109px;
    width: 100%;
}

.inverse{
    font-family: verdana;    
    font-size:   8pt;     
    font-weight: normal;
    color:#ffffff;
}
a.inverse {color: #ffffff; text-decoration: underline; font-family: verdana; font-size: 8pt; font-weight:normal}
a.inverse:hover {color: #ff6600;text-decoration: underline; font-family: verdana; font-size: 8pt; font-weight:normal}

