@font-face {
    font-family: Yanone Kaffeesatz;
    src: url('font/YanoneKaffeesatz-Regular.eot');
    src: local("Yanone Kaffeesatz"), url('font/YanoneKaffeesatz-Regular.ttf');
}

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    font: normal .85em arial, sans-serif;
    background: #F9F9F9;
    color: #555;
}

p {
    padding: 0 0 20px 0;
    line-height: 1.7em;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #362C20;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
}

h1, h2, h4 {
    font: normal 200% arial, sans-serif;
    text-shadow: 1px 1px #FFF;
    margin: 0 0 15px 0;
    padding: 15px 20px 5px 0;
    color: #555;
}

h2 {
    font: normal 150% arial, sans-serif;
}

h4 {
    font: normal 150% "Yanone Kaffeesatz", arial, sans-serif;
    padding: 5px 20px 5px 0;
    margin: 0;
    color: #555;
}

h3 {
    color: #0FCFEB;
    padding: 10px 0 5px 0;
    font: normal 170% arial;
}

h5 {
    color: #888;
    font: italic 95% arial;
    letter-spacing: normal;
    padding: 0 0 15px 0;
}

h6 {
    padding: 5px 0 25px 0;
}

a, a:hover {
    outline: none;
    text-decoration: underline;
    color: #A4AA04;
}

    a:hover {
        text-decoration: none;
    }

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}
ul {
    margin: 2px 0 22px 17px;
}

    ul li {
        list-style-type: circle;
        margin: 0 0 6px 0;
        padding: 0 0 4px 5px;
        line-height: 1.5em;
    }

ol {
    margin: 8px 0 22px 20px;
}

    ol li {
        margin: 0 0 11px 0;
    }

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

#main, #logo, nav, #site_content, footer {
    margin-left: auto;
    margin-right: auto;
}

header {
    background: #202020 url(image/back.png) repeat-x;
    height: 165px;
}

#logo {
    width: 875px;
    position: relative;
    height: 120px;
    background: url(image/logo.jpg) no-repeat bottom right;
}

    #logo h1, #logo h2 {
        font: normal 220% arial, sans-serif;
        border-bottom: 0;
        text-transform: none;
        text-shadow: none;
        margin: 0;
    }

    #logo h2 {
        font: normal 140% 'Yanone Kaffeesatz', arial, sans-serif;
    }

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
    padding: 25px 0 0 0;
    color: #fff;
    text-decoration: none;
}

    #logo_text h1 a .logo_colour {
        color: #09D4FF;
        text-shadow: 0;
    }

#logo_text a:hover .logo_colour {
    color: #09D4FF;
}
.logo_colour {
    color: #00cccc;
}

#logo_text h2 {
    padding: 0 0 0 0;
    color: #A8AA94;
}

nav {
    width: 935px;
    height: 44px;
    padding: 0 0 0 4px;
}

#site_content {
    width: 885px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding: 0 0 20px 0;
}

#sidebar_container {
    float: left;
    width: 254px;
}

.sidebar {
    width: 220px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    border: 1px solid #eee;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border: 15px 15px 15px 15px;
    padding: 10px 15px 15px 15px;
    margin: 0 0 17px 0;
}

    .sidebar ul {
        width: 178px;
        padding: 4px 0 0 0;
        margin: 4px 0 30px 0;
    }

    .sidebar li {
        list-style: none;
        padding: 0 0 7px 0;
    }

        .sidebar li a, .sidebar li a:hover {
            padding: 0 0 0 0px;
            display: block;
            color: #4c9aaa;
            font-weight: normal;
            text-decoration: none;
        }

            .sidebar li a.selected {
                color: #4c9aaa;
            }

