@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font: 14px 'Open Sans', sans-serif;
}

a {
    color: #ab6622;
    text-decoration: underline;
}

a:hover {
    color: #201601;
}

a img {
    border: 0 none;
}

#wrapper {
    width: 800px;
    margin: 20px auto;
}

#header {
    background: url(../img/header-background.png) no-repeat;
    height: 210px;
    width: 800px;
}

#address {
    display: table;
    height: 210px;
    padding-top: 25px;
    float: right;
    margin-right: 50px;
}

#address_text{
    display: table-cell;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    line-height: 150%;
    margin-left: 10px;
}

#address_text a {
    color: #fff;
    text-decoration: underline;
}

#address_text a:hover {
    color: #201601;
}

#logo_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 590px;
}

#logo {
    display: inline-block;
    margin-right: 20px;
}

#navigation {
    background: #201601;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
    padding: 0 10px;
    width: 800px;
}

#navigation ul#mainmenu {
    list-style: none;
    line-height: 30px;
    margin-left: 40px;
}

#navigation ul#mainmenu li {
    float: left;
    margin-right: 103px;
    text-align: left;
}

#navigation ul#mainmenu li.last {
    margin-right: 0;
}

#navigation a {
    color: #ab6622;
    height: 30px;
    text-decoration: none;
}

#navigation a:hover {
    color: #fff;
}

#footer {
    background: url(../img/footer-background.png) top no-repeat;
    clear: both;
    float: left;
    height: 50px;
    width: 800px;
    text-align: center;
    font-size: 11px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
}

#content-wrapper {
    background: url(../img/content-wrapper-background.png) repeat-y;
    float: left;
}

#content {
    background: url(../img/content-background.png) top no-repeat;
    color: #201601;
    float: left;
    min-height: 400px;
    line-height: 180%;
    padding: 20px 40px 20px 40px;
    text-align: justify;
}

#content p {
    margin-bottom: 10px;
}

#content ul,
#content ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

#content h2 {
    color: #ab6622;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#content h3 {
    color: #ab6622;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

#content h4 {
    color: #ab6622;
    font-size: 13px;
    font-weight: bold;
}

#content h5 {
    color: #ab6622;
    font-size: 11px;
    font-weight: bold;
}

.container {
    width: 720px !important;
}

table.producttable {
    width: 530px;
}

table.producttable td {
    text-align: center;
    padding: 2px;
}

table.producttable tr.beige td {
    background-color: #ab6622;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

table.producttable tr.white td {
    background-color: #fff;
    text-align: center;
}

.hide {
    display: none;
}

.rightpad {
    margin-right: 20px;
}

.toppad {
    padding-top: 10px;
}

.toppad_small {
    padding-top: 5px;
}

.topmargin {
    margin-top: 20px;
}

.rightpadrightfloat {
    margin-right: 2px;
    text-align: right;
}

.leftpadleftfloat {
    margin-left: 2px;
    text-align: left;
}

.left {
    text-align: left;
}

.leftMarginRight {
    float: left;
    margin-right: 20px;
}

.brown {
    color: #ab6622;
}

.highlight {
    color: #ab6622;
    font-weight: bold;
}

a.btn {
    text-decoration: none;
}

/*Shop*/
h2.modal-title {
    margin: 0 !important;
}

a:hover .productimage  {
    border-color: #ab6622 !important;
}

.price {
    margin-bottom: 0 !important;
}

.price_addition {
    line-height: 120%;
}

.price_addition_small {
    line-height: 120%;
    font-size: 12px;
}

.info_link {
    font-size: 25px;
    padding-top: 3px;
    display: block;
}

.product_selection h2 {
    color: #211701;
    font-size: 20px !important;
}

.product_selection h2 .small {
    color: #ab6622;
    font-size: 16px !important;
}

.product_selection .thumbnail {
    margin-bottom: 5px;
}

.price {
    font-size: 25px;
    line-height: normal;
}