@charset "utf-8";

/*RANDOM MAIN STUFF ----------------------------------------------------------------------*/

body {
	background-color: #000000;	
	margin:0;	
	background-image:url(images/backgroundimage.png);
	background-position:top;
	background-repeat:no-repeat;
}

img {
border:0px;
padding:0px;
}

.mainContainer {
	margin:auto;
	width:1350px;
}

.bufferCell {
	width:auto;
	height:auto;
}

p {
	text-align:justify;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

pre {

}

h2 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:lighter;
	margin-bottom:0px;
}

h3 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

a {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

/*TOP AREA ----------------------------------------------------------------------*/

.topArea {
	margin:auto;
	width:960px;
	height:auto;
}

.topAreaTable {
	margin:auto;
	width:100%;
	height:auto;
}

.logoCell {
	width:18.75%;
	height:40px;
	background-image:url(images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

.mainLinksCell {
	width:43.23%;
	height:40px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(images/linkBacker.png);
	background-position:center;
	background-repeat:no-repeat;
}

.mainLinksCell a {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.mainLinksCell a:hover {
	color:#00FF66;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*SLIDESHOW ----------------------------------------------------------------------*/

.slideshow {
	margin:auto;
	height:30px;
	width:953px;
}

.prev {
	border:0px;
}

.next {
	border:0px;
}

.slideshowTable {
	width:100%;
	height:30px;
	background-image:url(images/navbarSlideshow.png); 
	background-position:center;
	background-repeat:no-repeat;
}

.prevCell {
	width:15.52%;
	height:30px;
}

.nextCell {
	width:15.52%;
	height:30px;
}

/*CROSS-SECTION ----------------------------------------------------------------------*/

.crossSection {
	margin:auto;
	margin-top:20px;
	width:960px;
	height:auto;
}

.crossSectionTable {
	width:100%;
	height:245px;
	background-image:url(images/crossSectionBack.png);
	background-repeat:no-repeat;
	background-position:center;
}

.crossSectionTable a {
display: block; 
width: 100%;
height: 100%;
text-decoration:none;
}

.crossSectionLink1 {
	width:268px;
	height:188px;
	background-image:url(images/crossSectionLinkBack4.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

.crossSectionLink1:hover {
	width:268px;
	height:188px;
	background-image:url(images/mobile.png);
	background-repeat:no-repeat;
	background-position:center;
}

.crossSectionLink2 {
	width:268px;
	height:188px;
	background-image:url(images/crossSectionLinkBack.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	
}

.crossSectionLink2:hover {
	width:268px;
	height:188px;
	background-image:url(images/crossSectionLinkBack2.png);
	background-repeat:no-repeat;
	background-position:center;
}

.crossSectionLink2 a:hover {
	color:#00FF66;
}

.crossSectionLink3 {
	width:268px;
	height:188px;
	background-image:url(images/crossSectionLinkBack.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

.crossSectionLink3:hover {
	width:268px;
	height:188px;
	background-image:url(images/crossSectionLinkBack3.png);
	background-repeat:no-repeat;
	background-position:center;
}

.crossSectionLink3 a:hover {
	color:#00FF66;
}



/* LOGIN and CONTACT PAGE ==================================================================================================================================== */

/*Login Form ----------------------------------------------------------------------*/
input, textarea {
padding: 9px;
border: solid 1px #00a9e5;
outline: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#999999;
width:200px;
background:#FFFFFF;

box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

background: -webkit-gradient(linear, left top, left 25, from(#CCCCCC), color-stop(4%, #CCCCCC), to (#CCCCCC));
background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC 1px, #FFFFFF 25px);
}

textarea {
width:400px;
max-width:400px;
height:200px;
line-height:150%;


}

input:hover, textarea:hover,
input:focus, textarea:focus {
border-color:#00a9e5;

box-shadow: rgba(0,0,0, 0.15) 2px 2px 8px;
-moz-box-shadow: rgba(0,0,0, 0.15) 2px 2px 8px;
-webkit-box-shadow: rgba(0,0,0, 0.15) 2px 2px 8px;
}

.form label {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
margin-left: 10px;
color:#990000;
vertical-align:middle;
}

.submit input {
width:400px;
padding: 9px;
background:#00a9e5;
border:0;
font-size:14px;
color:#FFFFFF;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.submit input:hover, input:focus {
background-color:#000000;
}

.login {
border-color:#000000;
margin:auto;
text-align:center;
width:600px;
padding: 30px;

-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 2px;
-webkit-box-shadow:rgba(0,0,0, 0.3) 0px 0px 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/*Page Label ----------------------------------------------------------------------*/

.pageLabel {	
	margin:auto;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	text-align:center;

}

/* ABOUT US PAGE ==================================================================================================================================== */

/*Main Div ----------------------------------------------------------------------*/

.aboutUs {
	margin:auto;
	margin-top:30px;
	width:960px;
	height:auto;
}

/* NEWS PAGE ==================================================================================================================================== */
/*LATEST NEWS ----------------------------------------------------------------------*/

.latestNewsArea {
	margin:auto;
	margin-top:50px;
	width:960px;
	height:auto;
}

.latestNewsTable {
	margin:auto;	
	margin-bottom:25px;
	width:100%;
	height:auto;
}

.dateCell {	
	color:#FFFFFF;
	padding:5px;
	width:9.2%;
	height:41px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-image:url(images/date.png);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:text-top;
}

.headerCell {
	width:90%;
	color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

.subNewsCell {
	padding:5px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

.clickHere a {
	color:#00CCFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clickHere a:hover {
	color:#00FF66;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*image ----------------------------------------------------------------------*/

.newsImage {
	height:150px;
}

.divider {
	height:50px;
	background-image:url(images/divider.png);
	background-position:center;
	background-repeat:no-repeat;
}


/* GAMES PAGE ==================================================================================================================================== */

.gamesArea {
	margin:auto;
	margin-top:75px;
	margin-bottom:100px;
	width:960px;
	height:auto;
}

.gamesTable {
	margin-top:25px;
	width:100%;
}

.gameImage {
	width:17.7083%;
	height:300px;
	vertical-align:top;
}

.infoBit {
	width:45%;
	height:10px;
	padding-left:4px;
	background-color:#333333;
	border-radius:5px;
}

.buyNow {
	padding:4px;
	width:40%;
	background-color:#FFFFFF;
	border-radius:5px;
}

.buyNow p {
	color:#000000;
}

.buyNow a {
	color:#990000;
}

.buyNow a:hover {
	color:#00FF66;
}

.gameDesc {
	padding:4px;
	background-color:#333333;
	border-radius:5px;
	text-align:justify;
	vertical-align:text-top;
}

.gameTitle {
	padding:5px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}


/* MEDIA PAGE ==================================================================================================================================== */


.mediaArea {
	margin:auto;
	margin-top:75px;
	margin-bottom:100px;
	width:960px;
	height:auto;
}

.mediaTable {
	margin-top:25px;
	width:100%;
}

.mediaImg {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
