* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-image: url(/webinc/img/bground_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	color: #fff0d8;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #fff0d8;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
h3 {
	color: #fff0d8;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	color: #fff0d8;
	font-size: 16px;
	font-weight: bold;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}

sup {
	bottom: .5ex;
}

sub {
	top: .5ex;
}
.orange_txt {
	color: #b27c39;
	text-decoration:none;
}
#main {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#menu_container {
	position:relative;
	width: 296px;
	float:left;
	margin: 50px 10px 10px 30px;
}
#menu_container a {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
#menu_container a:hover, .highlight, .highlight_constant {
	 -webkit-text-shadow: 0 0 0.2em #b0721c, 0 0 0.1em #b0721c, 0 0 0.2em #b0721c; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-text-shadow:0 0 0.2em #b0721c, 0 0 0.1em #b0721c, 0 0 0.2em #b0721c; /* FF3.5 - 3.6 */
      text-shadow:0 0 0.2em #b0721c, 0 0 0.1em #b0721c, 0 0 0.2em #b0721c; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#left_menu {
	margin: 240px 0 0 20px;
	width: 110px;
	float: left;
}
#left_menu a {
	display: block;
	margin: 0 0 17px 0;
}
.right_menu {
	width: 150px;
	float:left;
	display:none;
	position: relative;
	top: 240px;
	left: 10px;
}
.sub_menu {
	display:none;
	border-bottom: 2px solid #000;
	margin: 10px 0 10px 0;
}

.right_menu a {
	display: block;
	margin: 0 0 10px 0;
	font-size: 13px !important;
}
.right_menu a:hover {
	-webkit-text-shadow: 0 0 0.1em #b0721c, 0 0 0.1em #b0721c, 0 0 0.1em #b0721c; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-text-shadow:0 0 0.1em #b0721c, 0 0 0.1em #b0721c, 0 0 0.1em #b0721c; /* FF3.5 - 3.6 */
      text-shadow:0 0 0.1em #b0721c, 0 0 0.1em #b0721c, 0 0 0.1em #b0721c; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.sub_menu a {

	margin: 0 0 7px 0;
	font-size: 13px !important;
}
#right_menu_hardware {
	top: 240px;
}
#right_menu_materials {
	top: 240px;
}
#right_menu_apparel {
	top: 240px;
}
#right_menu_dealers {
	top: 240px;
}
#hardware_previews {
	position:absolute;
	width:100px;
	height:220px;
	top:240px;
	left:305px;
	color:#FFF;
	display:none;
}
#hardware_previews img {
	display:none;
}
#moral_patches_previews {
	position:absolute;
	width:100px;
	height:220px;
	top:0px;
	left:165px;
	color:#FFF;
	display:none;
}
#moral_patches_previews img {
	display:none;
}
#main_container {
	float:left;
	width:664px;
	margin:80px 0px 10px 0px;
}
#main_container_pages {
	width:430px;
	margin: 60px 20px 0 150px;
	display: block;
}
#weapon_container_pages {
	width:664px;
	margin:0;
	display: block;
}
.texter {
	border: 1px solid #9c8661;
	background-color: #000;
	color: #fff;
	line-height: 20px;
}
.button {
	padding: 0 10px 0 10px;
	*padding:0px;
	display: inline;
	line-height: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height:22px;
	-moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari, Chrome */
  	border-radius: 3px; /* CSS3 */
	border: 1px solid #bf945d;
	background-image: url(/webinc/img/button.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: bold;
	color: #000;
}
.button:hover, .active_button {
	border: 1px solid #5c4f3b;
	background-position: 0 -22px;
	color: #ebd9b9;
	cursor: pointer;
}
#product_image {
	width: 304px;
	float: left;
	text-align:left;
}
#product_detail {
	float: left;
	width:360px;
	margin-left:0px;
}
#product_selector {
	margin: 20px 0 0 0;
	border-top: 1px solid #fff0d8;
}
#product_info {
	margin: 20px 0 0 0;
	min-height: 400px;
}
.tan_txt {
	color: #b27c39;
}
.price {
	font-size: 24px;
	float:left;
	margin-top:-3px;
}
#handle_selector, #sheath_selector, #apparel_selector {
	float:left;
	width: 100%;
}

.handle_color_block, .sheath_color_block, .apparel_size_block {
	margin: 3px;
	cursor: pointer;
}
.out_of_stock {
	width:131px;
	height:51px;
	float:left;
	background:url(../img/out_of_stock.png) no-repeat;
	margin-top:-5px;
	margin-left:10px;
}
.out_of_stock span {
	margin-left:-10000px;
}
.select_border, .handle_color_block:hover, .sheath_color_block:hover, .apparel_size_block:hover  {
	border: 2px solid #b27c39;
	margin: 1px;
}
.content_display_block {
	display:none;
}
.show_content {
	display: block;
}
#gallery_block_content {

}
#gallery_block_content img{
	border: 2px solid #d7bfa5;
	margin: 3px;
}
#gallery_block_content img:hover{
	border: 2px solid #b27c39;
	margin: 3px;
}

/* JQuery lightbox styles */
#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: #333;
	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: #333;
	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;
}
/* Payment Panel Styling */
#cartcontainer, #cartcontainer1, #shipcontainer{
	margin: 10px;
	background-color: #ffffff;
	border: 1px solid #900;
	width: 800px;
	font-weight: normal;
	font-size: 12px;
}
 #cartcontainer, #shipcontainer{
	display: none;
 }
#paypanel {
	text-align: right;
}
.redtext {
	color: #900;
}
.cartrow {
	display: block;
	border-bottom: solid 1px #666;
	margin: 5px 0 5px 0;
	color: #fff0d8;
	padding: 3px 0 3px 0px;
}
.item {
	width: 400px;
	float: left;
}
.unitprice {
	width: 100px;
	float: left;
}
.qty {
	width: 50px;
	float: left;
}
.subtotal {
	width: 120px;
	float: left;
	text-align:right;
}
#cartadd {
	cursor: pointer;
}
#logo {
	position:absolute;
	width:280px;
	height:200px;
	top:20px;
	left:0px;
	display:block;
}
#center_container {
	width: 1024px;
	margin: 70px auto 0 auto;
}
#social_links {
	position:absolute;
	top:610px;
	left:20px;
	display: block;
	padding:0;
}
#social_links #youtube {
	display: inline;
	margin-right:4px;
	margin-top:1px;
}
#social_links #facebook {
	display: inline;
	margin-right:4px;
}
#social_links .fb_edge_widget_with_comment {
	display:block;
	padding-top: 5px;
}
