
html {
    height: 100%;
}

img
{  border-style: none;
}



body {
    height: 100%;
    margin:0;
    padding:0;
}
#index {
    height: 100%;
}


#maintop
{
    background-color: #464646;
    height: 60px;

}


#maintop_center
{

    width: 980px ;
    height: 70px;
    margin-left: auto ;
    margin-right: auto ;
}

#maintop_center_logo{

    float:left;
    width:200px;
    height:75px;

}
.maintop_center_logo_img{
    padding-left: 38px;
    padding-top: 5px;
    border: none;


}

#maintop_center_menu{

    float:left;
    width:740px;
    height:75px;
}
#maintop_center_menu_container
{
    float: right;
    padding-top: 15px;

}


#maintop_center_menu_container ul {
    color: #FFF0FF;
    text-align: center;
    display: inline;
    margin: 0;
    list-style: none;
    z-index: 999;

}
#maintop_center_menu_container ul li {

    font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-style:italic;
    display: inline-block;
    width: 60px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -transition: opacity 0.2s;
}
#maintop_center_menu_container ul li:hover {
    color: #828282;
}
#maintop_center_menu_container ul li ul {
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
#maintop_center_menu_container ul li ul li {
    background: #FF8805;
    display: block;
    color: #fff;

}
#maintop_center_menu_container ul li ul li:hover { background: #0195D6; }

#maintop_center_menu_container ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}



#indexcenter
{
    background-image:  url("../images/bg.png");
    height: 1100px;
    width:100%;
    top: 80px;
}

#gamecenter
{
    background-image:  url("../images/bg.png");
    height: 1700px;
    width:100%;
    top: 80px;
}

#gamedetailcenter
{
    background-image:  url("../images/bg.png");
    height: 1000px;
    width:100%;
    top: 80px;
}

#aboutcenter
{
    background-image:  url("../images/bg.png");
    height: 900px;
    width:100%;
    top: 80px;
}





.maincenterslidertop1
 {
     margin-left: auto ;
     margin-right: auto ;
     width: 900px;
     height: 1px;
 }
.maincenterslidertop10
{
    margin-left: auto ;
    margin-right: auto ;
    width: 900px;
    height: 10px;
}

.maincenterslidertop20
{
    margin-left: auto ;
    margin-right: auto ;
    width: 900px;
    height: 20px;
    text-align: center;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-style:italic;
}

#maincenterlabel
{
    margin-left: auto ;
    margin-right: auto ;
    width: 900px;
    height: 30px;
    text-align: center;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;font-style:italic;
    color: #464646;
}


#maincenterslider
{
    margin-left: auto ;
    margin-right: auto ;
    width: 900px;
    height: 400px;
}
#maincentersliderborder
{

    width: 902px;
    height: 402px;
    margin-left: auto ;
    margin-right: auto ;
    transform: translate3d(0,0,0);
    box-shadow: 0px 0px 5px #000000;
}

#maincenterinfoindex
{
    font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-style:italic;
    transform: translate3d(0,0,0);
    box-shadow: 0px 0px 5px #000000;
    background-color: #ffffff;
    margin-left: auto ;
    margin-right: auto ;
    width: 902px;
    height: 400px;
    border-radius: 4px;
    color: #000;
    background-image:  url("../images/g.png");

}

.maincenterinfoindexcell
{
    float: left;
    width: 270px;
    height: 400px;

    margin-left: 25px;

}

#maincenterinfogame
{
    transform: translate3d(0,0,0);
    box-shadow: 0px 0px 5px #000000;
    background-color: #ffffff;
    margin-left: auto ;
    margin-right: auto ;
    width: 902px;
    height: 1400px;
    border-radius: 4px;


}


#maincentergame
{
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    width: 200px;
    height: 200px;
    color: #464646;
    background-image:  url("../images/g.png");
}

#maincentergameheader
{
    padding-top: 10px;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;font-style:italic;
    text-align: center;
    width: 200px;
    height: 30px;
    background-color: transparent;
}

#maincentergameheaderline
{
    width: 200px;
    height: 30px;
    border-bottom: 1px solid;
    width: 150px;
    height: 1px;
    margin-left: 25px;

}

