/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
	color:#b7b7b7;
	background:#000
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sup {
	vertical-align:text-top
}
sub {
	vertical-align:text-bottom
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}
input, textarea, select {
*font-size:100%
}
legend {
	color:#000
}
/* this Stylesheet is a duplicate of screen.css but has these
classes commented out as well as #mainContentInfo commented out */
/* UTILITY */
/*.positionFix {
    position: relative;
    left: -2px;
}

.floatLeft {
    position: relative;
    float: left;
}

.floatRight {
    position: relative;
    float: right;
}
*/

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.marginLeft10 {
	margin-left: 12px;
}
.uppercase {
	text-transform: uppercase;
}
.superscript {
	position: relative;
	top: -0.5em;
	font-size: 80%;
}
.hr {
	background-color: #3c434b;
	height: 1px;
}
/* END UTILITY */

/* NAVIGATION */
#topNavContainer2 {
	background-image: url('../images/navigation/bg_topnav_2.jpg');
}
#topNavContainer {
	background-image: url('../images/navigation/bg_topnav.jpg');
	background-position: center;
	background-repeat: no-repeat;
	margin:-1px 0 0 0; /* added to keep top part of selected nav flush with the header - in IE */
	padding:0;
}
#topNav {
	overflow: hidden;
	border-left: 1px solid #273a4b;
	margin-bottom: 1px;
}
#topNav div {
	height: 40px;
	position: relative;
	float: left;
	margin-left: -1px;
	border-right: 1px solid #273a4b;
}
#topNav div span {
	position: relative;
	top: 13px;
	width: 100%;
	color: #f1f1f1;
}
#topNav div span a {
	color: #f1f1f1 !important;
	padding: 15px 20px 15px 20px;
}
#topNav div span a:hover {
	color: #b7b7b7 !important;
}
.topNavButton_selected {
	background-image: url('../images/navigation/bg_topnav_over.jpg');
}
#topNav > div > span {
	font: normal 12px "Trebuchet MS", "Myriad Pro", Arial;
	color: #f1f1f1;
	text-transform: uppercase;
	letter-spacing: .08em;
}
#topNav_01 {
	width: 12%;
}
#topNav_02 {
	width: 17%;
}
#topNav_03 {
	width: 18%;
}
#topNav_04 {
	width: 17%;
}
#topNav_05 {
	width: 20%;
}
#topNav_06 {
	width: 16%;
}
#breadCrumbs span {
	float: left;
}
.breadCrumb {
	font: normal 10px "Trebuchet MS", "Myriad Pro", Arial;
	color: #202a30;
	background-image: url('../images/navigation/breadcrumbs/bc_bg_silver.png');
	padding: 0px 15px 0px 15px;
	height: 14px;
}
.breadCrumbSelected {
	color: #f1f1f1;
	background-image: url('../images/navigation/breadcrumbs/bc_bg_blue.png');
}
.breadCrumb a {
	color: #202a30;
}
.breadCrumb a:hover {
	color: #567287;
}
.arrowSilverSilver {
	background-image: url('../images/navigation/breadcrumbs/bc_arrow_silver_silver_.png');
	height: 14px;
	width: 12px;
}
.arrowSilverBlue {
	background-image: url('../images/navigation/breadcrumbs/bc_arrow_silver_blue_.png');
	height: 14px;
	width: 12px;
}
.arrowBlue {
	background-image: url('../images/navigation/breadcrumbs/bc_arrow_blue_.png');
	height: 14px;
	width: 8px;
}
.arrowSilver {
	background-image: url('../images/navigation/breadcrumbs/bc_arrow_silver.png');
	height: 14px;
	width: 8px;
}
#leftMenuItems {
	padding: 51px 0px 0px 24px;
}
#leftMenuItems .category {
	font: normal 16px "Trebuchet MS", Arial;
	color: #f9f9f9;
	margin-bottom: 23px;
}
#leftMenuItems .subCategory {
	font: normal 15px "Trebuchet MS";
	color: #f9f9f9;
	margin-bottom: 8px;
}
#leftMenuItems .subCategories {
	margin-bottom: 18px;
}
#leftMenuItems .subCategories a {
	font: normal 12px Arial;
	padding-left: 2px;
}
#leftMenuItems .subCategories a {
	display: block;
	margin-bottom: 8px;
}
#leftMenuItems .subCategories a {
	color: #9ccbe6;
}
#leftMenuItems .subCategories a:hover, #leftMenuItems .subCategories a.selected {
	color: #567287;
}
/* END NAVIGATION */

/* HEADER */
#headerLeft {
	position: relative;
	top: 22px;
}
#headerRight {
	position: relative;
	top: 35px;
}
.headerSearchInput {
	width: 149px;
	height: 21px;
	margin-right: 2px;
	background-image: url('../images/general/bg_headerSearchBox.gif');
	border: 0px;
	font: 12px Arial;
	color: #d7d7d7;
	outline: none;
	padding-left: 9px;
}
#headerContainer {
	width: 100%;
	background-image: url('../images/general/bg_header.jpg');
	height: 91px;
}
/* END HEADER */

