*
{
    margin: 0;
    padding: 0;
}

body
{
    color: #ffffff;
    font: 0.75em/1.4 arial, verdana, helvetica, sans-serif;
    text-align: center;
    background: #000000;
}

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: 626px;
    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.three th
{
    width: 200px;
}

table.three th.mid
{
    width: 260px;
}

table.detail th
{
    text-align: center;
}

table.detail td input, table.detail td select
{
    width: 64px;
    background: #ffffff url("../img/input.png") repeat-x 0 100%;
    border: #af0000 1px solid;
}

table.detail td select
{
    width: 80px;
}

table td.top
{
    vertical-align: top;
}

ul
{
    list-style-type: none;
}

div.header
{
    min-width: 900px;
    height: 120px;
}

div.header div
{
    position: relative;
    width: 900px;
    height: 100%;
    text-align: left;
    background: transparent url("../img/header.png") no-repeat 0 0;
    margin: 0 auto;
}

div.header h1, div.header h2, div.header span {
    position: absolute; top: 0; left: 0; width: 200px; height: 120px;font-size: 240%; font-style: italic; line-height: 160px; text-transform: uppercase; text-align: center; overflow: hidden;
}

div.header h1 a, div.header h1 a:hover, div.header h2 a, div.header h2 a:hover, div.header span a, div.header span a:hover {
    color: #f3f3f3; text-decoration: none;
}

div.header h1 span, div.header h2 span, div.header span span {
    position: absolute; display: block; top: 0;left: 0; width: 100%; height: 100%; background: transparent url("../img/logo.png") no-repeat 0 0; visibility: visible; cursor: pointer;
}

div.page
{
    min-width: 900px;
    background: #440006 url("../img/page.png") repeat-x 0 0;
    border-top: #b4060f 1px solid;
    border-bottom: #7d040b 1px solid;
}

div.bg
{
    text-align: center;
    background: transparent url("../img/bg.png") no-repeat 50% 0;
}

div.content
{
    position: relative;
    width: 900px;
    min-height: 320px;
    text-align: left;
    background: transparent url("../img/content.png") no-repeat 0 0;
    margin: 0 auto;
}

div.main
{
    float: right;
    display: inline;
    width: 660px;
    margin: 0 20px 0 0;
}

div.main h1
{
    font-size: 160%;
    font-weight: normal;
    margin: 20px 0 40px 0;
}

