/* -------------------------------------------------------
   HTML ELEMENTS
---------------------------------------------------------- */

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 12px/1.7em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #6A6A6A;
	text-align: center;
	background: #000;
}

/* links */
a:active, a:link, a:visited {
	color: #F88F26;
	background-color: inherit;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #000;
	background-color: inherit;
	font-size: 12px;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #A0080D;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #CCC;
} 

/* images */
img {
    background: #111;
    border: 1px solid #222;
	padding: 8px;
	margin: 5px;
}
img.no-border {	border: none; }
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }
img.noborder {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

code {
  margin: 5px 0;
  padding: 20px 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;
  border: 1px solid #151515;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 10px 0 10px 20px;
  	background: #111;
    border: 1px solid #151515;
    font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;
}

/* home page elements */
#container { 
	width: 65em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 0 20px 30px; /*top right bottom left*/ 
}
#panel {
	float: left; 
	width: 15em;
	padding: 5px 0;
}

#mainContent {
  margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

#bannerContent {
  margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  background-image: url(../images/homepage_banner.jpg);
  width: 700px;
  height: 213px;
  border: thin #000 solid;
  margin: 0 0 0 30px; /*top right bottom left*/
}
#bannerContent h1{
	padding-right: 400px;
	color: #000;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* form elements */
form {
	margin: 15px;
	padding: 15px 10px;
	/*background: #111;
    border: 1px solid #151515;*/
	color: #333;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 2px;
	border: 1px solid #CCC;
    color:#000;
	background: #CCC;
}
textarea {
	width: 250px;
	padding:3px 2px;
	border: 1px solid #CCC;
	height:100px;
	display:block;
	color:#000;
	background: #CCC;
}

input.text, input.button, textarea.text { 
	background-color: #FFF; 
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333; 
	border-left: 1px solid #CCCCCC;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/* ------------------------------------------
	  LAYOUT
--------------------------------------------- */

#header-content, #footer-content, #content { width: 850px; }

/* header */
#header {
	background: #444 url(../images/headerbg.jpg) repeat-x 0 0;
	height: 120px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;
	font: bold 35px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 10px;
	left: 115px;
	width: 100%;
	text-shadow: #000000 5px 5px 5px;
	height: 1.5em;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=5);
}

#header-content #logo-img {
	background-image:url(../images/bullseye.png);
	background-repeat: no-repeat;
	height: 100px;
}

a#contactus {
	background-image:url(../images/contact_us.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: right;
}
#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px;
	left: 115px;
	width: 100%;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px;
	top: 75px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 500px;
	text-align: right;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
}
#header-content li a:hover {
	background: #000;
	color: #A0080D;
	height: 19px;
}
#header-content li a#current  {
	background: #FFF;
	color: #000;
	height: 19px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #FFF;		
	width: 100%;
	margin-top: 0px;
	/*background-image: url(../images/content_bg.gif);*/
	background-repeat: repeat-y;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
}

/* main */
#main {
    float: left;
	margin: 20px 0;
	padding: 0;
    /*width: 580px;*/
	width: 65%;
	color: #000;
	background-color: #FFF;
}
#main h1 {
	font: bold 2.2em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}
#main p {
	color: #000;
	font-size: 12px;
}
div#left {
	float: left;
	width: 100px;
	left: 0;
}
div#right {
	float: right;
	width: 100px;
	left: 0;
}
/* sidebar */
#sidebar {
	float: right;
	margin: 30px 10px 0 0; /*top right bottom left*/
    padding: 0;
	color: #FFF;
}
#sidebar h1 {
	font: bold 1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: #FFF url(arrow.gif) no-repeat 10px .6em;
	padding: 7px 0 7px 35px;
    margin-bottom: 10px;
	color: #A0080D;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;
	background-color: #FFF;
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
	color: #DBD0A3;
}
#sidebar ul.sidemenu li a{
	color: #000;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	/*color: #666; */
	height: 1.5em;
	text-decoration: none;
	padding: 5px 0 5px 15px;
	background: #FFF;		
	border-bottom: 1px solid #0D0D0D;
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px solid #0D0D0D;
	background-color: #FFF;
	color: #000;
}
#sidebar ul.sidemenu a:hover {
	padding: 5px 0 5px 10px;
	/*background: #CCC;*/
	border-left: 5px solid  #D30F16;
	color: #A0080D;
}
#sidebar .sidebox {
	background: #000;
	margin: 5px 15px 10px 15px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #68050A;
	text-align: left;
	background-color:#000;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat;
	height: 30em;
}
#footer h2 {
    font-size: 1.3em;
    text-transform: none;
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer p{
	color: #FFF;	
}
#footer-content {	
	margin: 0 auto;
    padding: 15px 0 0 0;
}
#footer-content a:link,
#footer-content a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer-content a:hover {
	color: #FFF;
}

/* footer list */
#footer-content ul.flist {
	list-style: none;
	margin: 0; padding: 0;
    border-top: 1px solid #0D0D0D;
}
#footer-content ul.flist li {
    border-bottom: 1px solid #0D0D0D;
}
#footer-content ul.flist li a:link,
#footer-content ul.flist li a:visited {
    color: #FFF;
    display: block;
	font-weight: normal;
	padding: 5px 0 ;
	width: 98%;
}
#footer-content ul.flist li a:hover {
  text-decoration: none;
  color: #A0080D;
}

/* footer columns */
#footer-content .col {
	/* width: 32%; */
    width: 255px;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	/* width: 30%; */
    width: 245px;
	padding: 0 0 30px 0;	
}
#footer-content .space-sep {
	margin-right: 20px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments {
	border: 1px solid #151515;
    background: #111;
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
}
div#breadcrumbs a {
	color: #F88F26;
	font-size: 12px;
}

div#breadcrumbs a:hover {
	font-size: 12px;
	color: #003;
}

a.contactform:hover {
	color:#000;	
}
table#firearms tr{
	width: 800em;
}
table#firearms tr td{
	width: 100em;
	font-size: 14px;
}
table#firearms a{
}
table#firearms a:hover{
	color: #000;
}