/* Main elements
------------------*/
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body	{
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-family: 'ArialMT', Arial, Helvetica, Verdana, sans-serif ;*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#9a9a9a;
	font-size:62.5%;
	background:#000;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}

h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1 {
	font-size:2em;
	padding-bottom:10px;
	margin:10px 0px 10px 0px;
	font-weight:bold;
	border-bottom:1px dashed #4a4a4a;
}

h2 {
	font-size:2em;
	padding-bottom:10px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	border-bottom:1px dashed #4a4a4a;
}

h3 {
	font-size:14px;
	padding-bottom:1.2em;
	/*color:#fff000;*/
	font-weight:bold;
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size:1em;	
}

p {
	font-size:12px;
	padding-bottom:1.2em;
	line-height:1.2em;
}

a {
	text-decoration:underline;
	color:#999999;
	outline:none;
}

a:hover	{
	color:#d9242b;
}

a img {
	border:0;
}

li {
	list-style:none;
}

fieldset {
	border:none;
}

td, th {
	font-size:1.1em;
	line-height:1.6em;
}

input {
	outline:none;
}

ol {
	font-size:12px;
	padding-bottom:10px;
}

ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:20px;
}

ol li ol li{
	list-style-type:circle;
	padding-left:20px;
}

/*
============================
main divs
============================
*/

#wrapper {
	width:1000px;
	margin:0px auto 0px auto;
}	

#logo {
	display:block;
	width:330px;
	height:95px;
}

#id {
	display:block;
}

ul#nav { 
	margin:0; padding:0;
	height:39px;
	background:url(../images/navbg.png) repeat-x top left transparent;
}

ul#nav li {
	float:left;
	background:url(../images/navseperator.gif) no-repeat top right transparent;
}

ul#nav li a {
	display:block;
	text-decoration:none;
	height:27px;
	padding:11px 15px 0 15px;
	font-size:12px;
	color:#5e5e5e;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

ul#nav li a:hover {
	color:#d9242b;
	/*background:url(../images/navbg-r.png) repeat-x top left transparent;*/
}

ul#subnav {
	clear:both;
	height:35px;
	background:url(../images/redbar.jpg) no-repeat top left #760105;
}

ul#subnav li {
	float:left;
}

ul#subnav li a {
	font-size:11px;
	color:#e8b4b6;
	margin:8px 5px 0px 5px;
	display:block;
	height:20px;
	text-decoration:none;
	padding-top:2px;
	padding-left:30px;	
}

ul#subnav li a:hover {
	color:#fff;
}

ul#subnav li a.tf2 {
	background:url(../images/icon_tf2-trans.png) no-repeat top left transparent;
}

ul#subnav li a.l4d {
	background:url(../images/icon_l4d-trans.png) no-repeat top left transparent;
}

ul#subnav li a.s8 {
	background:url(../images/icon_section8-trans.png) no-repeat top left transparent;
}

#mainbox {
	width:998px;
	height:264px;
	border:1px solid #474747;
}

ul#boxnav {
	margin-top:10px;
}

ul#boxnav li:first-child {
	margin-left:0px;
}
ul#boxnav li:last-child {
	margin-right:0px;
}
ul#boxnav li {
	float:left;
	margin:0px 10px 0px 10px;
}

ul#boxnav li div {
	display:none;
}

ul#boxnav li a {
	display:block;
	width:183px;
	height:113px;
	text-indent:-9999px;
}

ul#boxnav li a.tf2 {
	background:url(../images/box-tf2.jpg) no-repeat top left transparent;
}

ul#boxnav li a.tf2:hover {
	background:url(../images/box-tf2-r.jpg) no-repeat top left transparent;
}

ul#boxnav li a.l4d {
	background:url(../images/box-l4d1.jpg) no-repeat top left transparent;
}

ul#boxnav li a.l4d:hover {
	background:url(../images/box-l4d1-r.jpg) no-repeat top left transparent;
}

