html {
    background: #eefaea;
    color: #474747;
}

body {
    background: #eefaea;
    color: #474747;
    font-size: 11px;
    font-family: Arial;
    padding: 0;
    margin: 0;
}

@media print {
    html, body {
        background: #fff;
        color: #000;
        font-size: 12pt;
    }
}

#header {
    position: relative;
    margin-bottom: -110px;
    height: 400px;
    min-width: 1000px;
    background: url(../img/header-bg2.jpg) no-repeat right top;
    z-index: 1;
}
@media print {
    #header {
        display: none;
    }
}

#header .cont1 {
    position: relative;
    height: 400px;
    background: url(../img/header-bg1.jpg) no-repeat left top;
}

#topmenu {
    position: absolute;
    top: 28px;
    right: 44px;
    margin: 0;
    padding: 0;
}
#topmenu li {
    display: inline;
    list-style: none;
    margin: 0 16px 0 0;
}
#topmenu a {
    color: #000;
    text-decoration: underline;
}
#topmenu .bookmark {
    padding-left: 22px;
    background: url(../img/icon-bookmark-16.gif) no-repeat left center;
}
#topmenu .mail {
    padding-left: 22px;
    background: url(../img/icon-mail-16.gif) no-repeat left center;
}
#topmenu .price {
    padding-left: 22px;
    background: url(../img/icon-price-16.gif) no-repeat left center;
}

#logo {
    display: block;
    position: absolute;
    top: 64px;
    left: 46px;
}
#logo img {
    border: none;
}

#phone {
    position: absolute;
    top: 100px;
    left: 530px;
    margin: 0;
    padding: 0;
    color: #fff;
}
#phone li {
    list-style: none;
}
#phone .number {
    font-size: 20px;
}

#ourproducts {
    position: absolute;
    top: 100px;
    right: 125px;
    margin: 0;
    padding: 0;
}
#ourproducts li {
    list-style: none;
}
#ourproducts .products {
    font-size: 20px;
    font-weight: bold;
    padding-right: 7px;
    padding-bottom: 7px;
    background: url(../img/icon-left-arrow.gif) no-repeat bottom right;
}
#ourproducts a {
    text-transform: uppercase;
    text-decoration: underline;
}

#mainmenu {
    position: absolute;
    top: 200px;
    left: 473px;
    width: 432px;
    color: #32ad48;
}
#mainmenu,
#mainmenu ul {
    margin: 0;
    padding: 0;
}
#mainmenu li {
    list-style: none;
    width: 144px;
    height: 26px;
    margin: 0;
    padding: 0;
    float: left;
}
#mainmenu li a {
    display: block;
    padding: 5px 15px;
    color: #32ad48;
    font-weight: bold;
    text-decoration: none;
}
#mainmenu li a:before {
    content: "■";
    margin-right: 1em;
    text-decoration: none;
}
#mainmenu li a:hover,
#mainmenu li.current a {
    background: url(../img/menu-bg.jpg) no-repeat top left;
    color: #fff;
}
#mainmenu li a:hover:before,
#mainmenu li.current a:before {
    visibility: hidden;
}
#mainmenu li.break {
    clear: left;
}

#qsearchform {
    position: absolute;
    top: 216px;
    left: 75px;
    width: 358px;
    margin: 0;
    padding: 0;
}
#qsearchform label {
    display: block;
    float: left;
    height: 12px;
    padding: 4px 0;
    color: #ccc;
}
#qsearchinput {
    display: block;
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    width: 190px;
    height: 12px;
    padding: 3px;
    margin: 0 50px 0 0;
}
#qsearchform .submit {
    display: block;
    width: 46px;
    height: 20px;
    background: url(../img/find-button.jpg) no-repeat top left;
    border: none;
    padding: 0;
    cursor: pointer;
    clear: right;
    float: right;
    margin: -20px 0 0 0;
}
#qsearchform .submit span {
    display: none;
}

#location {
    position: absolute;
    bottom: 110px;
    left: 75px;
    margin: 0;
    padding: 0;
}
#location li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
#location li:before {
    content: " / ";
}
#location li:first-child:before {
    content: "";
}
#location a {
    color: inherit;
}

