body {
    padding: 0px;
    margin: 0px;
    background: #f8f8f8 url(../images/layout/bg-page-top.jpg) repeat-x top;
    font-size: 1em;
    color: #727272;
}

body.sub-page {
    background: #f8f8f8 url(../images/layout/bg-page-top.jpg) repeat-x 0px -70px;
}

body, html {
    height: 100%;
    width: 100%;
}

body, div,table, td, tr, span, p, input, textarea, h1, h2, h3, h4, h5 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em
}

p, li {
    font-size: 0.75em;    
    text-align: left;
}

p.italic,p.perex {
    /* font-style: italic; */
    color: #000000;
    margin-top: 0px;
    padding-top: 10px;
}

ul {
    padding-top: 5px;
    margin-top: 5px;
    padding-left: 8px;    
    margin-left: 8px;    
}                        

ul.perex {
    color: #000000;    
}  

#page {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;  
}

#page-footer {
    float: left;
    width: 930px;
    padding-left: 20px;
    padding-bottom: 10px;
    background: #ffffff;
    border-top: 1px solid #d2d9e1;
    line-height: 30px;
    color: #33567f;
    font-size: 0.7em;   
    position: relative; 
}

#page-footer span.orbis {
    position: absolute;
    right: 0px;
    top: 0px;
}

#page-footer a { color: #33567f; text-decoration: underline; padding-right: 10px; padding-left: 10px; }
#page-footer a:hover { text-decoration: none; }

#page-header {
    float:left;
    position: relative;
    width: 950px;
    height: 367px;
    border-top: 4px solid #ef7e00;
    border-bottom: 4px solid #33567e;    
    z-index: 0;
}

#page-header.sub-page {
    height: 297px;
}

#page-header-images {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 747px;
    height: 367px;
    z-index: 1;
}
    
#page-header-images img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#page-header-images img.active {
    z-index:10;
    opacity:1.0;
}

#page-header-images img.last-active {
    z-index:9;
}

#page-header a.logo {
    text-decoration: none;  
    cursor: pointer;     
}

#page-header div.menu-main {
    position: absolute;
    top: 74px;
    right: 0px;
    height: 70px;
    width: 747px !important;    
    background: url("../images/menu/bg-lines.png") no-repeat bottom right;    
    overflow: visible;
    z-index: 500;
}

#page-header div.menu-main a {
    position: absolute;    
    top: 0px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    cursor: pointer;
} 

#page-header div.menu-main a:hover {
    background-color: #ee7f00;
}


#page-header div.menu-language {
    position: absolute;
    right: 40px;
    top: 0px;
    width: 300px;
    height: 23px;
    padding-top: 16px;
    font-size: 0.7em;
    color: #f29400;
    text-align: right;
    z-index: 500;
}

#page-header div.menu-language a { color: #f29400; text-decoration: none; margin-left: 12px; margin-right: 12px; }
#page-header div.menu-language a:hover { color: #f29400; text-decoration: underline; }

#page-header span.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../images/layout/header/logo.png') no-repeat top left;
    width: 210px;
    height: 119px;   
    z-index: 100; 
}

#page-header span.promo {
    position: absolute;
    left: 0px;
    top: 119px;
    width: 229px;
    height: 252px;
    background: url('../images/layout/header/promo.png') no-repeat top left; 
}

#page-header span.promo-en {
    position: absolute;
    left: 0px;
    top: 119px;
    width: 229px;
    height: 252px;
    background: url('../images/layout/header/promo-en.png') no-repeat top left; 
}

#page-header span.sub-page {
    width: 229px;
    height: 182px;
    background: url('../images/layout/header/promo-sub.png') no-repeat bottom left; 
    z-index: 150;
}

#page-header span.sub-page-en {
    width: 229px;
    height: 182px;
    background: url('../images/layout/header/promo-sub-en.png') no-repeat bottom left; 
    z-index: 150;
}

#page-header span.promo a {
    text-decoration: none;
    cursor: pointer;    
}

#page-header span.portfolio {
    position: absolute;
    right: 30px;
    bottom: 17px;
    width: 90px;
    height: 18px;
}

#page-content {
    float:left;
    background-color:#ffffff;
    width: 950px;
}

#page div.SubmenuHidden,#page div.SubmenuVisible {
    float: left;
    position: absolute;    
    top: 127px;
    background: #ee7f00;    
    z-index: 100;    
    font-size: 0.7em;    
}

#page div.SubmenuHidden a,#page div.SubmenuVisible a {
    float:left;
    color:#ffffff; 
    line-height: 30px;
    padding-left: 14px;
    border-bottom: 1px solid #db7b0d;  
    text-decoration: none;
}

#page div.SubmenuHidden a.last,#page div.SubmenuVisible a.last {
    border-bottom: 0px solid #db7b0d;  
}

#page div.SubmenuHidden a:hover,#page div.SubmenuVisible a:hover {
    text-decoration: underline;
}

#page div.SubmenuHidden {
    display: none; 
    visibility: hidden;
}

#page div.SubmenuVisible {
    display: block; 
    visibility: visible;
}

span.arrow-orange {
    width: 26px;
    height: 20px;
    background: url('../images/layout/arrow-orange.png') no-repeat top right;    
    cursor: pointer;
}

span.arrow-orange-en {
    width: 26px;
    height: 20px;
    background: url('../images/layout/arrow-orange.png') no-repeat top right;    
    cursor: pointer;
}

span.arrow-grey {
    width: 23px;
    /*height: 18px;*/
    background: url('../images/layout/arrow-grey.png') no-repeat top right;    
    cursor: pointer;
}

#menu-left {
    float: left;
    background: url('../images/layout/bg-subpage-left-menu.png') repeat-x top;
    width: 190px;
    min-height: 300px;
    padding-left: 28px;
    padding-top: 8px;
    font-size: 0.7em;
}

#menu-left a {
    float: left;
    padding-left: 2px;
    width: 188px;
    height: 29px;
    line-height: 29px;
    color: #33567f;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}

#menu-left a:hover {
    text-decoration: underline;   
}

#content-middle-list {
   float: left;
   width: 481px;    
   padding: 10px;
   _padding-right: 6px;
}

#content-middle-list h2, #content-middle-list h1 {
   display: block;  
   width: 441px;
   background: url('../images/layout/blue-grey-circle.png') no-repeat top left;   
   font-size: 1.3em;
   line-height: 27px;
   padding: 0px;
   padding-left: 40px;
   margin: 0px;
   color: #33567f;
}

#promo-info-right {
    float:left;
    width: 231px;    
}

#promo-info-right div.promo {
    height: 175px;
    overflow: hidden;   
}

#promo-info-right span.arrow-orange {
    display: none;    
}

