* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
    form, label, ul, ol, dl, fieldset, address {
    margin: 0;
}

ul, ol, dl {
    list-style-position: outside;
    padding-left: 1em;
}

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

a img {
    border: none;
}

body {
    background: #000 url(../images/bg-content-continue.jpg) left 101px repeat-x;
    color: #fff;
    font: 90%/135% Arial, Sans-serif;
    _font-size: 95%;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
    color: #f8cd31;
}

table {
    border: none;
}

table tr td {
    padding: 2px;
}

ul.itemlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.itemlist li.item {
    background: url(../images/bullet.png) 0 4px no-repeat;
    _background-position: 0 5px;
    padding-left: 16px;
}

div#menu {
    background: url(../images/bg-menu.jpg) top left no-repeat;
    height: 299px;
    width: 240px;
}

ul#menu {
    background: url(../images/bg-menu.jpg) top left no-repeat;
    color: #f8cd31;
    cursor: pointer;
    font-size: 95%;
    height: 299px;
    left: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    width: 240px;
}

ul#menu li {
    line-height: 233%;
    padding-left: 19px;
    padding-top: 1px;
}

ul#menu li:hover {
    background: url(../images/menu-bg-hover.png) top left repeat-x;
}

ul#menu li a {
    display: block;
    _height: 1%;
}

ul#menu li.nohighlight:hover {
    background: none;
    cursor: default;
}

ul#menu li.nohighlight a {
    display: inline;
    margin-right: 0.5em;
}

ul#menu li#menuflags {
    margin-top: 1em;
}

ul#menushadow {
    color: #000;
    font-size: 95%;
    left: 0;
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 11px;
    width: 230px;
}

ul#menushadow li {
    line-height: 233%;
    padding-left: 19px;
    padding-top: 1px;
}

h1 {
    color: #f8cd31;
    font-size: 165%;
    font-weight: normal;
}

h2 {
    font-size: 115%;
}

p {
    margin-bottom: 1em;
}

p.message {
    border: 1px solid #686868;
    /*background-color: #595451;*/
    background-color: #231f20;
    font-style: italic;
    padding: 8px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

p.centered {
    text-align: center;
}

h1#pagetitle {
    margin-bottom: 1em;
    margin-top: 18px;
}

div#top {
    background: #000 url(../images/top-left.jpg) top left no-repeat;
    border-bottom: 1px solid #686868;
    height: 101px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

div#top-right {
    background: #000 url(../images/top-right.jpg) top right no-repeat;
    float: right;
    height: 100px;
    right: 0;
    top: 0;
    width: 317px;
}

div#home-wrapper {
}

div#home-left {
    height: 295px;
    position: absolute;
    width: 418px;
}

div#home-content {
    background: url(../images/bg-content.jpg) top left no-repeat;
    border-left: 1px solid #686868;
    left: 240px;
    padding-left: 30px;
    position: absolute;
}

div#home-intro {
    margin-top: 1em;
    width: 500px;
}

div#home-products {
    margin-top: 2em;
}

div.btn-product-hover {
    background: url(../images/btn_product.png) left top no-repeat;
    float: left;
    height: 176px;
    width: 176px;
}

a.btn-product {
    color: #f8cd31;
    display: block;
    font-size: 16px;
    height: 176px;
    padding: 79px 0 0 0;
    text-align: center;
    width: 176px;
}

a.btn-product:hover {
    background: url(../images/btn_product.png) left top no-repeat;
}

div.btn_product a {
    display: block;
}

div#products-wrap {
    overflow: visible;
    width: 100%;
    height: 17px;
    position: absolute;
    z-index:5;
}

div#products-content {
    background: url(../images/products-bg.jpg) top left repeat-x;
    bottom: 0;
    height: 236px;
    left: 0;
    position: absolute;
    width: 100%;
}

div#products-innercontent {
    margin: 20px;
}

div#products_openclose {
    background: url(../images/products-tab.png) top left no-repeat;
    bottom: -14px;
    font-size: 14px;
    height: 30px;
    left: 340px;
    position: absolute;
    text-align: center;
    width: 150px;
}
div#products_openclose a {
    color: #000;
    display: block;
    text-align: center;
    text-decoration: none;
}

div.btn-product-mini-hover {
    background: url(../images/btn_product-mini.png) left top no-repeat;
    float: left;
    height: 110px;
    width: 110px;
}

a.btn-product-mini {
    color: #f8cd31;
    display: block;
    font-size: 10px;
    height: 176px;
    padding: 49px 0 0 0;
    text-align: center;
}

a.btn-product-mini:hover {
    background: url(../images/btn_product-mini.png) left top no-repeat;
}