#maincentergameimage
{
    padding-top: 10px;
    text-align: center;
    width: 200px;
    height: 105px;
    background-color: transparent;
}
#maincentergameage
{
    font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-style:italic;
    padding-top: 10px;
    text-align: center;
    width: 200px;
    height: 35px;
    background-color: transparent;


}


#maincentergame:hover {
    background-color: #019AD6;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 0px 5px #019AD6;
    border-radius: 1px;
}




#maincenterinfogamedetail
{
    transform: translate3d(0,0,0);
    box-shadow: 0px 0px 5px #000000;
    background-color: #ffffff;
    margin-left: auto ;
    margin-right: auto ;
    width: 902px;
    height: 650px;
    border-radius: 4px;
    background-image:  url("../images/g.png");
}

#maincenterinfogamedetailtop
{
    width: 902px;
    height: 250px;
}

#maincenterinfogamedetailtopsplt1
{
    text-align: center;
    width: 250px;
    height: 250px;
    float: left;
}

#maincenterinfogamedetailtopsplt1_text
{
    text-align: center;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-style:italic;
    color: #464646;

}

#maincenterinfogamedetailtopsplt2
{
    width: 580px;
    height: 250px;
    float: left;
}
.maincenterinfogamedetailtopimg
{
    padding-top: 50px;
}

#maincenterinfogamedetailtopheader
{
    margin-top: 60px;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:24px;font-style:italic;
    width: 580px;
    height: 40px;
    float: left;
    border-bottom: 1px solid;
    color: #51535a;
}

#maincenterinfogamedetailtopdesc
{
    padding-top: 10px;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:16px;font-style:italic;
    width: 580px;
    height: 130px;
    float: left;
    color: #51535a;
}




#maincenterinfogamedetailavaible
{
    text-align: right;
    width: 902px;
    height: 100px;

}


#maincenterinfogamedetailscreens
{
    padding-top: 50px;
    width: 902px;
    height: 200px;

}

.maincenterinfogamedetailscreenshots
{
    transform: translate3d(0,0,0);
    box-shadow: 2px 2px 5px #A8A8A9;
    border-radius: 16px;
}


#maincentercontact
{
    float: left;
    top: 100px;
    left: 50px;
    color: #464646;
    width: 350px;
    margin-left: 75px;
    margin-top: 30px;
}

#maincentercontactdetais
{
    float: left;
    top: 100px;
    left: 450px;
    color: #464646;
    width: 400px;
    margin-left: 50px;
    margin-top: 30px;

}


#maincenterabout
{
    font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-style:italic;
    transform: translate3d(0,0,0);
    box-shadow: 0px 0px 5px #000000;
    background-color: #ffffff;
    margin-left: auto ;
    margin-right: auto ;
    width: 902px;
    height: 400px;
    border-radius: 4px;
    color: #000;
    background-image:  url("../images/g.png");

}


.maincenternavigator
{
    font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;font-style:italic;
    margin-left: auto ;
    margin-right: auto ;
    width: 902px;
    height: 100px;
    color: #ffffff;


}

.sliderContent1
{
    position: absolute;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:22px;font-style:italic;
    width:904px;
    height:50px;
    top: 0px;
    color: #fff;
    background-color:#464646;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}

.sliderContent2
{
    position: absolute;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:22px;font-style:italic;
    width:904px;
    height:50px;
    top: 0px;
    color: #fff;
    background-color:#464646;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}

.sliderContent3
{
    position: absolute;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:22px;font-style:italic;
    width:904px;
    height:50px;
    top: 0px;
    color: #fff;
    background-color:#464646;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}

.sliderContent4
{
    position: absolute;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:22px;font-style:italic;
    width:904px;
    height:50px;
    top: 0px;
    color: #fff;
    background-color:#464646;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}


#mainbottom
{
    text-align: center;
    color: #FFF;
    font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-style:italic;
    background-image:  url("../images/bottom.png");
    background-repeat: repeat-x;
    height: 146px;
    width:100%;
    margin-top: -100px;
}


