/* GLOBAL */

/* CSS RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

/* end resets */

body {
	background: url('../images/background.jpg') no-repeat top center;
	background-color: #090909;
	color: #737f81;
	font-family: helvetica;
	line-height: 125%;
	font-size: 75%;
}

p { margin-bottom: 15px; line-height: 125%; }

ul li { list-style: none; }

h1 {
	color: #cac7c3;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-shadow: 1px 1px 1px black;
	font-weight: normal;
	font-family: arial;
}

h2 {
	color: #757679;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom:5px;
}

h3 {
	/* Buckets */
	font-family: helvetica;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

h4 { font-weight: bold; font-size: 12px; }

h6 { 
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	width: auto;
	height: auto;
}

a img {
	border: 0px;
	text-decoration: none;
	list-style-type: none;
	list-style: none;
}

a {
	outline: none; 
	color: #737f81;
	list-style: none;
}

option { background: #fff; }

#topNav {
	background: url('../images/topNavBG.png') repeat-x;
	position: absolute;
	width: 100%;
	height: 40px;
	top: 10px;
	left: 0;
	z-index: 1;
}

#topContainer {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

#topNavContent {
	position: relative;
	float: right;
	width: 492px;
	height: 25px;
	margin-left: 17px;
	margin-top: 22px;
	z-index: 10;
}

#topNavContent ul {
	height: 25px;
	float: left;
	margin-left: 30px;
	margin-top: 2px;
	display: inline;
}

#topNavContent ul li {
	display: inline;
	padding-left: 6px;
}

#topNavContent ul li a.topLink {
	text-decoration: none;
}

#topNavContent ul li a.topLink:hover {
	text-decoration: underline;
}

#searchBox {
	float: right;
	width: 222px;
	height: 25px;
    margin-top: -2px;
}

input {
	border: 1px solid #626262;
	background-color: #757679;
}

input.search { 
    border: 0px solid;
    float: left;
    margin-left: 6px;
}

.searchButton {
    float: right;
    margin-left: 7px;
    padding: 1px;
    *padding: 0px;
    _padding: 0px;
    *margin-top: -22px;
}

input#txtSearch {
	background-color: #757679;
    padding: 3px;
}

#logo {
	/*background: url('../images/logo.jpg') no-repeat;*/
	width: 191px;
	height: 55px;
	float: left;
	/*margin-left: 6px;*/
}

#navContainer {
	width: 980px;
	height: 66px;
	float: left;
	margin-top: 35px;
}

ul#main_nav {
	width: 760px;
	height: 31px; 
	overflow: hidden; 
	float: right; 
	margin-top: 10px;
}

ul#main_nav li {
	display: block;
	background: url('../images/main_nav.jpg') no-repeat;
	float: left;
	height: 35px;
}

ul#main_nav li a {
	background: url('../images/main_nav.jpg') no-repeat; 
	display: block;
	height: 35px; 
	float: left;
	text-decoration: none;
}

ul#main_nav li.firearms a {width: 119px; background-position: 0 top; } 
ul#main_nav li.firearms a:hover { background-position: 0 bottom; } 
ul#main_nav li.firearms a.current { background-position: 0 bottom; }

ul#main_nav li.optics a { width: 99px; background-position: -119px top; } 
ul#main_nav li.optics a:hover { background-position: -119px bottom; } 
ul#main_nav li.optics a.current { background-position: -119px bottom; } 

ul#main_nav li.ammunition a { width: 134px; background-position: -223px top; } 
ul#main_nav li.ammunition a:hover { background-position: -223px bottom; }  
ul#main_nav li.ammunition a.current { background-position: -223px bottom; }  

ul#main_nav li.training a { width: 123px; background-position: -355px top; } 
ul#main_nav li.training a:hover { background-position: -355px bottom; }  
ul#main_nav li.training a.current { background-position: -355px bottom; }  

ul#main_nav li.news a { width: 100px; background-position: -474px top; }
ul#main_nav li.news a:hover { background-position: -474px bottom; }
ul#main_nav li.news a.current { background-position: -474px bottom; }

ul#main_nav li.about a { width: 93px; background-position: -573px top; }
ul#main_nav li.about a:hover {  background-position: -573px bottom; }
ul#main_nav li.about a.current {  background-position: -573px bottom; }

ul#main_nav li.store a { width: 92px; overflow: hidden; background-position: -668px top; } 
ul#main_nav li.store a:hover { background-position: -668px bottom; }
ul#main_nav li.store a.current { background-position: -668px bottom; }

#footer {
	background: url('../images/footerBG.png') repeat-x;
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	z-index: 1;
	margin-top: 40px;
}

.column {
	float: left;
	height: auto;
	font-size: 13px;
	padding-left: 82px;
	margin-top: 35px;
}

.column ul li {
	list-style: none;
	line-height: 150%;
}

.column ul li.footerHead {
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.column ul li.footerHead a { text-decoration:none;color:#2e2e2e; }
.column ul li.footerHead a:hover { color:#737F81; }
.column ul li a:hover { text-decoration: none; }

#footerContent {
	width: 980px;
	height: 225px;
	position: absolute;
	margin-left: -490px;
	left: 50%;
	z-index: 10;
}

#footer ul li a.footerLinks { text-decoration: underline; }