div.main h2, div.main h3, div.main h4
{
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 -15px 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: 15px 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.l
{
	float: center;
}

div.main p.c
{
    text-align: center;
}

div.main p.show
{
    cursor: pointer;
}
div.main l.show
{
    cursor: pointer;
}
div.main p.c img, div.main p.r img, div.main p.l1 img
{
    border-top: #000000 5px solid;
    border-bottom: #000000 5px solid;
    border-left: #000000 5px solid;
    border-right: #000000 5px solid;
}
div.main p.l img
{
    border-top: #000000 3px solid;
    border-bottom: #000000 3px solid;
    border-left: #000000 3px solid;
    border-right: #000000 3px solid;
}
div.main p.c img
{
    margin: 0 12px;
}

div.main p.r img
{
    margin: 0 0 12px 12px;
}
div.main p.l img
{
    margin: 10px 0px 0px 0;
}
div.main p.l1 img
{
    margin: 0px 0px 0px 0;
}
div.main p span.duplicate
{
    cursor: pointer;
}
div.main l span.duplicate
{
    cursor: pointer;
}
div.main ul
{
    line-height: 1.3;
}

div.main ul li
{
    background: transparent url("../img/li.png") no-repeat 0 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.main p.border
{
    float: left;
    margin: 18px 18px 0 0;
}

div.main p.border img
{
    border: #000000 5px solid;
}

div.contact
{
    float: left;
    width: 300px;
}

div.map
{
    display: inline;
    margin: 0 0 0 30px;
}

div.contact h2
{
    margin-top: 0;
}

div.contact p
{
    line-height: 1.6;
    font-size: 100%;
}

div.contact p strong
{
    font-weight: normal;
    text-transform: uppercase;
}

div.article
{
    clear: both;
    position: relative;
}

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.article p.border
{
    margin-bottom: 18px;
}

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.popup div
{
    min-height: 174px;
    font-size: 95%;
    line-height: 1.4;
    text-align: justify;
    background-repeat: no-repeat;
    background-position: 32px 0;
    margin: 32px 1px 32px 0;
    padding: 0 31px 0 184px;
}

div.popup table {
	  text-align: left;
	  margin: 32px 32px 32px 32px;
}

div.home div.bg
{
    background-image: url("../img/home.png");
}

div.home div.content
{
    background: transparent;
}

div.home div.box
{
    position: relative;
    display: block;
    height: 273px;
    background: transparent url("../img/box.jpg") no-repeat 0 0;
}

div.home div.media
{
    position: absolute;
    top: 17px;
    left: 31px;
    display: block;
    width: 443px;
    height: 230px;
    background: #000000 url("../img/media.png") no-repeat 0 0;
    overflow: hidden;
}

div.home div.media div
{
    display: block;
    width: 443px;
    height: 208px;
    margin: 22px 0 0 0;
    overflow: hidden;
}

div.home div.media span
{
    position: absolute;
    display: block;
    top: 21px;
    left: 10px;
    width: 7px;
    height: 6px;
    background: transparent url("../img/media-arrow.png") no-repeat 0 0;
    overflow: hidden;
}

div.home div.media ul
{
    position: absolute;
    top: 1px;
    left: 4px;
    width: 443px;
    height: 20px;
    font-size: 90%;
    line-height: 20px;
}

div.home div.media ul li
{
    float: left;
    margin: 0 2px 0 0;
}

div.home div.media ul li a, div.home div.media ul li a:hover
{
    display: block;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: #b9060a;
}

div.home div.text
{
    position: absolute;
    top: 23px;
    left: 493px;
    width: 394px;
}

div.home div.text h2
{
    display: block;
    width: 376px;
    height: 39px;
    font-size: 160%;
    line-height: 39px;
    background: #81040b url("../img/text-h2.png") no-repeat 0 0;
    padding: 0 0 0 17px;
}

div.home div.text p
{
    font-size: 120%;
    margin: 10px;
}

div.home div.text a.more, div.home div.text a.more:hover
{
    color: #fbbdbd;
    font-size: 80%;
    text-decoration: underline;
    text-transform: lowercase;
    background: transparent url("../img/text-more.png") no-repeat 0 50%;
    padding: 0 0 0 20px;
}

div.home div.coop
{
    position: absolute;
    left: 500px;
    bottom: 30px;
    width: 394px;
}

div.home div.coop span, div.home div.coop a, div.home div.coop a:hover
{
    color: #fbbdbd;
    text-decoration: none;
}

div.home div.menu
{
    color: #fbbdbd;
    height: 60px;
    background: #000000 url("../img/menu.png") no-repeat 0 0;
    margin: 26px 0 0 0;
}

div.home div.menu h2
{
    float: left;
    width: 225px;
    height: 60px;
    font-size: 140%;
    line-height: 60px;
    background: transparent url("../img/menu-h2.png") no-repeat 0 0;
}

div.home div.menu h2.first
{
    background: transparent;
}

div.home div.menu h2 a, div.home div.menu h2 a:hover
{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: transparent url("../img/menu-a.png") no-repeat 50% -60px;
}

div.home div.menu h2 a:hover
{
    color: #ffba00;
    background-position: 50% 50%;
}

div.home div.articles
{
    background: #860505 url("../img/articles.png") no-repeat 0 100%;
}

div.home div.articles div.new
{
    float: left;
    width: 225px;
    background-image: url("../img/articles-hover.png");
    background-repeat: no-repeat;
    background-position: 100% 1000px;
    padding: 0;
}

div.home div.articles div.hover-1
{
    background-image: url("../img/articles-hover-1.png");
}

div.home div.articles div.hover-4
{
    background-image: url("../img/articles-hover-4.png");
}

div.home div.articles div.new h3
{
    font-size: 100%;
    line-height: 1.2;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 15px;
    padding: 110px 0 0 0;
    margin: 0 20px;
}

div.home div.articles div.new h3 a, div.home div.articles div.new h3 a:hover
{
    color: #ffffff;
}

div.home div.articles div.new h3 a:hover
{
    color: #ffa800;
}

div.home div.articles div.new p
{
    font-size: 90%;
    line-height: 1.3;
    text-align: justify;
    margin: 10px 20px 0 20px;
}

div.home div.articles div.new p.more
{
    padding: 0 0 10px 0;
}

div.home div.articles div.new p.more a, div.home div.articles div.new p.more a:hover
{
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
    background: transparent url("../img/article-more.png") no-repeat 0 50%;
    padding: 0 0 0 20px;
}

div.home div.articles div.new p.more a:hover
{
    color: #ffa800;
}

div.home div.articles div.new
{
    margin-bottom: -1px;
}

div.home div.articles div.clear
{
    height: 1px;
}

div.home div.news
{
    float: left;
    width: 590px;
    margin: 0 0 0 20px;
}

div.home div.news h2
{
    font-size: 160%;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

div.home div.news h3
{
    font-size: 120%;
    margin: 5px 0;
}

div.home div.news p
{
    margin: 5px 0;
}

div.home div.news p.more
{
    margin-bottom: 30px;
}

div.home div.news p.more a, div.home div.news p.more a:hover
{
    color: #a5060c;
    text-decoration: none;
    text-transform: lowercase;
    background: transparent url("../img/more.png") no-repeat 0 50%;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
}

div.home div.news p.more a:hover
{
    color: #ffa800;
}

div.home div.links
{
    float: right;
    display: inline;
    width: 250px;
    margin: 20px 20px 0 0;
}

div.home div.links h2
{
    position: relative;
    width: 248px;
    height: 79px;
    font-size: 200%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

div.home div.links h2 a, div.home div.links h2 a:hover
{
    display: block;
    width: 161px;
    height: 79px;
    color: #ffffff;
    line-height: 1.8;
    text-decoration: none;
    background-color: #af0409;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 87px;
}

div.home div.links h2 a:hover
{
    color: #ffa800;
    background-color: #3e3e3e;
    background-position: 0 -79px;
}

div.home div.links h2 span
{
    position: absolute;
    top: 36px;
    left: 88px;
    display: block;
    font-size: 50%;
    text-transform: none;
    line-height: 1.2;
    cursor: pointer;
}

div.home div.links h2.eshop a
{
    background-image: url("../img/eshop.png");
}

div.home div.links h2.software a
{
    background-image: url("../img/software.png");
}

div.smallbox
{
    float: right;
    width: 208px;
    background: #4c0102;
    margin: 10px 0 20px 20px;
}

div.smallbox h3
{
    font-size: 120%;
    line-height: 1.3;
    margin: 10px;
}

div.smallbox h3 span
{
    display: block;
}

div.smallbox p
{
    margin: 10px;
}

div.smallbox p.contact
{
    background: transparent url("../img/box-contact.png") no-repeat 0 0;
    padding: 5px 0 30px 80px;
}  

div.smallbox p.button
{
    text-align: right;
}    

div.smallbox input.text, div.smallbox textarea
{
    width: 180px;
}

div.smallbox textarea
{
    height: 70px;
}

div.form
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
div.form p
{
    line-height: 1.6 !important;
}

p.captchaEntries {
  position: relative;
}
p.captchaEntries .captchaCode {
  position: absolute;
  top: 0;
  right: 4px;
  padding: 0 26px;
}
p.captchaEntries .captchaA {
  position: absolute;
  left: 0;
  top: 0;
}
p.captchaEntries .captchaB {
  position: absolute;
  left: 0;
  top: 9px;
}
p.captchaEntries .captchaCode br {
  display: none;
}
p.captchaError {
}

div.error
{
    background: #212121;
    margin: 0 10px;
}

div.error p
{
    text-align: center;
    margin: 0;
    padding: 10px;
}

div.panel
{
    position: relative;
    float: left;
    display: inline;
    width: 200px;
    background: transparent url("../img/panel.png") no-repeat 100% 0;
    z-index: 1;
}

div.panel ul
{
    width: 180px;
    font-size: 90%;
    text-align: right;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 0 10px;
    padding: 10px 0 20px 0;
}

div.panel ul li
{
    border-top: #c00115 1px solid;
    padding: 2px 0;
}

div.panel ul li a
{
    display: block;
    width: 170px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 10px 4px 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.selected2 a, div.panel ul li.selected2 a:hover
{
    text-decoration: none;
    background: #6c1718 url("../img/panel-selected.png") no-repeat 0 0;
}

div.panel ul li ul
{
    font-size: 80%;
    margin: 0 5px 0 0;
    padding: 1px 0 0 0;
}

div.panel ul li ul li
{
    border: none;
    padding: 1px 0;
}

div.panel ul li ul ul
{
    font-size: 100%;
}

div.panel ul li.selected ul li a, div.panel ul li.selected ul li a:hover
{
    text-decoration: none;
    background: transparent;
}

div.panel ul li.selected ul li a:hover
{
    text-decoration: underline;
}

div.panel p
{
    text-align: right;
    border-top: #c00115 1px solid;
    padding: 10px 5px 10px 0;
    margin: 0 10px;
}

div.panel p input.button
{
    margin: 2px 0 0 0;
}

div.screenshot
{
    position: absolute;
    display: none;
    background: #212121;
    border:1px solid #af0000;
    padding: 8px;
    line-height: 0;
}

div.navigation
{
    position: absolute;
    top: -60px;
    right: 14px;
    width: 686px;
    height: 59px;
    font-size: 100%;
    line-height: 35px;
    text-transform: uppercase;
    background: #000000 url("../img/navigation.png") no-repeat 0 0;
}

div.navigation ul li
{
    float: left;
    height: 100%;
    background: transparent url("../img/navigation-li.png") no-repeat 2px 0;
    padding: 10px 0 0 6px;
}

div.navigation ul li.first
{
    background: transparent;
    padding-left: 12px;
}

div.navigation ul li a, div.navigation ul li a:hover
{
    display: block;
    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: #ffffff;
    background: #9a0309 url("../img/navigation-a.png") no-repeat 0 0;
}

div.navigation ul li a span, div.navigation ul li a:hover span
{
    display: block;
    height: 40px;
    padding: 0 15px;
    cursor: pointer;
}

div.navigation ul li.selected a span
{
    background: transparent url("../img/navigation-span.png") no-repeat 100% 0;
}

div.position
{
    position: absolute;
    top: 44px;
    left: 220px;
    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: 40px;
    left: -33px;
    width: 33px;
    line-height: 38px;
    text-align: right;
    overflow: hidden;
}

div.language ul li
{
    margin: 0 0 1px 0;
}

div.language ul li a, div.language ul li a:hover
{
    display: block;
    width: 30px;
    height: 38px;
    color: #ffffff;
    text-decoration: none;
    background: #6f0307 url("../img/language.png") no-repeat 0 0;
    padding: 0 3px 0 0;
}

div.language ul li.active a, div.language ul li.active a:hover
{
    background: #000000 url("../img/language-active.png") no-repeat 0 0;
}

div.search
{
    position: absolute;
    top: -101px;
    right: 140px;
    width: 176px;
    height: 27px;
    line-height: 27px;
    background: #000000 url("../img/search.png") no-repeat 0 0;
    overflow: hidden;
}

div.search input.text
{
    position: absolute;
    top: 5px;
    left: 10px;
    width: 130px;
    color: #6d6d6d;
    background: transparent;
    border: none;
}

div.search input.button
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

div.login
{
    position: absolute;
    top: -102px;
    right: 19px;
    width: 108px;
    height: 27px;
    font-size: 85%;
    line-height: 27px;
    text-align: right;
    text-transform: lowercase;
    overflow: hidden;
}

div.login a, div.login a:hover
{
    display: block;
    width: 88px;
    height: 100%;
    color: #727171;
    text-decoration: none;
    background: #000000 url("../img/login.png") no-repeat 0 0;
    padding: 0 20px 0 0;
}

div.login a:hover
{
    color: #ffffff;
}

div.social
{
    position: absolute;
    top: -99px;
    right: 328px;
    font-size: 85%;
    line-height: 21px;
    text-align: center;
}

div.social ul li
{
    float: left;
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 0 0 5px;
    overflow: hidden;
}

div.social ul li span
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

div.social ul li.fb span
{
    background-image: url("../img/social-fb.png");
}

div.social ul li.yt span
{
    background-image: url("../img/social-yt.png");
}

div.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
}

div.footer
{
    min-width: 900px;
    height: 120px;
    font-size: 90%;
    background: transparent url("../img/footer.png") repeat-x 0 0;
    text-align: center;
}

div.footer div
{
    width: 860px;
    height: 100%;
    text-align: left;
    background: transparent url("../img/footer-div.png") no-repeat 100% 20px;
    margin: 0 auto;
}

div.footer ul
{
    text-transform: uppercase;
    padding: 16px 0 0 0;
}

div.footer ul li
{
    float: left;
    margin: 0 30px 0 0;
}

div.footer ul li a, div.footer ul li a:hover
{
    color: #ffffff;
    text-decoration: none;
}

div.footer ul li a:hover
{
    color: #ffa800;
}

div.footer p
{
    clear: both;
    float: left;
    color: #5b5b5b;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

div.footer p span
{
    text-transform: none;
}

div.footer p a, div.footer p a:hover
{
    color: #5b5b5b;
    text-decoration: none;
}

div.footer p a:hover
{
    color: #ffa800;
}

.clear
{
    clear: both;
}
div.main .perex {
  line-height: 1.5;
  font-size: 110%;
}

div#board { background:url("../img/board_4.png") no-repeat scroll left top transparent; height:370px; margin-top:2px;overflow:auto;width:680px;}
div#board div.boardItem { float:left; height:335px; margin-left:12px;width:152px;}
div#board div.boardItem h2 {font-size:14px;height:50px;margin-top:30px;text-align:center;}
div#board div.boardItem h2.upper {font-size:14px;height:60px;margin-top:20px;text-align:center;}
div#board div.boardItem img {border-bottom:8px solid #5C0708;margin-left: 5px;}
div#board div.boardItem ul { list-style:none outside none;margin-top:5px;padding-left:10px;}
div#board div.boardItem a:hover  {color:#FF0000;}
div#board div.boardItem a {color:#FFFFFF;}

div.inquiry {
	
}
div.inquiry h2
{
    position: relative;
    width: 248px;
    height: 79px;
    font-size: 200%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 10px 20px;
    display: inline-block;
}

div.inquiry h2 a, div.inquiry h2 a:hover
{
    display: block;
    width: 161px;
    height: 79px;
    color: #ffffff;
    line-height: 1.8;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 87px;
}

div.inquiry h2 a:hover
{
    color: #ffa800;
    background-position: 0 -79px;
}

div.inquiry h2 span
{
    position: absolute;
    top: 36px;
    left: 88px;
    display: block;
    font-size: 50%;
    text-transform: none;
    line-height: 1.2;
    cursor: pointer;
}

div.inquiry h2.rental a
{
    background-image: url("../img/rental.png");
}

div.inquiry h2.services a
{
    background-image: url("../img/action.png");
}
