/******* Body ********/

body {
	font:0.9em Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	background:#141414 url(../images/bg.jpg) no-repeat center 0;
	margin:0;
	padding:0;
}

#container {
	background:url(../images/bottombg.jpg) repeat-y;
	width:887px;
	margin:156px auto 0 auto;
}

a:link img, a:visited img , a:hover img{
	border:0;
    margin:5px 5px 0 5px;
}

/******* Play Now Button ********/

#playbutton {
	text-align:center;
}

#playbutton img {
	margin:6px 22px 0 0;
}

/******* Menu ********/

#menu {
	background:url(../images/navbg.jpg) no-repeat;
	width:887px;
	height:75px;
	margin:0;
	padding:0;
}

#menu ul{
	margin:0 0 0 50px;
	padding:0;
}

#menu li {
	display:block;
	float:left;
	clear:none;
	text-indent: -9999px;
	overflow: hidden;
}

#menu a:link, #menu a:visited, #menu a:hover  {
	color:#444;
}

/****/

.menu_home, .menu_info, .menu_play, .menu_download, .menu_maps, .menu_forums, .menu_stats, .menu_login  {
	height:41px;
	font-size:0;
}

/****/

.menu_home {
	background:url(../images/nav_home.jpg) no-repeat;
	width:63px;
}
.menu_home a:link, .menu_home a:visited {
	display:block;
	background:0;
	width:63px;
	height:41px;
}
.menu_home a:hover {
	background:url(../images/nav_home_h.jpg) no-repeat;
}

/****/

.menu_info {
	background:url(../images/nav_info.jpg) no-repeat;
	width:59px;
}
.menu_info a:link, .menu_info a:visited{
	display:block;
	background:0;
	width:59px;
	height:41px;
}
.menu_info a:hover {
	background:url(../images/nav_info_h.jpg) no-repeat;
}

/****/

.menu_play {
	background:url(../images/nav_play.jpg) no-repeat;
	width:61px;
}
.menu_play a:link, .menu_play a:visited{
	display:block;
	background:0;
	width:61px;
	height:41px;
}
.menu_play a:hover {
	background:url(../images/nav_play_h.jpg) no-repeat;
}

/****/

.menu_download {
	background:url(../images/nav_download.jpg) no-repeat;
	width:111px;
}
.menu_download a:link, .menu_download a:visited{
	display:block;
	background:0;
	width:111px;
	height:41px;
}
.menu_download a:hover {
	background:url(../images/nav_download_h.jpg) no-repeat;
}

/****/

.menu_maps {
	background:url(../images/nav_maps.jpg) no-repeat;
	width:66px;
}
.menu_maps a:link, .menu_maps a:visited{
	display:block;
	background:0;
	width:66px;
	height:41px;
}
.menu_maps a:hover {
	background:url(../images/nav_maps_h.jpg) no-repeat;
}

/****/

.menu_forums {
	background:url(../images/nav_forums.jpg) no-repeat;
	width:89px;
}
.menu_forums a:link, .menu_forums a:visited{
	display:block;
	background:0;
	width:89px;
	height:41px;
}
.menu_forums a:hover {
	background:url(../images/nav_forums_h.jpg) no-repeat;
}

/****/

.menu_stats {
	background:url(../images/nav_stats.jpg) no-repeat;
	width:59px;
}
.menu_stats a:link, .menu_stats a:visited{
	display:block;
	background:0;
	width:59px;
	height:41px;
}
.menu_stats a:hover {
	background:url(../images/nav_stats_h.jpg) no-repeat;
}

/****/

.menu_login {
	background:url(../images/nav_login.jpg) no-repeat 0 -1px;
	width:138px;
	margin:1px 0 0 170px;
}
.menu_login a:link, .menu_login a:visited{
	display:block;
	background:0;
	width:138px;
	height:41px;
	border:0;
}
.menu_login a:hover {
	background:url(../images/nav_login_h.jpg) no-repeat 0 -1px;
}

