/*CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary {
    display: block;
}

meter, progress, mark, time {
    display: inline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

html, body {
    height: 100%;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

object {
    vertical-align: top;
    outline: none;
}

ul, ol {
    list-style: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

/*GLOBAL*/
html {
    min-width: 940px;
}

body {
    background: #FFF8DD url(../images/body-bg.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1em;
    color: #000;
}

#glob {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    min-width: 1000px;
    min-width: 1165px;
    min-height: 960px;
    font: 12px/19px Arial, Helvetica, sans-serif;
    color: #727272;
}

    #glob > .inner {
        width: 1165px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

#gspinner {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(../images/ajax-loader.gif) 50% 50% no-repeat #fff;
}

/*ELEMENTS*/
a {
    color: #f00;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }


p, .blo {
    line-height: 19px;
    margin-bottom: 19px;
    color: #783DCA;
}

.p1 {
    margin-bottom: 9px;
    color: #783DCA;
}

.p2 {
    margin-bottom: 36px;
}

/*header */
h1 {
    position: absolute;
    left: 331px;
    top: 71px;
}

nav {
    width: 640px;
    height: 52px;
    position: absolute;
    left: 230px;
    top: 255px;
    background: url(../images/nav-bg.png);
}

    nav > ul > li {
        float: left;
        background: url(../images/nav-sep.png) 100% 50% no-repeat;
        position: relative;
    }

        nav > ul > li.last {
            background: none;
        }

        nav > ul > li > a {
            font: bold 16px/52px "Times New Roman", Times, serif;
            text-transform: uppercase;
            color: #8a8989;
            text-decoration: none;
            width: 200px;
            display: block;
            text-align: center;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            nav > ul > li > a:hover, nav > ul > li.active > a, nav > ul > li._hover > a {
                color: #000;
            }

    nav li ul {
        position: absolute;
        z-index: 3;
        top: 100%;
        left: 0;
        width: 100%;
        background: #3a3a3a;
        padding: 16px 0;
    }

        nav li ul a {
            font: 13px/22px "Times New Roman", Times, serif;
            text-decoration: none;
            text-transform: uppercase;
            color: #949393;
            display: block;
            text-align: center;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            nav li ul a:hover {
                color: #fff;
            }

#splash {
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 10;
}

    #splash > ul {
        position: relative;
    }

    #splash li {
        width: 261px;
        height: 573px;
        float: left;
        margin-right: -36px;
        position: relative;
        z-index: 1;
    }

        #splash li a {
            font: italic 25px/1.2em "Times New Roman", Times, serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #783DCA;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
        }

            #splash li a > span {
                display: block;
                position: absolute;
                left: 60px;
                bottom: 30px;
                z-index: 2;
            }

        #splash li.li-1, #splash li.li-1 > span {
            background-image: url(../images/nav-11.jpg);
        }

        #splash li.li-1a, #splash li.li-1a > span {
            background-image: url(../images/nav-1a.png);
        }

        #splash li.li-2, #splash li.li-2 > span {
            background-image: url(../images/nav-22.png);
        }

        #splash li.li-3, #splash li.li-3 > span {
            background-image: url(../images/nav-33.png);
        }

        #splash li.li-4, #splash li.li-4 > span {
            background-image: url(../images/nav-44.png);
        }

        #splash li.li-5, #splash li.li-5 > span {
            background-image: url(../images/nav-55.png);
        }

    #splash > ul > li > span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block;
        background: 0 100%;
    }

.shadow {
    position: absolute;
    left: 24px;
    top: 828px;
    z-index: -1;
}

/*#content*/

#content {
    width: 1000px;
    height: 521px;
    position: absolute;
    z-index: 1;
    left: 83px;
    top: 307px;
    background: #FFF8DD;
    border-top: 0px #e5e5e5 solid;
}

    #content > ul > li {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 940px;
        height: 460px;
        overflow: hidden;
    }

        #content > ul > li > .inner {
            position: absolute;
            top: 0;
            left: 0;
            height: 460px;
            width: 940px;
            background: #fff;
            overflow: hidden;
            z-index: 1;
            background: #FFF8DD;
        }

