﻿/* 1/7/2013 */

* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    /*background: url(../images/Toasted-sandwiches.jpg) no-repeat left top;*/
}

input[type="text"], input[type="password"] {
    padding: 4px;
    border: 1px solid #cccccc;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 150px;
}

.headerbg {
    background: transparent url(../images/header.png) repeat-x top left;
    width: 100%;
}

.bg {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    background-color: #000;
}

    .bg img {
        top: 0;
        right: 0;
        width: 100%;
    }

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.header {
    height: 80px;
}

.clear {
    clear: both;
}

a {
    color: #D99632;
    text-decoration: none;
}

    a:hover {
        color: #FFF;
    }

    a img {
        border: 0px solid;
    }

        a:hover img, a img:hover {
            border: 0px solid;
        }

.tb {
    border: 1px solid yellow;
}

.lefty {
    float: left;
}

.righty {
    float: right;
}

#logo {
    margin: 0px;
    z-index: 10;
}

#sidenav {
    width: 17%;
    max-width: 17%;
    min-width: 17%;
    float: left;
}

#pagebody {
    width: 82%;
    font-size: 14px;
    color: #FFE;
    line-height: 25px;
}

    #pagebody h1, #pagebody h2, #pagebody h3 {
        padding: 10px 0 10px 5px;
        font-family: Georgia;
        border-bottom: 1px solid;
    }

    #pagebody hr {
        border-color: rgba(255, 255, 255, 0.3);
        margin-bottom: 10px;
    }

    #pagebody .top {
        border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
    }

    #pagebody .butt {
        border-radius: 0 0 15px 15px;
        -moz-border-radius: 0 0 15px 15px;
        -webkit-border-radius: 0 0 15px 15px;
    }

    #pagebody .round {
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

.wings {
    position: relative;
    display: block;
    overflow: hidden;
}

    .wings img {
        display: inline-block;
        width: 100%;
        height: 275px;
    }

.wings_caption {
    position: absolute;
    bottom: 20px;
    left: -300px;
    display: block;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 10px 20px 10px 10px;
}

    .wings_caption h2 {
        text-shadow: 0 0 15px #FFF;
    }


#pagebody .wings h1, #pagebody .wings h2, #pagebody .wings h3 {
    border-bottom: 0px solid;
}

.left {
    background: transparent url('../images/wings_left.png') no-repeat left top;
    float: left;
    height: 45px;
    width: 37px;
}

.right {
    background: transparent url('../images/wings_right.png') no-repeat right top;
    float: left;
    height: 45px;
    width: 37px;
}

#bann {
    width: 100%;
}

    #bann .pixdiv {
        background-color: rgba(0,0,0,1);
        width: 20%;
        height: 280px;
        margin-left: 2.4%;
        margin-right: 2.4%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid rgba(255, 255, 170, 0.70);
    }

        #bann .pixdiv:hover {
            box-shadow: 0 0 15px rgba(255, 255, 170, 0.5);
            -moz-box-shadow: 0 0 15px rgba(255, 255, 170, 0.5);
            -webkit-box-shadow: 0 0 15px rgba(255, 255, 170, 0.5);
        }

        #bann .pixdiv img {
            width: 95%;
            padding: 5px;
        }

    #bann .pix {
        padding: 5px;
    }

    #bann p {
        font-family: Tahoma;
        color: #FFF;
        text-shadow: none;
        font-weight: 300;
        font-size: 12px;
    }

    #bann ul {
        display: block;
        list-style: none;
        width: 100%;
    }

        #bann ul li {
            display: block;
            float: left;
            width: 20%;
            height: 130px;
            margin-left: 2.35%;
            margin-right: 2.35%;
            margin-bottom: 25px;
        }

            #bann ul li h4, #bann ul li h5, #bann ul li h6 {
                color: #D99632;
            }

    #bann .price {
        color: red;
        font-weight: bold;
    }


.sidenav {
    margin: -50px 0 0 0px;
    color: white;
    background: transparent url('../images/sidebar1.png') no-repeat left top;
    padding-top: 80px;
    min-height: 400px;
}

.page {
    margin: 15px;
    background-color: rgba(0, 0, 0, 0.7);
}

.span {
    width: 22%;
    margin: 10px 1.4% 10px 1.4%;
    float: left;
}

    .span:first-child {
        margin-left: 0px;
    }

    .span h4, .span h5, .span h6 {
        color: #D99632;
    }

.pad {
    padding: 10px;
}

.emph {
    font-weight: bold;
    color: red;
}

.ftdiv {
    color: #9F9F9F;
    width: 33%;
    font-size: 12px;
}


