﻿html,body {
  margin:0;
  padding:0;
  color:#333;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-style:normal;
  text-align:left;
  background-image:url(../images/back_body.png);
  background-color:#000000;
  }
img {
  border-width: 0;
  }
h1, h2, h3, h4, h5, h6 {
  margin:0;
  outline:0;
}

h1 {
  font-size:22px;
  font-weight:bold;
  margin-bottom:5px;
  }
h2 {
  font-size:18px;
  font-weight:bold;
  margin: 20px 0 10px 0;
  }
h3 {
  font-size:14px;
  font-weight:bold;
  margin-bottom:10px;
  }
h4 {
  font-size:12px;
  font-weight:normal;
  text-align:right;
  margin-top:20px;
  }

h5 {
  margin-top:30px;
  }
h6 {
  font-size:11px;
  font-weight:normal;
  color:#666;
  margin:10px 0 30px 0;
  }


p {
/**  font-size:13px;
  font-style:normal;
  text-align:left;
  padding-bottom:5px; **/
  margin-bottom:10px;
  }
#content ul {
  list-style-type:square;
  list-style-position: outside;
  margin-left: 15px;
  padding-left:0;
  }
#content li {
  margin-bottom:5px;
  }
table {
  width: 95%;
  background-color:#666;
  border-spacing:1px;
  }
tr, td {
  background-color:#FFF;
  padding:5px;
  }
table.dopmater {
  border-spacing: 0px;
}
table.dopmater td {
  padding: 5px 10px 5px 0;
}


#header {
  height:150px;
  background-color:#CCFF99;
    background-image: url(../images/top1.jpg);
  }
#container {
  width:1100px;
  margin:0px auto;
  background-image:url(../images/back_wrapper.png);
  background-color: #CCCCCC;
  }
#wrapper {
  float:left;
  width:100%
  }
#navigator {
  height:36px;
  background-color:#99cccc;
  background-image:url(../images/back_menu.png);
  background-repeat:repeat-x;
  overflow:hidden;
  }
#knopki {
  float:left;
  width:220px;
  }
#knopki a {
  float: left;
  display: block;
  height: 16px;
}
#knopki a:hover {
  background-position: 0 -16px;
}
#knopki a.home {
  margin-left: 19px;
  margin-top:9px;
  width: 18px;
  background-image: url(../images/home.png);
}
#knopki a.sitemap {
  margin-top: 10px;
  margin-left: 31px;
  width: 17px;
  background-image: url(../images/sitemap.png);
}
#knopki a.email {
  margin-top: 10px;
  margin-left: 31px;
  width: 17px;
  background-image: url(../images/email.png);
}
#knopki a.english {
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  width: 41px;
  background-image: url(../images/english.png);
}

/* Главное меню */
#menu_main {
  float: left;
  width: 660px;
  }
#menu_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
#menu_main li a {
  float:left;
    margin-left: 1px;
  width:164px;
    height: 27px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  }
#menu_main li.first a {
  margin-left: 0px;
}
#menu_main li.last a {
  width: 165px;
}
#menu_main li a:link, #menu_main li a:visited {
  display: inline;
  background: url(../images/but1.png) repeat-x;
  padding: 9px 0 0;
  }
#menu_main li a:hover {
  background: url(../images/but1.png) repeat-x 0 -36px;
  padding: 9px 0 0;
  }
#menu_main li a:active {
  background: url(../images/but1.png) repeat-x 0 -72px;
  padding: 9px 0 0;
  }
#menu_main li.active a {
  background: url(../images/but1.png) repeat-x 0 -108px;
  color: #003399;
}

/** Форма поиска **/
#form_search {
  float: left;
  width: 220px;
}
#form_search #search {
  float: left;
  margin: 8px 0 0 20px;
  padding: 0 2px;
  width:154px;
  height: 18px;
  background-color: #ccc;
  border: 1px solid #003399;
  font-size: 11px;
  color: #666666;
}
#form_search .btn {
  margin: 8px 15px 0 0;
  border: 0px;
  float: right;
  background: url(../images/search_but.png) no-repeat;
  width: 20px;
  height: 20px;
}



