/** Main Home Page Formatting **/


/** Console Logos Section **/
div#consolesSection 
{
	padding-top: 20px;
	text-align: center;
}

div#consolesSection img
{
	width: 100px; 
	height: 100px;
	border: 1px solid black;
}

/** Games Selection Section **/
div#gameSelection
{
	text-align: center;
	padding-top: 20px;
}

div#gameSelection table
{
	width: 100%;
	border-collapse: collapse;
}

div#gameSelection td.formFieldLabel
{
	width: 30%;
	text-align: right;
	padding-right: 10px;
}

div#gameSelection td.formFieldContents
{
	width: 69%;
	text-align: left;
}

/** News Section **/
div#news
{
	padding-top: 10px;
}

/** Supplier Links Section **/
div#supplierLinks
{
	padding-top: 10px;
}

div#supplierLinks img
{
	width: 80px;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

/** Featured Links Section **/
div#gameLinks
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div#gameLinks table
{
	width: 100%;
	border-collapse: collapse;
}

div#gameLinks table tbody
{
	font-size: 67%;
}

div#gameLinks table tbody td
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

div#gameLinks table col#wiiFeaturedGames
{
	width: 33%;
	border-right: 1px solid #2493CB;
}

div#gameLinks table col#xboxFeaturedGames
{
	width: 33%;
	border-right: 1px solid #2493CB;
}

div#gameLinks table col#ps3FeaturedGames
{
	width: 33%;
}

