@import url("/assets/css/text.css");

body {
  color: #000;
  font-family: Verdana;
  font-size: 11px;
  background-color: #fff;
}

a, a:visited, a:link {
  color: #00f;
}

a:hover {
  text-decoration: none;
}

.wrapper {
  min-width: 960px;
  max-width: 1260px;
  margin: 0 auto;
}

.mainpage .header {

}

.header .phone {
  float: right;
  margin: 5px 22px 10px 0;
  text-align: right;
}

.innerpage .header .phone {
  margin-top: 20px;
  margin-bottom: 15px;
}

.header .phone .number {
  display: block;
  height: 27px;
  width: 294px;
  font-size: 1px;
  line-height: 1px;
  text-indent: -1000px;
  background: url("/assets/templates/eurasia/images/phone.gif") no-repeat center right;
}

.header .phone .desc {
  color: #004982;
  font-size: 10px;
}

.header .menu {
  clear: both;
}

.mainpage .header .menu {
  margin-bottom: 15px;
}

.innerpage .header .menu {
  border-bottom: 6px solid #4a87c6;
}

.header .menu ul {
  margin: 0 auto;
  height: 18px;
}

.header .menu li {
  float: left;
  position: relative;
  border-right: 1px dotted #000;
}

.header .menu li a {
  color: #000;
  padding: 2px 13px;
  display: block;
  font-weight: bold;
  text-decoration: none;
font-size:12px;
}

.header .menu li.last {
  border-right: none;
  padding-right: 0;
}

.header .menu li a:hover, .header .menu li:hover a {
  background-color: #e4e4ff;
}

.header .menu li ul {
  display: none;
  position: absolute;
  top: 16px;
  left: -1px;
  border: 1px solid #004982;
  border-width: 0px 1px;
  height: auto;
  z-index: 11;
}

.mainpage .header .menu li ul {
  left: 0;
}

.innerpage .header .menu li ul {
  top: 16px;
}

.header .menu li.hovered ul {
  display: block;
}

.header .menu li ul li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #004982;
  background-color: #e4e4ff;
}

.mainpage .header .menu li ul li {
  
}

.header .menu li ul li a {
  font-weight: normal;
}

.header .menu li ul li a:hover {
  background-color: #f0f0ff;
}

.content {
  position: relative;
}

.content .center {
  width: 659px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.content .left {
  position: absolute;
  top: 0;
  left: 0;
/*  background: url("images/decor_lb.gif") no-repeat bottom right #EEEEFF; */
  background-color: #EEEEFF;
  max-width: 300px;
  z-index: 1;
}

.content .right {
  position: absolute;
  top: 0;
  right: 0;
/*  background: url("images/decor_rb.gif") no-repeat bottom left #e4e4ff; */
  background-color: #e4e4ff;
  max-width: 300px;
  z-index: 1;
}

.main-image {
  position: relative;
  margin-bottom: 55px;
}

.main-image img {
  display: block;
}

.main-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/templates/eurasia/images/main_img_overlay.gif") no-repeat bottom center;
  z-index: 9;
}

.innerpage .header {
  position: relative;
}

.header .logo {
  position: absolute;
  top: 20px;
  left: 68px;
}

.main-image .logo {
  position: absolute;
  top: 14px;
  right: 34px;
  z-index: 10;
}

.main-image .about {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 275px;
  z-index: 10;
}

.main-image .about h1 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer {
  clear: both;
  margin: 40px 0 0;
  overflow: hidden;
  color: #333333;
}

.footer .copyright {
  float: left;
  width: 194px;
}

.footer .contacts {
  float: left;
  width: 465px;
  margin-bottom: 30px;
  line-height: 2em;
}

.footer a {
  color: #004982;
}

.footer .service {
  clear: both;
  color: #999;
  overflow: hidden;
  padding-bottom: 30px;
}

.footer .service .link-exchange {
  float: left;
}

.footer .service .link-exchange a {
  color: #999;
  text-decoration: none;
}

.footer .service .author {
  float: right;
}

.columns {
  overflow: hidden;
}

.center .columns {
  margin: 0 1px;
}

