@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../artwork/websitebackground.png);
	background-attachment: scroll;
	background-position: center top;
}
#pageHeader {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #FFF;
	text-decoration: underline;
}
#itemSpecs {
	width: 650px;
	border: thin solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #CCC;
	margin-bottom: 15px;
}

#itemMainimage {
	background-color: #999;
	padding: 5px;
	margin-top: 10px;
	width: 350px;
	border: 5px ridge #327798;
}
#itemContainer {
}


.twoColFixLtHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	background-color: #000;
	border: thin solid #000;
} 
.twoColFixLtHdr #pubNet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #FFF;
	padding: 3px;
	margin-top: 10px;
	background-color: #000;
}
.twoColFixLtHdr #sidebar2 {
	float: right;
	width: 150px;
	background-color: #000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-right-width: thin;
}

.twoColFixLtHdr #newCatalog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	background-color: #000;
}

.twoColFixLtHdr #nfatcaLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	padding: 0px;
	margin-top: 10px;
	background-color: #333;
	width: 150px;
}

.twoColFixLtHdr #slideShow {
	width: 800px;
	height: 200px;
}

.twoColFixLtHdr #header {
	height: 200px;
	background-repeat: no-repeat;
	border: 2px none #C00;
} 

.twoColFixLtHdr #headerLogo {
	height: 120px;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-left-width: thin;
}
.twoColFixLtHdr #mainContent {
	margin-left: 170px;
	margin-right: 170px;
	color: #FFF;
	border: thin solid #000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	font-weight: bold;
	text-align: justify;
} 
.twoColFixLtHdr #nfatcaLink {
	width: 150px;
	background-color: #FFF;
	color: #333;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #666;
} 
.twoColFixLtHdr #footer p {
	font-size: 12px;
	line-height: 1px;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#itemText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #CCC;
	width: 650px;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#itemTitle {
	height: 50px;
	width: 650px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
	color: #CCC;
	text-decoration: underline;
	vertical-align: bottom;
	line-height: -50px;
	padding-bottom: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #shadow {
	width: 1064px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../artwork/layout/dsc_site_shadow.png);
	background-repeat: repeat-y;
}
#mainImage {
	height: 250px;
	width: 650px;
	border: thin solid #333;
}
#subImages {
	height: 100px;
	width: 650px;
	border: thin solid #333;
}
#pistolImage {
	width: 650px;
	border: thin solid #333;
}

