/*
 * main body contains current game theme background image 
 */
body
{
    background: transparent url(../images/background.jpg) no-repeat center 0;
    margin: 0 0 0 0;
    text-align: center; /* ie6 centering fix */
	background-color: #000000;

}

/*
 * central contains centered main content with its background image
 */
div#central
{
    background: transparent url(../images/base_bg.png) no-repeat center 0;
    width: 1021px;
    height: auto;
    margin: 0 auto 0 auto;

    text-align: left; /* ie6 centering fix */
}

  /*
   * header is the top game ad image, the overlay above it, the logo and the top-right text
   * with links.
   * by itself, header contains nothing
   */
  div#central div#header
  {
    position: relative;
    left: 10px;
    height: 362px;
  }

   div#central ul#topmenu
  {
    position: relative;
    left: 340px;
    top: -347px; /* because of shade of header */
    z-index: 1;
	list-style: none outside;
    margin: 0;
    padding: 0;
    width: 650px;
  }
    /*
     * each box in top menu
     */

    div#central ul#topmenu li
    {
      width: 130px;
      height: 90px;
      float: left;
    }
    div#central ul#topmenu li a
    {
      width: 130px;
      height: 90px;
      margin: 0;
      padding: 0;
      font-family: Calibri,"Trebuchet MS",Arial;
	  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	  font-size: 18pt;
      font-style: normal;
      text-align: center;
      float: left;

      line-height: 90px; /* for vertical centering, it's same as height */

      text-decoration: none;
      color: rgb(255,255,255);
    }
    /*
     * on hover, the boxes change background
     */
    div#central ul#topmenu li:hover
    {
      background: url(../images/selector.png) no-repeat top;
    }
	
	
    /*
     * background game ad image
     */
    div#central div#header div.bg
    {
      position: absolute;
      bottom: 0px; /* shadow offset */
      background: transparent url(../images/top_bg.png) no-repeat bottom ;
      width: 1000px;
      height: 362px;
    }
    /*
     * overlay above game ad image 
     */
    div#central div#header div.overlay
    {
      position: absolute;
      z-index: 1;
      background: transparent url(../images/top_overlay.png) no-repeat 0;
      width: 1003px;
      height: 362px;
      left: 0px; /* 4px for shadow */
	  top: -25px;
    }


   /*   
       * top right text and links
      div#central div#header div.overlay div.righttext
      {
        position: absolute;
        top: 5px;
        right: 5px;
        font-family: Calibri,"Trebuchet MS",Arial;
        font-size: 9pt;
        text-align: right;
      }
      div#central div#header div.overlay div.righttext a
      {
        color:black;
        text-decoration: none;
      }
      div#central div#header div.overlay div.righttext a:hover
      {
        text-decoration:underline;
      }
       */

   /*
   * now, the main site menu (home, all games, ...)
   */

  div#central div#mainpagecontent
  {
    position: relative;
    left:295px;
    top:-15px;
    width: 500px;
    min-height: 900px;

    font-family: Calibri,"Trebuchet MS",Arial;
  }

  div#central div#bottom_bg
  {
    position: relative;
    bottom: 0px;
    width: 1021px;
    height: 200px;
    z-index: -1;
    background: url(../images/base_bg_bottom.png) no-repeat bottom;

  }
  div#central div#bottom_text
  {
    position: relative;
    bottom: 0px;
    left:295px;
    width: 500px;
    


  }
    div#central div#bottom_text div
    {
      position:absolute;
      bottom: 20px;
      width: 100%;
      text-align: center;
      font-size: 8pt;
      font-family: Calibri,"Trebuchet MS",Arial;
      z-index: 20;
    }
    div#central div#bottom_text div a
    {
      color: black;
      text-decoration: none;
    }
    div#central div#bottom_text div a:hover
    {
      text-decoration: underline;
    }




/******************** content style ****************/

#mainpagecontent h1
{ 
  color: rgb(54,107,158); 
  padding: 0;
  margin: 0;
  margin-bottom: 15px;

  font-family: Calibri,"Trebuchet MS",Arial;
  font-size: 24pt;
  font-style: italic;
  font-weight: normal;
}

.seemore, a.nicelink
{
  vertical-align: middle;
  color: rgb(54,107,158); 
  font-size: 10pt;
  border-bottom: 1px dotted;  
  font-family: Calibri,"Trebuchet MS", Arial;
  font-style: italic;
  text-decoration: none;
}
.seemore
{
  margin-left: 90px;
}

#mainpagecontent h1 a:active
{
  opacity: 0.8;
}

