@charset "utf-8";

.container {
    background:url(../images/bg.jpg) no-repeat;
    width:1264px;
    height:878px;
    margin:auto;
	position:relative;
}

header {
    margin:20px 0 0 155px;
}

.langchoose {
    border:1px solid #87c754;
    width:64px;
    height:31px;
    position:absolute;
    right:10px;
    top:10px;
}

.langchoose a {
    color: #87C754;
    display: block;
    float: left;
    font-family: 'apex_newbook';
    font-size: 12px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    width: 32px;
}

.langchoose a.selected {
    color:#FFF;
    background:#87C754;
}

.container .right {
    float:right;
    width:595px;
    height:416px;
}

.container .right .header {
    height:78px;
    background:#191919;
}

.container .right .header h2 {
    font-family: 'apex_newbook';
    font-size:35px;
    line-height:78px;
    color:#FFF;
    padding-left:20px;
    font-weight:100;
    margin:0;
    text-transform:uppercase;
}

.container .right .middle {
    padding:25px 20px;
    background:#fefefe;
    color:#2c2c2c;
    font-family: 'apex_newlight';
    font-size:16px;
    font-weight:100;
}

.container .right .middle a {
    font-family: 'apex_newlight';
    font-size:16px;
    font-weight:100;
    color:#86c552;
    margin:20px 0 15px 0;
    display:block;
}

.container .right .footer {
    padding:20px;
    margin-top:2px;
    background:#fefefe;
    color:#2c2c2c;
    font-family: 'apex_newlight';
    font-size:14px;
    font-weight:100;
}

.container .right .footer h3 {
    font-family: 'apex_newbook';
    font-size:16px;
    line-height:18px;
    font-weight:100;
    color:#86c552;
    display:block;
    margin:0;
}

.container .right .footer span {
    color:#86c552;
    font-family: 'apex_newbook';
    font-size:16px;
    font-weight:100;
    margin-left:0;
}
.container .right .footer span + span{ margin-left:10px;}

.container .right .footer a {
    color:#2c2c2c;
    text-decoration:none;
}

.container .right .footer a:hover {text-decoration:underline;}

.container .left {
    float:left;
    width:385px;
    height:258px;
    margin:312px 0 0 0;
}

.container .slider ul{ 
	list-style:none;
    padding:0;
    margin:0;
    position:relative;
}
.container .slider li{
    display:block;
    position:absolute;
    left:0;
    z-index: 0;
}

.container .slider .visible{ z-index:1;}

.container .left .header {
    height:58px;
    background:#91cb63;
}

.container .left .header h2 {
    font-family: 'apex_newlight';
    font-size:33px;
    line-height:58px;
    font-weight:100;
    padding-left:29px;
    color:#FFF;
    margin:0;
}

.container .left .middle {
    height:128px;
    margin:1px 0 1px 0;
}

.container .left .footer {
    height:70px;
/*    padding:17px 0 0 29px;
    margin-top:2px;
    background:#fefefe;
    color:#2c2c2c;
    font-family: 'apex_newlight';
    font-size:16px;
    font-weight:100;*/
}

.container .left .footer span {
    font-family: 'apex_newmedium';
    font-size:24px;
    line-height:20px;
    font-weight:100;
    color:#86c552;
    display:block;
    text-transform:uppercase;
}

.container .left .footer cite {
    font-family: 'apex_newmedium';
    font-size:24px;
    line-height:26px;
    font-weight:100;
    color:#86c552;
    font-style:normal;
    text-transform:uppercase;
}
.link-logos{
	display:block;
	width:47%;
	height:10%;
	position:absolute;
	bottom:0px;
	right:0;

}
.link-logos2{
	display:block;
	width:30%;
	height:10%;
	position:absolute;
	bottom:0px;
	right:47%;

}
