@import url('/reset.css');

body {
  background-color: #ffffff;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

.header {
  background-image:url('/images/bg-top.png');
  background-repeat: repeat-x;
  background-position:top left;
  min-width: 1004px;
  width: 100%;
  height: 233px;
  border-bottom: 1px solid #6699cc;
}

.header .logo {
  margin-left: 31px;
  width: 111px;
  margin-top: 25px;
  height: 137px;
  background-image:url('/images/logo.png');
  background-repeat: no-repeat;
  background-position:bottom left;
  text-align: center;
  word-spacing: 11px;
  float: left;
}

.header .logo .logoimg {
  margin-top: 15px;
}
.header .top {
  margin-left: 173px;
  width: 489px;
  height: 231px;
  /* margin-right: 340px; */
  background-image:url('/images/car-top.png');
  background-repeat: no-repeat;
  background-position:bottom right;
}

.header .name {
  padding-top: 80px;
  width: 135px;
  /* padding-right: 353px;*/
  text-transform: uppercase;
  color: #0066cc;
  font-size: 16px;
  font-weight: bolder;
}
.header .top-car {
  width: 353px;
  height: 100%;
  /* float: right; */
  vertical-align: top;
}

.name .city {
  text-transform: none;
  color: #4aa9dd;
  font-size: 12px;
  padding-top: 2px;
}

.header .contacts {
  float: right;
  margin-top: 28px;
/*  margin-left: 720px;
  position: relative; */
  height: 140px;
  width: 340px;
  font-size: 14px;
  font-weight: bolder;
  color: #666666;
}

.contacts a {
  text-decoration: none;
  border-bottom: 1px dashed #999999;
  color: #6699cc;
  font-size: 11px;
  font-weight: normal;
}

.contacts .path {
  vertical-align: middle;
  /* padding-right: 23px; */
  height: 20px;
  width: 103px;
  background-image:url('/images/path.png');
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 10px;
}

.contacts .phone {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 5px;
}

.contacts .contact1 {
  height: 100%;
  padding-top: 33px;
  float: left;
  /* display: inline; */
  background-image:url('/images/1.png');
  background-repeat: no-repeat;
  background-position:top left;
}

.contacts .contact2 {
  height: 100%;
  padding-top: 33px;
  margin-left: 186px;
  /* display: inline; */
  background-image:url('/images/2-delphi.png');
  background-repeat: no-repeat;
  background-position:top left;
}

.highlight {
  color: #001d36;
  font-size: 18px;
/*  font-weight: bold; */
}

.main {
  min-width: 1000px;
}

.main .leftmenu {
  width: 343px;
/*  min-height: 620px; */
  margin-top: 1px;
  margin-right: 1px;
  float:left;
  background-image:url('/images/bg-left.png');
  background-repeat: repeat-x;
  background-position:top left;
  font-weight: bolder;
  font-size: 8px;
}

.leftmenu ul {
  margin-left: 38px;
  margin-top: 24px;
}

.leftmenu li {
  display: block;
  list-style: none;
  vertical-align: middle;
}

.leftmenu a {
  width: 259px;
  height: 24px;
  display: block;
  vertical-align: middle;
  padding-top: 6px;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
}

.leftmenu .graphic {
  padding-top: 3px;
  height: 27px;
}

.leftmenu .graphic img {
  position: relative;
  left: -3px;
}

.leftmenu a:hover {
  background-image: url('/images/menu-highlight2.png');
  background-repeat: no-repeat;
  background-position:top left;
}

.leftmenu .selected {
  color: yellow;
/*  background-image: url('/images/menu-highlight2.png');
  background-repeat: no-repeat;
  background-position:top left;*/
}
.leftmenu .evacuate {
  /* position: relative;
  right: 1px; */
  width: 297px;
  height: 118px;
  padding-left: 48px;
  padding-top: 20px;
  margin-top: 22px;
  margin-bottom: 140px;
  font-size: 17px;
  color: #ff3333;
  background-image: url('/images/evacuate3.png');
  background-repeat: no-repeat;
  background-position:top left;
}

.evacuate .text {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  margin-top: 25px;
  margin-right: 40px;
}

.main .content {
  background-image: url('/images/bg-vertical-divisor.png');
  background-repeat: no-repeat;
  background-position:top left;
  min-height: 400px;
  margin-left: 344px;
  padding-left: 42px;
  padding-top: 30px;
  padding-right: 40px;
  text-align: justify;
}

.footer {
  background-image:url('/images/bg-bottom.png');
  background-repeat: repeat-x;
  background-position:top left;
  width: 100%;
  min-width: 1000px;
  height: 133px;
  border-top: 1px solid #6699cc;
  color: #ffffff;
  font-size: 12px;
  font-weight: bolder;
  position: relative;
}

.footer .bottom {
  background-image: url('/images/car-bottom.png');
  background-repeat: no-repeat;
  background-position:bottom left;
  /* z-index: -1; */
  width: 350px;
  height: 256px;
  position: absolute;
  bottom: 0px;
}

.footer .right {
  float: right;
  margin-right: 37px;
  margin-top: 22px;
}

.footer .right table {
  border-spacing: 0px 3px;
}

.footer .right tr, .footer .right  td {
  border: 0;
  vertical-align: middle;
}

.footer .right  tr {
  padding-bottom: 3px;
}

.footer .right  td {
  padding-left: 15px;
}

.footer .phone {
  font-size: 16px;
  font-weight: bolder;
  padding-left: 10px;
}

.footer a {
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
}

.footer .path {
  display: inline;
  padding-left: 10px;
  vertical-align: middle;
}

.footer .right img {
  vertical-align: middle;
}

.main .content p {
  margin-bottom: 15px;
}

.main .content {
  /* background-color: #808080; */
}

/* .main .centerimage {
  text-align: center;
  margin-bottom: 28px;
  margin-top: 20px;
} */

.main .centerimage img {
  border: 10px solid #f0f0f0;
  padding: 0;
}

.content img {
  padding: 10px;
}

