/* RESET.CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
:focus {
 outline: 0;
}
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/***end reset.css***/
body{
  width:100%;
  font: 15px Arial, sans-serif, Helvetica;
  color:#606060;
  background:#faf8f2;
}
a{
  color:#4b86bc;
}
h1{
  font-size:2.1em;
  color:#4b86bc;
  padding:0 0 25px;
}
h2{
  font-size:1.3em;
  color:#4b86bc;
  font-weight:normal;
  padding:0 0 20px;
}
h3{
  font-size:1.1em;
  color:#4b86bc;
  padding:0 0px 6px;
}
.clr{clear:both;height:0px;}
div.wrap{
  width: 1050px;
  margin:0 auto;
}
/*****************START*HEADER******************/
#header{
  width:1000px;
  height:127px;
  margin:0 25px;
  float:left;
  border-top:solid 5px #004a94;
}
#header a.logo{
  display:block;
  width:286px;
  height:40px;
  margin:45px 0 0 20px;
  float:left;
  background:url(../images/logo.png) no-repeat scroll 0 0;
  text-indent:-9999px;
}
#header .b-Tel{
  width:230px;
  height:55px;
  margin:35px 0 0 85px;
  padding:0 20px 0 0;
  float:left;
  background:url(../images/telephone.jpg) no-repeat scroll 0 0;
  border-right:dotted 1px #b0bccc;
}
#header .b-Addr{
  width:169px;
  height:72px;
  margin:17px 0 0 9px;
  padding:0 12px 0 0;
  float:left;
  background:url(../images/address.png) no-repeat scroll 0 0;
}
#header .b-Graf{
  width:146px;
  height:55px;
  margin:35px 0 0 0;
  padding:0 20px 0 0;
  float:left;
  background:url(../images/grafik.png) no-repeat scroll right bottom;
  border-left:dotted 1px #b0bccc;
}
/******************END*HEADER*******************/
/*****************START*MENU******************/
#topMenu{
  width:1050px;
  float:left;
}
#topMenu .shadow{
  width:1000px;
  padding:0 25px;
  float:left;
}
#index #topMenu .shadow{
  background:url(../images/shadow.jpg) no-repeat scroll center bottom;
}
#inner #topMenu .shadow{
  background:url(../images/shadow02.jpg) no-repeat scroll center bottom;
}
#topMenu .lineMenu{
  width:972px;
  height:45px;
  margin:0 -1px;
  padding:0 15px;
  float:left;
  background:url(../images/bg-menu.png) no-repeat scroll center 5px;
}
#topMenu .lineMenu li{
  height:27px;
  padding:18px 12px 0;
  text-align:center;
  float:left;
  font:bold 11px arial;
}
#topMenu .lineMenu li a{
  color:#5a8dc5;
  text-transform:uppercase;
  text-decoration:none;
  position:relative;
  z-index:10;
}
#topMenu .lineMenu li.active{
  padding:0;
  height:45px;
  margin:0 -4px;
  background:url(../images/bgm-active.png) repeat-x scroll 0 0;
}
#topMenu .lineMenu li.active a span{
  display:inline-block;
  background:url(../images/bglm-active.png) no-repeat scroll 0 0;
}
#topMenu .lineMenu li.active a span span{
  padding:18px 16px 0;
  height:28px;
  background:url(../images/bgrm-active.png) no-repeat scroll right 0;
}
#topMenu .lineMenu li.active a{
  color:#445b7d;
}
#topMenu .promo{
  width:1000px;
  height:300px;
  float:left;
  font-size:14px;
  background:url(../images/bg-promo.jpg) no-repeat scroll center 0;
}
#topMenu .promo .promoLeft{
  float:left;
}
#topMenu .promo .title{
  width:385px;
  height:40px;
  margin:19px 0 0 52px;
  padding:0;
  float:left;
  text-indent:-9999px;
  background:url(../images/spectr-services.png) no-repeat scroll 0 0;
}
#topMenu .promo ul.services{
  width:252px;
  margin:39px 0 0 52px;
  float:left;
}
#topMenu .promo ul.services.servRight{
  margin:39px 0 0;
}
#topMenu .promo ul.services li{
  width:250px;
  margin:0 2px 7px 0;
  float:left;
}
#topMenu .promo ul.services li a{
  color:#485e75;
}
#topMenu .promo .lawyer{
  width:276px;
  height:332px;
  margin:-32px 52px 0 0;
  position:relative;
  z-index:7;
  float:right;
  background:url(../images/lawyer.jpg) no-repeat scroll 0 0;
}
#topMenu .centerMenu{
  width:990px;
  padding:10px 0 0 10px;
  float:left;
  background:url(../images/bg-menu-center.png) repeat-y scroll 0 0;
}
#topMenu .centerMenu li{
  width:320px;
  margin:0 10px 0 0;
  float:left;
}
#topMenu .bottomMenu{
  width:1050px;
  height:12px;
  float:left;
  background:url(../images/bg-menu-bot.png) no-repeat scroll 0 0;
}
/******************END*MENU*******************/
/*****************START*NEWSBLOCK******************/
#newsLine .newsTop-b,
#newsLine .newsBot-b{
  width:1050px;
  height:12px;
  margin:0 -25px 0 -35px;
  float:left;
  background:url(../images/bg-top-block.jpg) repeat-y scroll 0 0;
}
#newsLine .newsBot-b{
  background:url(../images/bg-bot-block.jpg) repeat-y scroll 0 0;
}
#newsLine{
  width:990px;
  margin:17px 24px 0;
  padding:0 0 0 10px;
  float:left;
  border-left:solid 1px #eaedec;
  border-right:solid 1px #eaedec;
  background:url(../images/bg-menu-center.png) repeat-y scroll 0 0;
}
#newsLine .newsBlock{
  width:280px;
  padding:16px 5px 0 38px;
  float:left;
}
#newsLine .newsBlock p{
  font-size:12px;
  padding:0 0 10px;
}
#newsLine .newsBlock .date{
  color:#68809a;
  font-size:11px;
  padding:0 0 7px;
}
#newsLine .newsBlock .title{
  padding:0 0 20px;
  font-size:16px;
}
#newsLine .opinionBlock{
  width:320px;
  float:left;
}
#newsLine .opinionBlock .topOp{
  width:320px;
  height:9px;
  float:left;
  background:url(../images/bgopiniontop.png) no-repeat scroll 0 0;
}
#newsLine .opinionBlock .botOp{
  width:320px;
  height:25px;
  float:left;
  background:url(../images/bgopinionbot.png) no-repeat scroll 0 0;
}
#newsLine .opinionBlock .opinion{
  width:282px;
  min-height:125px;
  padding:7px 18px 0;
  float:left;
  border-left:solid 1px #bfccdd;
  border-right:solid 1px #bfccdd;
  background:#e8eff4 url(../images/bgopinion.png) repeat-x scroll 0 0;
}
#newsLine .opinionBlock .opinion p{
  font:italic 13px arial;
  color:#6c96bc;
  padding:0 0 22px;
}
#newsLine .opinionBlock .opinion p.author{
  color:#868686;
  padding:0 0 10px;
}
#newsLine .opinionBlock .opinion p.author .name{
  font:normal 13px arial;
  color:#424242;
}
#newsLine .opinionBlock .moreOp{
  padding:14px 0 0 28px;
  float:left;
}
/******************END*NEWSBLOCK*******************/
/*****************START*MAIN******************/

