body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	text-align: center;
}
#main {
  margin: 2px;
  width: 740px;
}

html>body{
	margin:0 auto;
}

html>body #main{
	margin:2px auto;
	text-align:center;
}

#logo {
  margin-top: 15px;
  margin-left: 15px;
  text-align: left;
}
#nav {
  margin-top: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
  border: 1px solid #333333;
  background-color: #005A9C;
  height: 1em;
}
#nav ul {
  margin: auto;
  padding: 0;
	list-style: none;
	line-height: 1;
}


html>body #nav ul{
	line-height:1em;
}

#nav a {
    margin-bottom: 3px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 14.5em;
	display: block;
}
#nav a:hover{
	color: #FF9f00;
	text-decoration: underline;
}
#nav li { /* all list items */
  margin: 0;
  background-color: #005A9C;
    display: inline;
    color: #cccccc;
	float: left;
	width: 0em; /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background: #333333;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

html>body #nav li{
	width:14.5em;
}
html>body #nav li ul{
	width:12em;
}
#nav li ul li {
	background: #005A9C;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	padding-left: 14px;
}
#nav li ul li a {
    margin-bottom: 0px;
	color: #ccc;
	padding: 2px;
	font-weight: bold;
	width: 12em;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#headernav {
	float: right;
	text-align: right;
	margin-top: 5px;
}
#headernav ul li {
	padding-top: 10px;
	padding-right: 10px;
	display: inline;
	font-size: 10px;
	color:#005A9C;
	background-color:#FFF;
	font-weight:bold;
}
#headernav a, #headernav a:visited {
  	color: #005A9C;
 	 background-color:#FFF;
}

#headernav a:hover{
	color:#E88700;
	background-color:#FFF;
}

#footer {
	margin-top: 35px;
	margin-bottom: 5px;
	border-top: 1px dotted #E88700;
	border-bottom: 2px solid #000000;
	clear:both;
}
#footer p {
	font-size: 9px;
	vertical-align: middle;
}
#footer ul {
	margin: 0px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #005A9C;
}
#footer ul li {
	padding: 10px;
	display: inline;
	font-size: 9px;
	line-height: 17px;
}
#footer ul li a {
	color: #005A9C;
	font-weight: bold;
	text-decoration: none;
}
#footer ul li a:link {
	color: #005A9C;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #005A9C;
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: underline;
}
#content {
  margin: 15px;
  margin-top: 35px;
  text-align: left;
  clear: left;
}

#sidebar {
  margin: auto;
  margin-left:0.5em;
  width: 220px;
  float: right;
  padding: 10px;
  border: 1px solid black;
  background-color: #eeeeee;
}

#homeSubs {
  margin: auto;
  width: 220px;
  height: 180px;
  padding: 10px;
  border-top: 1px dotted #E88700;
  border-bottom: 1px solid #000000;
  background-color: #efefef;
  text-align: left;
}
html>body #homeSubs{
	margin-top:0.5em;
	padding-top:0;
}

html>body #homeSubs img{
	padding-bottom:0.125em;
	margin-bottom:0.125em;
}

#seminar {
  margin: auto;
  margin-left:0.5em;
  width: 180px;
  float: right;
  padding: 10px;
  border: 1px solid black;
  background-color: #FAF1EA;
}

#product, .product {
  margin: 10px;
  padding-bottom: 15px;
  border-top: 1px dashed black;
}

.product p{
	margin-top:0.25em;
	margin-bottom:0.25em;
	padding:0;
}

.product ul{
	margin-top:0.25em;
}

p.models {
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  font-size: 11px;
  color: #000000;
}
p.products {
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  font-size: 9px;
  color: #666666;
}

div.applications{
	margin:0.75em 20px 2em 20px;
}
div.applications p{
	font-size:10px;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0.125em;
}	

div.applications ul{
	margin-top:0;
	padding-top:0.125em;
}	

p a, div.applications a {
	
	color:#666666;
	text-decoration:underline;
}

p a{
	font-size:11px;
}
div.applications a{
	font-size:10px;
}

p a:hover, div.applications a:hover{
	color:#005A9C;
	background-color:#FFF;
}	

a.sectionheading {
  color: #005A9C;
}
a.models {
  color: #000000;
}
a.modelson {
  text-decoration: none;
  color: #000000;
}
a.products {
  color: #666666;
  font-size:9px;
}
a.productson {
  text-decoration: none;
  color: #666666;
  font-size: 9px;
}
p {
   margin-top: 2px;
   line-height: 1.5em;
}
h1 {
  margin: 3px;
  color: #005A9C;
  font-size: 12px;
}
h2 {
  margin: 3px;
  color: #FF9400;
  font-size: 16px;
  padding-top: 5px;
}
a.h2 {
  color: #FF9400;
  font-size: 14px;
}
h3, h3c {
  color: #000000;
  font-size: 14px;
  margin-bottom:0;
}


a.h3, a.h3c {
  color: #000000;
  font-size: 14px;
}
a.h3:hover, a.h3c:hover {
  color: #005A9C;
}

