﻿html
{
    overflow-y: scroll;
}

body
{
    margin: 0px;
    background: url(../images/background.jpg) no-repeat fixed center 160px;
}

body, div
{
    font-size: 11pt;
    font-family: Tahoma;
    text-align: justify;
}

img
{
    border-width: 0px;
}

#menu-product-arrow
{
    margin-left: 5px;
}

#header
{
    padding-top: 15px;
}

#main
{
    line-height: 22px;
    padding-top: 20px;
}

#main-cell
{
    padding-right: 25px;
}

#side-cell
{
    font-size: 9pt;
    width: 195px;
    background: url(../images/photofam.jpg) no-repeat scroll center top;
}

#side-cell a
{
    color: #000000;
}

#side-cell a.sel
{
    font-size: 11pt;
    font-weight: bold;
}

#product-table
{
    margin-left: auto;
    margin-right: auto;
}

#product-table td
{
    text-align: center;
    padding: 10px;
}

#product-table a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#product-table a:hover
{
    text-decoration: underline;
}

#catgrade-table, #flmgrade-table, #sodanti-table, #antimas-table, #eganti-table, #antimet-table
{
    font-size: 10pt;
    border: 1px solid #333333;
}

#catgrade-table th, #flmgrade-table th, #eganti-table th, #antimet-table th
{
    background-color: #CCCCCC;
}

#catgrade-table th, #catgrade-table td, #flmgrade-table th, #flmgrade-table td, #sodanti-table td, #antimas-table td, #eganti-table th, #eganti-table td, #antimet-table th, #antimet-table td
{
    padding: 3px 5px;
    border: 1px solid #333333;
}

#about-img
{
    float: right;
    margin: 0px 0px 10px 10px;
}

#contact-table td
{
    padding-right: 10px;
}

#footer
{
    font-size: 9pt;
    text-align: center;
    line-height: 25px;
    padding-top: 30px;
}

#footer-hr
{
    width: 720px;
    height: 1px;
    margin-bottom: 10px;
    border-width: 0px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

#header, #main, #footer
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.title
{
    font: italic normal bold 24pt "Times New Roman";
    text-shadow: 2px 2px 5px #999999;
}

.sub-title
{
    font-size: 14pt;
    font-weight: bold;
}

.color-red
{
    color: Red;
}

.margin-left-right-30
{
    margin: 0px 30px;
}

.margin-top-0
{
    margin-top: 0px;
}

.margin-bottom-0
{
    margin-bottom: 0px;
}

.padding-left-15
{
    padding-left: 15px;
}

.padding-left-19
{
    padding-left: 19px;
}

.back-color-cccccc
{
    background-color: #CCCCCC;
}

.tooltip-style
{
    padding: 3px;
}

.tooltip-style ul
{
    margin: 0px;
    padding: 3px 5px 3px 20px;
}

.tooltip-style *
{
    font-size: 10pt;
}

.display-none
{
    display: none;
}

#main-play
{
    height: 120px;
}

#side-play
{
    width: 180px;
    height: 135px;
    margin: 8px auto 3px auto;
}

#main-play, #side-play
{
    position: relative;
}

#main-play img, #side-play img
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    opacity: 0.0;
}

#main-play img.main-play-active, #side-play img.side-play-active
{
    z-index: 30;
    opacity: 1.0;
}

#main-play img.main-play-last-active, #side-play img.side-play-last-active
{
    z-index: 20;
}
