@font-face {
    font-family: 'DIN Next W01 Regular Dev';
    src: url('fonts/DIN-REGU.eot');
    src: local('☺'), url('fonts/DIN-REGU.woff') format('woff'), url('fonts/DIN-REGU.ttf') format('truetype'), url('fonts/DIN-REGU.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Next W01 Medium Dev';
    src: url('fonts/DIN-MEDI.eot');
    src: local('☺'), url('fonts/DIN-MEDI.woff') format('woff'), url('fonts/DIN-MEDI.ttf') format('truetype'), url('fonts/DIN-MEDI.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Next W01 Bold Dev';
    src: url('fonts/DIN-BOLD.eot');
    src: local('☺'), url('fonts/DIN-BOLD.woff') format('woff'), url('fonts/DIN-BOLD.ttf') format('truetype'), url('fonts/DIN-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{text-align: center; background-color: #fff; color: #fff;margin:0;padding:0;}
a{color: #fff; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline; }
#preloader  {
    position:relative;
    padding-top: 100px;
    font-family: 'DIN Next W01 Medium';
    font-size: 18px;
}
#guide  {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    border-top-style: solid;
    border-top-width:1px;
    border-top-color:#000;
    display: none;
}
#ui {
    position: relative;
    width: 1024px;
    height: 672px;
    background: url(../images/background.jpg) no-repeat left top;
}
#menu {float: right; position: relative; width: 149px; height: 672px;}
#couldULogo   {
    position: absolute;
    top: 0;
    left: 0;
    width: 149px;
    height: 135px;
}
#menuList   {
    position: absolute;
    top: 205px;
    left: 20px;
    width: 129px;
    height: 460px;

}
.menuListItem   {
    position: relative;
    width: 129px;
    height: 20px;
    text-align: left;
    font-family: 'DIN Next W01 Regular';
    font-size: 14px;
    color: #636363;
    border-bottom-style: solid;
    border-bottom-color: #636363;
    border-bottom-width: 1px;
    padding-bottom: 4px;
    padding-top: 7px;
}
.menuListItem.last  {
    border-bottom-style: none;
}
.menuListItem.selected  {
    color: #ffffff;
}
.menuListItem.active  {
    cursor: pointer;
}
#canvas  {
    position: relative;
    width: 875px;
    height: 672px;
}
#content  {
    position: absolute;
    top: 0;
    left: 0;
    width: 875px;
    height: 672px;
}
#header {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 832px;
    height: 34px;
    display: none;
    font-family: 'DIN Next W01 Medium';
    font-size: 16px;
    color: #cc272d;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-color: #ff404a;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}
#headerRight  {
    position: relative;
    float: right;
    font-family: 'DIN Next W01 Regular';
    font-size: 14px;
    color: #cc272d;
    padding-right: 10px;
}
#nav    {
    position: absolute;
    top: 591px;
    left: 0;
    width: 859px;
    height: 62px;
}
#backBtn    {
    position: absolute;
    top: 0;
    left: 38px;
    width: 63px;
    height: 62px;
}
#nextBtn    {
    position: absolute;
    top: 0;
    left: 101px;
    width: 62px;
    height: 62px;
}
#replayBtn  {
    position: absolute;
    top: 0;
    left: 163px;
    width: 60px;
    height: 62px;
}
#logo   {
    position: absolute;
    top: 0;
    left: 712px;
    width: 147px;
    height: 62px;
}
.btn {
    cursor: pointer;
}
.btn.disable  {
    cursor: default;
}
