body {
  font-family: arial;
  margin: 0;
  padding: 0;
}

.header {
  background: url(/images/header.jpg) 0 0 no-repeat; 
  width: 1000px; 
  height: 270px;
  position: relative;
}

.menu {
  padding-top: 207px;
}

.menu td {
  padding-left: 25px;
  padding-right: 25px;
}

.menu a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: #006599;
}

.menu a:hover {
  text-decoration: underline;
}

.phone {
  position: absolute;
  right: 70px;
  top: 45px;
}
  .phone .code {
    font: bold 23px arial;
    color: #999;
  }
  .phone .number {
    font: bold 46px arial;
    color: #000;
  }
  
.second-menu li {
  background: url(/images/bullet.gif) 0 0.6em no-repeat;
  padding-left: 12px;
  list-style: none;
}  

.second-menu li a {
  color: #000;
}

.second-menu li a:hover {
  color: #f90;
}

.cpr {
  width: 200px;
}

.cpr a{
  color: #999;
}

.footer {
  background: #eee;
  padding: 20px;
  text-align: center;
}
