@charset
"UTF-8"
;
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
}

ul, ol {
    list-style: none;
}

fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

strong {
    font-weight: 700;
}

em {
    font-style: oblique;
}

/*site*/

body {
    background-color: white;
    width: 1120px;
    margin: 30px auto;
    position: relative;
    font-family: museo-sans, sans-serif;
}

#content {
    padding: 0 25px;
    position: relative;
    min-height: 500px;
}

#content #left {
    width: 205px;
    padding-right: 25px;
}

#content ul.left {
    list-style: none;
    margin: 0;
    padding: 25px 0 0;
}

#content ul.left li {
    margin: 0;
    padding: 0;
}

#content table td {
    vertical-align: top;
}

#content #right {
    width: 840px;
}

h1 {
    font-size: 32px;
    font-weight: 100;
    color: #009fe3;
    background-color: #b9eaff;
    line-height: 32px;

    padding: 20px 50px 12px 50px;
    margin-top: 3px;
    margin-bottom: 1px;
}

.summary {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #009fe3;
    background-color: #b9eaff;
    padding: 12px 50px;
}

.text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #009fe3;
    padding: 12px 50px;
}

.website {
    font-size: 14px;
    font-weight: 700;
    color: #b9eaff;
    background-color: #009fe3;
    line-height: 14px;

    margin-top: 3px;
    padding-top: 12px;
    padding-left: 50px;
    padding-bottom: 12px;
}

.website a {
    color: #b9eaff;
    text-decoration: none;
}

p {
    margin: 10px 0;
}

.text a {
    color: #cc0000;
    text-decoration: none;
}

.text a:hover {
    text-decoration: underline;
}

/*products*/

.scrollPoint {
    background-color: #b9eaff;
    z-index: 100;
    height: 1px;
    position: absolute;
    top: 61px;
}

.arrowLeft, .arrowRight {
    position: absolute;
    top: 27px;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.arrowRight {
    left: auto;
    right: 0;
}

img.fadeR {
    position: absolute;
}

#productsTop {
    margin: 60px 0 0;
    padding: 0;
    border-bottom: 3px solid #009fe3;
    border-top: 1px solid #009fe3;

    width: 840px;
    height: 67px;
    vertical-align: top;
    position: relative;
}

#productsTop .scrooler {
    position: absolute;
    width: 840px;
    height: 67px;
    /*top:60px;*/
    overflow: hidden;
}

#productsTop .scrooler ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    width: 5000px;
}

#productsTop .scrooler li {
    display: inline;
    padding: 0;
    margin: 0;
}

#productsTop .scrooler li:first-child {
    padding-left: 25px;
}

.big_image {
    background-color: #b9eaff;
    text-align: center;
    height: 494px;
    overflow: hidden;
    position: relative;
}

@media print {

}