#content {
    text-align: left;
    width: 600px;
    padding: 0 0 0 5px;
    float: right;
}

    #content ul {
        margin: 2px 0 22px 0px;
    }

        #content ul li, .sidebar ul li {
            list-style-type: none;
            background: url(image/bullet.png) no-repeat;
            margin: 0 0 0 0;
            padding: 0 0 4px 28px;
            line-height: 1.5em;
        }

    #content section {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        text-align: justify;
    }

    #content img {
        margin: 20px;
        border: 10px solid #FFF;
        border: 10px solid rgba(255, 255, 255, 0.92);
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -o-box-shadow: 12px 12px 29px #555;
        -icab-box-shadow: 12px 12px 29px #555;
        -khtml-box-shadow: 12px 12px 29px #555;
        -moz-box-shadow: 12px 12px 29px #555;
        -webkit-box-shadow: 12px 12px 29px #555;
        box-shadow: 12px 12px 29px #555;
    }

        #content img:hover {
            border: 10px solid #5ec8de;
        }

    #content .title {
        text-shadow: 7px 7px 7px #82807e;
        filter: dropshadow(color=#82807e, offx=7, offy=7);
        /*text-shadow: 9px 9px 7px #555;
        filter: dropshadow(color=#555, offx=9, offy=9);*/
    }

    #content .productPageList {
        font-size: 14px;
        margin: 2px;
    }

    #content .productPageListActive {
        font-size: 18px;
        font-weight: 500;
    }

    #content .productHoverPanelBackground {
        background: #5ec8de;
        color: #302d2d;
        padding: 20px;
        text-align: left;
        -o-box-shadow: 12px 12px 29px #555;
        -icab-box-shadow: 12px 12px 29px #555;
        -khtml-box-shadow: 12px 12px 29px #555;
        -moz-box-shadow: 12px 12px 29px #555;
        -webkit-box-shadow: 12px 12px 29px #555;
        box-shadow: 12px 12px 29px #555;
    }


footer {
    width: 100%;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 100%;
    height: 80px;
    padding: 25px 0 5px 0;
    text-align: center;
    background: #333;
    color: #A8AA94;
}

    footer p {
        line-height: 1.5em;
        padding: 0 0 10px 0;
    }

    footer a {
        color: #A8AA94;
        text-decoration: none;
    }

        footer a:hover {
            color: #FFF;
            text-decoration: none;
        }

.form_settings {
    margin: 15px 0 0 0;
}

    .form_settings p {
        padding: 0 0 4px 0;
    }

    .form_settings span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings input, .form_settings textarea {
        padding: 5px;
        width: 299px;
        font: 100% arial;
        border: 1px solid #E5E5DB;
        background: #FFF;
        color: #47433F;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings .submit {
        font: 100% arial;
        border: 0;
        width: 99px;
        margin: 0 0 0 212px;
        height: 33px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #3B3B3B;
        color: #FFF;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings textarea, .form_settings select {
        font: 100% arial;
        width: 299px;
    }

    .form_settings select {
        width: 310px;
    }

    .form_settings .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}


/* scroll to top */
#scroll {
    position: relative;
    width: 900px;
    margin: 10px auto;
    bottom: 15px;
    right: 0;
    background: #F9F9F9;
    padding: 0;
}

    #scroll a {
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        #scroll a img {
            float: right;
            padding: 0 0 0 0;
            margin: 0;
        }



/* Configuration of menu width */
html body ul.sf-menu ul, html body ul.sf-menu ul li {
    width: 200px;
}

    html body ul.sf-menu ul ul {
        margin: 0 0 0 200px;
    }

/* Framework for proper showing/hiding/positioning */
ul.sf-menu, ul.sf-menu * {
    margin: 0;
    padding: 0;
}

