@charset "utf-8";
/* 
	dark brown #2e261d 
	light cream #fffbcb
	2nd nav links #bfa16d
	light brown #403629
	img border brown #5b4e2e
*/

html{
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../../images/top_bk.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form{ padding:0; margin:0;}
h1{ padding:0 0 0 0; margin:0 0 5px 0; font-size: 24px; font-family: "Trebuchet MS", Arial, sans-serif; }
h2{ padding:0 0 3px 0; margin:0 0 0 0; font-size:20px; font-family: "Trebuchet MS", Arial, sans-serif; }
h3{ padding:0 0 3px 0; margin:0 0 8px 0; font-size:18px; font-family: "Trebuchet MS", Arial, sans-serif; }
h4{ padding:0 0 0 0; margin:0 0 0 0; font-size:12px; }
h5{ padding:0 0 0 0; margin:0 0 10px 0; font-size:12px; }
h6{ padding:0 0 0 0; margin:0 0 10px 0; font-size:12px; }
p{ padding: 5px 0 5px 0; margin:0;}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-image:url(../../images/layout/wrapper-bg.jpg);
}

a {
	color: #FFFFFF;
}

img {
	border-style: none;
}	

.bold {
	font-weight: bold;
}		

/* ----------------------------- Top Section -------------------------------------------------- */

#top_section {
	width: 990px;
	height: 77px;	
	background-image: url(../../images/top_bk.jpg);
}	

#logo {
	float: left;
	margin-left: 10px
}	

#top_contact {
	color: #999;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	margin-left: 500px;
	text-align: right;
	margin-top: 7px;
}

.email a {
	color: #999;
	text-decoration: none;
}	

/* --------------------------- Top Navigation ------------------------------------------------ */

#top_nav {
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	width: 990px;
	background-color:#413527;
}

#top_nav ul {
	padding: 0;
	margin: 0;
}

#top_nav li {
	list-style: none;
	float: left;
	width: 97px;
	margin-top: 0;
}

#top_nav a {
	color: #fff;
	text-decoration: none;
}

.nav_divider {
	background-image: url(../../images/nav_divider.jpg);
	width: 1px!important;
	height: 53px;
	padding: 0!important;
}

.nav_spacer {
	background-image: url(../../images/top_nav_bk.jpg);
	width: 4px;
	height:53px;
	float: left;
}

.nav_link {
	background-image: url(../../images/nav_links_bk.jpg);
	display: block;
	padding: 15px 5px 5px 5px;
	height: 33px;
	line-height: 12px;
}

.single {
	padding: 20px 5px 5px 5px!important;
	height: 28px!important;
}	

.nav_link:hover {
	background-position: 0 -59px;
}

.selected {
	background-position: 0 -59px;
}


/* ----------------------------------------- Middle Box ------------------------------------------------ */

#middle_box {
	float: left;
}

#middle_box	img {
	float: left;
}

/* ----------------------------------------- 2nd Navigation --------------------------------------------- */

#nav2 {
	width: 990px;
	background-image: url(../../images/2nd_nav_bk.jpg);
	background-color: #FFFFFF;
	height: 27px;
	float: left;
	line-height:27px;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	float:left;
}	

#nav2 li {
	float: left;
	margin:0;
	padding:0;
	margin-left: 15px;
	list-style: none;
	line-height:24px;
}

#nav2 a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #bfa16d;
}

#nav2 a:hover {
	color: #FFFFFF;
}

#nav2 .nav_selected {
	color: #FFFFFF;
}	

/* ------------------------------------------- Main Content ---------------------------------------------------  */

#competition {
	background-image:url(../../images/competition.jpg);
	color:#333333;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:290px;
	margin-left:15px;
	margin-top:5px;
	padding:10px;
	width:464px;
}

#competition .terms {
	font-size:11px;
	line-height:13px;
	padding-top:2px;
	margin-top:10px;
}

#competition .terms p {
	margin:0;
	padding:2px;
}

