﻿html, body
{
    padding:0px;
    margin:0px;
    font-family:Arial,sans-serif;
    background-color:#000;
}
img
{
    border:none;
}
.main-whidth
{
    width:1127px;
    position:relative;
    margin:0px auto;    
}
#header
{
    height:209px;
    background-image:url("../img/Shared/header-left.png");
    background-repeat:repeat-x;
    position:relative;
    z-index:800;
}

#header .main-whidth
{
    height:209px;
    background-image:url("../img/Shared/header-bg.png");
    background-repeat:no-repeat;
    z-index:1000;
}
#header .right-bg
{
    position:absolute;
    height:209px;
    background-image:url("../img/Shared/header-right.png");
    background-repeat:repeat-x;
    width:40%;
    right:0px;
    z-index:1;
}
#header #janisko-logo
{
    position:absolute;
    top:0px;
    left:0px;
    display:block;
}
#header #text
{
    position:absolute;
    top:0px;
    right:0px;
    width:550px;
    color:#B3B3A1;
}
#header #text ul
{
    padding:15px 50px 0 15px;
}
#header #text ul li
{
    list-style-type:none;
    font-size:13px;
    line-height:23px;
    letter-spacing:1.4px;
    display:none;
}
#header #text ul li.text-active
{
    display:block;
}
#header #text ul li .text
{
    text-align:center;
}
#header #text ul li .signature
{
    font-style:italic;
    text-align:right;
    padding-right:15px;
}
#header #menu
{
    position:relative;
    top:176px;        
    text-align:center;    
}
#header #menu a
{
    text-decoration:none;
    padding:0px 20px;
    color:#666;
    text-transform:uppercase;
    font-size:12px;
    cursor:pointer;
    font-family:"Century Gothic","Trebuchet MS",Helvetica,arial;
    text-shadow: 1px -1px 0 #000000;
}
#header #menu a:hover
{
    color:#fff;    
}
#header #menu a.active
{
    color:#fff;
}
#header #menu #separator
{
    display:inline-block;
    width: 150px;
    position:relative;
}
#header #menu #flash-content
{
    position:absolute;
    top:-88px;
    left:8px;
}
/*#header #menu #flash-content,*/
#header #menu #flash-logo
{
    background:url("../img/Shared/logo.png");
    width:144px;
    height:144px;
}
#main
{
    position:relative;
    background-image:url("../img/Shared/main-bg-left.png");  
    height:460px;
}
#main .main-bg-right
{
    position:absolute;
    background-image:url("../img/Shared/main-bg-right.png");
    height:460px;
    width:30%;
    right:0px;
    z-index:1;     
}
#main .main-whidth
{
    background-image:url("../img/Shared/main-bg.png");
    height:460px;
    z-index:500;
    overflow:hidden;
}
#footer
{    
    height:96px;
    background-image:url("../img/Shared/footer-border.png");
    background-repeat:repeat-x;
}
#footer .main-whidth
{
    height:96px;
    background-image:url("../img/Shared/footer.png");
    background-repeat:no-repeat;
    z-index:1000;
    text-align:center;
}
#footer img
{
    position:relative;
    top:45px;
    
}

label.error
{
    display:none !important;
}

.error
{
    background-color:#FCBABA;
    background-image:none;
}



