body {
  background-color: #FFFFFF;
  font-family: Arial;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

h1, h2, h3, p, ul, form {
  padding: 0;
  margin: 0;
  font-weight: normal; }

img {
  border: none; }

ul {
  list-style: none; }

.clear {
  clear: both; }

#conteiner {
  position: relative;
  margin: 0 auto 0 auto;
  background: url(../images/purchase/phone.jpg) no-repeat right 23px;
  width: 750px; }
  
#conteiner_de {
  position: relative;
  margin: 0 auto 0 auto;
  width: 750px;  
}

#languages {
  position: absolute;
  right: 0;
  top: -20px; }
  #languages a {
    color: #333333;
    margin-left: 15px;
    font-size: 11px; }

#header {
  position: relative;
  height: 98px;
  margin: 30px 0 20px 0; }
  #header a {
    display: block;
    width: 432px;
    height: 98px;
    text-indent: -8000px; }
  #header .pl {
    background: url(../images/purchase/pl/logo.jpg) no-repeat; }
  #header .ru {
    background: url(../images/purchase/ru/logo.jpg) no-repeat; }
  #header .en {
    background: url(../images/purchase/en/logo.jpg) no-repeat; }
#header .de {
    background: url(../images/purchase/de/logo.jpg) no-repeat; }
  #header p {
    position: absolute;
    right: 0;
    bottom: 0; }
    #header p a {
      display: inline;
      margin: 0 0 0 15px;
      color: #523A31;
      font-size: 14px; }

#menu {
  position: relative;
  background: #EEE5DB;
  padding: 0 3px 0 4px;
  text-align: center;    }
  #menu li {
    display: inline;
    background: url(../images/purchase/sep.jpg) no-repeat 15px center;
    padding: 3px 0 0 20px;
    font-size: 9px;
    color: #523831;
    font-weight: bold; }
  #menu a {
    color: #523831; }
  #menu span {
    background: url(../images/purchase/checked.gif) no-repeat left center;
    padding: 0 0 0 12px; }
  #menu .first {
    background: none;
    padding: 3px 0 0 0; }
  #menu .right {
    background: none;
    padding: 3px 0 0 12px; }

#footer {
  position: relative;
  margin: 15px 0 0 0;
  padding: 5px 0 20px 0;
  border-top: 1px solid #CCCCCC;
  text-align: center; }
  #footer li {
    display: inline;
    margin: 0 30px 0 30px;
    font-size: 11px; }
    #footer li a {
      color: #666666; }
      #footer li a:hover {
        color: #523A31;
        text-decoration: underline; }
