body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#eaeaea;
	background:#02112e url("../images/bg.jpg") no-repeat center top fixed;
}
body, ul {
	margin:0;
	padding:0;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}

.pad10, .ads{
	padding:10px;
}
.pad-tb20{
	padding:20px 0;
}
.pad15{
	padding:15px;
}
.mar10 {
	margin:10px;
}
a img, img {
	border:0 none;
}
a {
	text-decoration:none;
	color:#fff;
}
.mar-b15 {
	margin-bottom:15px;
}
p, h2, .mar-b10, h5 {
	margin:0 0 10px;
}
.clear {
	clear:both;
}
.left{
	float:left;
}
.right {
	float:right;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.yellow{
	color:#f7e237;
}
.rounded, #banner, #welcome, #about, #sub-menu, #third-block{
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* KHTML */
	border-radius:10px; /* CSS3 */
}
/**** LAYOUT ****/
.page-size{
	width:1003px;
	margin:0 auto;
	background:url("../images/black-bg.png") repeat;
	border-left:#9c7560 solid 1px;
	border-right:#9c7560 solid 1px;
}
h2{
	font-size:28px;
	color:#fff;
	font-weight:normal;
	font-family: 'Quattrocento', cursive;
	text-transform:capitalize;
}
p{
	line-height:22px;
	text-align:justify;
}
/*** menu ***/
#menu{
	background:url("../images/menu-bg.jpg") repeat-x;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	float:left;
	padding:0 26px;
	background:url("../images/menu-divder.png") no-repeat right center;
}
#menu li.last{
	background:none;
}
#menu a {
	color:#000;
	display:block;
	height:55px;
	line-height:55px;
	text-decoration:none;
	font-family: 'Quattrocento', cursive;
	font-size:18px;
	text-transform:capitalize;
}
#menu li a:hover, #menu li.active a {
	color:#ca2629;
}

/***** bannner******/
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 240px;
	height: 327px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	float: right;
	position: absolute; 
	overflow: hidden;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks_wrapper	{
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}
#banner{
	background:url("../images/banner-bg.jpg") repeat-x;
 	width:963px;
	padding:8px;
	margin:0 auto;
}

.rotating_img{width:963px; height:286px; float:left; float:left; }

/***** banner ends here *****/


/******* content *******/
#header .ads{
	padding:55px 0;
}
#header{
	padding:0 10px 10px;
}
#welcome, #join, #third-block{
	background:url("../images/white-transprent.png") repeat;
	padding:10px;
	border:#908f8f solid 1px;
}
#about{
	background:#000;
	padding:20px;
	width:622px;
	border:#908f8f solid 1px;
	margin:10px 10px 10px 0;
}
#join{
	width:250px;
	padding:21px;
	background:url("../images/white-transprent.png") repeat;
	margin-right:10px;
	-moz-border-radius:0 0 10px 10px; /* Firefox */
	-webkit-border-radius:0 0 10px 10px; /* Safari, Chrome */
	-khtml-border-radius:0 0 10px 10px; /* KHTML */
	border-radius:0 0 10px 10px; /* CSS3 */
}
#join h1{
	font-size:70px;
	margin:5px 0;
}
.button{
	background:url("../images/bcome-member.jpg") repeat-x;
	padding:23px;
	text-transform:uppercase;
	font-family: 'Contrail One', cursive;
	text-align:center;
}
.button a{
	font-size:26px;
	color:#000;
}
.button a:hover{
	color:#fff;
}
#latest-games li{
	background:url("../images/games-bg.png") no-repeat;
	float:left;
	padding:15px 3px;
	margin:10px 30px;
	list-style:none;
}
#latest-games li:hover{
	opacity:0.7;
}
#sub-menu{
	background:url("../images/sub-menu-bg.jpg") repeat-x;
	padding:10px 30px;
	border:#000 solid 1px;
}
#sub-menu ul{
	padding-left:30px;
}
#sub-menu h2{
	color:#000;
}
#sub-menu li{
	list-style:url("../images/list-item.png");
	line-height:26px;
}
#sub-menu li a{
	color:#000;
}
#footer{
	font-family: 'Quattrocento', cursive;
	font-size:15px;
	padding:10px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
