/* CSS Document */


/* layout declarations */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
* {
	margin:0;
	padding:0;
}
.clear {
	clear: both;
}
.master1 {
	background-image:url(Images/master1_bg.gif);
	background-repeat:repeat-x;
	width: 100%;
	height: 93px;
	background-position: top;
	padding-top: 42px;
	}
.master1-container {
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	border-left: 1px solid #fdfdfd;
	border-right: 1px solid #fdfdfd;
	display: block;
	position: relative;
}
.top-right {
	width:473px;
	height:92px;
	background-image:url(Images/top_right_bg.jpg);
	background-repeat:repeat-x;
	margin-left:400px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.login-bar {
	color:#FFFFFF;
	text-align:right;
	font-size:75%;
	font-weight:bold;
	padding:0px;
	margin:15px 15px 0px 0px;
	display: none;
}
.login a, .login-bar a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
.login {
	color:#FFFFFF;
	text-align:right;
	font-size:75%;
	font-weight:bold;
	padding:0px;
	margin:15px 15px 0px 0px;
}
.logo {
	width: 400px;
	height:92px;
	background-image:url(Images/logo_bg.jpg);
	border-right: 1px solid #fdfdfd;
	text-align: center;
}
.logo-img {
	width: 196px;
	height: 114px;
	position: absolute;
	top: -11px;
	left: 100px;
}
.menu {
	width:405px;
	height:22px;
	display: block;
	float: right;
	padding-top: 17px;
}
.master2 {
	display: block;
	width: 100%;
	height: 363px;
	border-bottom: 1px solid #fdfdfd;
}
.master2-container {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background-color: #262f26;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	height: 303px;
	border-right: 1px solid #fdfdfd;
	border-left: 1px solid #fdfdfd;
}
.master2-container-wrapper {
	display: inline;
	height: 306px;
	width: 875px;
	float: left;
}
.master3{
	background-color: #283224;
	border-bottom-width: 1px solid #fdfdfd;
}
.master3-container {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px solid #fdfdfd;
	display:block;
	background-color: #232c39;
	background-image: url(Images/content_bg.gif);
	background-position: right top;
	background-repeat:repeat-y;
	padding-right: 10px;
}
.master3-container-secondary {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px solid #fdfdfd;
	display:block;
	background-color: #232c39;
	background-image: url(Images/content_bg_secondary.gif);
	background-position: right top;
	background-repeat:repeat-y;
	padding-right: 10px;
	border-left: 1px solid #fff;
}
.master3-container-checkout {
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	background-color: #232c39;
	padding: 15px;
	border-left: 1px solid #fdfdfd;
	border-right: 1px solid #fdfdfd;
}
.master3-container-login {
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	background-color: #232c39;
	padding: 1px 15px 15px 15px;
	border-left: 1px solid #fdfdfd;
	border-right: 1px solid #fdfdfd;
}
.master3-container-login .login {
	padding-left:120px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.divBottomLeftContent {
	width: 272px;
	padding-right:9px;
	float: left;
	border: none;
	padding: 10px 10px 0 28px;
}
.divBottomRightContent {
	width: 519px;
	margin-left: 345px;
	background-color: #232c39;
	display: block;
	padding: 0 0 0 0;
}
.divBottomLeftContent-secondary {
	width: 414px;
	float: left;
	padding: 10px 37px 0 28px;
}
.divBottomRightContent-secondary {
	width: 380px;
	margin-left: 481px;
	background-color: #232c39;
	display: block;
}
.master4 {
	border-top:1px solid #fdfdfd;
	display: block;
	width: 100%;
}
.master4 .master4container {
	width: 875px;
	padding: 20px 0 42px 0;
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
/* layout styles end */



/* content styles start */
p {
	font-size: 110%;
	font:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	line-height: 1.5em;
	color: #000;
	}

	
h1 {
	font-size: 150%;
	padding-bottom: 1em;
	color: #000;
}

h2 {
	font-size: 130%;
	padding-bottom: 0.7em;
	color: #000;
}

ul, ol {
	padding-left: 30px;
	padding-bottom: 1em;
}
ol li {
	padding-bottom: 1em;
}
li {
	font-size: 110%;
	padding-bottom: 0.5em;
	color: #000;
}
.content-top-padding {
	display: block;
	padding: 0 0 10px 0;
}
.divBottomRightContent p, 
.divBottomRightContent h1, 
.divBottomRightContent h2, 
.divBottomRightContent li, 
.divBottomRightContent-secondary p, 
.divBottomRightContent-secondary h1, 
.divBottomRightContent-secondary h2, 
.divBottomRightContent-secondary li {
	color: #FFF;
}
.divBottomLeftContent p, 
.divBottomLeftContent h1, 
.divBottomLeftContent h2, 
.divBottomLeftContent li, 
.divBottomLeftContent-secondary p, 
.divBottomLeftContent-secondary h2, 
.divBottomLeftContent-secondary li {
	color: #000;
}

.divBottomLeftContent-secondary h1 {
	font-size: 200%;
	padding: 10px 0 10px 28px;
	margin: -10px -28px 10px -28px;
	width: 444px;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	background-color:#262f26;
}

.master4 p, 
.master4 h1, 
.master4 h2, 
.master4 li,
.master4 a {
	color: #fff;
	text-align: center;
}
.divContact {
	width: 480px; 
	height: 45px; 
	background-color: #272d1f;
	padding:0px;
	margin:-10px 0 0 -30px;
	}
	
.divContact h4 {
	font: 22px Georgia;
	color:#FFFFFF;
	margin-left:20px;
	line-height:45px;
}

.white-border-top {
	border-top: 1px solid #fdfdfd;
	padding: 10px;
}

.white-border-top-left {
	border-top: 1px solid #fdfdfd;
	border-left: 1px solid #fdfdfd;
	padding: 10px;
}

.table-padding {
	padding: 10px;

}
.divBottomLeftContent a,
.divBottomLeftContent-secondary a,
.divBottomLeftContent-secondary a.thickbox {
	color:#172d3d;
}

.divBottomRightContent a,
.divBottomRightContent-secondary a,
.divBottomRightContent-secondary a.thickbox {
	color:#fff;
}

.master3-container-login .login .SubHead,
.master3-container-login .login a {
	color:#fff;
}
.master3-container-login .login img {
	display:none;
}
.master3-container-login .login .SubHead {
	padding-top: 10px;
}
.master3-container-login .login .CommandButton {
	display:block;
	padding-bottom: 3px;
}
.master3-container-login .login .Normal {
	padding-top: 3px;
	padding-bottom: 5px;
	display:block;
}
.allprod {
	padding-bottom: 10px;
}
.allprod img {
	border: 3px solid #d4d4d4;
}
.terms {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	color: #fff;
}
.terms p,
.terms h2,
.terms a {
	color: #d0d0d0;
}
.terms table {
	padding-bottom: 1.5em;
}	
/* content styles end */



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* 	FormMaster Classes */

.ContactSubHead {
	color:#FFFFFF;
	font: 10px verdana ;
	font-weight:900;
}

.LeftMarginLabel{
	color:#FFFFFF;
	font: 10px verdana ;
	font-weight:900;
	margin-left:10px;
}

.ContactTbl {
	background-color:#172d3d;	
	height:350px;
}

.ContactLngInput {
	margin-left:10px;
}
/* FormMaster Classes end */



/* Suckerfish Styles - Start */
#nav, #nav ul {
  width: 405px;
  list-style: none;
  line-height: 1;
  padding: 0;
  margin: 0 0 0 0;
}
.home-nav, .home-nav li {
  background-color: #1d335a;
}
.about-nav, .about-nav li {
  background-color: #1d335a;
}
.tech-nav, .tech-nav li {
  background-color: #1d335a;
}
.gun-nav, .gun-nav li {
  background-color: #1d335a;
}
#nav a {
  display: block;
  width: 128px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}
#nav li {
  float: left;
  padding: 0;
  width: 128px;
}
#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 128px;
  margin: 0 0 0 5px;
}
#nav .home-nav li {
  padding-right: 0px;
  width: 128px;
  border-bottom: 1px solid #fff;
}
#nav .about-nav li {
  padding-right: 0px;
  width: 128px;
  border-bottom: 1px solid #fff;
}
#nav .tech-nav li {
  padding-right: 0px;
  width: 128px;
  border-bottom: 1px solid #fff;
}
#nav .gun-nav li {
  padding-right: 0px;
  width: 128px;
  border-bottom: 1px solid #fff;
}
#nav .contact-nav li {
  padding-right: 0px;
  width: 128px;
  border-bottom: 1px solid #fff;
}
#nav li ul a {
  width: 128px;
  padding: 6px 0 6px 6px;
  border:none;
}
#nav li ul span {
  display: block;
  padding: 0 0 0 18px;
}
#nav li ul ul {
  margin: -25px 0px 0px 128px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}