#topmenu {
    margin-top: 43px;
    height: 30px;
    font-size: 14px;
}

    #topmenu ul {
        list-style: none;
        height: 100%;
    }

        #topmenu ul li {
            display: block;
            float: left;
            border: 0px solid Gold;
            /*border-left: 0px solid #000;*/
            margin-right: 0px;
            padding: 10px 15px 10px 15px;
            background: transparent url('../images/Bar.png') no-repeat right top;
            max-height: 30px;
            /*background-color: #000;*/
        }

            #topmenu ul li:hover {
                /*background-color: rgba(0, 0, 0, 0.70);*/
            }

                #topmenu ul li:hover a {
                    color: #FFF;
                }

            #topmenu ul li.current {
                /*border-bottom: 3px solid #000;*/
            }

                #topmenu ul li.current a, #topmenu ul li.current a:hover {
                    text-decoration: none;
                    color: #fff;
                }

            #topmenu ul li:last-child {
                background: none;
            }

            #topmenu ul li a {
                padding-left: 0px;
                padding-right: 0px;
                font-weight: bold;
                /*text-transform: uppercase;*/
            }

     #topmenu li.drp-tog a.drop {
        padding-right: 25px;
        /*color: #D99632;*/
        background: transparent url("../Images/more.png") no-repeat right center !important;
    }

        /*#topmenu li.drp-tog a.drop:hover {
            color: #fff;
        }*/

        #topmenu li.drp-tog ul {
            display: none;
            position: relative;
            z-index: 3000;
            height: inherit;
            border: 2px solid #F5CD1B;
            margin-left: -16px;
            margin-top: 2px;
            background-color: rgba(0, 0, 0, 0.60);
            border-top: 1px solid black;
        }

        #topmenu li.drp-tog ul li {
            display: block;
            float: none;
            background: none;
        }

            #topmenu li.drp-tog ul li a {
                font-weight: 100 !important;
            }

    #topmenu li.drp-tog:hover > a.drop {
        background: transparent url("../Images/more2.png") no-repeat right center !important;
    }

        /*#topmenu li.drp-tog:hover ul {
            display: block;
        }*/

            #topmenu li.drp-tog:hover li {
                background: none;
            }


    #topmenu li.drp-tog:hover li a {
        font-weight: 100 !important;
        color: #D99632;
    }

    #topmenu li.drp-tog:hover li a:hover {
        color: #fff;
    }

div#footer {
    width: 100%;
    margin: 0 auto;
    min-height: 120px;
    background: rgba(0,0,0, 0.8);
    clear: both;
}

    div#footer img {
        opacity: 0.6;
    }

        div#footer img:hover {
            opacity: 1;
        }

