*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

body
{
    color: #ffffff;
    font: 0.8em/1.6 trebuchet ms, arial, verdana, helvetica, sans-serif;
    text-align: center;
    background: #212121 url("../img/bg.png") repeat 0 0;
}

a
{
    color: #ffa800;
    text-decoration: underline;
}

a:hover
{
    color: #ffffff;
}

hr
{
    display: none;
}

img
{
    border: none;
}

input, select, textarea
{
    font: 90% trebuchet ms, arial, verdana, helvetica, sans-serif;
    padding: 2px;
}

input.text, input.price, input.spam, textarea
{
    width: 160px;
    background: #ffffff url("../img/input.png") repeat-x 0 100%;
    border: #af0000 1px solid;
}

input.price
{
    width: 56px;
}

input.spam
{
    width: 24px;
    text-align: center;
}

input.button
{
    font-size: 100%;
    padding: 2px 8px;
    cursor: pointer;
}

select
{
    width: 486px;
}

textarea
{
    width: 666px;
    height: 120px;
}

table
{
    font-size: 100%;
    margin: 20px 0 0 0;
}

table th, table td
{
    padding: 2px 8px;
}

table th
{
    text-transform: uppercase;
    text-align: left;
}

table th.fst
{
    width: 280px;
}

table td.top
{
    vertical-align: top;
}

ul
{
    list-style-type: none;
}

div.header
{
    min-width: 972px;
    height: 110px;
    background: #333333 url("../img/header.png") repeat-x 50% 0;
}

div.header div
{
    position: relative;
    width: 972px;
    height: 100%;
    text-align: left;
    margin: 0 auto;
}

div.header h2
{
    position: absolute;
    top: 0;
    left: -5px;
    width: 224px;
    height: 108px;
    font-size: 200%;
    font-weight: normal;
    font-style: italic;
    line-height: 144px;
    text-transform: uppercase;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
}

div.header h2 a
{
    color: #c8c8c8;
    text-decoration: none;
}

div.header h2 span
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../img/header-h2.png") no-repeat 0 0;
    visibility: visible;
    cursor: pointer;
}

div.page
{
    min-width: 972px;
    text-align: center;
    background: #69090a url("../img/page.jpg") no-repeat 50% 0;
}

div.content
{
    position: relative;
    width: 972px;
    min-height: 512px;
    text-align: left;
    background: transparent url("../img/content.png") no-repeat 255px 28px;
    margin: 0 auto;
}

div.main
{
    float: right;
    display: inline;
    width: 695px;
    margin: 225px 20px 0 0;
}

div.main h1
{
    font-size: 160%;
    text-transform: uppercase;
    background: transparent url("../img/h1.png") no-repeat 0 100%;
}

div.main h2, div.main h3, div.main h4
{
    font-size: 120%;
    font-weight: normal;
    text-transform: uppercase;
    background: transparent url("../img/h2.png") no-repeat 0 100%;
    margin: 30px 0 -8px 0;
    padding: 0 0 4px 0;
}

div.main h3
{
    font-size: 110%;
}

div.main h4
{
    font-size: 100%;
}

div.main p, div.main ul, div.main dl
{
    font-size: 90%;
    margin: 20px 0;
}

div.main p
{
    line-height: 1.4;
    text-align: justify;
}

div.main form p
{
    font-size: 100%;
}

div.main p.photo
{
    float: right;
    margin: 0 0 12px 12px;
}

div.main p.r
{
    float: right;
}

div.main p.c
{
    text-align: center;
}

div.main p.c img, div.main p.r img
{
    border-top: #000000 7px solid;
    border-bottom: #000000 7px solid;
    border-left: #000000 11px solid;
    border-right: #000000 11px solid;
}

div.main p.c img
{
    margin: 0 12px;
}

div.main p.r img
{
    margin: 0 0 12px 12px;
}

div.main p.references a
{
    display: block;
    float: left;
    width: 230px;
    text-align: center;
    text-decoration: none;
    margin: 20px 0;
}

div.main p.references a strong
{
    color: #ffffff;
    font-weight: normal;
    display: block;
}

div.main p.references a span
{
    text-decoration: underline;
}

div.main ul
{
    line-height: 1.3;
}

div.main ul li
{
    background: transparent url("../img/li.png") no-repeat 9px 5px;
    padding: 0 0 0 20px;
    margin: 4px 0;
}

div.main ul li ul
{
    font-size: 100%;
    margin: 4px 0;
}

div.main dd
{
    padding: 0 0 0 20px;
}

div.home
{
    height: 299px;
    overflow: hidden;
}

div.news
{
    width: 714px;
    margin-right: 1px;
}

div.articles h1
{
    background-image: url("../img/h1-home.png");
}

div.articles div
{
    float: left;
    width: 208px;
    margin: 0 30px 0 0;
}

