/* Global properties ======================================================== */
/*html, body {width:100%; padding:0; margin:0;}*/

body {
    font: 14px/18px "Palatino Linotype","Times New Roman", Times, serif;
    /*overflow:hidden;*/
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: url(../../theme/img/bg.gif) center 0 repeat;
}

.bg-top {
    background: url(../../theme/img/bg-top.jpg) center 0 repeat-x;
    width: 100%;
}

.bgr {
    background: url(../../theme/img/bgr.jpg) center 0 no-repeat;
    width: 100%;
}

#bgimg {
    position: absolute;
    z-index: -1;
}

#realBody {
    position: absolute;
    z-index: 5;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.navbar {
    margin-bottom: 0px;
}

p {
    font-size: 12px;
}

h2 {
    font-size: 32px;
    line-height: 48px;
    color: #00CC00;
    font-weight: normal;
    font-style: italic;
    text-shadow: #cc7b7b 0px 0px 3px;
    text-align: center;
}

h3 {
    font-size: 25px;
    color: #6FA029;
    font-weight: normal;
    font-style: italic;
    /*text-shadow: #6FA029 0px 0px 3px;*/
    border-bottom: #d6d6d6 1px solid;
    padding-bottom: 2px;
    font-family: 'Segoe Print';
}

h4 {
    font-size: 14px;
    color: #F60;
    letter-spacing: .1em;
    margin-bottom: 0px;
}

.tagline {
    font-size: 14px;
    color: #6FA029;
    text-align: center;
    font-weight: bold;
    /*border-bottom: #d6d6d6 1px solid;*/
    line-height: 20px;
}

    .tagline > span {
        font-style: italic;
        font-family: 'Segoe Print';
    }

.heading {
    font-family: 'Fanwood Text', serif;
    font-size: 13px;
    text-align: center;
    letter-spacing: .1em;
    font-weight: lighter;
    font-style: italic;
    color: #F60;
    padding-top: 10px;
}

.heading2 {
    font-family: 'Fanwood Text', serif;
    font-weight: bold;
    color: #6FA029;
    text-align: center;
}

    .heading2 > p {
        font-size: 14px;
        color: #9DC469;
    }

        .heading2 > p > span {
            font-size: 18px;
            color: #6FA029;
        }

sup {
    vertical-align: baseline;
    font-size: 32px;
    position: relative;
    top: -4px;
}

.price {
    font-family: 'Fanwood Text', serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .15em;
    color: #321201;
    font-style: italic;
}

.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
    background-color: #4D6F1D;
}

@media (max-width: 979px) {
    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
        color: white;
    }
}

.sidenav {
    border-color: #D9E4C4;
    border-style: solid;
    padding: 15px 5px 15px 10px;
    margin: 15px 0px 0px 0px;
    list-style: none;
    background-color: #F7FBF1;
    border-width: 1px;
    line-height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 5px;
    max-width: 200px;
}

    .sidenav > li {
        padding-bottom: 5px;
    }

        .sidenav > li > a {
            font-family: 'Segoe Print';
            font-size: 12px;
            font-weight: bold;
            color: #6FA029;
            padding: 0px;
            margin: 0px;
            letter-spacing: .10em;
        }

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    width: 100%;
}

.it-bold {
    font-style: italic;
    font-weight: bold;
    color: #6FA029;
    font-size: 14px;
}

.border-2 {
    background: url(../../theme/img/line.jpg) center bottom no-repeat;
    padding-bottom: 6px;
    margin-bottom: 5px;
    font-size: 12px;
}

.img-border {
    background: #fff;
    display: inline-block;
    padding: 3px;
    border: #d7d7d7 1px solid;
}

.block-2 {
    overflow: hidden;
    border: #bebebe 1px solid; /*border-top: none !important;*/
    background: url(../../theme/img/block-2.jpg) 0 bottom repeat-x #fff;
    padding: 0px 39px 62px 10px;
}

.block-3 {
    background: url(../../theme/img/block-3.png) center 0 no-repeat;
    margin-top: 43px;
    overflow: hidden;
    padding-top: 17px;
}

.box {
    margin-top: 15px;
}

    .box > div {
        text-align: center;
        margin-right: 10px;
    }

        .box > div p {
            margin-top: 11px;
        }

footer {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 32px 0 40px 0;
    text-align: center;
    color: #a3a2a2;
    background: url(../../theme/img/footer-bg.png) center 0 no-repeat;
}

    footer p, footer p a.link {
        font-weight: bold;
    }
