body {
  font: normal 12px/1.5 Verdana, Tahoma, Arial, sans-serif;
  background-color: white;
  padding: 0;
  margin: 0 auto;
  width: 980px;
  position: relative;
}

hr,img,object,table,embed {
  border: 0;
}

table { border-collapse: collapse }
td { padding: 0 }

a {
  text-decoration: none;
  outline: 0;
  color: #069;
}

a:hover {
  text-decoration: underline;
}

.header-bg {
  width: 100%;
  height: 30px;
  background: white url("../img/body-bg-top.png") no-repeat center top;
  overflow: hidden;
}

.footer-bg {
  width: 100%;
  height: 30px;
  background: white url("../img/body-bg-bottom.png") no-repeat center top;
  overflow: hidden;
}

.page-wrap-bg {
  background: white url("../img/body-bg.png") repeat-y center;
  position: relative;
  width: 100%
}

.page-wrap {
  position: relative;
  overflow: hidden;
  background: white url("../img/right-menu-bg.gif") repeat-y right top;
  margin: 0 40px;
}

.header {
  color: #5e6471;
  text-align: right;
  height: 82px;
  padding-bottom: 26px;
  background-color: white;
}

.logo {
  float: left;
}

.logo-telephone {
  color: #004270;
}

.logo-info {
  line-height: 180%;
  font-weight: bold;
  color: #909090;
  font-size: 120%;
}

.top-menu {
  background: white url('/img/top-menu-bg.jpg') repeat-x 0 0;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  color: #e3f3ff;
}

.top-menu a {
  float: left;
  margin: 0 2.15em;
  color: #e3f3ff;
}

.top-menu span {
  float: left;
  margin: 0 2.15em;
  color: #e3f3ff;
}

.top-menu .crossbar {
  background: #fff url('/img/top-menu-crossbar.gif') no-repeat 0 0;
  width: 2px;
  height: 32px;
  margin-top: 2px;
  float: left;
}

.top-page-name {
  height: 40px;
  margin-top:12px;
  padding-left: 245px;
  color: white;
  text-transform: none;
  font: normal 180% "Times New Roman", serif;
  line-height: 40px;
}
.top-page-name img {
 margin-top: 10px;
}

.top-header {
  height: 176px;
  background: white url('/img/top-header-bg.jpg') repeat-x 0 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  -moz-opacity: 0.95; /* Mozilla 1.6 и ниже */
  -khtml-opacity: 0.95; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.95; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.top-header .top-header-left {
  float:left;
  padding: 25px 0 0 30px;
  font-size: 160%;
  line-height: 120%;
}

.left-menu {
  width: 205px;
  overflow: hidden;
  float: left;
  /*margin-top: 50px;*/
}

.left-menu ul {
  list-style-type: none;
  color: #666;
  margin: 12px 12px 12px 0;
  padding: 12px 0 0 12px;
  line-height: 170%;
}

.left-menu ul a {
  color: #069;
  font-weight: bold;
}

.left-menu ol {
  list-style-position: outside;
  padding-left: 18px;
}

.content {
  margin: 20px 30px 40px 40px;
  width: 450px;
  float: left;
  overflow: hidden;
}

h3 {
  font-size: 140%;
  padding: 0;
  margin: 0 0 1em;
  color: #333;
}

.gray {
  color: #333;
}

.brown {
  color: #630;
}

a.white, .white {
  color: white;
}


.light-brown {
  color: #f93
}

p {
  margin: 1em 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 2px;
}

ol {
  list-style: disc inside;
}

.content li {
  margin: 1em 0;
}

.center {
  text-align: center;
}

.right-menu {
  width: 175px;
  float:left;
  padding-top: 20px;
  color: white; /* #f93 */
}

.right-menu .item {
  padding: 0 15px;
}

.right-menu-item a {
  color: #fff;
}

.footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer a {
  color: black;
}

.form, .list {
  border: 1px solid #554a4d;
}

.form td, .list td, .form th, .list th {
  padding: 5px
}

.list td, .list th {
  border-bottom: 1px solid #554a4d;
}


/* CSS for tablesort jQuery plugin */
.tablesort tbody tr {
  cursor: default;
}

.tablesort tbody tr.tablesort-drag {
  background-color: #eee;
  cursor: move;
}
/* ------------------------------- */

.b {
  font-weight: bold;
}

.c {
  text-align: center;
}

.i {
  font-style: italic;
}

.fs-90 {
  font-size: 90%;
}

.fs-110 {
  font-size: 110%;
}

.clear {
  clear: both;
}

.fs-150 {
  font-size: 150%;
}

.black {
  color: #000;
}

.view-more-testimonials {
  font-size:90%;
  text-align:right;
  line-height:100%
}

.err {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

.ok {
  color: #090;
  font-weight: bold;
  text-align: center;
}
