/* CSS Document */
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Global
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

body {
	background: #000000 url("../images/bg.jpg") top center no-repeat;
	background-attachment: fixed;
	font: normal 12px/150% "Tahoma", "Arial", sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

#wrapper {
	width: 1000px;
	padding: 0 0px;
	margin: 0 auto;
	overflow: hidden;
	background: url("../images/content.jpg") repeat-y;
	}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Head
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#spacer {
	height: 95%;
	float: left;
	width: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

#head {
	position: relative;
	z-index: 2;
	top: 0px;
	left: 5px;
	height: 210px;
	width:990px;
	background: url("../images/header.jpg") no-repeat; 
}

#nav {
	width: 600px;
	height: 200px;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	top: -81px;
	left: 390px;
	display: block;
	background: url("../images/nav.jpg") repeat-x;
}

#nav_f {
	width: 600px;
	height: 200px;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	top: -85px;
	left: 390px;
	display: block;
	background: url("../images/nav.jpg") repeat-x;
}

h1 {
	color:#FF9933;
	font-size: 20px;
}

.logo {
	position: relative;
	z-index: 3;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Footer
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#foot {
	clear: both;
	height: 100px;
	vertical-align: middle;
	width:990px;
	background: #000000 url("../images/footer.jpg") repeat-x; 
	position: relative;
	left: 5px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Menu
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	
#menu {
	height: 50px;
	position: relative;
	list-style: none;
	top: -5px;
	left: -20px; 
	}
	
	#menu li {
		float: left;
		width: 80px;
		height: 50px;
		position: relative; 
		}
		
	#menu li a.menu {
		width: 80px;
		height: 50px;
		padding-top: 35px;
		display: block;
		outline: none;
		font: bold 13px "Tahoma", "Arial", sans-serif;
		color: white;
		text-align: center;
		}
		
		#menu li.home a.menu { background: url("../images/menu.gif") no-repeat; }
		#menu li.home a.menu:hover { background: url("../images/menu_on.gif") no-repeat; }

	#menu li div {
			width: 160px;
			height: 80px;
			padding: 0px 5px 5px 10px;
			overflow: hidden;
			position: relative;
			z-index: 1;
			top: -25px;
			left: -35px;
			display: none;
			background: url("../images/menu_drop_small.png") no-repeat; }
			
			#menu li div p { 
				color: #787474;
				margin: 0; 
				padding: 2px 0 0 20px;
				background: url("../images/bullet_menu.gif") 6px 8px no-repeat; }
			
			#menu li div p a { color: #ffffff; }
			#menu li div p a:hover { color: #5ee467; }
			
		#menu li:hover div { display: block; }
		
#menu_f {
	height: 50px;
	position: relative;
	list-style: none;
	top: 7px;
	left: 20px; 
	}
	
	#menu_f li {
		float: left;
		width: 80px;
		height: 50px;
		position: relative; 
		}
		
	#menu_f li a.menu {
		width: 80px;
		height: 50px;
		padding-top: 35px;
		display: block;
		outline: none;
		font: bold 13px "Tahoma", "Arial", sans-serif;
		color: white;
		text-align: center;
		}
		
		#menu_f li.home a.menu { background: url("../images/menu.gif") no-repeat; }
		#menu_f li.home a.menu:hover { background: url("../images/menu_on.gif") no-repeat; }

	#menu_f li div {
			width: 160px;
			height: 80px;
			padding: 0px 5px 5px 10px;
			overflow: hidden;
			position: relative;
			z-index: 1;
			top: -25px;
			left: -35px;
			display: none;
			background: url("../images/menu_drop_small.png") no-repeat; }
			
			#menu_f li div p { 
				color: #787474;
				margin: 0; 
				padding: 2px 0 0 20px;
				background: url("../images/bullet_menu.gif") 6px 8px no-repeat; }
			
			#menu_f li div p a { color: #ffffff; }
			#menu_f li div p a:hover { color: #5ee467; }
			
		#menu_f li:hover div { display: block; }
		
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Navigation
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
		
a:link {
	color: #5ee467; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-decoration: none;
}
		
a:visited {
	color:#5ee467; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
}

a:hover {
	color: #8ffc97; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
}

a:active {
	color: #5ee467; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
}

