* {
    margin: 0;
    padding: 0;
}

body {
    background: url('images/background.gif') top center repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 764px;
}

a {
    color: #06C;
}

p {
    margin-bottom: 1em;
}

#header {
    background: #FFF url('images/header_background.jpg') top right no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 112px;
    width: 758px;
}

#main {
    background: url('images/tab_background_active.gif') top left repeat-x;
    font-family: Arial, Sans, sans-serif;
    min-height: 8px;
    width: 758px;
    margin-left: auto;
    margin-right: auto;
}

#header h1 img {
    margin: 12px 10px;
    border: none;
}

#menu {
    float: left;
    width: 196px;
}

#menu ul {
    list-style-image: none;
    list-style-type: none;
}

#menu ul li {
    background: #FFF url('images/tab_background_inactive.gif') top left repeat-x;
    display: block;
    float: left;
    font-size: 12pt;
    padding: 10px 1px 10px 16px;
    border-right: 1px solid #B6B0B2;
    width: 179px;
}

#menu ul li a {
    display: block;
    margin: -10px 0 -10px -16px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    text-decoration: none;
}

#menu ul li.active {
    background: #F7EBEF url('images/tab_background_active.gif') top left repeat-x;
    padding-right: 3px;
    border-right: 0px;
}

#menu ul li a {
    background: url('images/tabnotch_inactive.gif') top left no-repeat;
}

#menu ul li.active a {
    background: url('images/tabnotch_active.gif') top left no-repeat;
}

#address {
    background: url('images/watermark.jpg') top right no-repeat;
    clear: left;
    color: #FFF;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    min-height: 270px;
    padding-top: 20px;
}

#content {
    float: right;
    font-size: 10pt;
    padding-right: 20px;
    padding-top: 20px;
    width: 520px;
}

#footer {
    clear: both;
    float: right;
    font-family: Arial, Sans, sans-serif;
    font-size: 8pt;
    text-align: center;
    border-top: 1px solid #B6B0B2;
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px 0;
    width: 520px;
}

#products {
    float: left;
    width: 400px;
}

#products ul {
    list-style-image: none;
    list-style-type: none;
}

#products ul li {
    clear: both;
    padding: 10px;
}

#products img {
    border: 1px solid #000000;
    float: left;
    margin-right: 5px;
    height: 93px;
    width: 124px;
}

#products fieldset {
    border: 0;
}

#products .name {
    font-weight: bold;
    margin-bottom: 5px;
}

#products .price {
    margin-bottom: 5px;
}