/******* Upper Content ********/

#uppercontent {
	margin:0 0 0 -2px;
	background:url(../images/texturebg.jpg);
	width:887px;
	padding:30px 0 20px 0;
}

#uppercontent  a:link, #uppercontent a:visited, #uppercontent  a:hover {
	font-size:0.8em;
	text-decoration:none;
	color:#444;
	border-bottom:1px dotted #333;
	margin-left:30px;
}

#uppercontent  a:hover {
	color:#777;
	border-bottom:1px solid #333;
}

.dimage {
	margin:8px 0 6px -25px;
}

#uppercontent .dimage a:link, #uppercontent .dimage a:visited , #uppercontent .dimage a:hover {
	border:0;
}

#downloadbox {
	padding-left:250px;
}

#downloadbox  h1 {
	display:inline;
	color:#aaa;
	font-size:1.2em;
	margin-left:1em;
	margin-bottom:1em;
	border-bottom:1px dotted #333;
	text-transform:uppercase;
}

#downloadbox  em {
	color:#444;
	margin-left:0.8em;
}

/******* Title Area ********/

#titlearea {
	background:url(../images/titlebg.jpg) no-repeat;
	width:887px;
	height:40px;
	padding:3em;
}

#titlearea  h1 {
	font-size:1.5em;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
}

#titlearea  h1 strong {
	color:#d2db46;
	font-weight:bold;
}

/******* Lower Content ********/

#lowercontent {
	padding:1em 5em 0.01em 5em;
	border-bottom:1px solid #111;
}

#lowercontent .post {
	margin:0 0 3em 0;
}

#lowercontent .post p{
    display:block;
    clear:none;
	border-top:1px dotted #303030;
	margin:0.3em 0 0 0;
	padding:1em 0 0 0;
}

#lowercontent .post li{
	margin:0.3em 0 0 0;
}

#lowercontent .post p img {
	border:5px solid #262626;
}

.comments {
	border-top:1px dotted #252525;
	color:#444;
	margin:1em 0 0 0;
	padding:1em;
	text-align:right;
}

#lowercontent a:link, #lowercontent a:visited, #lowercontent a:hover {
	text-decoration:none;
	color:#555;
	border-bottom:1px dotted #444;
}

#lowercontent a:hover {
	color:#777;
	border-bottom:1px solid #444;
}

#lowercontent .post h2{
	display:inline;
}

#lowercontent .post h3, #lowercontent .post h4 {
	font-size:1em;
	font-weight:normal;
	display:inline;
	color:#535353;
	margin-left:2em;
}

#lowercontent .post h4 {
	margin-left:0;
}

#lowercontent table {
	margin:auto;
	padding:1em;
	background:#222;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #252525;
	border-right:1px solid #252525;
}

#lowercontent td {
	background:#2a2a2a;
	padding:0.5em;
}

#lowercontent .top5 td {
	font-weight:bold;
	color:#d1cfa4;
}

#lowercontent .trAlt td {
	background:#222;
}

#lowercontent table thead th{
	padding:0.5em;
	border-bottom:3px solid #444;
}

#lowercontent  table a:link, #lowercontent  table a:visited, #lowercontent  table a:hover {
	text-decoration:none;
	color:#aaa;
	border-bottom:1px dotted #555;
}

#lowercontent  table a:hover {
	color:#fff;
	border-bottom:1px solid #999;
}

.pages {
	margin:1em 0 1em 0;
	padding:1em;
	list-style:none;
	color:#555;
	text-align:center;
}

.pages li {
	display:inline;
	border:1px solid #222;
	padding:0.5em;
	margin:0.02em;
}

.pagehighlight {
	background:#1e1e1e;
}

.footer {
	padding:1em 0 0 0;
    border-top:1px dotted #303030;
	font-size:0.8em;
	text-transform:uppercase;
	text-align:center;
}