/*-----------------------------------------------
Ammo Advertising
Author:   Jason Cooper
Version:  Feb 1, 2009
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #7b7b7b;
    text-decoration: underline;
	}
		
a:hover {
	color: #7b7b7b;
    text-decoration: none;
	} 
	
h1 {
	color: #ffde00;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	}
	
	
h2 {
	color: #ffde00;
	font-size: 14px;
	border-bottom: solid 1px #ffde00;
	line-height: 20px;
	font-weight: normal;
	}
	
h3 {
	color: #ffde00;
	font-size: 14px;
	border-bottom: solid 1px #ffde00;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	}
		
h5 {
	color: #ffde00;
	font-size: 28px;
	border-bottom: solid 1px #ffde00;
	line-height: 30px;
	font-weight: normal;
	padding: 0 px;
	margin: 0 0 10px 0;
	}	
	
h6 {
	padding: 0px;
	margin: 0px;
	display: inline;
	}	
	
.block {
}
	
.btn {	
cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */	
  }
	
	
strong {
	color: #fff
	}
	
.icon {
	position: relative;
	top: 4px;
	}
	
.bigTxt {
	font-size: 20px;
	font-weight: bold;
	}
	
/* Header 
----------------------------------------------- */	
#header {
	margin: 0 auto;
  	padding: 20px 0px 0px 0px;
	width:960px;
	text-align: center;
	}
#headerSub {
	margin: 0 auto;
  	padding: 10px 0 10px 0;
	width:960px;
	text-align: center;
	}		
	
/* Body 
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 16px;
  	color: #fff;
  	text-align: center;
  	border-top: solid 18px #ffde00;
	}
	
#home{
	background: url('../media/bodyBg.jpg') no-repeat top center;
		background-color: #000;

	}
	
#container {
	margin: 0 auto;
	width: 960px;
	margin: 0 auto;
	position: relative;
	}
	
#mNav {
	padding-top: 10px;
	}	
	
#main {
	margin: 0px;
  	padding: 0px;
  	text-align: left;
  	font-size: 11px;
	}
	
#main a:link, #main a:visited, #main a:active {
	color: #fff;
    text-decoration: underline;
	}    
	
#main a:hover {
	color: #7b7b7b;
    text-decoration: none;
	} 	
	
	
	
#mainHome {
	margin: 0px;
  	padding: 0px;
  	text-align: left;
  	font-size: 11px;
	}	
	
#step1 {
	width: 176px;
	height: 334px;
	background: #000 url('../media/step1Bg.gif') no-repeat top center;
	vertical-align: bottom;
	text-align: center;
	}
#step2 {
	width: 176px;
	height: 334px;
	background: #000 url('../media/step2Bg.gif') no-repeat top center;
	vertical-align: bottom;
	text-align: center;
	}
#step3 {
	width: 176px;
	height: 334px;
	background: #000 url('../media/step3Bg.gif') no-repeat top center;
	}
	#step3Form {
	padding-left: 10px;
	padding-top: 35px;
	color: #000;
	}
	
	#step1 a:link, #step1 a:visited, #step1 a:active, step2 a:link, #step2 a:visited, #step2 a:active {
	color: #000;
    text-decoration: underline;
	}    
	
   #step2 a:hover {
	color: #000;
    text-decoration: none;
	} 
	
.btnChoose {	
cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */	
  position: relative;
  bottom: 5px;
  }
  
.btnHome {	
cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */	
  position: relative;
  top: 10px;
  right: 15px;
  }  
		
#mainSub {
	background-color:#414142;
	color:#FFFFFF;
	font-size:13px;
	margin:0;
	padding:10px 20px 10px 18px;
	text-align:left;
	}		
		
.tableHeader {
	color:#FFDE00;
	font-size:15px;
	}
	
#cartItems {
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
	}
	
.header {
	color:#000000;
	font-size:18px;
	text-align:left;
	background-color: #ffde00;
	padding: 10px;
	}
	