ul#boxnav li a.l4d2 {
	background:url(../images/box-l4d2.jpg) no-repeat top left transparent;
}

ul#boxnav li a.l4d2:hover {
	background:url(../images/box-l4d2-r.jpg) no-repeat top left transparent;
}

ul#boxnav li a.s8 {
	background:url(../images/box-s8.jpg) no-repeat top left transparent;
}

ul#boxnav li a.s8:hover {
	background:url(../images/box-s8-r.jpg) no-repeat top left transparent;
}

ul#boxnav li a.bfbc2 {
	background:url(../images/box-bfbc2.jpg) no-repeat top left transparent;
}

ul#boxnav li a.bfbc2:hover {
	background:url(../images/box-bfbc2-r.jpg) no-repeat top left transparent;
}

ul#boxnav li a.avp {
	background:url(../images/box-avp.jpg) no-repeat top left transparent;
}

ul#boxnav li a.avp:hover {
	background:url(../images/box-avp-r.jpg) no-repeat top left transparent;
}

#content {
	clear:both;
	margin-top:10px;
	border:0px solid red;
}

#content ul {
	width:450px;
	float:right;
	border:0px solid red;
}

#content ul:first-child {
	float:left;
}

#content ul li {
	font-size:12px;
	background:url(../images/nh-icon.gif) no-repeat top left transparent;
	padding-left:25px;
	margin-bottom:5px;
	clear:both;
	border:0px solid red;
	height:13px;
}

#content ul li.title {
	font-weight:bold;
	font-size:16px;
	background:none;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
	height:auto;
	color:#878686;
	border-bottom:1px dashed #4a4a4a;
}

#content ul li span {
	margin-right:10px;
	display:block;
}

#content ul li span a {
	font-size:12px;
}

#content ul li span.name {
	width:130px;
	float:left;
}	
#content ul li span.address {
	width:180px;
	float:left;
}	
#content ul li span.connect {
	width:45px;
	float:left;
}
#content ul li span.players {
	width:20px;
	float:right;
}	

#pagecontent {
	border:0px solid #5e5e5e;
	padding:10px 0 10px 0;
}

ul#footer {
	border-top:1px solid #5e5e5e;
	font-size:11px;
	margin-top:10px;
	padding:5px 0px 50px 0px;
}

ul#footer li:first-child {
	float:left;
}
ul#footer li {
	float:right;
	margin-right:5px;
}

#video {
	float:left;
	width:400px;
	height:340px;
	border:1px solid #4a4a4a;
	margin:10px 40px 0px 0px;
}

ul.steamfriends {
	
}

ul.steamfriends li {
	background:#545454;
	width:40px;
	height:40px;
	float:left;
	margin:0px 3px 3px 0px;
	text-align:center;
}

ul.steamfriends li img {
	margin-top:4px;
}

#video_display {
	width:370px;
	height:250px;
	margin-bottom:5px;
	background:url(../images/preload1.gif) no-repeat 50% 50% transparent;
	border:1px solid #4a4a4a;
}

.media_gallery {
	float:left;
	margin-right:12px;
}

.media_gallery img {
	border:0px solid red;
	display:block;
	width:80px;
	height:66px;
	margin-top:10px;
}

.media_gallery div {
	display:none;
}

#left {
	width:400px;
	float:left;
}

#right {
	width:584px;
	float:right;
}

ul.col3 {

}

ul.col3 li {
	width:320px;
	float:left;
	margin-right:10px;
}

#tooltip{
	position:absolute;
	border:1px solid #000;
	background:#a8a8a8;
	padding:2px 5px;
	color:#000;
	display:none;
}

ul#vip {

}

ul#vip li {
	float:left;
	margin-right:10px;
}

.text {
	float:left;
	width:480px;
	padding-right:20px;
}

.clear {
	clear:both;
}

.yellow {
	color:#ffff00;
}

