body
{
    margin: 0;
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #12130d;
    background-image: url(/img/common/bg-band.png);
    background-repeat: repeat-x;
}

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

a:hover
{
    text-decoration: underline;
}

strong a
{
    color: #666;
}

img
{
    vertical-align: center;
    border: 0 none;
}

h1
{
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    left: 210px;
    top: 40px;
    width: 792px;
    height: 34px;
    z-index: 100;
    text-indent: -9999em;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

h2, h3
{
    font-size: 100%;
    color: #FF3333;
}

h2
{
    margin: 2em 0 0.5em 0;
}

h3
{
    border-top: 1px solid #888;
    color: #555;
    padding-top: 0.5em;
    margin: 0.5em 0 0 0;
}

h3 a
{
    color: #555;
}

p:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
#content div:first-child
{
    margin-top: 0 !important;
}

p
{
    margin: 0 0 1.2em 0;
}

table
{
    font-size: 100%;
    border: 0 none;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

tr
{
    vertical-align: top;
}

th
{
    text-align: left;
}

form
{
    margin: 0;
    padding: 0;
}

fieldset
{
    border: 0;
    padding: 0;
}

input, textarea, button, select
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 100%;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

fieldset.section
{
    padding-bottom: 12px;
    height: auto !important;
}

button
{
    padding: 0;
    background: transparent;
    border: 0;
    width: auto;
    overflow: visible;
}

button img
{
    margin-top: 1px;
}

legend
{
    font-size: 96%;
    font-weight: bold;
    color: #555;
}

label span
{
    display: block;
    float: left;
    clear: left;
    width: 35%;
}

form em
{
    font-style: normal;
    color: #888;
}

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

ul li
{
    margin: 0;
    padding: 0 0 0.25em 1em;
    background-image: url(/img/common/arrow-gy.png);
    background-repeat: no-repeat;
    background-position: 0 0.25em;
}

.rule
{
    border-bottom: 1px solid #888;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.rule-top
{
    border-top: 1px solid #888;
    padding-top: 0 !important;
    margin-top: 0.5em;
}

.hero,
.hero-home
{
    padding-top: 177px !important;
    background-repeat: no-repeat;
}

.hero-home
{
    width: 792px !important;
    padding: 0 !important;
    height: 367px !important;
    overflow: hidden;
}

.chart
{
    padding-top: 10px !important;
}

.grid-2 .col
{
    width: 381px;
    margin-right: 10px;
    float: left;
}

.grid-2 .col .col3
{
    width: 110px;
    margin-right: 10px;
    float: left;
}

.grid-3 
{
    margin: 0 0 10px 0;
    padding: 0;
}

.grid-3 dd
{
    width: 31%;
    float: left;
    padding: 0 1% 2px 0;
    margin: 0;
}

.diagram thead th,
.diagram thead td
{
    background: url(/img/common/bg-diagram.png) no-repeat #eceded;
    padding: 5px 10px 5px 34px;
}

.diagram thead td h2
{
    margin: 0;
    padding: 0 10px 0 34px;
}

.diagram thead th.blank
{
    background: none transparent;
    border-left: 0 none;
}

.diagram thead td.blank
{
    padding: 5px 0;
}

.diagram thead th.column
{
    background: white;
    border-left: 0 none;
    padding: 5px 0;
}

.diagram tbody th
{
    border-top: 1px solid #555;
    padding: 5px 10px 5px 0;
}

.diagram tbody th.blank
{
    padding: 0;
}

.diagram tbody td
{
    border-top: 1px solid #555;
    padding: 5px 10px 5px 34px;
    background: #eceded;
}

.list
{
    margin-bottom: 1.5em;
}

.list thead th
{
    color: #888;
    font-weight: normal !important;
    padding: 5px 10px 5px 0 !important;
    background: #eee;
    border-top: 1px solid #555;
}

.list td
{
    padding: 5px 5px 5px 0;
    border-top: 1px solid #888;
}

.list td.nowrap
{
    white-space: nowrap;
}

.specifications thead th
{
    color: #ff0015;
    padding: 0 0 5px 0;
}

.specifications th,
.specifications td
{
    padding: 5px 0;
    border-top: 1px solid #888;
}

.links
{
   min-height: 9em;
}

.divider
{
    padding-top: 2em;
}

.archive
{
    border-top: 1px solid #888;
}

.archive .archive-year
{
    float: left;
    margin-right: 10px;
    width: 68px;
}

.archive dl
{
    list-style-type: none;
    margin: 5px 0 10px 0;
    padding: 0;
}

.archive dl dt,
.archive dl dd
{
    margin: 0;
    padding: 0 0 5px 0;
}

.archive dl dt a
{
    font-weight: bold;
    color: #333;
}

.archive dl dd a
{
    color: #888;
}

.warning, .error
{
    background: #fc0;
    border: 1px solid #ff0015;
    padding: 0.625em 1.25em;
    margin: 0.625em 0;
    color: black;
}

.warning
{
    background: white;
}

.icon
{
    width: 58px;
    min-height: 72px;
    padding: 0;
    display: block;
    color: #ff0015;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 110%;
}

.twoline
{
    padding-bottom: 2em;
}

h2.icon
{
    padding-top: 6px !important;
}

.download
{
    background-repeat: no-repeat;
    background-image: url(/img/icon/download.png);
    background-position: left center;
    min-height: 12px;
    padding: 0.625em 0 0.625em 35px;
    width: 100px;
}

.icon-badge
{
    position: absolute;
    left: 860px;
    top: 35px;
    z-index: 100;
    width: 100px;
    height: 100px;
    text-indent: -9999em;
}

.full
{
    width: 100%;
}

.half
{
    width: 50%;
}

.label
{
    width: 28%;
    float: left;
    display: block;
    clear: left;
    padding-top: 2px;
    margin-right: 4%;
    color: #444;
}

label.error
{
    padding: 3px;
}

.subtitle
{
    margin-top: 0;
    font-weight: bold;
    color: #ff0015;
}

.form
{
    width: 100%;
    position: relative;
}

.element
{
    float: left;
    width: 68%;
    padding-bottom: 2px;
}

.list input,
.element input,
.element select,
.element textarea,
#search input
{
    border: 0;
    background-color: #eee;
    line-height: 1.5em;
}

.submit
{
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    margin: 0;
    padding: 0;
    height: 1.6em;
    text-indent: -9999em;
    background-image: url(/img/common/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.frozen
{
    padding: 3px 0 4px 0;
}

.note
{
    padding: 6px 0 12px 0;
    font-size: 90%;
}

.autocomplete
{
    position: absolute;
    width: 250px;
    background-color:#eaeaea;
    border:1px solid #888;
    margin: 0px;
    padding: 0px;
    z-index: 20;
    color: #333;
    text-align: left;
}

.autocomplete ul
{
    margin: 0px;
    padding: 0px;
}

.autocomplete ul li.selected
{
    background-color: #ffb;
}

.autocomplete ul li
{
    background-image: none;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}

.autocomplete ul li a
{
    display: block;
}

.more,
.more-sm
{
    padding-right: 1.25em !important;
    background-image: url(/img/common/arrow-red.png);
    background-repeat: no-repeat;
    background-position: right 0.25em;
    color: #444;
}

.date
{
    color: #bbb;
    font-weight: normal;
    white-space: nowrap;
}

.next
{
    float: right;
}

.last
{
    margin-right: 0px !important;
}

.clear
{
    clear: both;
}

#layout
{
    margin: 34px auto;
    max-width: 1002px;
    background-color: #666;
    position: relative;
    padding-top: 87px;
    background-image: url(/img/common/bg-subnav.png);
    background-repeat: repeat-y;
    color: #666;
    font-size: 0.6875em;
    line-height: 1.45em;
}

#content
{
    float: right;
    width: 772px;
    padding: 48px 10px 0 10px;
    background-image: url(/img/common/bg-content.png);
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 319px;
}

#nav
{
    position: absolute;
    left: 0;
    top: 29px;
    width: 100%;
    height: 59px;
    background-color: #ff0015;
    background-image: url(/img/common/bg-nav.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#nav dd
{
    width: 103px;
    height: 19px;
    overflow: hidden;
    position: absolute;
    top: -19px;
    background-position: 0 -19px;
}

#nav dd a
{
    display: block;
    padding-top: 19px;
    background-position: 0 0;
}

#nav dd.sel a
{
    background-position: 0 -38px;
}

#nav dd a:hover
{
    background-image: none;
}

#nav_index { left: 307px }
#nav_catalogue { left: 404px }
#nav_products { left: 501px }
#nav_news { left: 598px }
#nav_company { left: 695px }
#nav_contact { left: 792px }
#nav_links { left: 889px }

#nav_index, #nav_index a { background-image: url(/img/common/nav-home.png) }
#nav_catalogue, #nav_catalogue a { background-image: url(/img/common/nav-catalogue.png) }
#nav_products, #nav_products a { background-image: url(/img/common/nav-product.png) }
#nav_news, #nav_news a { background-image: url(/img/common/nav-news.png) }
#nav_company, #nav_company a { background-image: url(/img/common/nav-company.png) }
#nav_contact, #nav_contact a { background-image: url(/img/common/nav-contact.png) }
#nav_links, #nav_links a { background-image: url(/img/common/nav-links.png) }

#nav_logo
{
    position: absolute;
    left: 10px;
    top: 29px;
    width: 150px;
    height: 59px;
    overflow: hidden;
}

#nav_logo a
{
    display: block;
    padding-top: 59px;
}

#subnavigation
{
    padding: 37px 0 0 11px;
    width: 199px;
    background-image: url(/img/common/bg-subnav-top.png);
    background-repeat: no-repeat;
    line-height: 125%;
}

#subnavigation dl
{
    padding: 0;
    margin: 0;
}

#subnavigation dt,
#subnavigation dd strong
{
    color: #ccc;
}

#subnavigation dd,
#subnavigation dt
{
    margin: 0;
    padding: 0;
}

#subnavigation dt
{
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    margin-left: 10px;
}

#subnavigation dd
{
    color: #aaa;
    padding: 0 20px 0 10px;
}

#subnavigation dd a
{
    display: block;
    padding: 10px 20px 10px 0;
    color: #ccc;
    border-bottom: 1px solid #888;
}

#subnavigation #subnav__01 a
{
    border-top: 1px solid #888;
}

#subnavigation dd a:hover
{
    color: #fff;
    text-decoration: none;
}

#subnavigation dd.sel
{
    background-color: #f33;
    background-image: url(/img/common/nav-sel.png);
    background-position: right center;
    color: white;
}

#subnavigation dd a:hover
{
    color: #fff;
    text-decoration: none;
}

#subnavigation dd.sel a
{
    color: #fff;
}

#subnavigation .home dd,
#subnavigation .home dt
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#subnavigation .home dd a
{
    padding: 0;
    display: inline;
    border: 0 !important;
    color: white;
}

#subnavigation .home dd strong
{
    color: white !important;
}

#subnavigation .home .more-sm
{
    color: #ccc;
    background-image: url(/img/common/arrow-gy.png);
}

#header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    background-color: #fff;
    background-image: url(/img/common/bg-header.png);
    background-repeat: no-repeat;
}

#header dd
{
    float: left;
    padding: 0;
    margin: 0 0 0.625em 0;
}

#footer
{
    clear: both;
    background-image: url(/img/common/bg-footer.png);
    background-repeat: no-repeat;
    background-color: #12130d;
    color: #aaa;
}

#footer dd
{
    text-align: right;
    margin: 0;
    padding: 1.25em 0 0.625em 0;
}

#footer a
{
    color: #aaa;
}

#header dl,
#footer dl
{
    margin: 0;
    padding: 0;
}

#search
{
    position: absolute;
    left: 200px;
    top: 48px;
    z-index: 101;
    width: 792px;
    text-align: right;
}

#search label
{
    display: none;
}

#search fieldset
{
    background: transparent;
}

#search input
{
    width: 201px;
    margin: 0 0 0 5px !important;
}

.form:after,
.grid-2:after,
.warning:after,
.grid-3:after,
.archive:after,
#layout:after,
#content:after,
#header dl:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow: hidden;
}

