@charset "utf-8";
/* CSS Document */

body {
	background-image: url(i/tlo/ass.jpg);
	margin: 0;
	color: #3b3b3b;
	font-family: "Trebuchet MS",serif;
	font-size: 12px;
}

img, a img {
	border: none;
}

ul li 
{ 
 float: left; 
}

#container {
	background: url(i/fg.jpg) repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

ul#nav {
	background: url(i/nav.jpg);
	width: 997px;
	height: 60px;
	padding: 0 0 0 3px;
	margin: 0;
	list-style: none;
}

ul#nav li {
	float: left;
}


ul#nav li a {
	display: block;
	float: left;
	height: 60px;
	text-decoration: none;
}

ul#nav li a span {
	visibility: hidden;
}

ul#nav li a:hover span {
	visibility: visible;
}

ul#nav li a#nav_home {
	width: 78px;
}
		
		
ul#nav li a#nav_roster {
	width: 95px;
}
	
		
ul#nav li a#nav_matches {
	width: 105px;
}

		
ul#nav li a#nav_infotainment {
	width: 146px;
}
		
ul#nav li a#nav_forums {
	width: 98px;
}

ul#nav li a#nav_aboutus {
	width: 107px;
}

		
ul#nav li a#nav_achievements {
	width: 149px;
}


ul#nav li a#nav_contact {
	width: 102px;
}

		
ul#nav li a#nav_sponsors {
	width: 115px;
}
		
#banner {
	background: url(i/banner.png);
	width: 1000px;
	height: 175px;
}

#left {
	width: 214px;
	float: left;
}

#head_forum_login {
	background: url(i/head_forum_login.jpg);
	width: 214px;
	height: 47px;
}

.left_box {
	background: url(i/login_bg.jpg) repeat-y;
	width: 214px;
	border-bottom: solid 1px #262626;
}

.left_box form {
	margin: 0 4px;
	padding: 2px 0;
}

#username {
	background: url(i/username.jpg);
	width: 194px;
	height: 17px;
	border: none;
	padding: 5px 5px 0 5px;
	margin: 0 0 2px 0;
	font-weight: bold;
	font-size: 11px;
}

#password {
	background: url(i/password.jpg);
	width: 194px;
	height: 17px;
	border: none;
	padding: 5px 5px 0 5px;
	margin: 0 0 2px 0;
	font-weight: bold;
	font-size: 11px;
}

#login_now {
	background: url(i/loginnow.jpg);
	width: 84px;
	height: 24px;
	margin: 0 2px 0 0;
	padding: 0;
	float: right;
	border: none;
	cursor: pointer;
}

.left_box form img {
	float: left;
	margin: 0 2px 0 0;
}

#recent_matches {
	background: url(i/recent_matches.jpg);
	width: 212px;
	height: 45px;
}

ul#match_list {
	width: 212px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#match_list li {
	width: 172px;
	height: 25px;
	line-height: 10px;

}

.opponent {
	float: left;
	color: #d0d0d0;
	font-weight: bold;
}

.game {
	color: #ea512c;
	font-size: 9px;
	font-weight: normal;
	width: 125px;
}

.win {
	float: left;
	font-weight: bold;
	color: #64d527;
}

.lose {
	float: left;
	font-weight: bold;
	color: #d52e27;
}

ul#match_list li.quake {
	background: url(i/quake_match.jpg);
}

#members_roster {
	background: url(i/head_members_roster.jpg);
	width: 214px;
	height: 46px;
	clear: both;
}

#roster {
	margin: 3px 0 0 3px;
}

#roster img {
	margin: 0 2px 2px 0;
	float: left;
}

#namedisplay {
	background: url(i/namedisplay.jpg);
	width: 193px;
	height: 23px;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	clear: both;
}

#namedisplay em {
	font-style: normal;
	color: #d52e27;
}

#most_downloaded_files {
	background: url(i/head_most_downloaded_files.jpg);
	width: 214px;
	height: 46px;
}

