body {
	font-family: arial narrow;
	font-size: medium;
	color: navy;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/logoback.jpg);
	background-repeat: repeat;
	border-collapse: collapse;
	max-width: 1024px;
}
body.peregrine{
	background-color: #1C2674;
	background-image: url(Finance/Peregrine.gif);
}

h1 {
	font-family: Tahoma;
	font-size: 20pt;
	text-align: center;
	font-weight: 300;
	color: Navy;
}
h2 {
	font-family: Tahoma;
	font-size: 18pt;
	text-align: center;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 0%;
	font-weight: 300;
}
h3 {
	font-family: Arial Narrow;
	font-size: 16pt;
	text-align: left;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 0%;
	font-weight: bold;
	color: Navy;
}
h4 {
	font-family: "Arial Narrow";
	font-size: 14pt;
	text-align: left;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 1%;
	font-weight: 300;
	color: Navy;
}
h5 {
	font-family: Arial Narrow;
	font-size: 12pt;
	text-align: left;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 1%;
	font-weight: 300;
	color: Navy;
}
h6 {
	font-family: Arial Narrow;
	font-size: 10pt;
	text-align: left;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 1%;
	font-weight: 300;
	color: Navy;
}
h3.contenta {
	font-family: "Arial Narrow";
	font-size: 16pt;
	text-align: left;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 20%;
	font-weight: bold;
	color: Navy;
}
h4.contenta {
	font-family: "Arial Narrow";
	font-size: 14pt;
	text-align: left;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 21%;
	font-weight: 300;
	color: Navy;
}
h6.contenta {
	font-family: Arial Narrow;
	font-size: 10pt;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 0%;
	font-weight: 300;
	color: Navy;
}
h3.contentc {
	font-family: Arial Narrow;
	font-size: 16pt;
	text-align: center;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 0%;
	font-weight: bold;
	color: Navy;
}
h4.contentc {
	font-family: Arial Narrow;
	font-size: 14pt;
	text-align: center;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 0%;
	font-weight: bold;
	color: Navy;
}
h5.contentc {
	font-family: Arial Narrow;
	font-size: 12pt;
	text-align: center;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 1%;
	font-weight: 300;
	color: Navy;
}
h6.contentc {
	font-family: Arial Narrow;
	font-size: 10pt;
	text-align: center;
	border-collapse: collapse;
	clip: auto;
	border-width: thin thin thin thin;
	margin: 0% 0% 0% 1%;
	font-weight: 300;
	color: Navy;
}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	font-size: 20px;
	text-decoration: none;
	font-weight: 800;
	font-family: "Arial Narrow";
}
a:link {
	color: White;
}
a:visited {
	color: #7B68EE;
}
a:active {
	background-color: transparent;
	color: Red;
}
a:link:hover, a:visited:hover {
	background-color: transparent;
	color: Yellow;
}
a:link:active, a:visited:active {
	background-color: transparent;
	color: Red;
}

#Header {
	margin: 0px 0px 10px 0px;
	padding: 17px 0px 0px 20px; /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 90px; /* 14px + 17px + 2px = 33px */
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height: 90px;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\";
}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	background: url(images/gunman2.jpg);
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {
	height: 90px;
}

#Content {
	margin: 0px 0px 50px 170px;
	padding: 0px 0px;
	}

#Menu {
	position: absolute;
	float: left;
	background-color: #162856;
	font-family: "Arial Narrow";
	font-size: large;
	top: 101px;
	color: White; /* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px; 
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
.center {text-align:center}
.left {text-align:left}
.right {text-align:right}

table {
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}
table.head {
	margin: 0px 0px 0px 0px;
	background-color: #162856;
	color: #162856;
}
table.gunlists {width:700px; background-color: #bdcfe1; margin: 10px 10px 10px 10px;}

/*tr {
	width: 100%;
	background-color: #162856;
	border: 0px 0px 0px 0px;
	margin: 0px 150px 0px 0px;
	color: #162856;
}
td {background-color: #162856;width:100%;vertical-align: top; border: 0px 0px 0px 0px;padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px}
*/
td.w0 {width:0;background-color: transparent;vertical-align: middle; }

td.stockno {width:10%}
td.gunname {width:60%}
td.category {width:15%}
td.price {width:15%}
td.buttons {width:0}

td.stocknoblue {
	width: 10%;
	background-color: #00BFFF;
}
td.gunnameblue {
	width: 60%;
	background-color: #00BFFF;
}
td.categoryblue {
	width: 15%;
	background-color: #00BFFF;
}
td.priceblue {
	width: 15%;
	background-color: #00BFFF;
}
td.buttonsblue {
	width: 0;
	background-color: #00BFFF;
}
td.backblue {
	background-color: #00BFFF;
}


p {
	font-size: 10pt;
	color: White;
	font-family: arial;
	margin: 1px 1px 1px 1px;
}
p.small{font-size: 8pt}
p.white {color: white}
p.strong{font-weight:bold}
p.strongwhite{font-weight:bold;color: white;}
p.largestrong{font-weight:bold;font-size: 12pt;}