div#langlistcontainer
{
  clear: both;
  font-size: 10pt;
  padding-top: 20pt;
}
div#langlistcontainer p
{
  float: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
ul#langlist
{
}
p, ul#langlist li
{
  text-align: justify;
  font-size: 10pt;
}


div.gamepic
{
  padding: 0;
  width: 50%;
  margin-bottom: 10px;
  float: left;
  text-align: center;
  font-family: Calibri, "Trebuchet MS", Arial;
  font-size: 10pt;
}
div.gamepic a
{
  text-decoration: none;
  color: black;
}
div.gamepic a img
{
  width: 235px;
  height: 160px;
}

ul#langlist
{
  margin: 0; 
  padding: 0;
  list-style: none;
}
ul#langlist li
{
  display: inline;
  padding-left: 7px; 
}
ul#langlist li a
{
  color: black;
  text-decoration: none;
}
ul#langlist li a:hover
{
  text-decoration: underline;
}

/******************* left sidebar style *************************/


div#leftsidebar
{
  position:relative;
  width: 240px;
}
div#leftsidebar div
{
  position:absolute;
  left:20px;
  top:0px;
  width: 100%;
  backgroundd:red;
}

#leftsidebar h1
{
  font-family: Calibri,"Trebuchet MS",Arial Narrow,Arial;
  font-size: 14pt;
  text-align: center;
  color: white;
  filter:progid:DXImageTransform.Microsoft.Glow(color=#000000, strength=4);
  text-shadow: 0px 0px 7px #000, 0px 0px 7px #000;
  width:100%;
  padding: 0;
  margin: 5px 0 15px 0;
}
#leftsidebar h2
{
  font-family: Calibri,"Trebuchet MS",Arial;
  color: rgb(54,107,158); 
  font-size: 9pt;
  padding: 0;
  margin: 0;
}
#leftsidebar ul.newslist
{
  list-style: none;
  padding: 0;
  margin: 0;
  /*margin-top: 55px;*/
}
#leftsidebar ul.newslist li
{
  padding: 0;
  padding-top: 1px;
  padding-bottom: 15px;
  margin: 0;
  background: url(../images/sidesep.png) bottom no-repeat;
  min-height: 80px;
}
#leftsidebar ul.newslist li h2
{
  padding-left: 75px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 5pt;
  font-size: 11pt;
}
#leftsidebar ul.newslist li .newsimg
{
  float: left;
  margin: 5px;
  padding: 0;
}
#leftsidebar ul.newslist li p
{
  margin: 0;
  padding: 0;
  font-size: 10.5pt;
  font-family: Calibri,"Trebuchet MS",Arial;
  padding-left: 75px;
  line-height: 10.5pt;
  text-align: left;
}


#leftsidebar ul.gameslist
{
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
#leftsidebar ul.gameslist li
{
  display: block;
  padding: 0;
  margin: 0;
  font-family: Calibri,"Trebuchet MS",Arial;
}
#leftsidebar ul.gameslist li a
{
  color: black;
  text-decoration: none;
  width: 247px;
  height: 54px;
  /*line-height: 54px;*/
  text-align: center;
  display: block;
  /*text-shadow: 0px 0px 1px #444;*/
}

#leftsidebar ul.gameslist li a img.gameimg
{
  float: left;
  margin: 6px;
  padding: 0;
  width: 40px;
  height: 40px;
}
#leftsidebar ul.gameslist li a span
{
  display: block;
  position: relative;
  top: 10px;
  font-size: 10pt;
  line-height: normal;
  text-align: left;
  margin: 0;
}
#leftsidebar ul.gameslist li a:hover, #leftsidebar ul.gameslist li a.active
{

  /*background: url(../images/side-selector.png) no-repeat top; *//* rgb(137,226,255); */
  background: url(../images/selector_game_title.png) no-repeat top;
  text-shadow: 0px 0px 1px #444;

}

/******************* right sidebar style *****************************************/

div#rightsidebar
{
  position:relative;
  float:right;
  width: 180px;
  right:15px;
  top:15px;
  
}
div#rightsidebar div
{
  position:absolute;
  width: 180px;
}

div#rightsidebar div .side_prep
{
}

div#rightsidebar div .side_white
{
  position: relative;
  width: 168px;
  height: 183px;
  background:url(../images/side-white.png) no-repeat top;
  font-family: Calibri,"Trebuchet MS",Arial;
  text-align: center;
  font-size: 9pt;
}

div#rightsidebar div .side_fb
{
  position: relative;
  width: 168px;
  height: 385x;
  background: white;
  font-family: Calibri,"Trebuchet MS",Arial;
  text-align: center;
  font-size: 9pt;
}

div#rightsidebar div .side_social
{
  width: 168px;
  height: 47px;
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  font-family: Calibri,"Trebuchet MS",Arial;
  line-height: 40pt;
  float: left;
  margin-bottom: 5px;
  
}
div#rightsidebar div .side_social:hover
{
  background:url(../images/selector_social.png) no-repeat top;
}
div#rightsidebar div .side_social .soctext h2
{  
  /*display: none;*/
  font-size: 10pt;
  margin: 0;
  font-weight: normal;
  text-align: left;
}
div#rightsidebar div .side_social .soctext img
{
  float: left;
}
div#rightsidebar div .side_social .soctext
{
  position: absolute;
  padding: 4px;
  padding-left: 1px;
  width: 164px;
  line-height: normal;
  font-size: 8pt;
  text-align: justify;
}

img.hoverer:hover
{
  opacity: 0.9;
  z-index: -1;
}

div#rightsidebar div .side_white h1, div#rightsidebar div .side_scalable div h1
{
  color: rgb(54,107,158); 
  font-size: 11pt;
  font-family: Calibri,"Trebuchet MS",Arial;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 8px;  
}

div#rightsidebar div .side_white .tv_icon
{
  position: absolute;
  right: 5px;
  top: 10px;
  width: 61px;
  height: 49px;
  background: url(../images/tv-icon.png) no-repeat;
  z-index: 20;
}

div#rightsidebar div .side_white .side_pricetag
{
  position: absolute;
  background:url(../images/pricetag-circ.png) no-repeat;
  width:46px;
  height:46px;

  right: 20px;
  top: 40px;
  z-index: 50;
}
div#rightsidebar div .side_white .side_pricetag div
{
  font-weight: bold;
  color: white;
  text-shadow: -1px 0px 1px #000, 0px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000;

  filter:progid:DXImageTransform.Microsoft.Glow(color=#000000, strength=2);
}
div#rightsidebar div .side_white .side_pricetag .line1
{
  font-family: Verdana;

  position: relative;
  width: 100%;
  font-size: 8pt;
  font-style: italic;
  top:5px;
}
div#rightsidebar div .side_white .side_pricetag .line2
{
  position: relative;
  width: 100%;
  font-size: 10.5pt;
  top:8px;
  font-family: Impact;
  font-weight: normal;
}

div#rightsidebar div .side_white img
{
  margin: 0; padding: 0;
}

div#rightsidebar div .side_white .side_commenttext
{
  padding-left: 5px;
  padding-right: 5px;
}


div#rightsidebar div .side_scalable
{
  position: relative;
}

div#rightsidebar div .side_scalable .ss_topbg
{
  position: absolute;
  background: url(../images/side-whitetop.png);
  width: 168px;
  height: 164px;
  top:0px;left:0px;
}

div#rightsidebar div .side_scalable .ss_bottombg
{
  position: absolute;
  background: url(../images/side-whitebottom.png);
  width: 168px;
  height: 164px;
  bottom: 0px;
}

div#rightsidebar div .side_scalable .ss
{
  text-align: center;
  padding: 0px 6px 20px 6px;
  left: -12px;
  position: relative;
  z-index: 25;
}

div#rightsidebar div .side_scalable .ss img
{
  
}

/******************** TOPBAR STYLE ***********/


#topbar
{
  position: relative;
  clear: both;
  top: -75px;
  height: 1px;
}


  #topbar ul
  {
    position: relative;
    left: 300px;
    top: 0px;
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 500px;
    float:left;
    height: 0px;
  }
    #topbar ul li
    {
      height: 0px;
      float: left;
    }
    #topbar ul li a
    {
      height: 0px;
      margin: 0;
      padding: 0;
      padding-left: 10px;
      padding-right: 10px;
      font-family: Calibri,"Trebuchet MS",Arial;
      font-size: 12pt;
      text-align: center;
      float: left;

      line-height: 35px; /* for vertical centering, it's same as height */


      text-decoration: none;
      color: rgb(54,107,158);
 
    }
    #topbar ul li:hover, #topbar ul li.active
    {
      background: rgb(137,226,255);
    }
    #topbar ul li a img
    {
      vertical-align: middle;
      margin-right: 3px;
    }
  #topbar ul.platforms
  {
		  height: 45px;
  }
    #topbar ul.platforms li
	{
	  height: 43px;
	  margin-right: 3px;
	}
    #topbar ul.platforms li a
	{
	  width: 52px;
	  height: 43px;
	  line-height: 41px; /* for vertical centering, it's same as height */
	  margin: 0;
	  padding: 0;
	  position: relative;
	}
	#topbar ul.platforms li.iconless-platform a
	{
	  width: 92px;
	}
	#topbar ul.platforms li:hover, #topbar ul.platforms li.active
	{
		background: url(../images/selector_category.png);
	}
	#topbar ul.platforms li.iconless-platform:hover, #topbar ul.platforms li.active.iconless-platform
	{
		background: url(../images/selector_all_games.png);
	}
	#topbar ul.platforms li .inscription
	{
		visibility: hidden;
		position: absolute;
		background:black;
		opacity: 0.7;
		color: white;
		height: 13px;
		font-size: 10pt;
		line-height: 10pt;
		padding: 2px;
		top: 43px;
	}
	#topbar ul.platforms li:hover .inscription
	{
		visibility: inherit;
	}
	#topbar ul.platforms li a img
	{
		margin: 0;
	}

.gamebuttons
{
  float: right;
  width: 140px;
  padding-right: 12px;
  font-size: 9pt;
}

.gamebuttons ul
{
  list-style: none;
  padding: 0;
  /*padding-left: 20px;*/
}

.gamebuttons ul li
{
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  width: 128px;
  height: 30px;
}
.gamebuttons ul li a
{
  display: block;
  width: 128px;
  height: 30px;
  background: url(../images/button.png) no-repeat;
  line-height: 30px;
  text-align: center;
  color: rgb(59,109,158);
  text-decoration: none;
}
.gamebuttons ul li a:hover
{
  opacity: 0.7;
}
.gamebuttons ul li a:active
{
  opacity: 0.6;
  padding-left: 1px;
  padding-top: 1px;
}

.gamedesc ul li 
{
  color: rgb(67,114,161);
  width: 300px;
  font-style: italic;
}
.gamedesc
{
  color: rgb(67,114,161);
  width: 300px;
  font-style: italic;
  padding-left: 16px;
  text-align: justify;
  font-size: 10pt;
}


img.gamebig
{
 position: relative;
 left: 5px;
 /* no props for game image on game desc page */
}

#buybox
{
  clear: both;
  width: 500px;
  height: 111px;
  /*background: url(../images/buybg.png);*/
}
#buybox img
{
  float: left;
  margin: 0px;
}
#buybox h1
{
  color: rgb(67,114,161);
  font-size: 14pt;
  font-family: Calibri,"Trebuchet MS",Arial;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-top: 16px;
}
#buybox h2
{
  color: rgb(67,114,161);
  font-size: 12pt;
  font-family: Calibri,"Trebuchet MS",Arial;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-top: 2px;
}
#buybox .vendor
{
  clear: both;
  font-size: 9pt;
  text-align: justify;
}
#buybox .vendor img
{
  vertical-align: middle;
  float: left;
  margin: 1px;
}
#buybox .vendor p
{
  position: relative;
  top: 10px;
  padding-top: 0;
}
#buybox ul
{
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1px;
}
#buybox ul li
{
  float: left;
}
#buybox ul li a
{
  display: block;
  border: 0;
  text-align: center;
  width: 83px;
  height: 117px;
  padding: 0; 
  margin-left: 0px;
  margin-right: 0px;
  color: black;
  text-decoration: none;
}
#buybox ul li a:hover
{
  background: url(../images/selector_platform.png);
  /*opacity: 0.85;*/
}
#buybox ul li a:active
{
  /*opacity: 0.6;
  padding-left: 1px;
  padding-top: 1px;
  margin-right: 9px;*/
}
#buybox ul li a img
{
  padding: 0;
  padding-left: 8px;
  margin: 0;
  margin-bottom: 4px;
}
#buybox p
{
  padding-top: 30px;
}

ul.gametags
{
	clear: both;
	list-style: none;
	padding: 0;
}
ul.gametags li
{
	float: left;
	padding-left: 10px;
	font-size: 10pt;
	color: #888888;
}



.aboutpage
{
  margin-left: 70px;
  margin-right: 70px;
}
h3, .aboutpage p
{
  color: rgb(67,114,161);
}

h3
{
  font-size: 10pt;
  font-style: normal;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.aboutpage p
{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 10pt;
}
address
{
  font-style: normal;
  font-size: 10pt;
} 

ul.nicelist
{
  color: rgb(67,114,161);
  padding: 0;
  padding-left: 15pt;
}

ul.newsarchivelist
{
  color: rgb(67,114,161);
  list-style: none;
  padding: 0;
}
ul.newsarchivelist li
{
  border-bottom: solid 2px #cccccc;
}


ul.musiclist
{
  color: rgb(67,114,161);
  list-style: none;
  padding: 0;
}
ul.musiclist li
{
  border-bottom: solid 2px #cccccc;
  min-height: 200px;
}
ul.musiclist li p
{
  margin-left: 240px;
}




#topbtn
{
  width: 195px;
  height: 59px;
  background: white;
  display: block;
  position: absolute;
  top: 303px;
  left: 808px;
  z-index: 99;
  opacity: 0;
}
#topbtn:hover
{
  opacity: 0.2;
}
#topbtn:active
{
  opacity: 0.4;
}