/* FOOTER */
#footers {
	max-width: 1800px;
}
#footer1 {
	text-align: center;
	height: 151px;
}
#footer1Container {
	background-image: url('../images/general/bg_texture.jpg');
}
#footer1 > div {
	/*position: relative;*/
    float: left;
	width: 33%;
}
#footer1Left > div, #footer1Center > div {
	/*position: relative;*/
    float: left;
}
#footer1Left {
	text-align: left;
}
#footer1Center {
	text-align: left;
}
#footer1Right {
	text-align: right;
}
#footer2Container {
	background-image: url('../images/general/bg_footer_2.jpg');
	height: 223px;
}
#footer2 {
	padding-top: 16px;
	text-align: left;
	font: normal 9px Arial;
	color: #8e8e8e;
}
.footerButtonDescription {
	font: normal 10px "Trebuchet MS";
	color: #ceced0;
	/*position: relative;*/
    top: -5px;
}
.footerBigText {
	font: normal 20px "Trebuchet MS", "Myriad Pro", Arial;
}
.legal {
	font: normal 10px Arial;
	color: #9ccbe6;
}
.legal a {
	color: #9ccbe6;
}
.pipeSpacing {
	padding-left: .8em;
	padding-right: .8em;
}
/* END FOOTER */

/* General site styles */

body, html {
	color: #d7d7d7;
	background-image: url('../images/general/black_square.gif');
}
body > div {
	background-image: url('../images/general/bg_main_rpt.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 960px;
	background-image: url('../images/general/bg_main_container.jpg');
	margin-bottom: 2px;
}
#leftContent {
	width: 203px;
	min-height: 506px;
	background-image: url('../images/general/bg_leftmenu.jpg');
	background-repeat: no-repeat;
}
#mainContent {
	width: 757px;
}
#header, #topNav, #footer1, #footer2, #footer3 {
	width: 960px;
}
#mainContainer {
	background-image: url('../images/general/bg_main.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 1800px;
}
h1 {
	color: #d7d7d7;
	text-transform: uppercase;
	padding-bottom: 7px;
	line-height: 35px;
	font-family: "Trebuchet MS", "Myriad Pro", Arial;
}
h1.small {
	font-weight: bold;
	font-size: 24px;
}
h1.big {
	font-size: 36px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	color: #567287;
}
#print {
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 17px 15px 0px 0px;
}
.bottomSpacing {
	height: 20px;
	width: 100px;
	clear: both;
}
/* End general site styles */

/* Specific template shared styles */

#breadcrumbsAndPrint {
	padding: 0;
}
#breadcrumbsAndPrintPadding {
	padding: 23px 0px 0px 35px;
}
#mainContentBlockAmmo {
	width: 610px;
	padding: 42px 0px 0px 35px;
}
#mainContentBlockAccessories {
	width: 610px;
	padding: 37px 0px 0px 35px;
}
#mainContentBlockDetails {
	height: 261px;
	background: #0e151b url('../images/details/bg_detail_main_1.jpg') no-repeat;
	border-bottom: 2px solid #23323f;
	padding: 23px 0px 0px 35px;
}
#mainContentAmmoList {
	height: 261px;
	background: url('../images/general/bg_generic_main.jpg');
	background-repeat: no-repeat;
	position: relative;
	padding-left: 35px;
}
#mainContentAmmoList .contentItem, #mainContentBlockAmmo .contentItem, #mainContentBlockAccessories .contentItem, #mainContentBlockDetails .contentItem {
	font: normal 12px Arial;
	line-height: 19px;
}
#mainContentBlockDetails .contentItem {
	width: 450px;
	font: normal 11px/20px Arial;
	padding-bottom: 36px;
}
#mainContentAmmoList #breadCrumbs, #mainContentBlockWoundBal #breadCrumbs, #resourceSectionsContentHeader #breadCrumbs {
	padding-top: 23px;
}
#midContentHeader #breadCrumbs {
	padding-top: 23px;
}
#mainContentBlock2 .categoryHeader {
	position: relative;
	top: 20px;
	padding: 0px;
}
#mainContentBlock2 .contentItemSelected {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background: #000 url('../images/general/bg_expandable_main.jpg');
}
/* End specific template shared styles */

/* Begin accessory subpages */

#midContentHeader {
	height: 261px;
	background: url('../images/general/bg_generic_main.jpg');
	background-repeat:  no-repeat;
	position: relative;
	padding-left: 35px;
}
#midContentHeader .contentItem {
	width: 525px;
	position: absolute;
	padding: 40px 0px 20px 0px;
	font: normal 12px Arial;
	line-height: 19px;
}
#midContentHeader .content {
	width: 453px;
}
.contentItemImage {
	display: none;
}
/*.contentItemImage {
    display: none;
    position: absolute; 
    top: 50px; 
    right: 40px;
}*/

/* End accessory subpages */

/* Begin Resource subpages and contact page */
/*#mainContentInfo {
    position: relative;
    width: 719px;
    margin-top: 17px;
    padding-left: 17px;
}*/

#resourceSectionsContentHeader {
	min-height: 80px;
	background: url('../images/general/bg_resource_sections.jpg');
	background-repeat: no-repeat;
	position: relative;
	padding-left: 35px;
	border-bottom:#23323f solid 2px;
}
#resourceSectionsContentHeader .contentItem {
	width: 650px;
	padding: 0px 0 8px 0;
	font: normal 12px Arial;
	line-height: 19px;
	position: relative;
}
#resourceSectionsContentHeader .contentItem a {
	color: #fff;
	text-decoration: underline;
}
#resourceSectionsContentHeader .contentItem a:hover {
	text-decoration: none;
}
#resourceSectionsContentHeader .categoryHeader {
	font: normal 18px Arial;
	padding: 20px 0px 7px 0px;
}
#mainContentInfo p {
	font-size:12px;
}
#mainContentInfo p a {
	color:#9ccbe6;
	text-decoration:underline;
}
#mainContentInfo p a:hover {
	text-decoration:none;
}
/* End Resource subpages */

