@CHARSET "UTF-8";

body {
  color: #ffffff;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  line-height: 18px;
  background: url(../img/body_bg.jpg) repeat-x #5a5a5b;
  margin: 0;
}
a {
  outline-style: none;
  color: #3a89c0;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ffffff;
}
div#top {
  width: 960px;
  height: 145px;
  position: relative;
  margin: 0 auto;
}
div#banner {
  width: 964px;
  height: 253px;
  margin: 0 auto 20px auto;
}
div#content {
  width: 100%;
  margin: 0;
  background: url(../img/content_bg.png) repeat-x #585858;
  padding: 20px 0;
}
div#content div.in {
  width: 920px;
  margin: 0 auto;
  text-align: justify;
  padding: 0 20px;
}
div#footer {
  width: 100%;
  min-height: 190px;
  margin: 0;
  background: url(../img/footer_bg.png) repeat-x #5a5a5b;
}
div#footer div.in {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  color: #000000;
}
div#footer div.in a {
  color: #000000;
  font-weight: normal;
  margin: 0 10px;
}
div#footer div.in a:hover {
  color: #ffffff;
}
a#logo {
  width: 367px;
  height: 148px;
  position: absolute;
  top: 0;
  left: -70px;
}
a#logo img {
  border: none;
}
div#menu {
  width: 715px;
  height: 28px;
  top: 60px;
  left: 245px;
  position: absolute;
  background: url(../img/menu_bg.png);
  z-index: 10;
}
div#logos {
  height: 29px;
  position: absolute;
  top: 20px;
  right: 0;
}
div#welcome {
  position: absolute;
  width: 300px;
  height: 20px;
  top: 120px;
  right: 0;
  text-align: right;
}
div.clearFix {
  width: 960px;
  height: 1px;
  overflow: hidden;
  clear: both;
}
div#frontStatic {
  width: 435px;
  float: left;
  padding-right: 20px;
  border-right: dotted 1px #5d5d5d;
}
div.lastNewsConteiner {
  width: 435px;
  float: left;
  padding-left: 20px;
}
div.title {
  background: url(../img/title_box.gif) no-repeat center left;
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
  padding-left: 20px;
}
div.newsTitle {
  font-weight: bold;
  color: #ffffff;
}
div.lastNewsConteiner div.text {
  color: #999999;
}
div.date {
  color: #000000;
  text-align: right;
  font-size: 10px;
}
div#logoFooter {
  width: 185px;
  height: 50px;
  margin: 20px auto 20px auto;
  background: url(../img/logo_footer.png);
}
a.read_more {
  margin: 10px 0;
  display: block;
  float: right;
}
input[type="submit"] {
  background: #3a89c0;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  padding: 3px 10px;
  margin: 10px 0;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #4998d0;
  color: #ffffff;
}
div.surveyConteiner textarea {
  width: 400px;
  height: 100px;
}
div.surveyConteiner div.text {
  margin: 20px 0;
}
tr.oddNewsConteiner {
  background: #444543;
}
div.cars table img {
  border: solid 1px #ffffff;;
}
div.cars td {
  padding: 20px;
}
div.cars a.selected {
  color: #ffffff;
}
div#logos img {
  border: none;
  margin: 0 5px;
}
div.lastNewsConteiner div.title a {
  font-size: 11px;
}
div.oddNewsConteiner, div.evenNewsConteiner {
  margin-bottom: 20px;
} 
div.oddNewsConteiner img, div.evenNewsConteiner img, div.lastNewsConteiner img, div.newsConteiner img {
  float: left;
  margin: 0 10px 10px 0;
}