#nav .home-nav li:hover, #nav .home-nav li.sfhover {
  background-color: #3b4b2e;
}
#nav .about-nav li:hover, #nav .about-nav li.sfhover {
  background-color: #3b4b2e;
}
#nav .tech-nav li:hover, #nav .tech-nav li.sfhover {
  background-color: #3b4b2e;
}
#nav .gun-nav li:hover, #nav .gun-nav li.sfhover {
  background-color: #3b4b2e;
}
#nav .contact-nav li:hover, #nav .contact-nav li.sfhover {
  background-color: #3b4b2e;
}
#home-li {
  width: 52px !important;
  height: 40px !important;
}
#home-a {
  width: 52px !important;
  height: 40px;
  line-height: 800px;
  overflow: hidden;
  background-image:url(../_default/Skins/WideLeftNoBanner/Images/menu_r1_c1.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#about-li {
  width: 82px !important;
  height: 40px !important;
}
#about-a {
  width: 82px !important;
  height: 40px;
  line-height: 800px;
  overflow: hidden;
  background-image:url(../_default/Skins/WideLeftNoBanner/Images/menu_r1_c2.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#tech-li {
  width: 102px !important;
  height: 40px !important;
}
#tech-a {
  width: 102px !important;
  height: 40px;
  line-height: 800px;
  overflow: hidden;
  background-image:url(../_default/Skins/WideLeftNoBanner/Images/menu_r1_c3.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#gun-li {
  width: 90px !important;
  height: 40px !important;
}
#gun-a {
  width: 90px !important;
  height: 40px;
  line-height: 800px;
  overflow: hidden;
  background-image:url(../_default/Skins/WideLeftNoBanner/Images/menu_r1_c4.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#contact-li {
  width: 79px !important;
  height: 40px !important;
}
#contact-a {
  width: 79px !important;
  height: 40px;
  line-height: 800px;
  overflow: hidden;
  background-image:url(../_default/Skins/WideLeftNoBanner/Images/menu_r1_c5.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#nav li:hover, #nav li.hover {
  position: static;
}

/* Suckerfish Styles - End */


/*thickbox styles start */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* thickbox styles end *?