#content {
    position: relative;
    min-width: 1000px;
    min-height: 300px;
    width: 100%;
    z-index: 2;
}
#content .cont1 {
    padding: 25px 75px;
}

@media print {
    #content .cont1 {
        padding: 0;
    }
}

#footer {
    position: relative;
    height: 260px;
    min-width: 1000px;
    margin-top: -60px;
    background: url(../img/footer-bg2.jpg) no-repeat right bottom;
    z-index: 1;
}

@media print {
    #footer {
        display: none;
    }
}

#footer .cont1 {
    position: relative;
    height: 260px;
    background: url(../img/footer-bg1.jpg) no-repeat left bottom;
}

#findus {
    display: block;
    position: absolute;
    bottom: 0;
    left: 488px;
    width: 80px;
    height: 35px;
    padding: 33px 20px 20px 115px;
    z-index: 3;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#credits {
    position: absolute;
    top: 50px;
    left: 200px;
    width: 233px;
    margin: 0;
    padding: 0;
    text-align: right;
}
#credits li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bottommenu {
    position: absolute;
    top: 65px;
    left: 200px;
    width: 233px;
    padding: 0;
    margin: 0;
    text-align: right;
}
#bottommenu li {
    display: inline;
}
#bottommenu li:before {
    content: " | ";
}
#bottommenu li:first-child:before {
    content: "";
}
#bottommenu a {
    color: inherit;
}

#footer .buttons {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: right;
    z-index: 2;
}
#footer .buttons.left {
    left: 3px;
    bottom: 3px;
    width: 200px;
    text-align: left;
}
#footer .buttons.right {
    right: 3px;
    bottom: 3px;
    text-align: right;
}
#footer .buttons li {
    display: inline;
    list-style: none;
    margin: 0;
}
#footer .buttons img {
    border: 0;
    margin: 2px;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    color: inherit;
    font-weight: inherit;
}
h2, h3, h4, h5, h6 {
    color: #32ad48;
}
h1 {
    font-size: 250%;
}
h2 {
    font-size: 150%;
}
h3, h4, h5, h6 {
    font-weight: bold;
}

h2.pail {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
}

a {
    color: #32ad48;
}

input, select, textarea, button {
    font: inherit;
}


.pail {
    padding-left: 40px;
    padding-top: 15px;
    height: 35px;
}
.pail.green {
    background: url(../img/icon-pail-green.jpg) no-repeat left top;
}
.pail.blue {
    background: url(../img/icon-pail-blue.jpg) no-repeat left top;
}
.pail.red {
    background: url(../img/icon-pail-red.jpg) no-repeat left top;
}
.pail a {
    color: inherit;
    text-decoration: inherit;
}

hr.clear {
    clear: both;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#content form table td {
    border: none;
    vertical-align: top;
}
#content form table th {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
}
#content form table th label {
    display: block;
    padding: 0.25em 0;
}
#content form .buttons {
}
#content form .errorlist {
    color: red;
    margin: 0;
    padding: 0;
}
#content form .errorlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content form .required {
    font-weight: bold;
}

ul.inline {
    padding: 0;
    margin: 0;
}
ul.inline li {
    list-style: none;
    display: inline;
}

ul.articles {
    padding: 0;
}
ul.articles li {
    list-style: none;
    margin: 0 0 1em 0;
}
ul.articles .published {
    text-transform: lowercase;
    margin-right: 1em;
}

ul.categories {
    margin: 0;
    padding: 2em 0 0 0;
    position: relative;
}
ul.categories.leftcolumn {
    width: 30%;
    padding-right: 5%;
    margin: 0;
    float: none;
}
ul.categories li {
    list-style: none;
    float: left;
    width: 30%;
    margin: 0 0 1em 0;
    padding: 0 3% 0 0;
    line-height: 140%;
}
ul.categories.leftcolumn li {
    width: 97%;
    float: none;
}
ul.categories li.colum1of3 {
    clear: left;
}
ul.categories img {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    clear: left;
}
ul.categories .title {
    color: #32ad48;
    text-transform: uppercase;
    font-weight: bold;
}
ul.categories ul {
    margin: 0;
    padding: 0 0 0 70px;
}
ul.categories ul li {
    list-style: none;
    display: inline;
    float: none;
    padding: 0;
    margin: 0;
}
ul.categories ul li:before {
    content: " | ";
}
ul.categories ul li:first-child:before {
    content: "";
}
ul.categories ul a {
    color: inherit;
}

