@charset "utf-8";
#body {
	margin: 0px;
	padding: 0px;
	background-color: #e5e1d3;
	background-image: url(/images/background_topgradient.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
	text-decoration: none;
}
th {
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 35px;
	text-align: left;
}
a:link, a:visited, a:active  {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
	text-decoration: underline;
}
#container {
	background-color: transparent;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
}
#contentpane {
	background-color: #FFFFFF;
	height: auto;
	width: 960px;
}
#headerpane {
	height: auto;
	width: 960px;
}
.cartbarcontainer {
	background-color: transparent;
	height: 24px;
	width: auto;
	background-image: url(/images/cartbar_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right:20px;
	padding-top:0px;
}
.cartbar, td.cartbar {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
a.cartbar:link, a.cartbar:visited, a.cartbar:active {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.cartbar:hover, a.cartbar:visited:hover {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.masthead {
	background-image: url(/images/logo_nicashooting.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 960px;
}
.livechat {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-left: 740px;
}
.uppernav {
	height: 60px;
	width: 960px;
	background-image: url(/images/topnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
.search {
	width: 250px;
	padding-top: 19px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	background-color: transparent;
	float: left;
}

/*-- BEGIN STYLES FOR CSS MENU --*/
.mainmenu {
	width: 960px; /*leave this value as is in most cases*/
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	background-image: url(/images/mainmenu_bg.gif);
	background-color: #f7d12d;
	height: 24px;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 0px solid #564c66; /* outer border*/
	border-width: 0px 0;
	background-color: black;
	background-image: url(/images/mainmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.mainmenu ul li {
	display: inline;
	height: 24px;
}
.mainmenu ul li a {
	float: left;
	color: #333333; /*text color*/
	padding: 5px 8px;
	text-decoration: none;
	border-right: 1px solid #cba812; /*right divider between menu items*/
	border-left: 1px solid #f5dd7b; /*right divider between menu items*/
}
.mainmenu ul li a:visited {
	color: #333333;
}
.mainmenu ul li a:hover, .mainmenu ul li .current {
	color: #c65102 !important; /*text color of selected and active item*/
	padding-top: 5px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(/images/mainmenu_bghl.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/*-- END STYLES FOR CSS MENU --*/

.sidebar_left {
	font-family: Tahoma;
	font-size: 12px;
	color: #47475b;
	line-height: 18px;
	list-style-image: url(/images/bullet_tan.gif);
	background-color: #fdfcf7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f2e5;
	width: 190px;
	text-align: center;
	padding-bottom: 100px;
}
.sidebar_left a {
	font-family: Tahoma;
	font-size: 12px;
	color: #47475b;
	line-height: 18px;
}
a.sidebar_left:link, a.sidebar_left:visited, a.sidebar_left:active {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #fdfcf7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f2e5;
	color: #47475b;
	line-height: 18px;
	text-decoration: none;
}
a.sidebar_left:hover, a.sidebar_left:visited:hover {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #fdfcf7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f2e5;
	color: #47475b;
	line-height: 18px;
	text-decoration: underline;
}
.sidebar_left_header {
	font-family: "Arial Narrow";
	font-size: 14px;
	background-color: transparent;
	background-image: url(/images/sidebar_left_head_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 34px;
	width: 190px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #222231;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.sidebar_right {
	width: 190px;
	padding: 10px;
}
.bannerpane {
	margin-bottom: 10px;
	text-align: center;
}
.productspane  {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
	padding-bottom: 100px;
}
.productspane h1  {
	color: #7F5F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}
.productspane a  {
	color: #c65102;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}
a.productspane:link, a.productspane:visited, a.productspane:active  {
	color: #c65102;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
}
a.productspane:hover, a.productspane:visited:hover {
	color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	text-decoration: underline;
}
#footerpane {
	background-color: #f3f0e4;
	height: 200px;
	width: 960px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
.footer {
	font-family: Tahoma;
	font-size: 12px;
	color: #222231;
	padding: 25px;
}
.footer a {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #222231;
}
a.footer:link, a.footer:visited, a.footer:active {
	color: inherit;
	text-decoration: none;
}
a.footer:hover {
	color: inherit;
	text-decoration: underline;
}
.picheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 35px;
	color: #666666;
}

