
@import "layout.css";
@import "searchbox.css";
@import "gallery.css";
@import "lightbox.css";
@import "search.css";
@import "data-tables.css";
@import "forms.css";
@import "print.css";

/* IE bug fix */
div {
    position: relative;
}

a img {
    border: 0px;
}

address {
    font-size: 90%;
    font-style: normal;
    line-height: 1.25em;
    margin-bottom: 20px;
    min-height: 75px;
    padding: 10px 10px 0px 197px;
}

address a {
    color: black;
    text-decoration: none;
}

address a:hover {
    text-decoration: underline;
}

dl {
    margin-bottom: 1em;
    margin-top: 0px;
}

dl dt {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.25em;
    margin-top: 1em;
}

dl dd {
    margin-left: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #6E6E6E;
}

h1 {
    font-size: 200%;
    font-weight: normal;
    line-height: 1.2em;
    margin: 1.2em 0px 1em;
    text-transform: uppercase;
}

h1 small {
    font-size: 60%;
    line-height: 2em;
    text-transform: none;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 110%;
    margin-bottom: -0.5em;
    padding-bottom: 0px;
}

hr {
    background: #A4A4A4;
    border: 0px;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

.page-img {
    font-size: 80%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 40px 80px;
    text-align: center;
}

.right-img {
    float: right;
    margin: 0px 0px 20px 25px;
}

.outlined img {
    border: 1px solid #6E6E6E;
}

br.endbox {
    clear: left;
}

ul.distributors
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.distributors li
{
    background: white;
    border: 1px solid #A4A4A4;
    list-style: none;
    margin: 10px 0px;
    padding: 8px 14px;
}

ul.distributors li a
{
    color: black;
    line-height: 1.4em;
}

ul.distributors li small
{
    color: gray;
    display: block;
    font-size: 80%;
}

ul.distributors li.highlight
{
    background: #F7A330;
    font-size: 130%;
    font-weight: bold;
}

ul.distributors li.highlight a
{
}

ul.distributors li.highlight small
{
    color: white;
    font-weight: normal;
}