#mainSub{
	margin: 0px;
  	padding: 10px 20px 10px 18px;
	background-color: #414142;
  	text-align: left;
  	font-size: 13px;
  	color: #fff;
	}
	
.required {
	color: red;
	}
	
/*PopOver*/
	
.tbl {
	border-left: grey 1px solid;
	border-top: grey 1px solid;
	}
	
.tbl td {
	border-right: grey 1px solid;
	border-bottom: grey 1px solid;
	padding: 0px 4px 0px 4px;
	}
	
.tblTxt {
	color: #fff;
	padding: 10px 10px 0px 30px ;
	margin: 0px;
	text-align: left;
	}

.tblTxt td{
	text-align: left;
	}
	
.tableBorder {
	border: solid 1px #6a6a6a;
	padding: 5px;
	}
	
#cartItems {
	font-size: 13px;
	color: #fff;
	padding: 0 0 0 0;
	text-align: left;
	border: solid 1px #6a6a6a;
	}
.altRow {
	background-color: #4d4d4e;
	}

#locatorResults {
	height: 400px;
	overflow: auto;
	margin: 0;
	}
	#locatorResults ul {
		margin: 0 0 0 0;
		padding: 0px;
		}
		#locatorResults  ul li{
			line-height: 1.4em;
			padding: 5px 0 15px 10px;
			margin: 0px;
			border-bottom: 1px solid #000;
			list-style-type:none;
			}	
		#locatorResults  ul li:link{
			color: red;
			}	
		#locatorResults  ul li:hover {
			background-color: #383838;
			color: #838383;
			}

		#locatorResults  ul li:hover {
			background-color: #383838;
			color: #838383;
			}
#locatorMap {
	color: #000000;
}

#locatorMap strong {
	color: #000000;
}

#locatorMap a:link, #locatorMap a:visited, #locatorMap a:active, #locatorMap a:hover {
	color: #000000;
}

.header {
	font-size: 12px;
	font-weight: bold;
	}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
	}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 120px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(images/close_red.png) no-repeat; }
	#lbClose.green { background: url(images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(images/pause_gold.png) no-repeat; }
	
#scrollBox {
	padding : 4px; 
	width : 380px; 
	height : 320px;
	overflow: auto;
	}

		
/* dropdown
----------------------------------------------- */
#main fieldset {
	border: none;
	margin: 1em 0; border: none;
}
.oneField {
	margin-bottom: 1em;
	padding: 5px 0 5px 0;
}
.hiddenInputs {
	display: none!important;
}
.checkbox {
	width: auto!important;
}
fieldset p {
	margin: 4px 0;
	border: none;
	text-align: left;
}
fieldset img { /* reset for form validation images */
	float: none; border: none;
	padding: 0 0 0 0; margin: 0 0 0 0;
}
legend {
  font-weight: bold;
  font-size:1.3em;
}
.oneField input.text,
.oneField textarea{
	width: 90%;
}

label, .label_text {
	display: block;
	width: 95%;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
div.submit {
	text-align: right;
	margin-right: 3%;
}

input#strFind { /*search Field*/
	width: 9em;
}
/*----------------------------------------------- */
#top_blocks {
	position: absolute;
	top: 154px;
	left: 523px;
	color: #fff;
	z-index:4;
}

	#top_blocks h6,
    #top_blocks div.block {
	background-color: #414141;
	width: 140px;
	}
    #top_blocks div.block {
    	width: 158px;
	}
	#top_blocks h6 {
	    background-position: left top;
		color: #fff;
		font-size: 11px;
		line-height: 15px;
		cursor: pointer;
	}
	#top_blocks div.block {
		float: left;
		display: inline;
		margin-right: 20px;
	}
	#top_blocks h6,
	#top_blocks p  {
		margin-bottom: 0;
	}
	#top_blocks form  {
	    display: none;
	}

#top_blocks input {
	background: #aaa7a6;
	border: 1px solid #c7c7c7;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 0 6px;
	padding: 2px 0 2px 0;
}

