@charset 'UTF-8';

* {
    outline: 0;
    vertical-align: baseline;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

*:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #000000;
}

a:active,
a:hover,
a:focus {
    color: #888888;
}

body {
    margin: 0;
    min-width: 960px;
    height: 100%;
    font-size: 14px;
    background: #FFFFFF;
    color: #888888;
    background-position: 0 132px;
    background-repeat: no-repeat;
}

fieldset {
    border: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    line-height: 1;
    color: #000000;
}

h1 {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: normal;
}

h2 {
    margin-bottom: 3px;
    font-size: 14px;
}

h3 {
    margin-bottom: 0px;
    font-size: 14px;
}

h4 {
    font-size: 14px;
    font-weight: normal;
}

html {
    height: 100%;
}

img {
    border: 0;
}

input,
textarea {
    margin: 0;
    border: 1px solid #DDDDDD;
    padding: 4px 6px;
    font-size: 12px;
    color: #000000;
}

p {
    margin: 0 0 13px 0;
    line-height: 1.5;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#menu {
    clear: both;
    margin: 48px 0 0 48px;
}

div#menu h1 {
    float: left;
}

div#menu h1 a {
    display: block;
    width: 182px;
    height: 47px;
    background: transparent url(/include/img/sprite.png) no-repeat;
    text-indent: -9999px;
}

ul#menu-list {
    float: left;
    margin: 24px 0 0 48px;
}

ul#menu-list li {
    float: left;
    margin-right: 48px;
}

ul#menu-list h2 {
    float: left;
    margin-bottom: 47px;
}

ul#menu-list a:link,
ul#menu-list a:visited {
    display: block;
    height: 12px;
    text-indent: -9999px;
    color: #888888;
    overflow: hidden;
}

a#menu-products {
    width: 85px;
    background: url(/include/img/sprite.png) 0 -112px no-repeat;
}

a#menu-products.active,
a#menu-products:hover {
    background-position: 0 -100px;
}

a#menu-about {
    width: 57px;
    background: url(/include/img/sprite.png) 0 -136px no-repeat;
}

a#menu-about.active,
a#menu-about:hover {
    background-position: 0 -124px;
}

ul#submenu-list {
    clear: both;
}

ul#submenu-list li {
    margin: 0 23px 44px 0;
}

div#guarantee h1 {
    position: absolute;
    right: 8px;
    top: 24px;
}

a#guarantee-open {
    display: block;
    width: 182px;
    height: 85px;
    text-indent: -9999px;
    background: transparent url(/include/img/sprite.png) 0 -350px no-repeat;
    overflow: hidden;
}

div#guarantee-view {
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 127px;
    width: 100%;
    height: 0;
    overflow: hidden;
}

div#guarantee-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #828282;
    color: #FFFFFF;
    opacity: .95;
    filter: alpha(opacity=95);
}

div#guarantee-content {
    position: relative;
    padding: 23px 0 24px 276px;
    opacity: 0;
    filter: alpha(opacity=0);
}

a#guarantee-close {
    float: right;
    display: block;
    margin: -11px 12px 0 0;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: transparent url(/include/img/sprite.png) 0 -435px no-repeat;
    overflow: hidden;
}

a#guarantee-download {
    display: block;
    width: 311px;
    height: 8px;
    text-indent: -9999px;
    background: transparent url(/include/img/sprite.png) 0 -446px no-repeat;
    overflow: hidden;
}

div#guarantee-content p {
    clear: both;
    width: 599px;
    height: 82px;
    margin-bottom: 19px;
    text-indent: -9999px;
    background: url(/include/img/guarantee.png) no-repeat;
    overflow: hidden;
}

div#main {
    clear: both;
}