@charset "iso-8859-1";
/* CSS Document */

*{margin:0px; padding:0px;}

img{
margin:0px;
padding:0px;
border:none;
}

.body{
min-width:1000px;
//width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px": "auto");
}

.main{
width:100%;
background:url(/images/header_top.gif) top repeat-x #586F7F
}


.header{
height:200px;
width:780px;
width:100%;
background:url(/images/header_bg.jpg) top center no-repeat;  
padding:5px 0 0 0px;
}

.header .compname{
padding:70px 0px 0px 20px;
}

.header .compname b{
display:block;
padding:0px 0px 0px 2px;
}

.header .menu{
height:93px;
margin:5px 0px 0px 0px;
background:url(/images/menuright_bg.gif) top repeat-x;
}

.header .menu .menuleft{
height:93px;
width:130px;
float:left;
background:url(/images/menuleft_bg.gif) top left no-repeat;
}

.header .menu a{
height:58px;
width:131px;
float:left;
display:block;
padding:30px 0px 0px 0px;
}

.header .menu a.main{}

.header .menu a.main{
margin:0;
/*padding:0 10px 10px 0;*/
background:url(/images/menuitem_main.gif) top no-repeat;
}

.header .menu a.about{
background:url(/images/menuitem_about.gif) top no-repeat;
}

.header .menu a.resh{
background:url(/images/menuitem_resh.gif) top no-repeat;
}

.header .menu a.supp{
background:url(/images/menuitem_main.gif) top no-repeat;
}

.header .menu a.contact{
background:url(/images/menuitem_about.gif) top no-repeat;
}

.header .menu a.smap{
background:url(/images/menuitem_resh.gif) top no-repeat;
}

.content_table{
width:100%;
}

.content_table td{
vertical-align:top;
}

.content{
background:url(/images/rightcol_bgr.gif) top right repeat-y #fff;
padding:0px 10px 0px 0px;
margin:53px 0 0 0;
}

.content_table .left_td{
width:278px;
}

.content_table .right_td{
padding:0px 18px 0px 0px;
background:url(/images/rightcol_bgl.gif) top left repeat-y;
}

.content .leftcol{
width:228px;
float:left;
padding:20px 20px 10px 30px;
}

.content .leftcol .date{
height:18px;
background:url(/images/papka.gif) top left no-repeat;
padding:0px 0px 10px 30px;
}

.content .leftcol a.moreinf{
height:19px;
width:99px;
display:block;
background:url(/images/btn_moreinf.gif) top left no-repeat;
margin:10px 10px 10px 0px;
}

.content .leftcol .border{
height:1px;
clear:both;
background:url(/images/border.gif) top left repeat-x;
margin:10px 0px;
}

.content .rightcol{
padding:1px 0px 0px 0px;
}

.content .rightcol .title{
height:25px;
background:url(/images/title_bg.gif) top repeat-x;
}

.content .rightcol .title span{
display:block;
float:left;
background:url(/images/bullet.gif) 0px 11px no-repeat;
padding:6px 0px 0px 10px;
}

.content .rightcol .title .leftimg{
float:left;
margin:0px 20px 0px 0px;
}

.content .rightcol .title .rightimg{
float:right;
}

.content .rightcol .textimg{
float:left;
padding:0px 20px 20px 0px;
}

.content .rightcol .cbody{
padding:10px 10px 20px 10px;
}

.content .rightcol .cbody ul{
margin:10px 0px 10px 20px;
}

.content .spacer{
height:1px;
clear:both;
}

.footer{
width:100%;
background:url(/images/footer_bg.gif) top repeat-x #fff;
margin:10px 0px 0px 0px;
}

.footer .links{
padding:10px 0px 10px 0px;
}

.footer .links a{
margin:0px 10px;
}

.footer .copyright{
padding:25px 0px 50px 0px;
}