#send_to_friend {
	background-image:url(../../images/competition.jpg);
	color:#333333;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:103px;
	margin-left:15px;
	margin-top:5px;
	padding:10px 10px 10px 20px;
	width:464px;
}

#l200 {
	background-color:#CCCCCC;
	float:left;
	margin-left:5px;
	margin-top:5px;
}

#left_column {
	width: 250px;
	/*min-height: 340px;*/
	background-image: url(../../images/dark_column.jpg);
	background-color: #2e261d;
	background-repeat: repeat-x;
	float: left;
	color: #fff;
	padding: 20px;
	font-size: 11px;
}

#left_column h3{margin:0;}

#middle_column_wide {
	background-color: #fffbcb;
	width: 660px;
	min-height: 363px;
	float: left;
	color: #2e261d;
	padding: 20px;
	font-size: 11px;
}

#middle_column_wide p img {float:left; display:inline; margin:0 10px 10px 0;}

	
#middle_column {
	background-color: #fffbcb;
	width: 370px;
	/*min-height: 340px;*/
	float: left;
	color: #2e261d;
	padding: 20px;
	font-size: 11px;
	min-height: 363px;
}

#middle_column img {
	border: solid 3px #5b4e2e;
}

#middle_column a {
	color: #000000!important;
}

.gunContactForm {
	padding:5px 5px 15px 5px;
	border:3px solid #5B4E2E;
	margin:5px 0;
}

.gunContactForm a {
	color:#BFA16D !important;
	font-weight:bold;
}


.gunContactForm .contact {
	margin-top:3px;
}

.gunContactForm .leftColumn {
	width:170px;
}

.gunContactForm .leftColumn input {
	margin:3px 0 6px;
	font-size:10px;
	width:140px;
}

.gunContactForm .feedback {
	margin-top:6px;
}

.gunContactForm .rightColumn {
	float:right; 
	width:170px;
	margin-bottom:5px;
}
	
.gunContactForm .rightColumn textarea {
	margin-top:3px;
	width:163px;
	font-size:10px;
}

.gunContactForm .rightColumn .submit {
	float:right;
	margin:3px 0;
}

#guns_listing {
	
}

#guns_listing div.gun_box {
	clear: both;
	margin-bottom: 10px;
	background-color: #403629 !important;
	color: #BFA16D;
	padding:5px;
	/*height: 90px;*/
}

#guns_listing div.gun_box table {
	padding-top: 3px;
	padding-bottom: 3px;
}

#guns_listing td.gun_picture {
	padding-right: 10px;
}

#guns_listing tr.gun_description td.title {
	padding-right: 10px;
	font-weight: bold;
	width:90px;
}

#guns_listing tr.gun_description td.info {
	padding-right:10px;
}

#guns_listing tr.gun_more a {
	font-weight: bold;
	color: #bfa16d  !important;
}

#right_column {
	width: 280px;
	/*min-height: 340px;*/
	background-image: url(../../images/dark_column.jpg);
	background-color: #2e261d;
	background-repeat: repeat-x;
	float: left;
	color: #fff;
	/*padding: 20px 20px 20px 10px;*/
	padding: 20px 0px 20px 10px;
	font-size: 10px;
	/*text-align:right;*/
}
#right_column a {
	padding:0;
	margin:0;
}

#right_column img {
	border: #403629 2px solid;
	padding:0;
}

#right_column a img:hover {
	border: #fffbcb 2px solid;
}

#full_width {
	background-image: url(../../images/dark_column.jpg);
	background-color: #2e261d;
	background-repeat: repeat-x;
	width: 950px;
	float: left;
	padding: 20px;
	color: #fff;
	font-size: 11px;
}
	

#layout_map {
	background-image: url(../../images/dark_column.jpg);
	background-color: #2e261d;
	background-repeat: repeat-x;
	width: 895px;
	float: left;
	padding: 20px 0 0 95px;
	color: #fff;
	font-size: 11px;
}