ul#files {
	width: 212px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#files li {
	background: url(i/files_bg.jpg);
	width: 202px;
	padding: 7px 0 0 10px;
	height: 25px;
	line-height: 10px;
}

.file {
	float: left;
	color: #d0d0d0;
	font-weight: bold;
}

.details {
	color: #ea512c;
	font-size: 9px;
	font-weight: normal;
}







#center {
	background: url(i/middle_top_bg.jpg) top no-repeat #fff;
	width: 562px;
	padding: 5px;
	float: left;
}

#quake_live {
	background: url(i/quake_live.jpg);
	width: 562px;
	height: 120px;
}

.content_border {
	border: 1px solid #e0e0e0;
	width: 560px;
	margin: 0 0 4px 0;
}

.content {
	background: url(i/content.jpg) repeat-y;
	width: 558px;
	border: 1px solid #fff;
}

.content_left {
	width: 126px;
	float: left;
}

.content_left img {
	margin: 5px 0;
}

.content_left p {
	padding: 0;
	margin: 0;
	line-height: 14px;
	clear: both;
}

.content_left strong {
	color: #d52e27;
}

.content_left strong a {
	color: #d52e27;
	text-decoration: none;
}

.content_left strong a:hover {
	text-decoration: underline;
}

.content_left a {
	color: #3b3b3b;
	text-decoration: none;
}

.content_left a:hover {
	text-decoration: underline;
}

.content_right {
	width: 406px;
	float: right;
	padding: 6px 10px;
}

.content_right h1 {
	font-size: 18px;
	color: #d52e27;
	margin: 0 0 5px 0;
	padding: 0;
}

.content_right h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}

.content_right a {
	color: #3b3b3b;
	text-decoration: underline;
}

.content_right a:hover {
	text-decoration: none;
}
	

.content_right p {
	margin: 0;
	padding: 0 0 10px 0;
}

.news_category {
	background: url(i/news_category.jpg) no-repeat;
	width: 126px;
	height: 9px;
}

.posted_by {
	background: url(i/news_posted_by.jpg) no-repeat;
	width: 126px;
	height: 10px;
	margin: 6px 0 0 0;
}

.date {
	background: url(i/date_and_time.jpg) no-repeat;
	width: 126px;
	height: 11px;
	margin: 6px 0 0 0;
}

.options {
	background: url(i/options.jpg) no-repeat;
	width: 126px;
	height: 11px;
	margin: 6px 0 0 0;
}


#right {
	width: 214px;
	float: right;
}

#head_sponsor {
	background:url(i/head_head_sponsor.jpg);
	width: 214px;
	height: 46px;
}

.right_box {
	background: url(i/login_bg.jpg) repeat-y;
	width: 214px;
	
}

#main_sponsors {
	background: url(i/head_main_sponsor.jpg);
	width: 214px;
	height: 46px;
}

#sponsors a img {
	float: left;
}

.clear {
	clear: both;
}

#footer {
	background: url(i/fg.jpg) repeat-y;
	width: 1000px;
	height: 57px;
	margin: 0 auto;
}

a#ctrelease {
	background: url(i/ctrelease.jpg);
	width: 214px;
	height: 57px;
	float: left;
}

#foot {
	background: url(i/footer.jpg) repeat-x;
	width: 552px;
	height: 47px;
	margin: 0 5px;
	float: left;
	padding: 5px;
}

#foot p {
	clear: both;
	color: #888;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

#footer_right {
	background: url(i/footer_right.jpg);
	width: 214px;
	height: 57px;
	float: left;
}

#footer_fix {
	visibility: hidden;
	height: 0;
	width: 0;
	overflow: hidden;
}

a#lb {
	margin: 5px 5px 0 5px;
	width: 204px;
	height: 20px;
	display: block;
}

a#xp {
	margin: 1px 5px 0 5px;
	width: 204px;
	height: 20px;
	display: block;
}