.oneFieldSubmit {
		background-color: none;
		border: none;
		background-image: url("../media/btnSubmit.gif");
		background-repeat: no-repeat;
		background-position: top center;
}

	#top_blocks label {
		font-size: 9px;
		font-weight: normal;
	}
	#top_blocks div.oneField {
	    margin: 3px 0;
	}
	#top_blocks div.submit input{
	    font-size: 1em;
		width: 50px;
	}
	#top_blocks div.submit {
	    text-align: right;
	}
	#top_blocks input.checkbox {
	    border: none;
		margin: 0 0 0 6px;
		background: none;
	}
	
/*Find a Store dropdown*/	

#top_blocks2 {
	position: absolute;
	top: 154px;
	left: 683px;
	color: #fff;
	z-index:4;
}

#top_blocks2 h6,
    #top_blocks2 div.block {
	background-color: #414141;
	width: 140px;
	}
    #top_blocks2 div.block {
    	width: 144px;
	}
	#top_blocks2 h6 {
	    background-position: left top;
		color: #fff;
		font-size: 11px;
		line-height: 15px;
		cursor: pointer;
	}
	#top_blocks2 div.block {
		float: left;
		display: inline;
		margin-right: 20px;
	}
	#top_blocks2 h6,
	#top_blocks2 p  {
		margin-bottom: 0;
	}
	#top_blocks2 form  {
	    display: none;
	}

#top_blocks2 input {
	background: #aaa7a6;
	border: 1px solid #c7c7c7;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 0 6px;
	padding: 2px 0 2px 0;
}

.oneFieldSubmit {
		background-color: none;
		border: none;
		background-image: url("../media/btnSubmit.gif");
		background-repeat: no-repeat;
		background-position: top center;
}

	#top_blocks2 label {
		font-size: 9px;
		font-weight: normal;
	}
	#top_blocks2 div.oneField {
	    margin: 3px 0;
	}
	#top_blocks2 div.submit input{
	    font-size: 1em;
		width: 50px;
	}
	#top_blocks2 div.submit {
	    text-align: right;
	}
	#top_blocks2 input.checkbox {
	    border: none;
		margin: 0 0 0 6px;
		background: none;
	}
	
	
/*----------------------------------------------- */	
/*----------------------------------------------- */	
/*----------------------------------------------- */	

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #f0d721;
	width: 150px; /*Default width of hint.*/ 
	padding: 5px;
	border:1px solid black;
	font: 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	text-align: left;
	color: #000;
		font-weight: bold;

	}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	color: navy;
	margin: 0px 0px;
	}

#subNav {
		border: solid 1px #f2b700;
		background-color: #302500;
		width: 215px;
		float: right;
	    color: #ffde00;
		line-height: 24px;
		}
		
#subNav ul{
		margin-left: 0;
		padding-left: 10px;
		list-style: none;
		}
		
#subNav ul li{
		padding-left: 15px;
		background-image: url("../media/subNavBullet.gif");
		background-repeat: no-repeat;
		background-position: 0 .7em;
		}
		
#subNav a:link, #subNav a:visited, #subNav a:active {
	color: #fff;
    text-decoration: underline;
	}    
	
#subNav a:hover {
	color: #fff;
    text-decoration: none;
	} 		
		

/* Footer 
----------------------------------------------- */
#footer {
	padding: 7px 0 0 0;
	}


#dealer {
	text-align: left;
	padding: 20px 0 15px 0px;
	color: #7b7b7b;
	font-size: 11px;
	}
	
#dealer a:link, #dealer a:visited, #dealer a:active {
	color: #7b7b7b;
    text-decoration: none;
	}    
	
#dealer a:hover {
	color: #fff;
    text-decoration: underline;
	}  

.dealerHeader {
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	}
.phoneNumber {
	padding-bottom: 5px;
	}
	
#phone {
	color:#7B7B7B;
	font-size:10px;
	padding:20px 0 15px 30px;
	text-align:left;
	}	
	
