﻿/* POSITION STYLES */

/* SHARED ______________________________________________________________________________________________________________________________________*/
/* TOP MENU --------------------------------------------------------------------*/
.topMenuBar {
	position:relative;
	height:75px;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.topMenuImage {
	height:75px;
	width:50%;	
	margin-left:auto;
}
.topMenuCenter {
	position:absolute;
	text-align:center;
	left:50%;
	top:0px;	
	right:50%;
}	
.topMenuButtons {
	position:absolute;
	height:75px;	
	width:930px;
	left:-465px;
	top:0px;
	background-image:url(../images/topbar_buttons_bg.jpg);
}
.topMenuButtons img {
	float:left;
}

/* FOOTER BOX --------------------------------------------------------------------*/
.footerMenuBar {
	position:relative;
	height:100%;
	width:100%;
	background-color:#000000;
}

/* FLOAT IMAGES --------------------------------------------------------------------*/
img.topRight {
	position:relative;
	float:right;
	/*T R B L*/
	margin:0px 0px 10px 10px;
}

img.mid {
    margin-left: auto;
    margin-right: auto;
}

/* TOP OF PAGE BUTTON --------------------------------------------------------------------*/
.topOfPg {
	position:relative;
	top:-7px;
	float:right;
}

/* HOME PAGE ______________________________________________________________________________________________________________________________________*/
/*FLASH BOX --------------------------------------------------------------------*/
.flashBoxHome {
	position:relative;
	height:275px;
	width:930px;	
	background-color:#e9eef2;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
}
.getFlashIcon {
	position:absolute;
	left:37px;
	top:213px;
	z-index:1;
}

/* MAIN CONTENT BOX (frame & content bg) --------------------------------------------------------------------*/
.contentFrameHome {
	width:950px;
	background-color:#a9b2b8;
	background-image:url(../images/content_frame.jpg);
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;	
}
.contentBgBoxHome {
	position:relative;
	width:930px;
	overflow:hidden;
	background-color:#222d39;
	background-image:url(../images/column_divider_shim_home.gif);
	/* Mozilla requires these for centering divs */
	margin-right:auto;
	margin-left:auto;
}

/* COLUMN BOX --------------------------------------------------------------------*/
.columnBox1Home {
	position:relative;
	text-align:left;
	min-height:1000px;
	/* !impotant tag is a hack for IE (note the 2 heights). IE pays attention to the important one and ignores the other */
	height:auto !important;
	height:1000px;
	/* width and margin total of 310 */
	width:309px;
	background-image:url(../images/column_backshim_01.gif);
	background-repeat:repeat-x;
	float:left;
	margin-right:1px;
}
.columnBox2Home {
	position:relative;
	text-align:left;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	width:308px;
	background-image:url(../images/column_backshim_01.gif);
	background-repeat:repeat-x;
	float:left;
	margin-right:1px;
	margin-left:1px;
}
.columnBox3Home {
	position:relative;
	text-align:left;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	width:309px;
	background-image:url(../images/column_backshim_01.gif);
	background-repeat:repeat-x;
	float:right;
	margin-left:1px;
}

/* FOOTER BOX (Home) --------------------------------------------------------------------*/
.footerMenuHome {
	height:100px;
	width:950px;
	background-image:url(../images/bottommenu_home.gif);
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
}

/* SECONDARY PAGE ______________________________________________________________________________________________________________________________________*/
/* MAIN CONTENT BOX (frame & content bg) --------------------------------------------------------------------*/
.contentFramePgNd {
	width:950px;	
	background-color:#a9b2b8;
	background-image:url(../images/content_frame_second.jpg);
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;	
}
.contentBgBoxPgNd {
	position:relative;
	width:930px;
	overflow:hidden;
	/* No bg colour b/c want to see through to .contentFramePgNd (content_frame_second.jpg) */
	/*background-color:#222d39;*/
	background-image:url(../images/column_shim_second_pg.gif);
	margin-right:auto;
	margin-left:auto;
}

/* COLUMN BOX --------------------------------------------------------------------*/
.columnBox1PgNd {
	position:relative;
	text-align:left;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	width:245px;
	background-image:url(../images/column_backshim_01.gif);
	background-repeat:repeat-x;
	float:left;
}
.columnBox2PgNd {
	position:relative;
	text-align:left;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	width:675px;
	background-image:url(../images/column_backshim_01.gif);
	background-repeat:repeat-x;
	float:left;
	margin-right:0px;
	margin-left:10px;
}

/* BREADCRUMBS BOX (not used in pages with hero images) --------------------------------------------------------------------*/
.breadcrumbsBox {
	position:relative;
	height:30px;
	width:675px;
	background-image:url(../images/breadcrumbs_bg.gif);
	background-repeat:no-repeat;
}

/* BREADCRUMBS BOX (hero images pages) --------------------------------------------------------------------*/
.breadcrumbsBoxHero {
	position:absolute;
	height:30px;
	width:675px;
	left:0px;
	top:0px;
}

/* FOOTER BOX --------------------------------------------------------------------*/
.footerMenuPgNd {
	height:100px;
	width:950px;
	background-image:url(../images/bottommenu_second.gif);
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
}

/* GAMES ______________________________________________________________________________________________________________________________________*/
/* GAMES TABLE --------------------------------------------------------------------*/
.gamesTable {
	position:relative;
	text-align:center;
	width:675px;
	border-collapse:separate;
    border-spacing:1px;
}
.gamesTable th {
	height:20px;
	text-align:center;
	background-image:url(../images/box_nav_game_list.gif);
	background-repeat:repeat-x;
}
.gamesTable td {
	height:100px;
	background-image:url(../images/bg_game_list.gif);
	background-repeat:repeat-x;
}


/* GAMES PROFILE ______________________________________________________________________________________________________________________________________*/
/* DETAILS BOX --------------------------------------------------------------------*/
.gameDetailsBox {
	position:relative;
	height:65px;
	width:675px;
	background-image:url(../images/header_games_details.gif);
	background-repeat:no-repeat;
}

/* embedr BOX --------------------------------------------------------------------*/
.embedrBox {
	position:relative;
	width:276px;
	/*height:500px;*/
	/*background-color:#e9eef2;*/
	margin-top:30px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
}

/* NEWS ______________________________________________________________________________________________________________________________________*/
/* RSS --------------------------------------------------------------------*/
.newsRss {
	float:left;
}

/* PRESS ______________________________________________________________________________________________________________________________________*/
/* GAMES LINKS --------------------------------------------------------------------*/
.pressThumb {
	position:relative;
	float:left;
	margin-bottom:20px;
}
.pressContent {
	margin-left:190px;
}

/* CONTACT ______________________________________________________________________________________________________________________________________*/
/* CONTACT FORMATTING --------------------------------------------------------------------*/
.contactLeft {
	float:left;
	width:50%;
}
.contactRight {
	margin-left:50%;
}