body { margins: 0px; }
div.page {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
div.toplogo {
    width: 800px; 
    height: 155px; 
    background: url("top-logo.png"); 
    background-repeat: no-repeat;
    padding: 0px;
}
div.menu {
    position: relative;
    top: 110px;
    height: 32px; 
    overflow: hidden;
}
span.menuitem {
    height: 32px;
    padding-left: 16px;
}

span.languagemenu {
    position: relative;
    left: 216px;
    top: 80px;
}

a { 
    font-weight: bold;
    color: blue;
}

a.menu { 
    font-size: 12px;
}

a.languageitem {
    border: none;
    position: relative;
    top: 4px;
    padding-right: 4px;
}

img.languageitem {
    border: none;
}

span.inactivemenu { 
    font-weight: bold;
    color: blue;
    font-size: 12px;
}

div.contents {
    padding: 1em;
}

div.newsitem {
    padding: 1em;
}

div.newsheader {
    font-weight: bold;
    font-size: 90%;
    border-bottom: 1px solid black;
}

div.newstitle {
    font-weight: bold;
}

span.newsbread {
    font-size: small;
}

img.newsimage {
    border: none;
    float: left;
    padding-right: 2em;
    #width: 64px;
    #height: 64px;
}

div.products {
}

img.product-thumb {
    margin-left: auto; 
    margin-right: auto;
    width: 128px;
    height: 128px;
    display: block;
}

div.category-note {
    font-size: x-small; 
    font-weight: bold; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}

div.product-name {
    border-bottom: 1px dotted black;
    font-weight: bold;
}

div.product-description {
    padding-top: 1em;
}

span.product-ingredients {
    font-style: italic;
}

div.product-table {
}

table.product {
    padding-top: 1em;
    border: none;
}

td.caption {
    font-weight: bold;
    font-size: 80%;
    padding-right: 2em;
}

td.large_caption {
    font-weight: bold;
    font-size: 110%;
    #padding-bottom: 1em;
    border-bottom: 1px gray solid;
}

td.value {
    font-size: 80%;
}

div.question {
    background: #cccccc;
    font-weight: bold;
}

div.answer {
    color: #444444;
}

table.contact {
}

tr.contact {
    height: 2em;
}

td.caption {
    vertical-align: top;
    font-weight: bold;
}

td.label {
    vertical-align: top;
}

div.footer {
    float: left;
    padding-top: 2em;
    font-size: small;
}

div.note {
    font-style: italic;
    font-size: small;
}