#layout_map img {
	border: #403629 2px solid;
}

#left_column #gunMakes {
	clear:left;
	padding-top:20px;
}

#mmwsc {
	margin-top: 20px;
}

#right_column #mmwsc a img:hover {
	border: 2px solid #403629;
}

#mmwsc a {
	margin-left: 20px;
}

#mmwsc p {
	padding:20px 20px 0 5px;
}

#companies img {
	border: #403629 2px solid;
	margin-top: 10px;
	margin-left: 14px;
	float: left;
}						

/* -------------- Special Offers -------------------- */

.offer_box_3 {
	width: 210px;
	background-image: url(../../images/offer_bk.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px;
	padding-top: 4px;
	min-height: 110px;
	float: left;
}

.offer_box {
	width: 210px;
	background-image: url(../../images/offer_bk.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px;
	padding-top: 4px;
	min-height: 110px;
	float: left;
}

.offer_price {
	float: right;
	color: #bfa16d;
	font-weight: bold;
	/*height:30px!important;*/
}

.price {
	font-size: 22px;
	color: #FFFFFF;
	margin:0;
}	

.more_link {
	float: left;
	text-decoration: none;
	color: #bfa16d;
	width:125px;
	margin-top:22px;
}

.offer_box h4 {
	color: #bfa16d;
	margin-top: 8px;
	font-weight: bolder;
}

.offer_box p.min {
	min-height:78px;
}

/* --------------------- Left Navigation ----------------------------------- */

.wide_link_box {
	min-height: 14px;
	width:230px;
	background-color: #403629;
	margin-top: 10px;
	padding: 3px 0 3px 10px;
	float:left;
}

.wide_link_box .sub{
	float:left;
	margin:5px 0 5px 30px;
	clear: both;
}

.wide_link_box a {
	color: #bfa16d;
	font-size: 11px;
}

.left_nav_selected {
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}

/* ------------------------------------------ Clay Shooting Pages ------------------------------------- */		 	

#ben_quote {
	margin-top: 5px;
}	

#ben_quote img {
	float: right;
	margin-left: 6px;
	border-style: none;
}	 	



/* ------------------------------------------------- Footer -------------------------------------- */

#footer {
	width: 980px;
	background-image: url(../../images/2nd_nav_bk.jpg);
	height: 20px;
	float: left;
	padding: 7px 5px 0 5px;
	color: #bfa16d;
}
	

#incito {
	float: right;
	margin-right: 0px;
	font-size: 9px;
	text-transform: uppercase;
}

#incito a {
	color: #bfa16d;
	text-decoration: none;
}	

#copyright {
	float: left;
	margin-left: 0px;
	font-size: 9px;
	text-transform: uppercase;
}

.pricesBullets ul{margin-top:10px;}			
.pricesBullets li{margin-bottom:10px;}						
	
/*---IMAGE GALLERY (SLIDER)---*/
#galleryHolder{
	float:left;
	width:366px;
	height:245px;
	background-color: #2e261d;
	margin-left:3px;
	background-image:url(../../images/galleries/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	display:none;
}

#galleryHolder img{
	float:left;
	top:0px;
}

#galleryControls{
	float:right;
	height:17px;
	background-color: #5B4E2E;
	display:none;
	margin-right:1px;
	margin-bottom:22px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	width:356px;
}

#galleryControls a{
	color:#FFFFFF!important;
	text-decoration:none;
}

#galleryControls a:hover{
	text-decoration:underline;
}

#imageSlideHolder{border:0px solid red;display:none;height:270px;}	
#imageSlideHolder img{width:360px;}
	
	
.link{color:#000000; text-decoration:underline; text-transform:capitalize; font-weight:normal;}
.link:hover{text-decoration:underline;}		
		
/*---SPACER DIV---*/
.spacer{float:left;width:100%;}		

/*---FAQ SECTION---*/
#questions .bold{cursor:pointer;}	

.results_table {
	table-layout: fixed;
}