#main{
  width:1000px;
  padding:45px 25px 35px;
  float:left;
}
#main .content{
  width:570px;
  padding:0 40px;
  float:left;
}
#main .content p{
  padding:0 0 20px;
}
#main .content p img{
  padding:4px 44px 32px 4px;
  float:left;
}
#main .content dl,
#main .content ul,
#main .content ol{
  padding:0 10px 20px;
  font-size:15px;
}
#main .content dl dt,
#main .content ul li.header{
  padding:0 0 6px;
  list-style:none;
  color:#4b86bc;
  font-size:17px;
  font-weight:bold;
}
#main .content dl dd{
  display:list-item;
  list-style:disc;
  list-style-position:inside;
  padding:2px 0;
}
#main .content ul li{
  list-style:disc;
  list-style-position:inside;
  padding:2px 0;
}
#main .content ul li li{
  list-style:square;
  padding:2px 20px;
}
#main .content ol li{
  list-style:decimal;
  padding:2px 20px;
}
#main .content table{
  width:100%;
  margin:10px 0 25px;
}
#main .content table th{
  height:60px;
  text-align:left;
  vertical-align:middle;
  color:#4b86bc;
  font-weight:bold;
  font-size:24px;
  padding:0 25px 2px;
  background:#f2f2f2 url(../images/bgtableth.png) repeat-x scroll 0 0;
}
#main .content table td{
  vertical-align:middle;
  color:#000000;
  font-size:12px;
  padding:18px 15px;
  background:#fff;
  border-bottom:dotted 1px #cococo;

}
#main .content table td span{
  width:68px;
  color:#4b86bc;
  float:right;
  font-weight:bold;
  font-size:16px;
  padding:0 10px 0 30px;
}
#main .content form p{margin: 0px;padding:3px;}
#main .rightCol{
  width:280px;
  padding:0 25px 0 0;
  float:right;
}
#main .rightCol .license{
  width:280px;
  float:left;
}
#main .rightCol .license p{
  width:140px;
  display:block;
  float:left;
  text-align:center;
}
#main .rightCol .license p img{
  padding:2px 0 12px
}
#main .rightCol .license p span{
  font-size:9px;
  color:#868686;
}
#main .rightCol .map{
  width:280px;
  float:left;
  padding:30px 0;
  text-align:center;
}
#main .rightCol .rightMenu{
  width:280px;
  float:left;
  padding:60px 0 0;
}
#main .rightCol .rightMenu li{
  width:280px;
  float:left;
  padding:0 0 14px;
}
#main .rightCol .rightMenu li a{
  color:#485e75;
}
#main .rightCol .rightMenu li.active a{
  text-decoration:none;
  font-weight:bold;
  font-size:18px;
}
/******************END*MAIN*******************/
#footer{
  width:1000px;
  height:108px;
  float:left;
  font-size:12px;
  border-top:solid 1px #dbdfe8;
  margin:0 0 0 25px;
}
#footer .clip{
  width:49px;
  height:83px;
  position:relative;
  z-index:5;
  left:315px;
  top:-22px;
  margin:0 0 -73px;
  background:url(../images/clip.jpg) no-repeat scroll 0 0;
}
#footer .centerFoot{
  width:1000px;
  height:78px;
  float:left;
  border-top:solid 1px #dbdfe8;
  border-bottom:solid 1px #dbdfe8;
  background:#fff;
}
#footer .centerFoot .copyright{
  height:48px;
  float:left;
  margin:-1px 0;
  padding:32px 0 0 30px;
  background:url(../images/bgfooterleft.png) no-repeat scroll 0 0;
}
#footer .centerFoot .address{
  height:58px;
  float:right;
  margin:-1px 0;
  padding:22px 30px 0 0;
  background:url(../images/bgfooterright.png) no-repeat scroll right 0;
}
#footer .centerFoot .address.tel{
  background:none;
}
/*****************START*FOOTER******************/
/******************END*FOOTER*******************/
/*****************START*MENU******************/
/******************END*MENU*******************/











