/* reset */

* {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    font-family: Arial;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

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

.lang-sel {
    color: #a9112c;
}

a:hover {
    text-decoration: underline;
}

img,form,fieldset,a {
  border:none;
  outline:none;
}

ul li,ol li {
  list-style:none;
}

/* common simple classes */

.clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.valign {
  display: table-cell;
  vertical-align: middle;
}

.inline {
    display: inline;
}

.hidden {
  display:none;
}

img,a {
  border:none;
  outline:none;
}

.spam_check {
  display:none;
}

/* site */

h1 {
    font-size: 22px;
    font-weight: normal;
    color: #a2162a;
    margin-bottom: 18px;
    text-transform: uppercase;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #a2162a;
    margin-bottom: 10px;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.separator-lang {
    background-image: url("content/design/separator-lang.png");
    margin-left: 10px;
    margin-right: 12px;
    padding-left: 1px;
}

body {
    background-color: #a9122c;
}

#corp {
    min-height: 1168px;
    background-color: #f7f5f2;
}

#site {
    margin: auto;
    width: 1140px;
}

#site #page #nav li.active a,  #site #page #nav-left li.active a, #site #page #nav li a:hover,  #site #page #nav-left li a:hover{
    color: #f7f5f2;
    background-color: #c0203c;
}

#site #header {
    background-color: #f7f5f2;
    height: 309px;
}

#site #header.home {
    height: 362px;
}

#site #header #logo {
    float: left;    
    margin-top: 16px;
    margin-left: 91px;
}

#site #header #top-link {
    float: right;
    margin-top: 14px;
    margin-right: 92px;
}

#site #header #top-link #lang {
    font-size: 18px;
    margin-right: 10px;
}

#site #header #top-link #home-button {
    float: right;
    width: 74px;
    height: 28px;
    margin-top: 23px;
	font-weight: bold;
    text-align: center;
    font-size: 13px;
    background-image: url("content/design/home-background.png");
	text-decoration: none;
}

#site #header #top-link #home-button a {
    width: 74px;
    height: 28px;
	text-decoration: none;
}

#site #header #top-link #home-button a:hover div{
    color: #f7f5f2;
    background-color: #c0203c;
    text-decoration: none;
}

#site #header #top-link #home-button a .valign {
    width: 74px;
    height: 28px;
}

#site #header #banner {
    margin-left: 88px;
    margin-top: 12px;
}

#site #page {
    padding-bottom: 21px;
    padding-left: 88px;
    margin-top: 66px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #f7f5f2;
    min-height: 772px;
}

#site #page.home {
    padding-bottom: 21px;
    padding-left: 88px;
    margin-top: 92px;
    background-repeat: no-repeat;
    background-position: bottom left;
    max-height: 843px;
}

#site #page #nav {
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 296px;
    background-image: url("content/design/nav-background.png");
    background-repeat: repeat-x;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: bold;
}

#site #page.home #nav {
    left: 0;
    top: 356px;
}

#site #page #nav ul {
    position: relative;
    background: url("content/design/spriteNav.png") no-repeat scroll 88px 0px;
    margin: auto;
    height: 100%;
    width: 1140px;
}

#site #page #nav li {
    background: url("content/design/spriteNav.png") no-repeat scroll 135px 0px;
    float: left;
    padding-right: 2px;
    width: 135px;
    height: 100%;
    text-align: center;
}

#site #page #nav li:first-child {
    margin-left: 88px;
}

#site #page #nav li:first-child, #site #page #nav li:last-child {
    background: url("content/design/spriteNav.png") no-repeat scroll 137px 0px;
    width: 137px;
}

#site #page #nav li a {
    width: 115px;
    height: 54px;
    display: table;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

#site #page #nav li:first-child a {
    margin-left: 2px;
}

#site #page #nav li:last-child a {
    width: 116px;
}

#site #page #nav li a .valign {
    width: 135px;
    height: 54px;
}

#site #page #nav-left {
    float: left;
    width: 235px;
    font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

#site #page #nav-left li {
    border-bottom: 1px solid #cdc5ba;
    width: 235px;
    background-color: #beb5a6;
}

#site #page #nav-left li:last-child {
    border-bottom: none;
}

#site #page #nav-left li a {
    width: 194px;
    height: 100%;
    display: table;
    text-decoration: none;
    padding: 13px 20px;
}

#site #page #nav-left li a .valign {
    width: 234px;
}

#site #page #nav ul li .submenu {
    display: none;
    position: absolute;
    top: 54px;
    left: 0px;
    padding: 30px 15px;
    background: none;
    background-color: #c0203c;
    height: auto;
}

#site #page #nav ul li:hover .submenu {
    display: block;
    box-sizing: border-box;
}

#site #page #nav ul li .submenu li {
    margin: 0 50px 0 0;
    padding: 25px 0 20px 0;
    background: inherit;
    width: calc(33.3% - 50px);
    box-sizing: border-box;
    text-align: left;
    border-top: thin solid #d36477;
}

#site #page #nav ul li .submenu li a {
    margin: 0;
    padding: 0;
    color: white;
    text-align: left;
    width: 60%;
    height: inherit;
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}

#site #page #nav ul li .submenu li a.inactive {
    color: #d36477;
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}

#site #page #content {
    margin: 25px 0 0 280px;
    padding-right: 95px;
    font-size: 16px;
	line-height: 25px;
}

#site #page.home #content {
    width: 960px;
    padding-left: 5px;
    padding-right: 0;
    margin: 34px 0 0 0;
    font-size: 16px;
    line-height: 28px;
    background: url("content/design/spriteContent.png") repeat-y scroll 520px 0px;
}

#site #page #content li a {
    text-decoration: none;
    font-weight: bold;
}

#site #page #content li a:hover {
    text-decoration: underline;
}

#site #page #content .left {
    float: left;
    width: 463px;
}

#site #page #content .right {
    float: right;
    width: 390px;
    height: 100%;
}

#site #page #content p {
    padding-bottom: 20px;
    padding-left: 2px;
}

#site #page.home #content ul,  #site #page.home #content ol{
    margin-bottom:15px;
    font-weight: bold;
}

#site #page #content ul,  #site #page #content ol{
    margin-bottom:15px;
    font-weight: normal;
}

#site #page #content ol li {
    list-style: decimal inside;
    padding-left: 2px;
    line-height: 20px;
    padding-bottom: 15px;
}

#site #page #content ul li {
    background: url("content/design/arrow.png") no-repeat 0 8px;
    padding-left: 20px;
    line-height: 20px;
    padding-bottom: 15px;
}

#site #page #content a {
    text-decoration: underline;
}

#site #page #content a:hover {
    text-decoration: none;
}

#site #page #content td {
    vertical-align: top;
    text-align: left;
}

#site #page #content td:last-child {
    width: 180px;
}

#site #footer {
    font-size: 16px;
    color: #e8e1d8;
    margin-top: 15px;
    margin-bottom: 15px;
}

#site #footer .left {
    float:left;
}

#site #footer .right {
    float:right;
}

/* logged overlay */

#logged_overlay {
  position:absolute;
  position:fixed;
  z-index:1000;
  background:#FFF;
  opacity:.8;
  width:100%;
  height:10px;
  padding:5px 10px 10px 10px;
  border-bottom:1px solid #424242;
}

#logged_logout {
  position:absolute;
  right:30px;
  display:block;
  width:200px;
  text-align:right;
  top:0px;
  padding:5px;
}

input {
  border:1px solid #000;
}

input.required {
  border:2px solid #000;
}

  