html, body {
    margin: 0px;
    padding: 0px;
    font: 12px tahoma, sans-serif;
}

a:link, a:visited {
    color: #007;
    text-decoration: underline;
}

a:hover {
    color: #F00;
    text-decoration: none;
}

img {
    border: none;
}

#container {
    margin: 0px 20%;
}

#header {
    height: 76px;
    border-bottom: 2px solid #F96;
    background: #FDF3E0 url('../images/header-bg.png') repeat;
}

#header #note {
    position: absolute;
    top: 1em;
    right: 20%;
    width: 157px;
    height: 24px;
    background: url('../images/note.gif') no-repeat;
    margin-right: 1em;
}

#content {
    margin-left: 224px;
    padding: 0px 1em;
}

h1 {
    margin: 12px 0px;
    border-bottom: 1px solid #000;
    font: 20px tahoma, sans-serif;
}

p {
    margin: 1em 0px;
    line-height: 18px;
}

ul {
    margin: 1em 0px;
    padding: 0px 0px 0px 2em;
}

ul li {
    list-style: square outside;
    font: 12px tahoma, sans-serif;
    line-height: 18px;
}

#menu {
    position: absolute;
    top: 90px;
    left: 20%;
    width: 224px;
    padding: 0px 12px;
    background: #F0F3F5 url('../images/menu-bg.png') repeat;
}

#container>div#menu {
    width: 200px;
}

#menu h3 {
    margin: 10px 0px;
    color: #F96;
    font: bold 14px tahoma, sans-serif;
}

#menu ul {
    margin: 10px 0px 10px 10px;
    padding: 0px;
}

#menu ul li {
    list-style: none;
    font: 12px tahoma, sans-serif;
    line-height: 20px;
}

#menu ul li#lang_en {
    /*
    padding-left: 30px;
    background: url('../images/flag_uk.gif') no-repeat;
    line-height: 16px;
    */
}

#menu ul li#lang_ru {
    /*
    padding-left: 30px;
    background: url('../images/flag_ru.gif') no-repeat;
    line-height: 16px;
    */
}

table#pricelist {
    font: 12px tahoma, sans-serif;
}

table#pricelist th {
    background: #FDF3E0;
}

table#pricelist td {
    background: #F7F7F7;
}
button.order {
  width: 350px;
}