div.articles h2
{
    font-size: 110%;
    text-transform: uppercase;
    background: transparent;
    margin: 4px 0 0 0;
    padding: 0;
}

div.articles h2 a
{
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0;
}

div.articles h2 a:hover
{
    color: #ffa800;
}

div.articles p
{
    font-size: 85%;
    margin: 4px 0 0 0;
}

div.articles p.date
{
    color: #ffa800;
    margin: 16px 0 0 0;
}

div.articles p.more
{
    text-align: right;
    text-transform: lowercase;
}

div.articles p.more a, div.articles p.more a:hover
{
    background: transparent url("../img/more.png") no-repeat 0 6px;
    padding: 0 0 0 6px;
}

div.articles p.more a:hover
{
    background-position: -80px 6px;
}

div.article
{
    position: relative;
    background-position: 0 40px;
    background-repeat: no-repeat;
}

div.article h2
{
    padding: 0 0 4px 0;
}

div.article h2 a
{
    text-decoration: none;
}

div.article p
{
    margin-bottom: 0;
}

div.article p.more
{
    text-align: right;
    margin: 0;
}

div.list
{
    margin-bottom: 20px;
}

div.list h1
{
    margin-bottom: 40px;
}

div.item
{
    cursor: pointer;
}

div.item h2
{
    font-size: 110%;
    padding: 0 0 2px 0;
    margin-top: 20px;
}

div.item h2 a
{
    color: #ffffff;
    text-decoration: none;
}

div.item h2 span
{
    float: left;
    display: block;
    width: 50px;
}

div.item p
{
    min-height: 32px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    margin: 12px 0 0 0;
    padding: 0 0 0 50px;
}

div.popup
{
    display: none;
}

div.popup h3
{
    background: #410202;
    width: 100%;
    height: 62px;
    font-weight: normal;
    line-height: 62px;
    text-transform: uppercase;
}

div.popup p
{
    min-height: 174px;
    font-size: 95%;
    line-height: 1.4;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 32px 0;
    margin: 32px 1px 32px 0;
    padding: 0 31px 0 184px;
}

div.contact
{
    float: left;
    width: 328px;
}

div.map
{
    margin: 0 0 0 39px;
}

div.contact h2
{
    background-image: url("../img/h2-contact.png");
}

div.contact p
{
    line-height: 1.6;
    font-size: 100%;
}

div.contact p strong
{
    font-weight: normal;
    text-transform: uppercase;
}

div.panel
{
    position: relative;
    float: left;
    width: 218px;
    min-height: 512px;
    background: transparent url("../img/panel.png") no-repeat 100% 0;
    z-index: 1;
}

div.panel h2
{
    position: relative;
    width: 168px;
    height: 96px;
    font-size: 100%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    overflow: hidden;
}

div.panel h2.a
{
    float: left;
    margin-top: 28px;
}

div.panel h2 a, div.panel h2 a:hover
{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    text-decoration: none;
    line-height: 150px;
}

div.panel h2.a a, div.panel h2.a a:hover
{
    background-image: url("../img/panel-a.png");
}

div.panel h2.b a, div.panel h2.b a:hover
{
    background-image: url("../img/panel-b.png");
}

div.panel h2.c a, div.panel h2.c a:hover
{
    background-image: url("../img/panel-c.png");
}

div.panel h2.d a, div.panel h2.d a:hover
{
    background-image: url("../img/panel-d.png");
}

div.panel h2.e a, div.panel h2.e a:hover
{
    background-image: url("../img/panel-e.png");
}

div.panel h2 a:hover
{
    background-position: -168px 0;
}

div.panel ul
{
    position: relative;
    width: 195px;
    font-size: 100%;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 24px 0 0;
    padding: 46px 0 0 0;
}

div.panel ul li
{
    background: transparent url("../img/panel-li.png") no-repeat 0 100%;
    padding: 4px 0 5px 0;
}

div.panel ul li.last
{
    background: transparent;
}

div.panel ul li a
{
    display: block;
    width: 181px;
    height: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 14px 0 0;
}

div.panel ul li a:hover
{
    text-decoration: underline;
}

div.panel ul li.selected a, div.panel ul li.selected a:hover
{
    text-decoration: none;
    background: #5c0708 url("../img/panel-selected.png") no-repeat 0 0;
}

div.panel ul li.big a
{
    height: 36px;
}

div.panel ul li.selectedbig a, div.panel ul li.selectedbig a:hover
{
    background-image: url("../img/panel-selected-big.png");
}

div.top
{
    position: absolute;
    display: block;
    top: -1px;
    left: -26px;
    width: 283px;
    height: 112px;
    background: transparent url("../img/top.png") no-repeat 0 0;
    overflow: hidden;
}

