/* Símbolo: #838F97 */
/* Texto: #F37421 */

html {
  color: #666;
  background: url(../images/plaid.gif) repeat;
}

body {
  margin: 0;
  text-align: left;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: underline;
}

#container {
  position: relative;
  background: #eee url(../images/background.png) center right no-repeat;
  border: 2px solid #838F97;
  margin: 0 auto;

  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
}

#logo {
  width: 351px;
  height: 243px;  
  position: absolute;
  background: url(../images/avant-logo.png) no-repeat;
}

#logo h1 {
  text-indent: -500px;
  overflow: hidden;
  margin: 0;
}

#business, #contacts {
  font-family: 'Yanone Kaffeesatz', arial, serif;
  position: absolute;
  right: 20px;
}

#business ul, #contacts ul {
  margin: 0;
}

#business ul li, #contacts ul li {
  margin-bottom: .4em;
  list-style: none;
}

#business ul li:last-child, #contacts ul li:last-child {
  margin-bottom: 0;
}

#business {
  width: 220px;
  border-left: 3px solid #F37421;
  font-size: 153.9%;
  top: 20px;
}

#business ul {
  margin-left: 15px;
}

#contacts {
  width: 205px;
  font-size: 138.5%;
  line-height: 1.5em;
  bottom: 20px;
}

#contacts .city {
  font-weight: bold;
  color: #838F97;
}

#contacts .phone {
  font-size: 153.9%;
}

#contacts ul li {
  margin-bottom: .1em;
}