ul.sf-menu {
    display: block;
    position: relative;
}

    ul.sf-menu li {
        display: block;
        list-style: none;
        float: left;
        position: relative;
    }

        ul.sf-menu li:hover {
            visibility: inherit; /* fixes IE7 'sticky bug' */
        }

    ul.sf-menu a {
        display: block;
        position: relative;
    }

    ul.sf-menu ul {
        position: absolute;
        left: 0;
        width: 150px;
        top: auto;
        left: -999999px;
    }

        ul.sf-menu ul a {
            zoom: 1; /* IE6/7 fix */
        }

        ul.sf-menu ul li {
            float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
            width: 150px;
        }

        ul.sf-menu ul ul {
            top: 0;
            margin: 0 0 0 150px;
        }

            ul.sf-menu li:hover ul, ul.sf-menu li:focus ul, ul.sf-menu li.sf-hover ul,
            ul.sf-menu ul li:hover ul, ul.sf-menu ul li:focus ul, ul.sf-menu ul li.sf-hover ul,
            ul.sf-menu ul ul li:hover ul, ul.sf-menu ul ul li:focus ul, ul.sf-menu ul ul li.sf-hover ul,
            ul.sf-menu ul ul ul li:hover ul, ul.sf-menu ul ul ul li:focus ul, ul.sf-menu ul ul ul li.sf-hover ul {
                left: auto;
            }

                ul.sf-menu li:hover ul ul, ul.sf-menu li:focus ul ul, ul.sf-menu li.sf-hover ul ul,
                ul.sf-menu ul li:hover ul ul, ul.sf-menu ul li:focus ul ul, ul.sf-menu ul li.sf-hover ul ul,
                ul.sf-menu ul ul li:hover ul ul, ul.sf-menu ul ul li:focus ul ul, ul.sf-menu ul ul li.sf-hover ul ul,
                ul.sf-menu ul ul ul li:hover ul ul, ul.sf-menu ul ul ul li:focus ul ul, ul.sf-menu ul ul ul li.sf-hover ul ul {
                    left: -999999px;
                }

/* autoArrows CSS */
span.sf-arrow {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 20px;
    right: 5px;
    display: block;
    background: url(image/arrows-black.png) no-repeat 0 0;
    overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
    font-size: 1px;
}

ul ul span.sf-arrow {
    right: 10px;
    top: 20px;
    background-position: 0 100%;
}

/* Theming the menu */
ul#nav {
    float: left;
}

    ul#nav ul {
        background-color: #eee;
        margin-top: 0;
        border: 1px solid #ddd;
    }

    ul#nav li a {
        padding: 9px 25px 10px 25px;
        font: 155% 'Yanone Kaffeesatz',helvetica,arial,verdana,sans;
        text-shadow: 1px 1px #FFF;
        text-decoration: none;
        color: #444;
    }

        ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected {
            background: #FFF;
        }

.progressBar {
    position: absolute;
    background-color: #555;
    background-color: rgba(74, 58, 58, 0.62);
    width: 100%;
    height: 1000px;
    left: 0;
    top: 0;
    vertical-align: middle;
    text-align: center;
    padding-top: 200px;
}

.progressBarImage {
    border: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.toproundborer {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottomroundborer {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fullroundborders {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



.loginform {
    width: 350px;
    background-color: #efefe9;
    border: 2px solid #808080;
    padding: 10px;
    color: black;
    -webkit-box-shadow: 5px 5px 2px 2px #555;
    box-shadow: 5px 5px 2px 2px #555;
}

.textEntry {
    height: 22px;
    width: 150px;
}

.failureNotification {
    color: red;
}

.RegisterLabelHeadCss {
    text-align: left;
    vertical-align: bottom;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 15px;
}

.RegisterBoxCss {
    text-align: left;
    padding-left: 15px;
    vertical-align: top;
}

.RegisterTextBox {
    height: 20px;
    width: 310px;
}

.TextBoxWaterMark {
    color: slategray;
}

.itemDetail {
    margin: 20px;
    border: 10px solid #FFF;
    border: 10px solid rgba(255, 255, 255, 0.92);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-box-shadow: 12px 12px 29px #555;
    -icab-box-shadow: 12px 12px 29px #555;
    -khtml-box-shadow: 12px 12px 29px #555;
    -moz-box-shadow: 12px 12px 29px #555;
    -webkit-box-shadow: 12px 12px 29px #555;
    box-shadow: 12px 12px 29px #555;
}

    .itemDetail:hover {
        border: 10px solid #5ec8de;
    }

.modalPopUpBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.productModal {
    width: 700px;
    min-height: 500px;
    max-height: 600px;
    overflow: auto;
    padding: 15px;
    background-color: white;
}

.productModalCloseButton {
    position: absolute;
    left: 700px;
    width: 20px;
    top: 5px;
    cursor: pointer;
}