h2 {
    font: bold 29px/28px "Times New Roman", Times, serif;
    color: #783DCA;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.col {
    background: url(../images/col-border.png) 0 0 repeat-x;
    padding-top: 30px;
}

    .col > .border {
        background: url(../images/col-border.png) 0 100% repeat-x;
        padding-bottom: 26px;
        padding-bottom: 20px;
        overflow: hidden;
        position: relative;
    }

#jewelry .img-box-set {
    margin-top: -37px;
}

    #jewelry .img-box-set dt {
        margin-right: 20px;
    }

    #jewelry .img-box-set dl {
        padding-top: 37px;
    }

.address dd {
    width: 170px;
}

.soc-ico {
    margin-left: -7px;
}

    .soc-ico li {
        margin-left: 7px;
        float: left;
    }

/*footer*/
footer {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

    footer .privacy {
        font: 13px "Times New Roman", Times, serif;
        position: absolute;
        left: 445px;
        color: #783DCA;
    }

/*forms css*/

#form1, #form1 label {
    position: relative;
    display: block;
    float: left;
    width: 270px;
}

    #form1 .success {
        width: 240px;
        padding: 34px 14px 35px 14px;
        background: #f8f8f8;
        border: 1px #e2e2e2 solid;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    #form1 input, #form1 textarea {
        width: 240px;
        background: #f8f8f8;
        border: 1px #e2e2e2 solid;
        float: left;
        margin-bottom: 11px;
        padding: 6px 14px;
        outline: none;
        box-shadow: none;
    }

    #form1 textarea {
        resize: none;
        height: 176px;
    }

    #form1 .error, #form1 .empty {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px;
        color: #000;
        white-space: nowrap;
    }

    #form1 .btns a {
        margin-right: 10px;
    }

/*js css*/
.google_map {
    width: 380px;
    height: 360px;
    margin-right: 20px;
}

/*custom boxes*/
.bottom-border {
    background: url(../images/border.png) 50% 100% no-repeat;
    padding-bottom: 22px;
}

.btn {
    font: 12px/25px "Times New Roman", Times, serif;
    padding: 0 11px;
    background: url(../images/btn-bg.png);
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 1px #101010 solid;
    border-right-color: #323232;
    border-left-color: #323232;
    border-top-color: #3d3d3d;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .btn > span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../images/btn-bg.png) 0 100%;
        z-index: -1;
        opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .btn:hover {
        color: #888;
        border: 1px #d4d4d4 solid;
        border-right-color: #ebebeb;
        border-left-color: #ebebeb;
        border-top-color: #e2e2e2;
    }

        .btn:hover > span {
            opacity: 0;
        }

.list a {
    font: 13px/31px "Times New Roman", Times, serif;
    color: #000000;
    text-transform: uppercase;
    background: url(../images/mrk.png) 0 50% no-repeat;
    padding-left: 20px;
}

dl.address dd {
    text-align: right;
    clear: both;
}

    dl.address dd span {
        float: left;
    }

dl.img-box, .img-box-set dl, dl.img-box dd, .img-box-set dl dd {
    overflow: hidden;
}

    dl.img-box dt, .img-box-set dl dt {
        float: left;
    }

/*additional classes*/
.black {
    color: #783DCA;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.col-1, .col-2, .col-3 {
    float: left;
}

.all {
    text-align: left;
}

.alr {
    text-align: right;
}

.alc {
    text-align: center;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

a.und, .und a {
    text-decoration: none;
}

    a.und:hover, .und a:hover {
        text-decoration: underline;
    }

a.nocolor, .nocolor a {
    color: inherit;
}

.upc {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.wrap {
    overflow: hidden;
}

.nopa {
    padding: 0;
}

.noma {
    margin: 0;
}

.nobg {
    background: none;
}

.nobd {
    border: none;
}

.nofl {
    float: none;
}

.dn {
    display: none;
}

.clear {
    clear: both;
    line-height: 0;
}
