
body {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	background-color: #505677;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(Images/base/BackgroundStrip2.jpg) repeat-y;
}
#header {
	width: 940px;
	margin: 0 auto;
	background: #a4a4a4;
	background: url(Images/base/HeaderBackground2.jpg) no-repeat;
	text-align: center;
	padding: 0;
	height: 185px;
	border-bottom: 1px solid #000000;
}
#logo {
	background: url(Images/base/MTDLogo.gif) center no-repeat;
	height: 100px;
}
#headerText {
	width: 550px;
	padding-top: 76px;	
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.blackLine {
	background-color: #000000;
	height: 10px;
	width: 940px;
	margin: 0 auto;
}
/* NAVIGATION BUTTONS */
.menu {
	height: 60px;
	width: 692px;
	margin: 0 auto;
	padding-top: 5px;
}
.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	overflow:hidden;/* for ie to hide extra height*/	
}
.middleNav {
	background: url(Images/nav/Middle_On.gif) no-repeat;
	width: 134px;
	height: 60px;
}
.leftNav {
	background: url(Images/nav/Left_On.gif) no-repeat;
	width: 145px;
	height: 60px;
}
.rightNav {
	background: url(Images/nav/Right_On.gif) no-repeat;
	width: 145px;
	height: 60px;
}
.cssnav a {
	display: block;
	color: #FFF;
	font-size: 14px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.middleNav a{				
	width: 134px;
	height: 60px;
}
.leftNav a, .rightNav a{				
	width: 145px;
	height: 60px;
}
.cssnav a:hover {
	color: #000;
}
.middleNav img {width: 134px; height: 60px; border: 0; }
.leftNav img, .rightNav img {width: 145px; height: 60px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 0px;top: 20px;
	text-align: center;
	width: 134px;
	cursor: pointer;   
}
.leftNav span {
	left: 11px;
}
.rightNav span {
	right: 11px;
}
			/* END OF NAVIGATION */
			/* START COPY SECTION */
#mainBox {
	width: 940px;
	margin: 0 auto;
	background: #a4a4a4;
	
}
#copyBox {
	background: #a4a4a4 url(Images/base/CopyBackground.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
		
}
.copyText {
	width: 780px;
	margin: 0 auto 0px auto;
}
.heading {
	font-size: 18px;
	text-align: center;
}
.gamesText {
	width: 800px;
	margin: 0 auto 20px auto;
}
.gamesText img {
	padding: 1px;
}
.gamesHighlightText {
	width: 900px;
	background-color:#7e7e7e; 
	margin: 0 auto 10px auto;
	font-size: 16px; 
	font-weight: bold;
	color: #FFF;
	padding: 10px;
}
.gamesHighlightText ul {
	list-style-type: circle; 
	padding: 0 0 0 20px;
	color: #FFF;
	margin: 0;
}
.gamesHighlightText ul li ul {
	list-style-type:disc; 
	padding: 0 0 0 30px;
}
.contactText {
	width: 600px;
	margin: 0 auto 20px auto;
	font-size: 14px; 
	font-weight: bold;
}
.smallTiles, .largeTiles{
	text-align: center;
}
.platformText {
	padding: 300px 0 0 550px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.platformText ul {
	list-style-type: disc; 
	padding: 0 0 0 12px; 
	margin: 0;
}

			/* END COPY SECTION */
#footer {
	width: 1000px;
	margin: 0 auto;
	height: 85px;
	background: url(Images/base/BottomStrip2.jpg) no-repeat;
	
}
#footerBackground {
	width: 940px;
	margin: 0 auto;
	height: 50px;
	background: url(Images/base/Footer.jpg) no-repeat;
}
.footerCopy {
	width: 910px;
	margin: 0 auto;
	padding: 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