a.rss {
	font-weight: bold;
}
a.rss:link {
	color: #5ee467; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	text-decoration: none;
}
		
a.rss:visited {
	color:#5ee467; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	text-decoration: none;
}

a.rss:hover {
	color: #8ffc97; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	text-decoration: none;
}

a.rss:active {
	color: #5ee467; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	text-decoration: none;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Content
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#left {
	width: 180px;
	float: left;
	margin-left: 10px;
	}
		
#right {
	width: 190px;
	float: right; 
	}
	
#middle {
	width: 540px;
	float: left;
	margin-left: 15px; 
	}
	
#forum {
	width: 780px;
	float: left;
	margin-left: 15px; 
	}

.box {
	width: 180px;
	padding: 0px;
	margin-bottom: 35px;
	margin-left: 15px;
	background-color: #3c3c3d;
	overflow:hidden;
	}
	
.boxTop {
	width: 180px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: -15px;
	background: url("../images/box_t.gif") no-repeat;
	}

.boxBottom {
	width: 180px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: 17px;
	background: url("../images/box_b.gif") no-repeat;
	}
	
.box_mf {
	width: 180px;
	padding: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #3c3c3d;
	}
	
.boxTop_mf {
	width: 180px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: -15px;
	background: url("../images/box_t.gif") no-repeat;
	}

.box_c {
	width: 540px;
	padding: 0px;
	margin-bottom: 35px;
	margin-left: 25px;
	background-color: #3c3c3d;
	}
	
.box_cTop {
	width: 540px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: -15px;
	background: url("../images/box_ct.gif") no-repeat;
	}
	
.box_cBottom {
	width: 540px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: 17px;
	background: url("../images/box_cb.gif") no-repeat;
	}
	
.box_f {
	width: 780px;
	padding: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	background-color: #3c3c3d;
	}
	
.box_fTop {
	width: 780px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: -15px;
	background: url("../images/box_fct.gif") no-repeat;
	}
	
.box_fBottom {
	width: 780px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: -35px;
	background: url("../images/box_fcb.gif") no-repeat;
	}

.box_r {
	width: 180px;
	padding: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	position: relative;
	left: -15px;
	background-color: #3c3c3d;
	overflow:hidden;
	}
	
.box_rTop {
	width: 180px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: -15px;
	background: url("../images/box_t.gif") no-repeat;
	}

.box_rBottom {
	width: 180px;
	height: 25px;
	padding: 0px;
	position: relative;
	top: 17px;
	background: url("../images/box_b.gif") no-repeat;
	}

h2.box1 {
	position: relative;
	top: 1px;
	left: 30px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	}
	
h2.forums {
	position: relative;
	top: 1px;
	left: 30px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	}

#usertitle {
	color:#00CCFF;
	font-weight:bold;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Shout Box
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
td.name
{
	background-color:#999999;
	color:#0000CC;
	font-weight:bold;
	text-align:left;
}

td.content
{
	background-color:#666666;
	color:#FFFFFF;
	text-align:left;
}

td.sub
{
	color:#FFFFFF;
	font-size:10px;
	font-style: italic;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    News
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div.newslinks
{
	position: relative;
	z-index: 2;
}
td.news
{
	border-top: dashed #999999 2px;
}
td.news_google
{
	border-top: dashed #999999 2px;
	background: #333333;
}
td.news_dd
{
	border-top: dashed #999999 2px;
	background: #003333;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Input
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/		
input, textarea, select 
{
	color: black;
	background-color: #999999;
	border: solid #000000 1px;
	padding: 0px;
	font: normal 12px/150% "Tahoma", "Arial", sans-serif;
}

input.login
{
	font-size: 12px;
	width: 125px;
	margin-bottom: 5px;
}

input.btn
{
   color:#FFFFFF;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:90%;
   font-weight:bold;
   background-color:#0055AA;
   border:1px solid;
   border-top-color:#005478;
   border-left-color:#005478;
   border-right-color:#005478;
   border-bottom-color:#005478;
  }

input.btnhov {
   color:#0055AA;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:95%;
   font-weight:bold;
   background-color:#CCCCCC;
   border:1px solid;
   border-top-color:#005478;
   border-left-color:#005478;
   border-right-color:#005478;
   border-bottom-color:#005478;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Footer
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

table.foot {
position:relative;
top: 30px;
}