body {
  background-color: ;
  margin: 0;
  color: #333333;
  font-family: arial;
  font-size: 12px;
}
a {
  color: #6290af;
  text-decoration: underline;
}
a:visited {
  color: #6290af;
}
a:hover {
  text-decoration: none;
}
.center {
  width: 1000px;
  margin: 0 auto;
}
.hdr {
  background: #000000;
  background: -moz-linear-gradient(top,#4d4d4d,#000000);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d4d4d),color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,#4d4d4d,#000000);
  background: -o-linear-gradient(top,#4d4d4d,#000000);
  background: -ms-linear-gradient(top,#4d4d4d,#000000);
  background: linear-gradient(top,#4d4d4d,#000000);
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.hdr-logo {
  max-width: 530px;
  min-height: 65px;
  color: #cccccc;
}
.hdr-logo p,
.hdr-contacts p {
  margin: 0;
  padding: 0;
}
.hdr-menu {
  float: right;
  margin: 16px 0;
}
.hdr-menu a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-family: arial;
  font-size: 18px;
  padding: 4px 13px;
}
.hdr-menu a:visited {
  color: #ffffff;
}
.hdr-menu a:hover {
  background: #4b7693;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.top {
  background: #E0DFDF;
  border-bottom: 1px solid #c0c0c0;
 
    min-height: 500px;
  height: auto;
}
.top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top p {
  margin:0;
}
.top .center > div:first-child {
  padding:1em 0;
}
.top h1 {
  color: #314d60;
  margin: 0;
  padding: 10px 0;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  font-family: trebuchet ms, arial;
  text-shadow: 2px 2px 2px white;
}
.top h2 {
  color: #3a5b71;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  padding: 10px 0;
}
.top .image {
  background: #ffffff;
  width: 635px;
  height: 350px;
  display: block;
  float: left;
  margin: 30px 0 0 0;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0 10px 10px;
}
.top .text {
  float: right;
  width: 300px;
  height: 375px;
  background: #4b7693;
  color: #ffffff;
  padding: 27px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: trebuchet ms, arial;
  font-size: 19px;
  font-weight: bold;
  line-height: 28px;
  text-shadow: 1px 1px 1px #17252e;
  box-shadow: -2px 2px 7px #333333;
  -moz-box-shadow: -2px 2px 7px #333333;
  -webkit-box-shadow: -2px 2px 7px #333333;
  -o-box-shadow: -2px 2px 7px #333333;
}
.aside-box {
  background-color: white;
}
.aside-box+.aside-box {
  margin-top: 20px;
}
.aside-box-hdr {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  line-height: 25px;
  font-size: 18px;
  font-family: arial;
  padding: 5px 10px 5px 20px;
  border-bottom: 5px solid #a6c0d1;
}
.aside-box-inner {
  font-family: arial;
  font-size: 12px;
  color: ;
  padding: 10px 10px 10px 20px;
}
.button,
.button-big {
  background: #4b7693;
  background: -moz-linear-gradient(top,#84a8c0,#4b7693);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#84a8c0),color-stop(100%,#4b7693));
  background: -webkit-linear-gradient(top,#84a8c0,#4b7693);
  background: -o-linear-gradient(top,#84a8c0,#4b7693);
  background: -ms-linear-gradient(top,#84a8c0,#4b7693);
  background: linear-gradient(top,#84a8c0,#4b7693);
  color: #ffffff;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-family: arial;
  cursor: pointer;
  text-shadow: 1px 1px 1px #29404f;
}
.button:visited,
.button-big:visited {
  color: #ffffff;
}
a.button,
a.buttonl {
  text-decoration: none;
  display: inline-block;
}
a.button:hover,
a.buttonl:hover {
  text-decoration: underline;
}
.button-big {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 7px 10px;
}
.button {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 7px 5px 7px;
}
.buttonl {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 49%,#E0DFDF 50%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(49%,#ffffff),color-stop(100%,#E0DFDF),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 49%,#E0DFDF 50%,#ffffff 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#ffffff 49%,#E0DFDF 50%,#ffffff 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#ffffff 49%,#E0DFDF 50%,#ffffff 100%);
  background: linear-gradient(top,#ffffff 0%,#ffffff 49%,#E0DFDF 50%,#ffffff 100%);
  border: 1px solid #c7c5c5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 5px 10px 7px 10px;
  color: #a19e9e;
  font-family: trebuchet ms, arial;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ffffff;
}
.buttonl:visited {
  color: #a19e9e;
}
.top + .content {
  padding-top: 60px;
}
.content {
  padding: 30px 0 30px 0;
  font-family: arial;
  font-size: 12px;
  background: #ffffff;
}
.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content2 {
  padding: 30px 0 30px 0;
  font-family: arial;
  font-size: 12px;
  background: #c7d8e3;
}
.content2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content2 .center {
  overflow: hidden;
}
.lcol {
  float: left;
  width: 240px;
}
.main {
  margin-left: 270px;
  overflow: hidden;
  width: 710px;
}
.main h2 {
  margin: 0 0 20px 0;
  color: ;
}
.main .text {
  color: ;
  margin-bottom: 10px;
}
.main .more {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
.columns {
  width: 1036px;
  font-family: trebuchet ms, arial;
}
.columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.column {
  width: 303px;
  margin-right: 35px;
  float: left;
}
.column .image {
  width: 309px;
  height: 163px;
  background: transparent url(images/columns-img-bg.png) bottom center no-repeat;
}
.column .image img {
  width: 299px;
  height: 136px;
  padding: 5px;
  background: white;
}
.column h2 {
  font-size: 22px;
  font-weight: bold;
  color: #3a5b71;
  margin: 0 0 5px 0;
}
.column .text {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 22px;
}
.columns .more {
  text-align: right;
}
.right {
  float: right;
}
footer {
  font-size: 11px;
  font-family: tahoma, arial;
  font-weight: normal;
}
.ftr-menu {
  padding: 10px 0;
  color: #ffffff;
  background: #000000;
}
.ftr-menu nav a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
}
.ftr-menu nav a:visited {
  color: #ffffff;
}
.ftr-menu nav a:hover {
  text-decoration: underline;
}
.ftr-menu-made {
  background: ;
  width: 110px;
}
.ftr-menu-made:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ftr-info a {
  color: ;
}
.ftr-info a:visited {
  color: ;
}
.ftr-info {
  color: #cccccc;
  background: #333333;
  padding: 10px 0;
}
.ftr-info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ftr-info .right {
  text-align: right;
  padding-top: 15px;
}
.address {
  border-spacing: 0;
  font-family: arial;
}
.address td {
  white-space: nowrap;
}
.address-b {
  font-weight: bold;
}
.a-nhu {
  text-decoration: none;
}
.a-nhu:hover {
  text-decoration: underline;
}
.column:nth-child(n+4)
{
display:none !important;
}