body {
  font-family: Tahoma;
}

.main {
  position: relative;
  width: 60%;
  margin: 0 auto;
  z-index: 3;
  clear: both;
}

.header {
  position: relative;
  height: 150px;
}

.logo {
  height: 90px;
  overflow: hidden;
  width: 257px;
  font-size: 13px;
  float: left;
}

.menu {
  clear: both;
  left: -30px;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 500px;
  font-size: 11px;
}

.menu a {
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

.menu a:hover {
  text-decoration: none;
}

.contacts {
  width: 270px;
  text-align: center;
  float: right;
}

.contacts .text {
  font-family:	Tahoma;
  font-size:	13px;
}

.text a {
  color: #FF0000;
}

.text a:hover {
  text-decoration: none;
}

.contacts .num_prefix {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  font-family: Tahoma;
}

.contacts .num_tel {
  color: #FF0000;
  font-weight: bold;
  font-size: 24px;
  font-family: Tahoma;
}

.favorites {
  float: left;
  width: 100px;
  margin-top: 45px;
  margin-left: 50px;
  text-align: center;
}

.body {
  position: relative;
  padding-top: 20px;
}

.footer {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  margin-top: 45px;
}

.footer_text {
  padding-top: 5px;
  border-top: 1px solid #FF0000;
  font-size: 12px;
}

.footer_text span {
  color: #FF0000;
  font-weight: bold;
}

.LeftC {
  float: left;
  width: 70%;
  text-align: center;
  position: relative;
}

.RightC {
  float: left;
  width: 30%;
}

.RightC .head {
  text-decoration: underline;
  font-weight: bold;
  padding-left: 21%;
}

td {
  text-align: center;
  font-size: 13px;
}

.complects {
  height: 120px;
  text-align: center;
  margin-left: -15%;
  font-size: 13px;
}

.complects span {
  color: #FF0000;
  font-weight: bold;
}

.clear {
  clear: both;
}

.table_links {
  color: #000000;
}

.table_links td {
  font-size: 13px;
}

.formlink {border: 1px solid black;width: 330px; margin: 0 auto;}
.formlink a{ font-weight: bold; color: red; text-decoration: none;}
.formlink p {padding-right: 20px; margin: 15px 15px; background: url(/images/fm1.png) no-repeat right center;}
