*
{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	background: #000 url('images/web_bg_shade_grey.png') fixed repeat-x;
	font: 13px Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #333333;
}

#wrapper
{
	margin: 0 auto;
	width: 800px;
	border-top:					4px solid #fff;
	border-bottom:			0;
	border-left:				10px solid #fff;
	border-right:				10px solid #fff;
}


#header {
	height: 393px;
	width: 800px;
	margin:							0;
	padding:						0;
}

#menu
{
	width:	800px;
	height: 53px;
	margin:							0;
	padding:						0;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display:						inline;
}

#menu img {
	border:							0;
	margin:							0;
	padding:						0;
	float:							left;
}
/*
#menu a {
	float: left;
	width: 100px;
	height: 45px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 26px;
}

#menu a:hover {
	width: 100px;
    height: 45px;
	color: #DAFAC9;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}
*/

.more
{
	text-align: right;
}


#logo {
	width: 800px;
	height: 340px;
	margin:							0;
	padding:						0;
	text-align:  left;
	background: url(images/web_header.jpg) no-repeat;	
}


#logo h1 {
	text-decoration: none;
	//text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo h2 {
	font-size: 12px;
}

#splashlogo {
	position:		absolute;
	top:				100px;
	right:			-10px;
}

#content
{
	background: #ffffff url(images/top_shade_orange.png) repeat-x top;
}

#singlecol
{
	padding-left: 20px;
	padding-top: 10px;
	width: 762px;
}

#singlecol h4
{
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color: #df951c;
}

#singlecol a
{
	color: #df951c;
	text-decoration: none;
}

#singlecol p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#singlecol h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #df951c;
}

#singlecol h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 20px; font-weight: bold; text-decoration: none; line-height: 120%;
	color: #df951c;
}

#singlecol table {
	width:								760px;
	//border:								solid 1px #ccc;
	border-collapse:			collapse;
}

#singlecol ul {
	list-style: square inside;
}

#singlecol .categorymenu {
	list-style:					none;
}


#singlecol .categorymenu li {
	padding-top:				10px;
	padding-left:				0;
	font-size:					12px;
}

#singlecol li {
	padding-top:				10px;
	padding-left:				0;
	font-size:					11px;
}

.borderdiv {
	height:							10px;
	background:					#fff;
	border-left:				0;
	border-right:				0;
}

.toplink {
	text-align:					left;
}

.comingsoon {
	vertical-align:			top;
	font-size:					9px;
	text-decoration:		none;
	color: #df951c;
}

.gamelist {
	background:						#fff;
	vertical-align:				top;
	text-align:						left;
	padding-top:					5px;
	padding-bottom:				10px;
	padding-left:					10px;
	padding-right:				20px;
	border:								solid 1px #ccc;
}

.gamelistDark {
	background:						#eee;
	vertical-align:				top;
	text-align:						left;
	padding-top:					5px;
	padding-bottom:				10px;
	padding-left:					10px;
	padding-right:				20px;
	border:								solid 1px #ccc;
}


#left
{
	padding-left: 10px;
	padding-top: 10px;
	width: 212px;
}

.left_back
{
	//background: url(images/back.png) repeat-y;
	margin-right:				0;
	padding-top: 				10px;
	padding-right:			2px;
	background: 				#fff;
	border-left:				solid 1px #df6301;
	border-right:				solid 1px #df6301;
}

.bottom
{
	//background: url(images/bottom.png) no-repeat top;
	height: 2px;
	//height: 16px;
	//width: 212px;
	background: 				#fff;
	border-left:				solid 1px #df6301;
	border-right:				solid 1px #df6301;
	border-bottom:				solid 1px #df6301;
}

#left h3
{
	width:							190px;
	height:							24px;
	font-size:					14px;
	font-weight:				bold;
	padding-left:				22px;
	padding-top:				8px;
	//text-transform:		uppercase;
	color:							#000;
	background:					url(images/_none.png) no-repeat;
}

#left h4 {
	font-size:					12px;
}

#left ul {
	list-style:			none;
}

#left li {
	border: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-right: 	5px;
}

#left li.twitter {
	font-size:						11px;
	line-height:					120%;
	border:								0px;
	margin-left:					10px;
	padding-left:					12px;
	padding-top:					0;
	padding-right: 				5px;
	padding-bottom:				10px;
	background-image:			url('images/bullit.png');
	background-repeat: 		no-repeat;
	background-position:	0px 5px;
	color: 								#df951c;
	text-decoration:			none;
}

#left .title_back
{
	padding: 10px;
}


#left a {
	color:								#df951c;
	text-decoration:			underline;
	font-weight:					bold;
}
#left a:visited {
	color:								#df951c;
	text-decoration:			underline;
	font-weight:					bold;
}
#left a:hover {
	text-decoration:			none;
	font-weight:					bold;
}

