body {
  margin: 0;
  padding: 0;
  font-size: 83.33%;
  font-family: Arial, sans-serif;
}

table {
  border-collapse: collapse;
  width: 100%
}


img {
  border: none;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

#all {
  min-width: 960px;
  // width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 960 ? "960px" : "auto");

}


#header {
    height: 100px;
    background: url(/images/header_bg.gif) repeat-x 0 0;
}

#logo {
  padding: 35px 20px;
  display: block;
}

#slogan {
   color: #234d84;
   padding: 35px 20px 20px;
   margin: 0 0 0 0;
}

#header .phone {
   font-size: 1.6em;
   padding: 30px 20px 20px;
   margin: 0 0 0 0;
}

#header .phone .code {
  color: #6a6a6a;
}


#main {
     background: url(/images/col21_bg.jpg) no-repeat left bottom;
}




.c21,  .c22,  .c23 {
   float: left;
   clear: right;
}

.c21 {
  width: 25%;
}

 .c22 {
  width: 50%;
}

.c23 {
  width: 25%;
}

#mainmenu {
  padding: 0 20px;
}

#mainmenu ul {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

#mainmenu li {
   list-style: none;
   margin: 0 0 4px 0;
   padding: 0 0 0 0;
}

#mainmenu a {
   display: block;
   color: #fff;
   background: url(/images/mmenu_bg.gif) no-repeat left center;
   padding: 5px 35px;
   text-decoration: none;
  /* max-width: 180px;  */
   font-weight: bold;
}

#mainmenu a:hover, #mainmenu a.active {
   background-image: url(/images/mmenu_bg_a.gif);
}




#content {
  padding: 0 20px;
}
#contacts {
  margin: 20px 20px 120px 20px;
  padding: 0 20px;
  border-top: 1px solid #bac8da;
}


#contacts h3 {

  font-size: 1.4em;
  padding-top: 1em;
  font-weight: normal;
  margin-top: 0;
}

.icq, .mail,  .tel, .doc {
  padding-left: 24px;
}


.icq {
  background: url(/images/ic_icq.gif) no-repeat 0 0;
}

.mail {
  background: url(/images/ic_mail.gif) no-repeat 0 0;
}

.tel {
  background: url(/images/ic_tel.gif) no-repeat 0 0;
}

.doc {
  background: url(/images/ic_doc.gif) no-repeat 0 0;
}


#spec {
  background: #97a8be;
  margin: 0 20px;
  padding: 6px;
  zoom: 1.0;
}

#spec h3 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0 5px 5px 20px;
}

#spec .blockbody {
  padding: 0 4px;
  background: #e9f0f8;
}

#spec table {
  position: relative;
  top: -1px;
  z-index: 1;
}


#spec table td {
   border-top: 1px solid #97a8be;
   padding: 8px 4px;
   font-size: 0.9em;
}

#spec table td.price {
  color: #ef6910;
}

#spec .ico {
  background: url(/images/ic_spec.gif) no-repeat 0 0;
  width: 34px;
  height: 34px;
  position: relative;
  left: -15px;
  top: -10px;
  margin-bottom: -34px;
  z-index: 3;
}

#prices {
  margin: 20px 20px 120px 20px;
  padding: 0 20px;
  border-top: 1px solid #bac8da;
}

#prices h3 {

  font-size: 1.4em;
  padding-top: 1em;
  font-weight: normal;
  margin-top: 0;
}


#footer {
   height: 100px;
   border-top: 1px solid #bac8da;
}

#copyright {
  padding: 20px;
}

#footer .contacts {
  padding: 0 20px 20px;
}

#general {
  background: url(/images/gen_bg.gif) repeat 0 0;
  padding: 15px 20px;
}

#general h1 {
   font-size: 1.5em;

}

#general .c21, #general .c22 {
    width: 50%;
}

#general img {
   border: 3px solid #2b5892;
}

#general a {
  font-weight: bold;
}


#differs .c21, #differs .c22, #differs .c23 {
  width: 33%;
}

#differs h4 {
   margin-bottom: 0;
    font-size: 1em;
}

#differs p {
  margin-top: 0;
}


a {
  color: #2b5892;
}

a:hover {
   color: #ef9014;
}

#content h1 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

#content ul.menu {
  padding: 0;
}

#content {
  padding-bottom: 2em;
}

#content ul {
  margin-bottom: 1.5em;
}

#content ul li {
  margin: 0 0 0.5em 0;
}


#content ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em 0;
}

#content table {
  border-top: 2px solid #BAC8DA;
  border-bottom: 1px solid #BAC8DA;
  margin: 0.5em 0;
}



#content table th {

}

#content table td {
   padding: 0.4em 1em;
}

#content table td p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}


#content table .odd td {
   background: #e9f0f8;
}

.fl {
  float: left;
}

#counter {
  padding: 1em;
}


