@font-face {
	font-family: BudHand;
	src: url("Budhand.ttf"), url("Budhand.eot");
}
body {
	margin: 0px;
	padding: 0px;
	
	background: -webkit-linear-gradient(#808080, #E0E0E0);
	background: -o-linear-gradient(#808080, #E0E0E0);
	background: -moz-linear-gradient(#808080, #E0E0E0);
	background: linear-gradient(#808080, #E0E0E0);
}
.body {
	margin: 15px auto 0px auto;
	padding: 10px 10px 10px 10px;
	width: 980px;
	min-height: 1200px;
	font-family: "Trebuchet MS";
	color: #000;
	background-color: #FFF;
	clear: both;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-webkit-box-shadow: 0px 0px 15px #404040;
	-moz-box-shadow: 0px 0px 15px #404040;
	box-shadow: 0px 0px 15px #404040;
}
#toolbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	font-weight: normal;
	
	width: 100%;
	height: 17px;
    line-height: 17px;
  padding: 2px 5px;
    background-color: #222222;
  border-bottom: 1px solid #444444;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#toolbar span {
	padding: 0px 15px 0px 0px;
}
#toolbar span a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	font-weight: normal;
  text-decoration: none;

  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#toolbar span a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFD700;
	font-weight: normal;
  text-decoration: none;
  
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.height {
  margin-top: 30px; 
} 
.copyright {
	margin: 0px auto 50px auto;
	padding: 10px 10px 10px 10px;
	width: 980px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #222;
	clear: both;
}
.logo {
	font-family: BudHand;
	font-size: 48px;
	color: #FFF;
	white-space: nowrap;
	text-decoration: none;

	margin: 30px 0px 0px 0px;
	padding: 0px;

	-webkit-text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.logo:hover {
	color: #000;

	-webkit-text-shadow: 1px 1px 2px #FFF;
	-moz-text-shadow: 1px 1px 2px #FFF;
	text-shadow: 1px 1px 2px #FFF;
}
.header {
	margin: 0px;
	padding: 10px;
	width: 960px;
	height: 110px;
	color: #000;
	background-color: #C08000;
	clear: both;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.info_panel {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	width: 980px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #000;
	background-color: #FFC040;
	clear: both;
}
.main {
	margin: 0px;
	padding: 0px;
	width: 980px;
	clear: both;
	display: inline-block;
}
.main_left {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	display: inline-block;
}
.main_center {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	width: 500px;
	float: left;
	display: inline-block;
}
.main_right {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
	display: inline-block;
}
.main_play {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 980px;
	text-align: center;
	clear: both;
	display: inline-block;
}
.menu_160 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 160px;
	color: #000;
	background-color: #80C020;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.menu_160b {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 160px;
	color: #000;
	background-color: #FFC040;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.main_500 {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 480px;
	color: #000;
	font-size: 13px;
	background-color: #80AEFF;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.menu_300 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 300px;
	color: #000;
	background-color: #008000;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.menu_160_button {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 13px;
}
.menu_160_button:hover {
	color: #FFF;
	
	background: #008000;
    background-image: -webkit-linear-gradient(left, #008000, #80C020);
    background-image:    -moz-linear-gradient(left, #008000, #80C020);
    background-image:     -ms-linear-gradient(left, #008000, #80C020);
    background-image:      -o-linear-gradient(left, #008000, #80C020);
}
.menu_160b_button {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 160px;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 13px;
	text-align: center;
}
.menu_160b_button:hover {
	color: #FFF;
	
	background: #C08000;
    background-image: -webkit-linear-gradient(left, #FFC040, #C08000, #FFC040);
    background-image:    -moz-linear-gradient(left, #FFC040, #C08000, #FFC040);
    background-image:     -ms-linear-gradient(left, #FFC040, #C08000, #FFC040);
    background-image:      -o-linear-gradient(left, #FFC040, #C08000, #FFC040);
}
.menu_300_button {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	width: 290px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	font-size: 13px;
}
.menu_300_button:hover {
	color: #000;
	
	background: #80C020;
    background-image: -webkit-linear-gradient(left, #80C020, #008000);
    background-image:    -moz-linear-gradient(left, #80C020, #008000);
    background-image:     -ms-linear-gradient(left, #80C020, #008000);
    background-image:      -o-linear-gradient(left, #80C020, #008000);
}
hr {
	margin: 5px auto 5px auto;
    border: 0px;
    height: 1px;
	width: 480px;
    background: #FFF;
    background-image: -webkit-linear-gradient(left, white, #80AEFF);
    background-image:    -moz-linear-gradient(left, white, #80AEFF);
    background-image:     -ms-linear-gradient(left, white, #80AEFF);
    background-image:      -o-linear-gradient(left, white, #80AEFF);
	clear: both;
	display: inline-block;
}
.GameNew {
	padding: 2px 7px 2px 8px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
    background-image: -webkit-linear-gradient(left, #FFC040, #FF0);
    background-image:    -moz-linear-gradient(left, #FFC040, #FF0);
    background-image:     -ms-linear-gradient(left, #FFC040, #FF0);
    background-image:      -o-linear-gradient(left, #FFC040, #FF0);
}
.GameTitle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 480px;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 13px;
}
.GameTitleA {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.GameTitleA:hover {
	color: #FFF;
}
.GameImage {
	width: 100px;
	height: 75px;
	border: 0px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.GameImageA {
	margin: 0px 5px 0px 0px;
	padding: 3px;
	width: 100px;
	height: 75px;
	border: 2px solid #000;
	background-color: #FFF;
	float: left;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.GameImageA:hover {
	border: 2px solid #FFF;
	background-color: #000;
}
.GameText {
	line-height: 22px;
	color: #000;
	font-size: 13px;
}
.GameRating {
	width: 480px;
	display: inline-block;
}
.Rating100 {
	width: 200px;
	height: 10px;
	background-color: #FFF;
	display: inline-block;
}
.RatingEcho {
	height: 10px;
	display: inline-block;
	
	background: #008000;
    background-image: -webkit-linear-gradient(right, #80C020, #008000);
    background-image:    -moz-linear-gradient(right, #80C020, #008000);
    background-image:     -ms-linear-gradient(right, #80C020, #008000);
    background-image:      -o-linear-gradient(right, #80C020, #008000);
}
.NextPageDiv {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 500px;
	clear: both;
}
.NextPageButton {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	width: 32px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	
	background: #FFF;
    background-image: -webkit-linear-gradient(#FFF, #C0C0C0);
    background-image:    -moz-linear-gradient(#FFF, #C0C0C0);
    background-image:     -ms-linear-gradient(#FFF, #C0C0C0);
    background-image:      -o-linear-gradient(#FFF, #C0C0C0);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.NextPageButton:hover {
    background-image: -webkit-linear-gradient(#C0C0C0, #FFF);
    background-image:    -moz-linear-gradient(#C0C0C0, #FFF);
    background-image:     -ms-linear-gradient(#C0C0C0, #FFF);
    background-image:      -o-linear-gradient(#C0C0C0, #FFF);
}
.NextPageStrong {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	width: 46px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFC040;
	
	background: #FF0;
    background-image: -webkit-linear-gradient(#FF0, #FFC040);
    background-image:    -moz-linear-gradient(#FF0, #FFC040);
    background-image:     -ms-linear-gradient(#FF0, #FFC040);
    background-image:      -o-linear-gradient(#FF0, #FFC040);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
H1 {
	margin: 20px 0px 30px 0px;
	padding: 0px;
	width: 980px;
	font-size: 34px;
	text-align: center;
	clear: both;
}
H2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 980px;
	font-size: 24px;
	text-align: center;
	clear: both;
}
.game_play {
	margin: 0px;
	padding: 0px;
	border: 10px solid #C0C0C0;
	clear: both;
	display: inline-block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.game_play_recommended {
	margin: 0px 0px 0px 240px;
	padding: 0px;
	width: 980px;
	clear: both;
}
.PlayPreloaderBG {
	background-color: #C0C0C0;
	position: absolute;

	background: -webkit-linear-gradient(#000, #000, #000, #444);
	background: -o-linear-gradient(#000, #000, #000, #444);
	background: -moz-linear-gradient(#000, #000, #000, #444);
	background: linear-gradient(#000, #000, #000, #444);
}
#loadingerAnim {
	width: 0%;
	height: 10px;
	background: #008000;
	background-image: linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -o-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -moz-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -webkit-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -ms-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -webkit-gradient(
					   linear,
					   left top,
					   right top,
					   color-stop(0, #008000),
					   color-stop(1, #00B000)
					   );
	text-align: left;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#loadinger {
	width: 280px;
	height: 10px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border: 1px solid #000000;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#StartGameButton {
	display: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #649510;
	border-bottom-width: 2px;
	clear: both;
	background: #6DB62D;
	word-spacing: 1px;
	letter-spacing: 1px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-text-shadow: 0px 0px 5px #444;
	-moz-text-shadow: 0px 0px 5px #444;
	text-shadow: 0px 0px 5px #444;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px 0 0 rgba(255, 255, 255, 0.25);
	box-shadow: 		inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px 0 0 rgba(255, 255, 255, 0.25);
	
	background: -webkit-linear-gradient(#6DB62D, #2C792B);
	background: -o-linear-gradient(#6DB62D, #2C792B);
	background: -moz-linear-gradient(#6DB62D, #2C792B);
	background: linear-gradient(#6DB62D, #2C792B);
}
#StartGameButton:hover {
	background: #6EC718;
	
	background: -webkit-linear-gradient(#2C792B, #6DB62D);
	background: -o-linear-gradient(#2C792B, #6DB62D);
	background: -moz-linear-gradient(#2C792B, #6DB62D);
	background: linear-gradient(#2C792B, #6DB62D);
}
.StartGame {
	text-decoration: none;
}