@charset "utf-8";
@import "core/rst.css";
@import "core/def.css";
@import "styles.css";

@font-face {
    font-family: 'opensans-extrabolditalic';
    src: url('../font/opensans-extrabolditalic.eot');
    src: url('../font/opensans-extrabolditalic.eot?#iefix') format('embedded-opentype'),
        url("../font/opensans-extrabolditalic.woff") format("woff"),
        url("../font/opensans-extrabolditalic.ttf") format("truetype"),
        url("../font/opensans-extrabolditalic.svg#opensans-extrabolditalic") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'opensans-bolditalic';
    src: url('../font/opensans-bolditalic.eot');
    src: url('../font/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
        url("../font/opensans-bolditalic.woff") format("woff"),
        url("../font/opensans-bolditalic.ttf") format("truetype"),
        url("../font/opensans-bolditalic.svg#opensans-bolditalic") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'opensans-lightitalic';
    src: url('../font/opensans-lightitalic.eot');
    src: url('../font/opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
        url("../font/opensans-lightitalic.woff") format("woff"),
        url("../font/opensans-lightitalic.ttf") format("truetype"),
        url("../font/opensans-lightitalic.svg#opensans-lightitalic") format("svg");
    font-style: normal;
    font-weight: normal;
}

html, body{
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;	
}

body{
    font: 13px/1.33 Arial, Helvetica, sans-serif;
    color: #575757;
    height: auto !important;
    position: absolute;
    width: auto;
}

.wrapper{
    width: 100%; 
    padding-bottom: 500px; 
}
.wrapper.pl{
    padding-bottom: 180px; 
}
.wrap{
    margin: 0 auto;
    width: 960px;
}
/*GENERAL ELEMENTS START*/
a { 
    color:#f89447; 
    text-decoration: none;
}
a:hover, .active{ 
    color:#FFF; 
    text-decoration: underline;
}

/*GENERAL ELEMENTS END*/



/* START HEADER STYLES */
.header{
    padding: 25px 0 15px; 
    background: #2a3448; 
}
.logo{
    left: 50%;
    margin-left: -280px;
}
.lang {
    line-height: 3;
}
.lang a {
    font: 14px opensans-extrabolditalic;
    text-transform: uppercase;
    margin: 0 20px 0 0;
}
.lang a:hover,
.lang a.active{
    text-decoration: none;
}
.main-img{
    left: 50%;
    margin-left: -625px;
}
.pic {
    background: url("../pic/pic_css/main-img-bg.jpg") repeat-x;
    margin-bottom: -4px;
}
.caption {
    left: 51%;
    position: absolute;
    top: 125px;
    width: 570px;
}	

.caption .title {
    color: #2A3448;
    display:inline;
    font: 48px opensans-extrabolditalic;
    letter-spacing: -2px;
    text-transform: uppercase;
    vertical-align: top;
}
.button {
    top: 20px;
}
.button a{
    background: #F6803E;
    border-bottom: 3px solid #944A2F;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; 
    font: 16px opensans-extrabolditalic;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}
.button a:hover{
    text-decoration: none;
}
/*HEADER END*/




/* START NAV STYLES */
.nav{
    text-align: center;
}
.nav > li {
    border-right: 1px solid #ccbc98;
    display: inline-block;
    font: 17px/1.33 opensans-lightitalic;
    height: 155px;
    vertical-align: top;
    width: 24%;
    text-align: center;
}
.nav > li:last-child {
    border-right: none;
}
.nav img {
    display: block;
    margin: 0 auto;
}
.nav .inner {
    width: 190px;
    margin: 0 auto;
}
.nav .inner img {
    height: 55px;
    margin: 0 auto 20px;
}
/* END NAV STYLES */




/* START BODY STYLES */
.color-bg{
    background: #ffebbe;
} 
.color-bg .title {
    text-align: center;
}
.title {
    color: #2A3448;
    font: 22px/3.33 opensans-extrabolditalic;
    text-transform: uppercase;
}
.video-slider{
    display:block;
    margin:5px 0 88px;
}
/* END BODY STYLES */




/* START LEFT COLUMN STYLES */
.column-left {
    width: 440px;
}
/* END LEFT COLUMN STYLES */



/* START RIGHT COLUMN STYLES */
.column-right {
    width: 520px;
}
/* END RIGHT COLUMN STYLES */


/*FOOTER START*/
.footer{ 
    height: 500px; 
    position: absolute; 
    bottom: 0; left: 0; right: 0;
}
.footer.pl{
    height: 115px;
}
.footer .wrap{
    border-top: 8px solid #e0e0e0;
}
.text {
    font: 17px/1.33 opensans-lightitalic;
    top: 10px;
    text-align: center;
}
sup { vertical-align: baseline; position: relative; top: -0.4em; }
/*FOOTER END*/

