/*
    This is not valid CSS2.1, but is valid CSS3, and works in Chrome and Safari
*/
@font-face {
    font-family: "FlowerGarden";
    src: url(http://www.digitalxero.net/Flower-G.ttf) format("truetype");
}

div, p {
    text-align: left;
}

html {
    font-size: 100%;
}

body {
    background-color: #D7C489;
    font-size: 72.5%;
}

a {
    color: #3d4837;
}

#outer {
    background-color: #EEE68C;
    max-width: 930px;
    min-width: 930px;
    border: 2px solid #674B15;
}

#header {
    padding-left: 1em;
    padding-top: 1em;
    background-image: url(../images/banner.png);
    background-position: 165px 10px;
    background-repeat: no-repeat;
}

#address {
    padding-top: 10px;
    float: right;
    font-size: 1.3em;
    margin-top: 0;
    width: 350px;
}

#wrapper {
    min-height: 880px;
}

#footer {
    text-align: center;
    font-size: .8em;
    clear: both;
}

#menu {
    float: left;
    max-width: 180px;
    width: 200px;
}

#left-content {
    width: 70%;
}

.main-content {
    text-align: justify;
    margin-left: 180px;
    margin-right: 40px;
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: top;
    font-size: 1.2em;
    line-height: 1.3em;
}

.menu-button {
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    color: #3d4837;
    margin-left: 15px;
}

img.static {
    position:absolute;
}

img.headimg {
    margin-bottom: 1em;
}

hr {
    border: 1px solid #674B15;
}

table.products {
    border-spacing: 7px;
}

.clear {
    clear: both;
}

.error {
    color: #CD906D;
}

.justify {
    text-align: justify;
}

.title {
    font-family: FlowerGarden, Georgia, "Times New Roman",Sans-Serif;
    font-size: 1.8em;
    font-weight: bold;
    color: #008000;
}

.topic {
    font-family: FlowerGarden, Georgia, "Times New Roman",Sans-Serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #008000;
}

.inline {
    display: inline;
    margin-right: .7em;
}

.topleft {
    background-image: url(../images/topleft.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    min-height: 30px;
}

.bottomright {
    background-image: url(../images/bottom-right.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.topleft:hover {
    background-image: url(../images/bottomright.png);
    background-position: 100% 100%;
}

.bottomright:hover {
    background-image: url(../images/top-left.png);
    background-position: 0% 0%;
}

.nohover-topleft {
    background-image: url(../images/topleft.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    min-height: 30px;
}

.nohover-bottomright {
    background-image: url(../images/bottomright.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.innerbutton {
    text-align: center;
    padding-top: 5px;
}

.inner {
    font-size: 0.9em;
    padding: 7px 12px 7px 12px;
}
