/* CSS Document */
p {
	margin:0;
	padding:0;
}

body 
{
	background-color:#A09881;
	
	padding:0;
	margin:0;
}





hr
{
	color: #2C3147;
	height:20px;
	border:1px solid #2C3147;
	background:#2C3147;
	width:786px;
	noshade;	
}


a
{
	color:#EEDD4C;
	text-decoration:none;
	
}

td
{
	color:#ffffff;
}

a:hover 
{
	color:#72DAF4;
	text-decoration:underline;
}


#mainContainer {
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#A09881;
	padding:0;
	margin:0;
}

#pageContainer {
	width:820px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:0;
	margin:0;
	line-height:18px;
	position:relative;
}

#mainBG {
	background-image:url(images/main02.png);
	background-repeat:repeat-y;
	width:820px;
	margin:0;
	padding:0;
}

#mainImage {
	background-image:url(images/main01.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:520px;
	margin:0;
	padding:0;
}

#mainImage .blendo a 
{  
	position: absolute;       
	width: 205px; 
	height: 30px;      
	text-indent: -1000em; 
	
	top: 48px;   
	left: 230px; 
}

#home-link {
    position: absolute;
    width: 230px;    /* width of the logo */
    height: 40px;   /* height of the logo */
    top: 40; left: 220; /* top-left corner of logo */
    border: 0;
    float: left;
}


#mainImage_blank {
	background-image:url(images/main01_blank.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:520px;
	margin:0;
	padding:0;
}


#mainDesc {
	text-align:left;
	padding-top:15px;
	padding-left:48px;
	width:400px;
	color:#E7E7E7;
	line-height:18px;
	margin-top:-300px;
}




#mainLinks {
	text-align:left;
	padding-left:34px;
	padding-top:167px;	
	color:#E7E7E7;
	line-height:18px;
}

#mainLinks a {
	color:#EEDD4C;
	text-decoration:none;
	
	
}

#mainLinks a:hover {
	color:#FF7B37;
}


#videoLink {
	text-align:center;		
}



#forumLink {
	text-align:right;	
	padding-right:34px;
	margin-top:-18px;	
	color:#E7E7E7;
	font-size:18px;
	font-weight:bold;
}

#forumLink a {
	color:#EEDD4C;
	text-decoration:none;
	
}

#forumLink a:hover {
	color:#FF7B37;
}


#buybuttons
{
	font-size: 110%;	
	color:#ffffff;
	text-align:center;
}

#buybuttons td
{
	text-align:center;
	font-size: 110%;	
	color:#ffffff;
}





/* HACK */
#game_content_mods
{
	margin-left:70px;
	width:820px;
	margin-top:-300px;
}

#game_content {
	width:820px;
	padding-top:1px;
}


#game_content li
{
	background: url(images/bullet.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 40px; /*link text is indented 19px*/
	text-decoration: none;
	
	font-size: 100%;	
	margin-left: 10px;
}




#buybutton
{
  display: block;
  width: 200px;
  height: 100px;
  background: url("images/buybutton.jpg") no-repeat 0 0;  
}

#buybutton:hover
{ 
  background-position: 0 -100px;
}

#buybutton span
{
  display: none;
}



#demobutton
{  
  display: block;
  width: 200px;
  height: 100px;
  background: url("images/demobutton.jpg") no-repeat 0 0;  
}

#demobutton:hover
{ 
  background-position: 0 -100px;
}

#demobutton span
{
  display: none;
}


#xboxbutton
{  
  display: block;
  width: 200px;
  height: 100px;
  background: url("images/xboxbutton.jpg") no-repeat 0 0;  
}

#xboxbutton:hover
{ 
  background-position: 0 -100px;
}

#xboxbutton span
{
  display: none;
}






#game_thumbs {
	float:left;
	padding-left:48px;
	padding-right:32px;
	padding-bottom:10px
	
}

#game_desc {
	float:left;
	color:#f3f3f3;
	width:480px;
	padding-top:2px;
	margin:0;
	padding:0;
	
	font-size:120%;
	line-height:24px;
}


#game_desc a {
	color:#EEDD4C;
	text-decoration:none;
	
	font-size:16px;
	line-height:22px;
}

#game_desc a:hover {
	color:#72DAF4;
	text-decoration:underline;
}



#copyright {
	float:right;
	color:#a3a3a3;
	font-size:11px;
	text-align:left;
	width:600px;
	
	padding-top:8px;
	line-height:normal;
}

.footerShadowBottom {
	height:60px;
}

#footer {
	background-image:url(images/footerBG.png);
	height:30px;
}

#footerLogo {	
	padding-left:48px;
	width:57px;
}



