body {
    background: #FCF2D6;
    margin: 0;
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Arial', 'Verdana';
    color:#202020;
}

#top {
    background: #000000;
    width: 100%;
    height: 160px;
}

#middle {
    background: url(../images/middle_bg.png) no-repeat left top;
    width: 1000px;
    margin: 0 auto;
}

#top-middle {
    width: 1000px;
    margin: 0 auto;
}

#logo {
    width: 160px;
    height: 160px;
    float: left;
}

#top-right {
    width: 840px;
    height: 160px;
    color: white;
    float: right;
}

#top-fb {
    float: right;
    width: 840px;
    height: 40px;
}

#top-name {
    float: right;
    width: 840px;
    height: 95px;
    text-align: left;
}

#top-nav {
    float: right;
    width: 790px;
    height: 25px;
    text-align: right;
    padding-right: 25px;
    font-size: 16px;
}

a.nav-disactive {
    text-decoration: none;
    color: #FFFFFF;
}

a.nav-disactive:hover {
    color: #BC002D;
}

a.nav-active {
    text-decoration: none;
    color: #BC002D;
    font-weight: bold;
}

a.nav-active:hover {
    color: #FFFFFF;
    font-weight: bold;
}

#top-name h1 {
    margin: 5px 0 5px 0;
}

#top-name h1 a {
    text-decoration: none;
    color: #BC002D;
}

#top-name h2 {
    margin: 0;
}

#top-name h2 a {
    text-decoration: none;
    color: #FFFFFF;
}

#fb-frame-top {
    width: 210px;
    height: 28px;
    margin-top: 5px;
}

#top-nav img {
    vertical-align: middle;
}

.middle-adv {
    width: 1000px;
    text-align: center;
    padding: 10px 0 10px 0;
}

#content {
    width: 1000px;
}

#bottom {
    width: 100%;
    height: 100px;
    background-color: #000000;
    margin-top: 250px;
}

#bottom-container {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

#bottom-info {
    width: 800px;
    height: 40px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 1px solid white;
    text-align: center;
    vertical-align: middle;
    color: #535353;
}

#footer-logo {
    width: 270px;
    height: 50px;
    float: left;
}

#footer-logo img {
    vertical-align: middle;
    margin-right: 10px;
}

#footer-logo a {
    text-decoration: none;
    color: #BC002D;
    font-size: 16px;
}

#footer-menu {
    width: 710px;
    padding-right: 20px;
    line-height: 50px;
    vertical-align: middle;
    height: 50px;
    text-align: right;
    font-size: 16px;
    float: right;
}

#footer-menu img {
    vertical-align: middle;
}

#game-box {
    background-color: #FFE7CB;
    width: 970px;
    padding: 10px 15px;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}

#game-box h1 {
    width: 970px;
    margin: 0;
    font-size: 25px;
    color: #F49A31;
}

#game-box h1 a {
    text-decoration: none;
    color: #F49A31;
}

#game-box-fb-ramka {
    float: right;
    width: 160px;
    height: 20px;
    margin-top: 5px;
}

.game-box-full-screen {
    float: right;
    margin: 5px;
    cursor: pointer;
}

#game-flash-container {
    width: 950px;
    text-align: center;
    padding: 15px;
}

#game-description {
    width: 935px;
    margin-top: 20px;
    text-align: left;
}

#game-flash-containter-info {
    width: 250px;
    float: right;
}

#game-flash-control {
    width: 250px;
    margin-bottom: 15px;
    text-align: left;
}

#game-flash-series {
    width: 250px;
    text-align: left;
}

#game-flash-series a {
    color: #F49A31;
    text-decoration: none;
}

#game-flash-series a:hover {
    color: #000000;
}

#game-iframe {
    overflow: hidden;
    border: 0;
    background-color: #000000;
}

.nav-breadcrumb {
    border-radius: 5px;
    width: 960px;
    height: 30px;
    padding: 0 20px 0 20px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #F8A949;
    clear: both;
}

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

.nav-breadcrumb a:hover {
    color: #FCDCA1;
}

.game-box-small {
    width: 468px;
    height: 378px;
    float: left;
    margin: 10px;
    padding: 5px;
    background-color: #FFE7CB;
    border-radius: 5px;
    border: 1px solid #F8A949;
}

.game-box-small img {
    display: block;
    margin: 0 auto;
}

.game-box-small h1 {
    display: inline;
    font-size: 15px;
    color: #F49A31;
}

.game-box-small a {
    color: #F49A31;
    text-decoration: none;
}

.game-box-small a:hover {
    color: #000000;
}

.game-box-small a:visited {
    color: #F49A31;
    text-decoration: none;
}

.ads-box-small {
    width: 468px;
    height: 378px;
    float: left;
    margin: 10px;
    padding: 5px;
    background-color: #FFE7CB;
    border-radius: 5px;
    border: 1px solid #F8A949;
    text-align: center;
    color: #BBBBC1;
}

#game-flash {
    z-index: 2000;
}

.game-flash-opened {
    position: absolute;
    background-color: #000000;
    width: 100%;
    left: 0;
    top: 0;
}

#fullscreen-close {
    float: right;
    display: none;
    cursor: pointer;
}

#mobile-detect {
    background-color: #FCF2D6;
    text-align: center;
    font-size: 25px;
    color: #000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    padding-top: 50px;
}

#mobile-detect a {
    color: #F49A31;
    text-decoration: none;
}

#mobile-close {
    color: #F49A31;
    cursor: pointer;
}