@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	background: #000000 url(images/background.jpg) fixed top center no-repeat;
	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 */
}

.ENDOtactical #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.ENDOtactical #container a img {
	border: none; /* gets rid of link border around images that are hyperlinked */
}

.ENDOtactical #mainContent {
	background: #FFFFFF;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: -20px 0px -35px 0px; /* -20px on top and bottom to bring div right next to header and footer for pics */
	padding: 0px 40px 35px 40px;
}

.ENDOtactical #flashMovie {
	/*background: #FFFFFF; */
	/* padding: 0px -40px 0px -40px;  validator doesnt like the -40s.. try changing */
	margin: 0px -65px 0px -40px; 
	text-align: center; 
	border: none;
}


.ENDOtactical #mainContent a:link {
	color: #000000;
	text-decoration: none; 
}

.ENDOtactical #mainContent a:visited {
	text-decoration: none;
	color: #000000;
}

.ENDOtactical #mainContent a:hover {
	text-decoration: none;
	color: #C00; /* had it at #999 which was grey */
}

.ENDOtactical #mainContent a:active {
	text-decoration: none;
}

.ENDOtactical #mainContent a img {
	border: none;
}



.ENDOtactical #mainContent h1 {
	/*margin: 0px 0px -15px 0px;*/
}

.ENDOtactical #header {
	background: #000;
	padding: 0px 0px 0px 0px;  
	margin: 0px 0px 0px 0px;
}


/* This is the section that controls the links div bar */
.ENDOtactical #links {
	background: #000; /* was #666 */
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	text-align: center;
	}

/* END links div bar Section */


/* This is the section that controls the footer */
.ENDOtactical #footer {
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	background:#FFFFFF url(images/BottomGrunge.jpg) no-repeat bottom;
	border-top: 1px dotted #000000; 
}

.ENDOtactical #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font: 70% Arial, Helvetica, sans-serif;
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
/* END footer Section */

.percent70 {
font-size: 70%;
}

.colorRed {
color: #CC0000;
}

.colorGreen {
color: #66dd00;
}

.blue {
color: #06F;
font-size: 80%;
}

.percent80 {
font-size: 80%;
}

.underline {
text-decoration: underline;
}



/* START mailing list div */
.ENDOtactical #mailingList {
	width: 350px;
	/* margin: 0px 0px 0px 15px; */
}
/* END mailing list div */

/* START GOOGLE CHECKOUT CSS */
  .product-image { border:solid 1px #000000; }
  .product-title, .product-price, .product-shipping { font-weight:bold; visibility:hidden; }
  .data-cell { padding:0px 25px 0px 10px;border:solid 0px #000;vertical-align:top}
  .align-cart { padding-left:0px }
  
  .override #googlecart-widget-head {
    background: #E8E6DA;
  }
 /* END GOOGLE CHECOUT CSS*/

/* START Product gallery for main product page */
.ENDOtactical #ProductGallery {
	margin: 0px -35px 0px -35px;
}
/* END Product gallery for main product page */


/* Start bottomNav list */
.ENDOtactical #bottomNav {
height: 12px;
font-size: 70%; 
/*font-weight: bold;*/
background-color: #000000;
text-align: right;
color:#FFFFFF;
}

.ENDOtactical #bottomNav li
{
display: inline;
list-style-type: none;
}

.ENDOtactical #bottomNav a { 
margin: 0px 5px 0px 5px;
padding: 2px 2px 2px 2px;
}



.ENDOtactical #bottomNav a:link {
	color: #FFFFFF;
	text-decoration: none; 
}

.ENDOtactical #bottomNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.ENDOtactical #bottomNav a:hover {
	text-decoration: none;
	color: #CCC;
}

.ENDOtactical #bottomNav a:active {
	text-decoration: none;
}

/* END bottomNav list */