/* Woodsballgear.com CSS Style */
/* Designed by DarkLordFoxx / Ilya N. from http://ilya.nepfamily.com */
/* Copyright 2006 Woodsball and Paintball Supply & DarkLordFoxx Media */


/* Main Body Stuff */
BODY {
  background: #083f04;
  background-image: url(http://www.woodsballgear.com/catalog/DLFImages/camo.jpg);
  background-repeat: repeat;
  color: #ffffff;
  margin: 0px;
}

A, a:link, a:visited {
  color: #dbe21d;
  text-decoration: none;
}

A:hover {
  color: #fbfc92;
  text-decoration: underline;
}

div#wrapper {
width: 975px;
margin: 0 auto;
text-align: left;
}

.foot {
text-align: center; 
font-size: 12px;
padding-top:45px; }

/* Headers */
h1, h2, h3 {
margin: 0;
line-height: 19px;
}

h1, h2, h3 {
font-weight: bold;
font-size: 13px;
 color: #999; 
margin: 0;
padding: 0 12px;
}

h1 {
padding: 12px 0;
clear:both;
}

h2 {
padding: 0 12px;
}

.content h1 {
 background: #004400 url(includes/images/headgrad.gif) repeat-x top left;
line-height: 20px;
 border: 1px solid;
border-color: #104410 #102010 #102010 #104410;
font-weight: bold;
padding: 0 10px;
 }

/* List Elements */

/* Special Stuff */

.content {

background: #002200;
border: 1px solid;
border-top: 0px;
border-left: 0px;
border-color: #104410 #153510 #153510 #104410;
 background: #002200 url(includes/images/textgrad.gif) repeat-y top left;
}

.linkless a { color: #ffffff; } .linkless a:hover { color: #ffffff; }

/* Main Text Area */

.textarea { background-color: #112211;
		  width: 885px;
		  float: center;
		  margin: 12px 45px 12px 45px;
		  border: 1px solid;
		  border-color: #007700 #002200 #002200 #007700;
		  overflow: hidden;
		  }
		  
.textarea p { text-align:left; padding-left: 5px; }

.textarea h2 { font-size: 16px; font-weight:bold; color: #257725; width: 45%;

border-bottom: solid 0.1em #053305;
        margin-top: 0.6em; }

/* Sidebar (Topnav) */

#sidebar { /*background: #002200 url(includes/images/sidegrad.gif) repeat-y top left;*/ background: none;  text-align: center;}

#sidebar ul {
  list-style-type: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#sidebar ul li {   display:inline; }

#sidebar ul li a {
	border: 2px solid;
	background-color: #003300;
	padding: 2px 2px 2px 3px;
	text-decoration: none;
	border-color: #226622 #001100 #001100 #226622;
	text-align: left;
	width: 100%;
	line-height: 25px;
}

#sidebar ul li a:hover {
	border: 2px solid;
	padding: 2px 2px 2px 3px;
	background-color: #005500;
	border-color: #001100 #226622 #226622 #001100;
	text-decoration: none;
	width:100%;
}

/* Page Layout */

div#navigation {
overflow: hidden;
padding-bottom: 10px;
}

div#header {
text-align:center;
height: 200px;
width: 975px;
line-height:12px;
}

div#footer {
clear: both;
padding-top: 10px;
} 