/* Меню о Компании */
#menu_top {
  float: left;
  width: 110px;
  margin: 0px;
  padding: 48px 0 0 40px;
}
#menu_top ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
#menu_top li a, #menu_top li a:visited {
  display: block;
  height: 20px;
  border-bottom: 1px #FFFFFF dotted;
  padding: 4px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #FFFFFF;
}
#menu_top li.last a {
  border-bottom: 0px;
}
#menu_top li a:hover {
  color: #CCCCCC;
}
#sertif {
  float: right;
  width: 149px;
  height: 47px;
  margin: 63px 100px 0 0;
}
#home {
  float: left;
  position: relative;
  top: 28px;
  left: 22px;
  height: 98px;
  width: 98px;
}

#centr {
  margin: 0 220px;
  }

/** Вывод основного контента **/
#content {
  padding: 10px 10px 10px 30px;
  }
#content a {
  text-decoration: underline;
  color: #545454;
}
#content a:visited {
  color: #000;
}
#article {
  margin-bottom: 50px;
}

#article h1 {
  color: #039;
  font-size: 18px;
  margin-bottom: 10px;
}
#article .zag {
  text-decoration: none;
}


#article .intro {
  margin: 5px 0 10px 0;
}
#article .postimage {
  float: left;
  margin-right: 15px;
}
#article_bottom {
  background-color: #E7E7E7;
  margin-top: 10px;
  height: 18px;
  font-size: 12px;
}
#article_bottom .data {
  float: left;
  padding: 2px 10px 0 5px;
  color: #686868;
}
#article_bottom .tag {
  display: block;
  height: 14px;
  margin-top: 2px;
  padding-left: 10px;
  border-left: 1px solid #686868;
  float: left;
  color: #686868;
}
#article_bottom a.read_but {
  display: block;
  height: 16px;
  float: right;
  padding: 2px 23px 0 0;
  background: url(../images/read_but.png) no-repeat right top;
  color: #039;
  text-decoration: none;
}
#article_bottom a.read_but:hover {
  background: url(../images/read_but.png) no-repeat right bottom;
  color: #06f;
}
#product {
  margin-bottom: 50px;
  border-bottom: #003399 solid 1px;
}
#product a {
  text-decoration: none;
}
#product h1 {
  color: #003399;
  font-size: 22px;
  margin-bottom: 10px;
  padding-top: 5px;
}
#product a p, #product a:visited p {
  color: #000;
}
#product a, #product a:visited {
  color: #003399;
}
#product .intro {
  margin: 5px 0 10px 0;
}
#product .postimage {
  float: left;
  margin: 0 15px 10px 0;
}
#license {
  margin: 0px;
}
#license h2 {
  color: #003399;
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 5px;
}
#license .postimage {
  float: left;
  margin: 0 15px 10px 0;
}
#productmore {
  margin-bottom: 30px;
}
#productmore .item {
  width:290px;
  margin-right: 10px;
  padding-right: 10px;
  float: left;
}
#productmore .postimage {
  float: left;
  margin: 0 15px 10px 0;
}
#productmore h2 {
  color: #003399;
  font-size: 18px;
  margin: 0;
}


#content div.pages ul {
  list-style: none;
}
#content div.pages li {
  display: inline;
}
#content div.pages li a {
  border: #ccc 1px solid;
  color: #ccc;
  padding: 3px 5px;
}
#content div.pages li a.active {
  border: #003399 1px solid;
  color: #003399;
  background: #99ccff;
  padding: 3px 5px;
}


#left {
  float:left;
  width:220px;
  margin-left:-1100px;
}

