@font-face {
  font-family: Thor;
  src: url('Thor.ttf');
}


body {
	background-image:url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#727777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#container {
	text-align: left;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	height:304px;
	width:777px;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 122px;
	margin-left: 122px;
}
#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:620px;
	color: #666;
}
#right{
	width:192px;
	float:right;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}
#container #content #left .menu form {
	display: inline;
}
.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:620px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.postsubheader {
	font-size: 0.75em;
	font-style: italic;
	text-align: right;
	color: #999;
	padding-right: 10px;
}


.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.postcontent ol{
	list-style-position: outside;
	
	padding: 0px 20px 0px 20px;
	color:#999999;
}
.postcontent ol li{

	padding-top: 10px;
	color:#999999;
}
.hudbackimage {
	background-image: url(images/mainscreen.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 320px;
	width: 240px;
	float: left;
}

.postcontent p {
	text-indent: 2em;
	text-align: justify;
	display: block;
}
.postcontent ul {
	list-style-type: disc;
	display: block;
	float: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 25px;
	color: #999;
}
.postcontent ul li{

	padding-top: 10px;
	color:#666666;
}

.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:620px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:250px;
	display:block;
	left:190px;
	text-align: center;
	color: #666;
	padding-right: 2px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	color: #333;
	padding: 0px;
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li link{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}
/********************* footer ****************************/
#footer{
	margin-left:206px;
	margin-right:196px;
	
}
#footer ul{
	display:block;
	text-align: center;
	color: #666;
}
#footer ul li{
	display:inline;
	text-align:center;
	color: #333;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #6b7272;
	border-left-color: #6b7272;
	padding-right: 2px;
	padding-left: 1px;
}

/*#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}*/
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.menu ul li{

	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.member{
	display:inline;
	float:left;
	margin-left:10px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:75px;
	height:70px;
	border: solid 2px #999999;	

}
.clear{
	clear:both;
}
.link{
	
	cursor:pointer;
	transition-property: background-color, color,background;
		transition-duration: .5s;
		transition-timing-function: ease-in-out;
	
}
.link:hover{
		background: #151616; /* Old browsers */
		background: -moz-linear-gradient(top, #151616 0%, #858686 48%, #151616 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151616), color-stop(48%,#454646), 		color-stop(100%,#151616)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #151616 0%,#454646 48%,#151616 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #151616 0%,#454646 48%,#151616 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #151616 0%,#454646 48%,#151616 100%); /* IE10+ */
		background: linear-gradient(top, #151616 0%,#454646 48%,#151616 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151616', endColorstr='#151616',GradientType=0 ); /* IE6-9 */
		color:white;
		cursor:pointer;	
		transition-property: background-color, color,background;
		transition-duration: .25s;
		transition-timing-function: ease-in-out;
}
td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.productimageright {
	float: right;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.productimageleft {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}



.ownerlogo {
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
.ownerdesc {
	width: 600px;
	margin-right: 15px;
	margin-left: 15px;
}
.ownerloc {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
/****************Region list ************/
.regionheader{
	background-image:url(images/regiontop.gif);
	display:block;
	width:600px;
	height:22px;
}
.regionheader h1{
	padding: 2px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0;
}
.regionthumb {
	height: 50px;
	width: 100px;
	float: left;
	display: block;
	cursor:pointer;	
}
.regiondesc {
	margin-left: 105px;
	text-align: justify;
	
}

.regioncontent{
	background-image:url(images/regionmiddle.gif);
	background-repeat: repeat-y;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.regionfooter{
	background-image:url(images/regionbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:600px;
	height:15px;
} 
.postcontent{
	background-image:url(images/postmiddle.gif);
	width:600px;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thumbcontainer {
	padding: 10px;
	width: 580;
	overflow: hidden;
	height: 92px;

}
.vidthumb {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	cursor:pointer;	
}
.scrol {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	width: 10;
	overflow: hidden;
	height: 92px;
	cursor:pointer;	
}
.scoremenu {


}
.scoremenu ul {
	display:block;
	left:auto;
	right:auto;
	text-align: center;
	padding-right: 2px;
}
.scoremenu ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	color: #333;
	padding: 0px;
}
.loginheader{
	width:192px;
	height:75px;
	background-image:url(images/logintop.gif);
	display:block;
}
.loginheader h3{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
		color:#CCCCCC;
}
.logincontent{
	width:192px;
	background-image:url(images/menumiddle.gif);
	padding-top:10px;
	padding-left:10px;
	background-repeat: repeat-y;
	color:#AAAAAA;
}

table.tftable
 {
font-size:12px;
color:#fbfbfb;width:100%;
border-width: 1px;
border-color: #686767;
border-collapse: collapse;
}
table.tftable th 
{
font-size:12px;
background-color:#171515;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #686767;
text-align:center;
}
table.tftable tr 
{
background-color:#2f2f2f;
}
table.tftable td 
{
font-size:12px;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #686767;
}