h3c, a.h3c, a.h3c:hover{
	padding-left:0.25em;
}

.topLink{
	text-align:left;
	font-size:9px;
	padding-top:0.25em;
	padding-bottom:2em;
	display:block;
}

.topLink a, .topLink a:visited, .topLink a:hover{
	color:#666666;
	text-decoration:underline;
}
	

#testimonial {
	float: right;
	width: 170px;
	margin: 0;
	padding: 20px;
}
#testimonial p {
	font-size: 10px;
}

#content-main{
	padding-top:2px;
	margin-top:0;
}

#content-sub{
	padding:0;
	margin:0;
}
	
#content-sub a, #content-sub a:visited, #content-sub a:hover{
	color:#666666;
	text-decoration:underline;
}
		
	
#content-sub ul{
	list-style:none;
	margin-left:0.25em;
	margin-top:0.35em;
	padding:0;
	display:block;
}	

#content-sub ul li
{
	display:inline;
	margin:0;
	padding:6px 1px 2px 1px;
	font-size:9px;
	color: #666666;

}

.product img{
	float:right;
}
.prodName{
	font-weight:bold;
}

.redT{
	color:#FF0000;font-style:italic;
}

ul#edtsList{
	margin:0 auto 0 15px;
	line-height:1.5em;
}

.trdmrk{
	font-size:xx-small;
}

a img, a:visited img, a:hover img{
	border:none;
}

#imgWrapper{
	float:right;
	width:186px;
}

ul.nobullet{
	list-style:none;
	font-size:9px;
	margin:0;
	padding:0.25em;
}

ul.longList li{
	padding:0.5em;
}

img.protectPic{
	padding-bottom:35px;
}

ul#companies li a, ul#companies li a:visited, table#logos a, table#logos a:visited{
	color:#666;
	background-color:#FFF;
	text-decoration:underline;
}

ul#companies li a:hover, table#logos a:hover{
	color:#005A9C;
	background-color:#FFF;
}
table#logos{
	margin:0.5em auto;
	text-align:center;
}
table#logos td{
	text-align:left;
	border-bottom:1px solid #f9f9f9;
	padding:5px 10px 8px 5px;
	vertical-align:top;
}
table#logos td img{
	padding-left:0;
	padding-right:0;
}

.company{
	font-size:12px;
	font-weight:bold;
}

input{margin:0; padding:0;}

p.lineSheet a, p.lineSheet a:visited, p.lineSheet a:hover{
	font-size:11px;
}

table.ballistic{
	width:700px;
	border:1px solid #ccc;
	margin-bottom:3.5em;
}

table.ballistic th, table.ballistic td{
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.ballistic tr.offStripe td, table.ballistic tr.offStripe th{
	background-color:#f9f9f9;
	color:#000;
}

table.ballistic td ul{
	list-style:none;
	margin:0;
	padding:0;
}
table.ballistic td ul li{
	margin:0;
	padding:0.125em;
}

ul.ammoList li{
	text-align:left;
	padding-left:2em;
}

tr#separatorRow th{
	background-color:#aaa;
	color:#000;
	height:5px;
	border:none;
}
table.ballistic td.abbr{
	text-align:left;
	padding-left:1em;
}

table.ballistic th a:link, table.ballistic th a:visited{
	color:#666;
	background-color:#fff;
}


body#contactForm #sidebar, body#confirmPage #sidebar{
	margin-top:20px;
}


body#contactForm #sidebar h3, body#confirmPage #sidebar h3{
	margin-top:0.5em;
}

body#contactForm #sidebar p, body#confirmPage #sidebar p{
	margin-top:0.25em;
	padding-top:0.125em;
	margin-bottom:0.75em;
}

.footerP{
	margin-top:15px;
}


.moreLink a:link, .moreLink a:visited, .moreLink a:hover{
	padding-top:30px;
	padding-right:35px;
	background-color:transparent; 
	background-image: url(/imx/glass3030.gif); 
	background-repeat:no-repeat; 
	background-position:right center;
	padding-bottom:30px;
	width:125px;
	padding-left:2px; 
	color:#666;
}
	
span.advOpt{
	display:block;
	margin-bottom:.1.25em;
	padding-bottom:.75em;
}

.naModel{
 	margin-top:15px;
}

a.li  {
	
	color:#666666;
	text-decoration:none;
	font-size:11px;
}

a.li:hover  {
	color: #005A9C;
	text-decoration:underline;
}

/*added by Pam 9-21-06 */

.tunnel{
	margin-top:0.5em;
	margin-bottom:0.25em;
}

/*added by Pam 12-14-06 */
span.aside{
	font-size:95%;
	font-weight:bold;
	font-style:italic;
}

a.chkPt, a:visited.chkPt, a#chkPt, a:visited#chkPt{
	display:block; 
	margin-top:1em; 
	margin-bottom:0.5em;
	font-size:11px;
	color:#005A9C;
	font-weight:bold;
}

a:hover.chkPt, a:hover#chkPt {
	color:#666;
	text-decoration:underline;
}