div.bottom
{
    position: relative;
    clear: both;
    height: 32px;
}

div.bottom div
{
    position: absolute;
    display: block;
    top: -31px;
    left: -26px;
    width: 292px;
    height: 64px;
    background: transparent url("../img/bottom.png") no-repeat 0 0;
    overflow: hidden;
}

div.banner
{
    position: absolute;
    display: block;
    bottom: 0;
    right: 33px;
    width: 210px;
    height: 332px;
    background: transparent url("../img/banner.png") no-repeat 0 0;
}

div.banner h2
{
    width: 204px;
    font-size: 110%;
    font-weight: normal;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 0 6px;
    overflow: hidden;
}

div.banner h2.a
{
    height: 68px;
    margin-top: 47px;
}

div.banner h2.b
{
    height: 87px;
}

div.banner h2.c
{
    height: 72px;
}

div.banner h2 a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 14px 0 0 14px;
}

div.banner h2.a a, div.banner h2.a a:hover
{
    background-image: url("../img/banner-a.png");
}

div.banner h2.b a, div.banner h2.b a:hover
{
    background-image: url("../img/banner-b.png");
    padding-top: 24px;
}

div.banner h2.c a, div.banner h2.c a:hover
{
    background-image: url("../img/banner-c.png");
}

div.banner h2.d a, div.banner h2.d a:hover
{
    background-image: url("../img/banner-d.png");
}

div.banner h2.e a, div.banner h2.e a:hover
{
    background-image: url("../img/banner-e.png");
}

div.banner h2 a:hover
{
    background-position: -204px 0;
}

div.banner h2 span
{
    display: block;
}

div.flash, div.img
{
    position: absolute;
    display: block;
    top: 43px;
    left: 275px;
    width: 658px;
    height: 148px;
    background: transparent url("../img/flash.jpg") no-repeat 0 0;
    overflow: hidden;
}

div.img
{
    background-image: url("../img/img.jpg");
}

div.screenshot
{
    position: absolute;
    display: none;
    background: #212121;
    border:1px solid #af0000;
    padding: 8px;
    line-height: 0;
}

div.navigation
{
    position: absolute;
    top: -38px;
    right: 14px;
    height: 37px;
    font-size: 100%;
    font-weight: bold;
    line-height: 37px;
    text-transform: uppercase;
    margin: 0 auto;
}

div.navigation ul li
{
    float: left;
    height: 100%;
}

div.navigation ul li.selected
{
    background: transparent url("../img/navigation-selected.png") no-repeat 50% 100%;
}

div.navigation ul li span
{
    display: block;
    height: 100%;
    background: transparent url("../img/navigation.png") no-repeat 100% 100%;
    padding: 0 24px;
}

div.navigation ul li.last span
{
    background: transparent;
}

div.navigation ul li a, div.navigation ul li a:hover
{
    color: #ffffff;
    text-decoration: none;
}

div.navigation ul li a:hover
{
    color: #ffa800;
}

div.navigation ul li.selected a, div.navigation ul li.selected a:hover
{
    color: #b4b4b4;
}

div.position
{
    position: absolute;
    top: 0;
    left: 257px;
    font-size: 80%;
    text-transform: uppercase;
    line-height: 28px;
}

div.position a
{
    color: #ffffff;
}

div.position a:hover
{
    color: #ffa800;
}

div.language
{
    position: absolute;
    top: -112px;
    right: 38px;
    height: 37px;
    font-size: 100%;
    font-weight: bold;
    line-height: 37px;
    text-transform: uppercase;
    margin: 0 auto;
}

div.language p a, div.language p a:hover
{
    color: #ffffff;
    text-decoration: none;
}

div.language p a:hover
{
    color: #ffa800;
}

div.footer
{
    min-width: 972px;
    height: 96px;
    font-size: 90%;
    line-height: 59px;
    background: transparent url("../img/footer.png") repeat-x 0 0;
    text-align: center;
}

div.footer div
{
    width: 972px;
    height: 100%;
    margin: 0 auto;
}

div.footer p
{
    margin: 0 20px 0 0;
    text-align: right;
}

div.footer p.links
{
    float: left;
    display: inline;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 0 26px;
}

div.footer p a
{
    color: #ffffff;
    text-decoration: none;
}

div.footer p a:hover
{
    color: #ffa800;
}

div.footer p a.pb
{
    color: #ffffff;
    text-decoration: none;
    background: transparent url("../img/footer-pb.png") no-repeat 100% 50%;
    padding: 0 12px 0 0;
}

div.footer p a.pb:hover
{
    color: #8ac43f;
    background-image: url("../img/footer-pb-hover.png");
}

div.footer p a.pb span
{
    display: none;
}

div.footer p strong
{
    font-weight: normal;
    text-transform: uppercase;
}

.clear
{
    clear: both;
}