.content-column {
  float: left;
  width: 215px;
  padding-right: 3px;
  margin-right: 3px;
  background: url("/assets/templates/eurasia/images/columns_bg.gif") repeat top right #fff;
}

.content-column.last {
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.content-column .img {
  border-top: 9px solid #4a87c6;
  text-align: center;
}

.content-column .img img {
  display: block;
}

.content-column .title {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
  background-color: #4a87c6;
}

.content-column.pink .img {
  border-top-color: #cc6699;
}
.content-column.pink .title {
  background-color: #cc6699;
}

.content-column.green .title {
  background-color: #8a872d;
}
.content-column.green .img {
  border-top-color: #8a872d;
}

.content-column ul {
  padding: 12px 3px 0 3px;
}

.content-column li {
  margin-bottom: 8px;
}

.right .search {
  margin: 7px;
}

.right .search input.text {
  width: 97%;
  padding: 3px 0;
  
  border: 4px solid #7fb6ef;
}

.right .links {
  margin: 10px 7px 7px;
}

.right .links li {
  margin-bottom: 5px;
}

.right .links a {
  color: #4a87c6;
  text-decoration: none;
}

.breadcrumb {
  color: #004982;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #4a87c6;
}

.right.column .column-inner {
  padding: 0 0 470px;
}

.left.column .column-inner {
  padding: 30px 0 470px;
}

.left h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.left .item {
  margin-bottom: 20px;
}

.left .item .title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 8px;
  background-color: #4a87c6;
}

.left .item ul {
  padding: 0 5px 0 10px;
}

.left .item li {
  padding-left: 13px;
  background: url("/assets/templates/eurasia/images/bullet_blue.gif") no-repeat 0px 7px;
  margin-bottom: 5px;
}

.left .item li a {
  color: #4a87c6;
}

.left .item.pink li {
  background-image: url("/assets/templates/eurasia/images/bullet_pink.gif");
}

.left .item.green li {
  background-image: url("/assets/templates/eurasia/images/bullet_green.gif");
}


.left .item.pink .title {
  background-color: #c69;
}
.left .item.pink li a {
  color: #c69;
}

.left .item.green .title {
  background-color: #8a872d;
}
.left .item.green li a {
  color: #8a872d;
}

.right .manager {
  margin: 7px;
  font-family: Arial;
  font-size: 12px;
  color: #333;
  margin-bottom: 25px;
}

.right .manager .phone {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.right .related {
  margin: 7px;
}

.right h6 {
  color: #333;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.right .related li {
  padding-left: 13px;
  background: url("/assets/templates/eurasia/images/bullet_blue.gif") no-repeat 0px 6px;
  margin-bottom: 5px; 
}

.right .related li a {
  color: #4a87c6;
}

.decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.left .decor {
  background: url("/assets/templates/eurasia/images/decor_lb.gif") no-repeat bottom right;
  height: 470px;
}

.right .decor {
  background: url("/assets/templates/eurasia/images/decor_rb.gif") no-repeat bottom left;
  height: 202px;
}

#feedbackForm #lastname{display:none;}
#feedbackForm input, textarea{
    border: 1px solid black;
    font-size: 11pt;
    margin-bottom: 10px;    
}

.content-text .subsection{
 float: left;
 width: 200px;
 /*height: 170px;*/
 background: url("/assets/templates/eurasia/images/columns_bg.gif") repeat top right #fff;
 margin-right: 6px;
 padding-right: 6px;
 margin-bottom: 25px;
 text-align: left;
}

.content-text .subsection.last{
 background: none;
 margin-right: 0px;
 padding-right: 0px;
 width: 200px;
 clear: right;
}

.content-text .subsection strong{text-align:center;display:block;margin-bottom: 5px;}
.content-text .subsection a{display:block;text-decoration:none;}
.content-text .subsection a.morelink{text-align:right;margin-top:5px;}

.content-text .subsection span{margin: 10px 0px;text-align:left;}

#column_news{margin: 20px 7px 0px 7px;}
#column_news .item {margin-top: 5px;}
#column_news h4{font-weight: bold; text-align: center;}

span.more{display:block;text-align:right;}