form {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px}
.formfield {border: 0px 0px 0px 0px;margin: 5px 5px 5px 5px;font-size: 8pt;border-color: black;font-family: verdana;background-color: white}
a.content {
	color: Black;
	text-decoration: underline;
	background-color: transparent;
}
a.content:hover {
	color: Yellow;
	background-color: transparent;
}
a.content:link{
	color: Black;
	background-color: transparent;
}
a.content:visited {
	color: Blue;
	background-color: transparent;
}
a.contenta {
	color: Navy;
	text-decoration: underline;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 20pt;
}
a.contenta:hover {
	color: Navy;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 20pt;
}
a.contenta:link {
	color: Navy;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 20pt;
}
a.contenta:visited {
	color: Navy;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 20pt;
}
a.contentb {
	color: Navy;
	text-decoration: underline;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 16pt;
}
a.contentb:hover {
	color: Yellow;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 16pt;
}
a.contentb:link {
	color: Navy;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 16pt;
}
a.contentb:visited {
	color: Blue;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 16pt;
}
a.contentp {
	color: navy;
	text-decoration: underline;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 14pt;
}
a.contentp:hover {
	color: gray;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 14pt;
}
a.contentp:link {
	color: navy;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 14pt;
}
a.contentp:visited {
	color: maroon;
	background-color: transparent;
	font-family: "Arial Narrow";
	font-size: 14pt;
}
table.content {
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
}
tr.content {
	width: auto;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	color: Window;
}
td.content {
	background-color: transparent;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: auto;
	display: inline;
}
table.news {
	width: 80%;
	margin: 10px 10px 10px 10px;
	background-color: transparent;
	border: double;
	border-color: Teal Teal Teal Teal;
	layout-grid: auto;
}
tr.news {
	width: auto;
	background-color: transparent;
	vertical-align: middle;
/*	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;*/
	display: block;
/*	border: solid teal;
	border-width: 1px 1px 1px 1px;
	border-color: Teal Teal Teal Teal;*/
	layout-grid: auto;
}
td.news {
	width: 20%;
 /*  background-color: transparent;*/
	vertical-align: middle;
/*	padding: 0px 10px 0px 10px;
	margin: 10px 10px 10px 10px;*/
	display: inline-block;
	border-color: Teal Teal Teal Teal;
	border: solid teal;
	border-width: 1px 1px 1px 1px;
	layout-grid: line auto;
	text-align: center;
}
h1.content {
	font-family: Verdana;
	font-size: 20pt;
}
h3.content {
	font-family: "Franklin Gothic Book";
	font-size: 14pt;
}
#deflst {
  	float: left;
  	width: 1200px;
  	padding: 10px 0;
  	background: url(img/bg.gif) no-repeat top left;
  	}
#deflst dl {
  	float: left;
  	width: 1160px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#deflst dt {
  	float: right;
  	width: 1162px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #627081;
  	}
#deflst dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}
#deflst dl dd.img {
   	margin: 0;
   	}
#deflst dd.img img {
  	float: left;
  	margin: 0 20px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#deflst .alt dt {
  	float: left;
  	}
#deflst .alt dd {
  	margin: 0 98px 0 0;
  	}
#deflst .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
iframe.content {
		float: left;
/*		clear: left;*/
		width: 850px;
		height: 1200px;
/*		padding-right: 10px;*/
		background: transparent;
}
ul.cssMenu ul{display:none}

ul.cssMenu li:hover>ul{display:block}

ul.cssMenu ul{position: absolute;left:98%;top:-1px;}

ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}

ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	background-color: #162856;
	background-repeat:repeat;
	/*border-color:#EEEEEE #777777 #666666 #C9C9C9;
	border-width:0px;
	border-style:solid;*/
}

ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	zoom:1;
	_width:150px;
	float: left;
}

ul.cssMenu ul{
	width:160px;
}

ul.cssMenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
}

ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}

ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	zoom:1;
	background-color: #162856;
/*	border-width:1px;
	border-color:#E4E1DE;
	border-style:solid;*/
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font:normal 14px Tahoma;
	color: white;
	text-decoration:none;
	cursor:default;
}

ul.cssMenu span{
	overflow:hidden;
}

ul.cssMenu ul li {
	float:none;
}

ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}

ul.cssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
}

ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:100%;
	height:3;
	display:inline-block;
	background-color:#EEEEEE #777777 #666666 #C9C9C9;	background-image:none;}

ul.cssMenu li:hover{
	position:relative;
}

ul.cssMenu li:hover>a{
	background-color:#FFFFFF;
/*	border-color:#7D7D7D;
	border-style:solid;*/
	font:normal 14px Tahoma;
	color: #000000;
	text-decoration:none;
}

ul.cssMenu li a:hover{
	position:relative;
	background-color:#FFFFFF;
/*	border-color:#7D7D7D;
	border-style:solid;*/
	font:normal 14px Tahoma;
	color: #000000;
	text-decoration:none;
}

ul.cssMenu li.dis a {
	color: #AAAAAA !important;
}

ul.cssMenu img {border: none;float:left;_float:none;margin-right:4px;width:24px;
height:24px;
}

ul.cssMenu ul img {width:30px;
height:15px;
}

ul.cssMenu img.over{display:none}

ul.cssMenu li.dis a:hover img.over{display:none !important}

ul.cssMenu li.dis a:hover img.def {display:inline !important}

ul.cssMenu li:hover > a img.def  {display:none}

ul.cssMenu li:hover > a img.over {display:inline}

ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}

ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}

ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}

ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}

ul.cssMenu span{
	display:block;
	background-image:url(./images/right.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}

ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(./images/right.gif)}

	