.products.rightcolumn,
.product.rightcolumn {
    width: 65%;
    float: right;
}

ul.products {
    list-style: outside;
}
ul.products li {
    padding: .75em 2.5em;
    background: #d5f9cb;
    margin: 0 0 1px 0;
    list-style: none;
    color: #32ad48;
}
ul.products li:hover {
    background: #fff;
}
ul.products .name {
    display: list-item;
    list-style: disc outside;
    float: left;
    width: 14em;
    margin-right: 1em;
}
ul.products .generic {
    color: #474747;
    text-transform: uppercase;
    float: left;
    width: 14em;
}
ul.products .trademark {
    color: #474747;
}

ul.products.top li {
    display: block;
    float: left;
    background: transparent;
    width: 138px;
    padding: 0;
    margin: 0 21px 0 0;
    text-align: center;
}
ul.products.top li .image {
    display: block;
    background: #fff;
    border: 1px solid #e7e8b6;
    width: 118px;
    height: 118px;
    padding: 10px;
    margin: 0 0 5px 0;
}
ul.products.top li img {
    border: none;
}
ul.products.top li .name,
ul.products.top li .generic,
ul.products.top li .trademark {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

ul.products.top li.colum1of3 {
    clear: left;
}

.product .image {
    float: right;
    margin: 0 0 2em 2em;
    text-align: center;
}
.product .image img {
    border: 1px solid #e7e8b6;
    padding: 1em;
    background: #fff;
    cursor: pointer;
}
.product .image .caption {
    margin-top: 1em;
    text-transform: uppercase;
}

.bestoffer.leftcolumn {
    float: left;
    width: 358px;
    padding-right: 55px;
    margin-bottom: -160px;
}

@media print {
    .bestoffer.leftcolumn {
        display: none;
    }
}

ul.bestoffer {
    padding: 0 0 10px 39px;
    margin: 0 0 0 -75px;
    width: 394px;
    height: 108px;
    background: url(../img/best-offer-show-bg.jpg) no-repeat top right;
}
ul.bestoffer li {
    display: block;
    position: relative;
    float: left;
    width: 174px;
    height: 82px;
    padding: 13px 10px 13px 13px;
}
ul.bestoffer li .image {
    display: block;
    float: right;
    width: 70px;
    height: 82px;
    margin-left: 10px;
    background: #fff;
    text-align: center;
}
ul.bestoffer li .image img {
    border: none;
    padding: 5px;
}
ul.bestoffer li .name {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
ul.bestoffer li .price {
    display: block;
    position: absolute;
    bottom: 13px;
    left: 13px;
    width: 80px;
    height: 13px;
    padding: 5px 8px;
    margin-top: 1em;
    background: url(../img/best-offer-price-bg.png) no-repeat top left;
    color: #fff;
    text-align: center;
    text-decoration: inherit;
    white-space: nowrap;
}
.bestoffer img.paint {
    display: block;
    float: left;
    margin: -10px 0 0 -75px;
}
.bestoffer .painttext {
    text-align: right;
    margin-top: 50px;
    color: #00a650;
    font-size: 36px;
    font-style: italic;
    font-family: "Times New Roman";
}
.bestoffer .painttext .paint {
    font-size: 40px;
    font-weight: bold;
}

.content.rightcolumn {
    margin-left: 413px;
    margin-bottom: -160px;
    width: auto;
    float: none;
}
.content img.colorcards {
    display: block;
    float: right;
    margin: 0 -75px 0 60px;
}

@media print {
    .content.rightcolumn {
        margin: 0;
    }
    .content img.colorcards {
        display: none;
    }
}

hr.endcolumns {
    clear: left;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

ul.searchresults li {
    display: block;
    list-style: none;
    margin: 0 0 .25em 0;
    font-weight: bold;
}
ul.searchresults .info {
    font-weight: normal;
}

