#header {
	margin: 5px 0px;
}

#mainMenu {
	margin: 0px;
	padding: 0px;
	height: 25px;
	display: inline;
}

#mainMenu li {
	float: left;
	background-repeat: no-repeat;
	width: 99px;
	height: 33px;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-right: 3px;
	font-size: 12px;
	text-transform: uppercase;
}

#mainMenu li a, #mainMenu a:visited {
	float: left;
	color: #fff;
	width: 95px;
	padding: 8px 2px 3px 2px;
}

.red_home {
	background-image: url( '../images/menu/red_home.gif' );
}

.green_xbox360 {
	background-image: url( '../images/menu/green_xbox360.gif' );
}

.black_ps3 {
	background-image: url( '../images/menu/black_ps3.gif' );
}

.cyan_wii {
	background-image: url( '../images/menu/cyan_wii.gif');
}

.gold_pc {
	background-image: url( '../images/menu/gold_pc.gif');
}

.purple_psp {
	background-image: url( '../images/menu/blue_psp.gif');
}

.blue_ds {
	background-image: url( '../images/menu/grey_ds.gif');
}

#mainMenu .green_default {
    float: right;
    margin-right: 10px;
    background-image: url( '../images/menu/green.gif' );
}

#subMenu {
	width: 915px;
	height: 27px;
	border-top: 2px solid #dddddd;
	background-color: #eaeaea;
}

#subMenu li {
	float: left;
	padding-right: 10px;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #6d6d6d;
	padding-top: 4px;
	text-transform: uppercase;
	background-image: url( '../images/menu/divider.gif' );
	background-repeat: no-repeat;
	background-position: center right;
	display: inline;
}

#subMenu li a, #subMenu li a:visited {
	color: #6d6d6d;
}

#subMenu li a:hover {
	text-decoration: underline;
}

#subMenu li:first-child {
	margin-left: 15px;
}

#subMenu li:last-child {
	margin-right: 0px;
}

/**** FOOTER ***/

#footer {
	clear: both;
	background-color: #fff;
	border: 1px dotted #cbcbcb;
	margin-bottom: 10px;
	padding: 4px 5px 6px 5px;
}

#footer h4 {
	margin-bottom: 7px;
	color: #6fa133;
}

#footer .mini-menu {
	float: left;
	margin: 15px 25px 10px 0px;
	display: inline;
	height: 130px;
	border-right: 1px dotted #cbcbcb;
	padding: 0px;
	display: inline;
}

#footer .mini-menu ul {
	float: left;
	margin-right: 20px !important;
	margin-right: 10px;
}

#footer li {
	list-style-type: none;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
	margin: 4px 0px 0px 0px;
	line-height: 14px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	padding: 0px 0px 0px 5px;
	padding-left: 15px;
	font-size: 11px;
}

#footer .hr-p {
	margin: 0px 10px;
	padding: 5px 5px;
}

#footer .mini-menu p {
	margin: 0px;
	padding: 0px;
}

#footer .hr-p a {
	font-weight: bold;
}

#footer a {
	color: #585858;
	font-weight: normal;
}

.footerLogo {
	margin: 1px 0px 4px -1px;
}

#footer .footer-blurb {
	width: 305px;
	margin-top: 10px;
	border-right: 0px;
	text-align: justify;
}

#footer .copyright {
	padding-top: 7px;
	text-align: center;
	border-top: 1px dotted #cbcbcb;
	padding-bottom: 2px;
}