﻿body { 
	margin: 0; 
	padding: 0; 	
	text-align: right; 
	background-image:url('images/bg.jpg');
	font-family: Tahoma; 

}
#chooseby{/* The choose By */
	text-align:left;
	border-left: 1px solid gray;
	height:6px;
	font-family:"arial black";
	font-size:12px;
}

#Header {/* Header at TopOfPage contains a Header's Pic*/
	width: 910px; 
	height: 110px;
	text-align:center;
}
#UnderHeader {/* UnderHeader located under the Header*/
	width: 900px; 
	background: #d4d4d4;
	text-align:center;
	font-weight: 100;
	padding:10px;
	font-size:18px;
	font-family:"Copperplate Gothic Bold";
}

#location {/* location of user index > GH > ..*/
	width: 900px; 
	height: 12px;
	background: #d4d4d4;
	text-align:left;
	font-size:12px;
	text-decoration: underline;
	margin: 5px; 
}

#maintable {/* contains the main contents */
	width: 900px; 
	height: 500px; 
	text-align:center;
}
#maintable IMG{/* contains the main contents */
	Border:0;
}

/* ##################### GamesTable Start ##################### */
#gamestable {/* contains the games images contents */
	text-align:left;
	font-size:12px;
}
#gamestable TD{/* contains the games images contents */
}
#gamestable A{/* contains the games images contents */
	color:black;
}

/* ##################### GamesTable Ends ##################### */
/* ##################### topsellers Start ##################### */

#topsellersbigTD{
	width:210px;
	border: 1px solid gray;
}
#topsellers {/* contains the games images contents */
	text-align:left;
	font-size:12px;
	background: white;
}
#topsellers TD{
	width:190px;
}
#sellprice{
}
#topsellers A{/* contains the games images contents */
	color:black;
}

/* ##################### topsellers Ends ##################### */
#side {/* contains the two sides of the site */
	width: 120px; 
	height: 525px; 
	background: white;
	font-size:10px;
}
#side A{
color:black;
text-decoration:none;
}
#side TD{/* the text above the right pictures */
	font-size:11px;
	text-align:center;
}
#Div1 {/* Sales and free shipping */
	width: 100%; 
	height: 50px; 
	text-align:center;
}
#Div2 {/* Banner */
	width: 100%; 
	height: 50px; 
	text-align:center;
	background: white;

}
#Div3 {/* Main */
	width: 100%; 
	height: 400px; 
	text-align:center;
	background: white;

}
#Div4 {/* Top sales */
	width: 90%; 
	text-align:center;
	background: white;
	font-size:14px;
	padding:10px;
}
#Bottom {/* Rights */
	width: 900px; 
	background:#d4d4d4;
	text-align:center;
	font-size:12px;

}
#videotext{
	font-size: 14px;
	font-weight: 900;
	padding:10px;
}
#DivMenu
{
  width: 900px;
  height: 31px;
  margin: 0;
  list-style: none;   
}

#menu
{
  width: 900px;
  height: 25px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: left;
  display: block;
  width: 150px;  height: 25px;  /* We'll put width: 16.68% for percents */
}

#menu a
{
  display: block;
  width: 100%;  height: 25px;  
  background-image:url('images/button.gif');
 
  text-decoration: none;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

#menu a:link, #menu a:visited
{
  color: black; 
  background-color: #D3E2C3;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/buttonup.gif');
  color: black; 
}

#menuselected
{
  display: block;
  width: 100%;  height: 25px;  
  background-image:url('images/button.gif');
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  font-size:14px;
  color:black;

}