@charset "utf-8";

/* CSS */

@import "reset.css";
html {
    overflow-y: scroll;
}

body {
    text-align: center;
    background-color: #f5f5f5;
    font-family: Verdana, Geneva, sans-serif;
}

#wrapper {
    width: 890px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#overlay {
    text-align: left;
    padding: 10px;
}

#banner {
    width: 890px;
    height: 169px;
}

#logo {
    width: 567px;
    height: 113px;
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 34px;
    float: left;
}

#featured_animal {
    width: 323px;
    height: 169px;
    float: right;
}

#nav {
    float: left;
    width: 187px;
    margin-top: 20px;
}

#nav li a {
    width: 187px;
    height: 54px;
    text-indent: -9999px;
    display: block;
}

#nav li a.home {
    background-image: url(images/button_home.jpg);
}

#nav li a.about_liquivite {
    background-image: url(images/button_about_liquivite.jpg);
}

#nav li a.shop {
    background-image: url(images/button_shop.jpg);
}

#nav li a.testimonials {
    background-image: url(images/button_testimonials.jpg);
    margin-top: 12px;
}

#nav li a.contact {
    background-image: url(images/button_contact.jpg);
}

#nav li a:hover {
    background-position: 0px 54px;
}

#nav li a.active {
    background-position: 0px 54px;
}

#content {
    float: left;
    width: 187px;
    width: 430px;
    margin-left: 25px;
    margin-top: 20px;
}

#content.full {
    width: 665px;
}

#content ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 18px;
    margin-bottom: 15px;
    font-size: 14px;
}

#content ul li,
#content ol li {
    margin-bottom: 12px;
    letter-spacing: 0.4px;
    line-height: 18px;
}

#content ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 23px;
    margin-bottom: 15px;
    font-size: 14px;
}

#content h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 21px;
    letter-spacing: 0.4px;
}

#content h2 {
    font-size: 15px;
    color: #036;
    margin-bottom: 8px;
    margin-top: 25px;
    font-weight: bold;
    line-height: 1.4;
}

#content h3 {
    font-size: 15px;
    color: #036;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: normal
}

#content h2.top {
    margin-top: 0px;
}

#content p,
#overlay p {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
    line-height: 18px;
}

#details p {
    font-size: 12px;
    line-height: 15px;
}

#details h2 {
    font-size: 14px;
}

#details h3 {
    font-size: 12px;
}

#content a {
    text-decoration: none;
    color: #3C79BD;
}

#content a:hover,
#quote a:hover {
    color: #036
}

#quote a {
    text-decoration: none;
    color: #3C79BD;
    display: block;
}

.order {
    text-align: center;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 20px !important;
}

#quote {
    width: 225px;
    height: 203px;
    float: right;
    background-image: url(images/quote.jpg);
    margin-top: 20px;
    position: relative;
    line-height: 21px;
}

#cans {
    margin-top: 40px;
    width: 220px;
    height: 179px;
    float: right;
}

.button {
    vertical-align: bottom;
}

#quote blockquote {
    font-size: 19px;
    margin: 15px 20px 0px 20px;
}

#content .liquivite_table p,
#content .liquivite_table {
    font-size: 11px;
}

.buytable {
    font-size: 14px;
}

.buytable tr {
    margin-bottom: 10px;
    height: 30px;
}

.buytable td {
    text-align: center;
    border-top: 1px solid #89AEDB;
    padding-bottom: 6px;
    padding-top: 6px;
    position: relative;
}

.buytable td.top {
    border: none;
    line-height: 1.4;
}

.buytable td select {
    margin-right: 10px;
}

.buytable .t200g td {
    border-top: 3px solid #464646;
}

.buytable td.buynow {}

.blue {
    color: #003366;
}

.small td {
    font-size: 11px !important;
    font-weight: bold !important
}