#left p
{
	font-size:				12px;
	line-height:			120%;
	padding: 5px;
	padding-left: 5px;
	color: #df951c;
	text-decoration:	none;
}

#right
{
	float: 						right;
	width: 						550px;
	padding-top: 			10px;
	padding-left: 		10px;
	position:					relative;
}

#right .box
{
	border: 1px solid #c9c9c9;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

#right ol, #right ul
{
	margin-left: 30px;
}

#right h4
{
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color: #df951c;
}

#right a
{
color: #df951c;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #df951c;
}

#right h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 20px; font-weight: bold; text-decoration: none; line-height: 120%;
	color: #df951c;
}

#right .featureHL {
	width:							550px;
	background:					#fff;
	margin:							0;
	padding:						0;
	//border:							solid 1px #ccc;
}

#right .feature {
	width:							550px;
	background: 				#fff;
	margin:							0;
	padding:						0;
}


#right .feature p {
	background: 				#fff;
	text-align:					center;
	color:							#000;
	font-size:					12px;
	padding:						4px;
	height:							40px;
}

#right .feature img {
	vertical-align:			text-bottom;
	border:							0px;
	background: 				#fff;
}

#right .feature ul {
	width:							550px;
	margin:							0;
	background: 				#fff;
	list-style:					none;
}

#right .feature li.nolb {
	background: 				#fff;
	width:							270px;
	display:						inline;
	float:							left;
	margin:							0;
	padding-top:				10px;
	padding-left:				0;
	padding-right:			0;
	//border-top:					solid 1px #ccc;
	border-left:				0;
	border-right:				0;//solid 1px #ccc;
	border-bottom:			solid 1px #ccc;
}

#right .feature li.wb {
	background: 				#fff;
	width:							270px;
	display:						inline;
	float:							left;
	margin:							0;
	padding-top:				10px;
	padding-left:				0;
	padding-right:			0;
	//border-top:					solid 1px #ccc;
	border-left:				0;//solid 1px #ccc;
	border-right:				solid 1px #ccc;
	border-bottom:			solid 1px #ccc;
}

#right .feature li.nolbtb {
	background: 				#fff;
	width:							270px;
	display:						inline;
	float:							left;
	margin:							0;
	padding-top:				10px;
	padding-left:				0;
	padding-right:			0;
	border-top:					0;
	border-left:				0;
	border-right:				solid 1px #ccc;
	//border-bottom:			solid 1px #ccc;
}

#right .feature li.notb {
	background: 				#fff;
	width:							270px;
	display:						inline;
	float:							left;
	margin:							0;
	padding-top:				10px;
	padding-left:				0;
	padding-right:			0;
	border-top:					0;
	//border-left:				solid 1px #ccc;
	//border-right:				solid 1px #ccc;
	//border-bottom:			solid 1px #ccc;
}

#right .categorymenu {
	list-style:					none;
	margin:							0;
	padding:						0;
}


#right .categorymenu li {
	padding-bottom:			5px;
	padding-left:				0;
	font-size:					12px;
}

#aboutHL ul {
	list-style:					none;
	//list-style: square inside;
	//list-style-image: url('images/bullit.png');
}

#aboutHL li {
	background-image:			url('images/bullit.png');
	background-repeat: 		no-repeat;
	background-position:	0px 15px;
	padding-left:					12px;
	padding-top:					10px;
}

#right .indentspace {
	padding-left:				20px;
}

.contactformTable {
	width:							100%;
}

.contactformLBL {
	vertical-align:			text-top;
	padding:						2px;
	width:							150px;
	text-align:					left;
	font-weight:				bold;
	padding-bottom:			10px;
}

.contactformDATA {
	padding:						2px;
	text-align:					left;
	padding-bottom:			10px;
}

.contactformINPUT {
	width:							350px;
}

#footer {
	height:							70px;
	clear:							both;
	padding-top:				5px;
	background:					#eee;
	//background:				url(images/bottom_shade_orange_v2.png) repeat-x; 
	border-top:					solid 1px #ccc;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:link {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: underline;
}

#left .twittertext	{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;
}

#left .twittertext 	a {text-decoration: none; color: #000}
#left .twittertext 	a:link {text-decoration: none}
#left .twittertext 	a:hover {text-decoration: none}
#left .twittertext 	a:visited {text-decoration: none}

.empty {
	margin:							0;
	padding:						0;
	border-top:					0;
	border-bottom:			1px dotted #aaa;
	border-left:				0;
	border-right:				0;
}


.twitterdate {
	color:							#aaa;
	padding-top:				5px;
	text-align:					right;
	font-size:					10px;
	font-weight:				normal;
}

#right .twittertext	{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;
}

#right .twittertext 	a {text-decoration: none; color: #000}
#right .twittertext 	a:link {text-decoration: none}
#right .twittertext 	a:hover {text-decoration: none}
#right .twittertext 	a:visited {text-decoration: none}