body {
    background-color: white;
    color: black;
    font: 11pt/1.5em "Trebuchet MS", "Lucida Sans", sans-serif;
}

h1 {
    margin: 0 0 1.5em 0;
    padding-bottom: 0.5em;
    background-color: #fff;
    color: #7ca400;
    border-bottom: 1pt solid #7ca400;
    font-size: 150%;
}

h2 {
    margin: 0 0 0.5em 0;
    font-size: 130%;
}

h3 {
    margin: 0 0 0.3em 0;
    font-size: 120%;
}

h4 {
    margin: 0 0 0.1em 0;
    font-size: 110%;
}

h5 {
    margin: 0;
    font-size: 100%;
}

h6 {
    margin: 0;
    font-size: 90%;
}

p, ul, ol, dl, table, form {
    margin-bottom: 1em;
}

a {
    background-color: #fff;
    color: #7ca400;
    text-decoration: underline;
}

#navigation, #information, #featured-products div a.more, #footer {
    display: none;
}

#page {
    position: relative;
    margin: 0 auto;
    padding: 116px 23px 0 13px;
    background: none;
    width: 960px;
    height: 332px;
}

#page p.home {
	display:none;
}