ul.verul {
    list-style: none;
    width: 140px;
    margin-left: 15px;
    padding-bottom: 20px;
}

    ul.verul li {
        width: 100%;
        background-color: #000;
        margin-bottom: 1px;
        padding: 15px 5px 10px 15px;
        font-size: 14px;
    }

        ul.verul li:first-child {
            border-radius: 15px 15px 0 0;
            -moz-border-radius: 15px 15px 0 0;
            -webkit-border-radius: 15px 15px 0 0;
        }

        ul.verul li:last-child {
            border-radius: 0 0 15px 15px;
            -moz-border-radius: 0 0 15px 15px;
            -webkit-border-radius: 0 0 15px 15px;
        }

        ul.verul li:only-child {
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

        ul.verul li:hover {
            background-color: rgba(8, 4, 4, 0.5);
        }

            ul.verul li:hover a {
                /*color: #D99632;*/
                color: #FFF;
            }

    ul.verul ul {
        list-style: none;
        width: 140px;
        margin-left: -15px;
        display: none;
    }






    ul.nerul {
    list-style: none;
    width: 140px;
    margin-left: 15px;
    padding-bottom: 10px;
}

    ul.nerul li {
        width: 100%;
        background-color: #000;
        margin-bottom: 1px;
        padding: 10px 5px 10px 10px;
        font-size: 14px;
    }

        ul.nerul li:first-child {
            border-radius: 10px 10px 0 0;
            -moz-border-radius: 10px 10px 0 0;
            -webkit-border-radius: 10px 10px 0 0;
        }

        ul.nerul li:last-child {
            border-radius: 0 0 15px 15px;
            -moz-border-radius: 0 0 15px 15px;
            -webkit-border-radius: 0 0 15px 15px;
        }

        ul.nerul li:only-child {
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

        ul.nerul li:hover {
            background-color: rgba(8, 4, 4, 0.5);
        }

            ul.nerul li:hover a {
                /*color: #D99632;*/
                color: #FFF;
            }

    ul.nerul ul {
        list-style: none;
        width: 140px;
        margin-left: -15px;
        display: none;
    }






ul.horul {
    list-style: none;
}

    ul.horul li {
        display: block;
        float: left;
        margin-right: 10px;
    }

ul.nostyle {
    list-style: none;
}

ul.list {
    list-style: none;
    display: inline-block;
    width: 100%;
}

    ul.list li {
        display: inline-block;
        float: left;
        width: 30%;
        margin-right: 20px;
        margin-bottom: 15px;
        vertical-align: middle;
    }

        ul.list li div {
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            height: 80px;
            width: 120px;
            float: left;
            margin-right: 15px;
        }

            ul.list li div img {
                position: relative;
                width: 100%;
                height: 100%;
            }

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 3px 10px;
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: black;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    background: #D99632;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
    border: 1px solid #bbbbbb;
    /**border: 0;*/
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .btn:hover {
        color: black;
        text-decoration: none;
        background: #f5f5f5;
        /* Buttons in IE7 don't get borders, so darken on hover */
        /*background-position: 0 -10px;*/
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }



.mytable {
    width: 100%;
    text-align: left;
    border: #d4d3d3 1px solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .mytable th,
    .mytable td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .mytable th {
        font-weight: bold;
    }

    /*.mytable tr:first-child,*/
    /*.mytable tr.last-child, .mytable tr.last-child:hover {
        border-top: #d4d3d3 1px solid;
        background-color: #FFF;
    }*/

    .mytable tr:first-child, .mytable tr:first-child:hover {
        background-color: #D99632;
        color: #FFF;
    }

    .mytable tr:hover {
        background-color: rgba(234, 234, 234, 0.85);
        color: #000;
    }

    .mytable tr td {
        vertical-align: top;
        padding: 5px 5px;
    }





.content {
    min-height: 480px;
    width: 100%;
}



#content {
    height: 560px;
    color: #3a3a3a;
    font-size: 12px;
}

extra-wrap {
    width: 923px;
    overflow: hidden;
    position: relative;
    margin-left: 40px;
}




/* =========================================================== */
/*                      BANNER SLIDER                          */
/* =========================================================== */

/*
 using jQuery Nivo Slider v2.7.1
 http://nivo.dev7studios.com
 Free to use under the MIT license.
 http://www.opensource.org/licenses/mit-license.php
 */
.nivoSlider {
    position: relative;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .nivoSlider a.nivo-imageLink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
    }

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 8;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline!important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

    .nivo-controlNav a.active {
        font-weight: 700;
    }

/*
Skin Name: Nivo Slider Default Theme (modified)
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider, modified to work with the Inland Earth One template.
Version: 1.0
Author: Gilbert Pellegrom (modified by SigabOj)
Author URI: http://dev7studios.com
*/

.slider-wrapper {
    width: 100%;
}

    .slider-wrapper img {
        width: 100%;
        position: relative;
    }

    .slider-wrapper .nivoSlider {
        position: relative;
        height: 300px;
        background: #000 url('images/loading.gif') no-repeat 50% 50%;
        margin-bottom: 55px;
    }

        .slider-wrapper .nivoSlider img {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

        .slider-wrapper .nivoSlider a {
            border: 0;
            display: block;
        }

    .slider-wrapper .nivo-controlNav {
        position: absolute;
        left: 50%;
        bottom: -41px;
        margin-left: -60px; /* Tweak this to center bullets */
    }

        .slider-wrapper .nivo-controlNav a {
            display: block;
            width: 22px;
            height: 22px;
            background: url('images/bullets.png') no-repeat;
            text-indent: -9999px;
            border: 0;
            margin-right: 3px;
            float: left;
        }

            .slider-wrapper .nivo-controlNav a.active {
                background-position: 0 -22px;
            }

    .slider-wrapper .nivo-directionNav a {
        display: block;
        width: 30px;
        height: 30px;
        background: url('images/arrows.png') no-repeat;
        text-indent: -9999px;
        border: 0;
    }

    .slider-wrapper a.nivo-nextNav {
        background-position: -30px 0;
        right: 15px;
    }

    .slider-wrapper a.nivo-prevNav {
        left: 15px;
    }

    .slider-wrapper .nivo-caption {
        font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
        background: rgba(0, 0, 0, 0.2);
        text-align: center;
        text-shadow: 0 0 4px #111;
    }

        .slider-wrapper .nivo-caption a {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

            .slider-wrapper .nivo-caption a:hover {
                color: #fff;
            }