/**
 *  --------------------------------------------------------------------------------------
 *  Master CSS
 *  ----------------------------------------------------
 *  Modified	January 7, 2009 by Bree
 *  @version	3.0.1
 *  @author	Merrill <merrill@navigatormm.com>, Bree <bree@navigatormm.com>
 *  ----------------------------------------------------
 *  1.  Typography
 *  2.	Body
 *  3.	Wrapper
 *  4.	Header
 *  5.	Logo
 *  6.	Navigation
 *  7.	Content
 *  8.	Footer
 *  9.  Lightbox
 *  --------------------------------------------------------------------------------------
 */
 
/* Typography
--------------------------------------------------------------------------------------- */ 
h1 { 
	color: 					#660000;
	font: 					bold 15px/16px Arial, Helvetica, sans-serif;
	margin-top: 				0px;
	margin-bottom: 				4px;
}
h2 { 
	color: 					#f9cf36;
	font:					bold 30px/16px Arial, Helvetica, sans-serif;
	margin-bottom:		 		33px;
}
h3 { 
	color: 					#9d0a0e;
	font:				 	bold 16px/16px Arial, Helvetica, sans-serif;
}
p, ul, ol { 
	margin-bottom:		 		18px;
}
ul {
	list-style-type:	 		square;
	margin-left:		 		30px;
}
a {
	color:					#f9cf36; 
	text-decoration:	 		none;
}
a:hover{
	color:					#9d0a0e;
	text-decoration:	 		none;
}

.p30 { padding: 30px;}	
.fixedWidth {width:342px;} /*for use on pages where text stays in the left area but needs a scrollpane just incase the text is too long*/
.indent {margin-left:20px;}
	
/* Body
--------------------------------------------------------------------------------------- */
body {
	font: 14px/18px Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	background:url(../images/bg-3.gif) repeat-x;
	background-color:#000000;
}
	
/* Wrapper
--------------------------------------------------------------------------------------- */
#wrapper {
	width:  852px;
	height: 536px;
	border: 2px solid #7a1914;
	background: none;
	margin: 0 auto ;
	margin-top: 50px;
	padding: 10px;
	position: relative;
	z-index: 10;/* Is need so that dropdown apears in front of relative position objects in IE6 and IE7.*/
}
/* Header
--------------------------------------------------------------------------------------- */
#header {
	width:832px;
	height: 92px;
	position: relative;
	background:url(../images/toptarget.png) 508px 50px no-repeat;
}
/* Logo
--------------------------------------------------------------------------------------- */
#logo {
	width: 182px;
	height: 130px;
	top:-3px;
	left: 30px;
	position:absolute;
}
/* Navigation
--------------------------------------------------------------------------------------- */
#navigation {
	color: #737262;
	width: 852px;
	height: 37px;
	background: #9D0A0E;
}
#navigation ul {
	list-style:none;
	margin: 0;
	padding: 0;
	float:right;
}
#navigation li{
	margin: 10px 10px 0px 0px;
	padding: 0;
	float:left;
}
#navigation li a{
	color:#FFFFFF;
	font-size:13px;
	font-weight: bold;
	display:block;
}
#navigation li a:hover{
	color:#f9cf36;
	}
	
#navigation li span {
	color: #737262;
	font-size:13px;
	font-weight: bold;
	margin: 0 0 0 10px;
}
/* Content
--------------------------------------------------------------------------------------- */
#content {
	width:852px;
	height:406px;
	background:url(../images/content-bg.png) no-repeat;
	top: 0px;
	position:relative;
}

#contentFull {
	width:852px;
	height:406px;
	top: 0px;
	position:relative;
	overflow:auto;
}

#contentLeft {
	width:400px;
	height:406px;
	top: 0px;
	position:relative;
}

/* Products Page
--------------------------------------------------------------------------------------- */
#productList {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

	#productList li {
		width:170px;
		height:190px;
		float:left;
		text-align:center;
		margin:5px 10px 15px 5px;
	}

		.imgBorder {border:1px solid #ffffff; margin:0px 0px 5px 0px;}
		.productName {font-size:16px; font-weight:bold;}
	
	.displayImage {
		width: 148px;
		height: 123px;
		display: block;
		float: left;
		margin-right:20px;
		position: relative;
		border:1px solid #ffffff;
	}
	
	
		
/* Product Display Page*/

.productDisplay {
	margin:0px 0px 20px 0px;
	min-height:140px;
	border-bottom:1px dashed #ffffff;
}

.displayName {font-size:18px; font-weight:bold;} /*used on Articles Display page too*/
.displayImage {border:1px solid #ffffff; margin-right:20px;}
.price {color:#9d0a0e; font-weight:bold;} /*used on Services page too*/

.thumb {
		width: auto;
		height: auto;
		display: block;
		float: left;
		margin-right:20px;
		position: relative;
		border:1px solid #ffffff;
	}
	
	.thumb .magnifying-glass {
		position: absolute;
		top: -5px;
		right: -5px;
	}

/* Services Page
--------------------------------------------------------------------------------------- */
.serviceDisplay {
	margin:0px 0px 20px 0px;
	border-bottom:1px dashed #ffffff;
}

	.serviceName {font-size:16px; font-weight:bold;}
	
/* Articles Page
--------------------------------------------------------------------------------------- */
.articleDisplay {
	margin:0px 0px 20px 0px;
	border-bottom:1px dashed #ffffff;
}

	.articleName {font-size:16px; font-weight:bold;}
	.date {color:#9d0a0e; font-weight:bold;}

/* Articles Display Page */

.displayArticle {
	margin:0px 0px 20px 0px;
}

/* Links Page
--------------------------------------------------------------------------------------- */
#linkList {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
	
	#linkList li {
		width:235px;
		height:100px;
		float:left;
		margin:10px 10px 20px 10px;
	}
	
.left {width:92px; margin-right:10px;}
.right {width:133px;}

/* Contact Page
--------------------------------------------------------------------------------------- */
.headerContact {
	font-variant:small-caps;
	font-size:14px;
	color:#f9cf36;
}

/* Firearms Page
--------------------------------------------------------------------------------------- */
#firearmsList {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

	#firearmsList li {
		width:170px;
		height:190px;
		float:left;
		text-align:center;
		margin:5px 10px 15px 5px;
	}

		.firearmsName {font-size:16px; font-weight:bold;}
		
/* Firearms Display Page*/

.firearmsDisplay {
	margin:0px 0px 20px 0px;
	min-height:140px;
	border-bottom:1px dashed #ffffff;
}

.firearmsThumbs {
	list-style:none;
	margin:0px;
}

	.firearmsThumbs li {
		float:left;
		margin:5px 5px 0px 0px;
		display:block;
	}

/* Form
--------------------------------------------------------------------------------------- */
#moreInfo .formatted {
	margin:5px; 
	background:#333333; 
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:#666666 solid 1px; 
	color:#ffffff;
}

	#moreInfo .header {
		font-variant:small-caps;
		font-size:12px;
	}

/* Footer
--------------------------------------------------------------------------------------- */
#footer {
	width: 876px;
	height: 60px;
	margin: 0 auto;
	background: none;
}
.copyright {
	font-size:10px;
	color:#666666;
	margin-top:5px;
}

/* LightBox 
--------------------------------------------------------------------------------------- */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}