/* Левое меню */
#menu2 {
  width: 220px;
  padding: 0px;
  margin: 5px 0 20px 0;
}
#menu2 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
#menu2 ul li a {
  display: block;
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #666666;
  padding: 8px 0 0 20px;
  }
#menu2 ul ul li a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #666666;
  padding: 8px 0 0 30px;
  }
#menu2 ul li a:link, #menu2 li a:visited {
  background: url(../images/but2-1.png) repeat-x;
  }
#menu2 ul li a:hover {
  background: url(../images/but2-2.png) no-repeat;
  }
#menu2 ul li a:active {
  background: url(../images/but2-3.png) no-repeat;
  }
#menu2 ul ul li a:link, #menu2 li a:visited {
  background: url(../images/but2-1.png) repeat-x;
  }
#menu2 ul ul li a:hover {
  background: url(../images/but2-2.png) no-repeat;
  }
#menu2 ul ul li a:active {
  background: url(../images/but2-3.png) no-repeat;
  }
/** активный пункт меню **/
#menu2 ul li.self a {
  background: url(../images/but2_activ.png) no-repeat;
}
#menu2 ul ul li.self a {
  background: url(../images/but2_activ.png) no-repeat;
}
#menu2 .m1 {
  font-weight: bold;
  }
#menu2 .m2 {
  font-style:normal;
  padding: 8px 0 0 40px;
  }


/** Левая колонка новостей **/
#left_news {
  font-size: 11px;
  padding: 0 15px 0 20px;
  margin-bottom:15px; /* отступ снизу под новостями */
  }
#left_news h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #003399;
}
#left_news ul {
  margin-left: -40px;
  list-style-type:square;
  list-style-position: inside;
}
#left_news li {
  margin-bottom:5px;
}

#left_news .data {
  color:#666666;
  }
#left_news a, #left_news a:visited {
  color: #003399;
  text-decoration: none;
}
#left_news .lnews {
  margin-bottom: 10px;
}

#left_news .read_all {
  height: 16px;
  width: 180px;
  padding-left: 5px;
  background-color: #ccc;
}











#right {
  float:left;
  width:220px;
  margin-left:-220px;
  }
#rdata {
  width: 185 px;
  margin: 15px 15px 20px 20px;
  font-size: 11px;
}
#rdata_border {
  width: 183 px;
  margin: 15px 15px 20px 20px;
  border: 1px solid #039;
  background-color: #fff;
  padding: 5px;
  font-size: 11px;
}
#rdata_border a, #rdata a, #rdata_border a:visited, #rdata a:visited {
  color: #003399;
  text-decoration: none;
}




#footer {
  clear:left;
  width:100%;
  height:38px;
  background-color:#99CCCC;
  background-image: url(../images/back_footer.png);
  color:#003366;
  font-size:11px;
  padding-top:12px;
  }
#adres {
  float:left;
  width:200px;
  padding-left: 20px;
  }
#links {
  float:left;
  width:660px;
  text-align:center;
  }
#links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
#links li {
  display: inline;
  }
#links li a, #links li a:visited {
  text-decoration: none;
  font-size: 11px;
  color: #003366;
  }
#links li a:after {
  content: " | ";
  }
#links li.last a:after {
  content: "";
}
#copyright {
  float:left;
  width:200px;
  padding-left: 20px;
  }

/** Карта сайта **/
#sitemap ul {
  list-style-type:none;
  }
#sitemap ul ul, #sitemap ul ul ul, #sitemap ul ul ul ul {
  padding:10px;
  list-style-type:none;
  margin:10px 20px;
  border-left: 1px dotted #039;
  }
#sitemap ul li {
  padding:0px;
  }
#sitemap ul a, #sitemap ul a:visited {color:#039; font-size: 17px; font-weight: bold;}
#sitemap ul a:hover {color:#06f;}

#sitemap ul ul a, #sitemap ul ul a:visited {color:#000; font-size: 13px; font-weight: normal;}
#sitemap ul ul a:hover {color:#666;}
