body {
  text-align: center;
  color: #000000;
  background-color: #9f978a;
  margin: 0;
  padding: 0px 0px 0px 0px; /*   Top, RIGHT, bottom, LEFT    */ 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
}


.style3 {color: #FF0000}
.style5 {
	color: #006633;
	font-weight: bold;
	font-size: small;
}
.style7 {font-size: small}
.style9 {font-size: medium}

img {   border-style: none;   }


/* Place all content in a left, right, container divs to give centered 970px column */
/* padding moves it 10 pixels down...  left, right, bottom and top are the order */
.rightwrapper { 
  width: 990px;
  margin: 0 auto;
  padding: 10px 10px 10px 0px; /*   Top, RIGHT, bottom, LEFT    */ 
  text-align: left;
  background-color: #61605e;   /*   #8ac6ff  */ 
  }


.leftwrapper { 
  width: 980px;
  margin: 0 auto;
  padding: 0px 0px 0px 10px; /*   Top, RIGHT, bottom, LEFT    */ 
  text-align: left;
  background-color: #61605e;   /*   #8ac6ff  */ 
  }


.container {
  width:970px;
    padding: 0px 10px 0px 0px;
  background-color:#ffffff;
}


.Padding {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-left: 20px;
}

.Padding2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 53px;
  margin-left: 40px;
}


/* header stuff */
.Header {
  text-align:center;
  text-align:top;
  }


/* Footer stuff */
.Footer {
  margin: 10px;
  margin-top: 2px;
  padding-bottom: 5px;
  text-align: center;
  font-size: x-small;
}

/* horizontal top menu items */
.TopMenuContainer {
  text-align: center;
  border-top: 2px solid Black;
  border-bottom: 0px solid Black;
}

.TopMenu {
  list-style: none;
  float: center;
  margin-top: 5px;
  margin-bottom: 0px;
    margin-left: 22px;
}

.TopMenu li {
  float:left;
  width:200px;
}
.TopMenu a {
  background-color: white;
  color: blue;
}

.TopMenu a:visited, a:active {
  background-color: white;
  color: blue;
}

/* horizontal top menu items */
.TopMenuContainerRow2 {
	text-align: center;
	border-top: 0px solid Black;
	margin-bottom: 15px; /* this puts space UNDER the black border bottom    */  
	border-bottom: 2px solid Black;
	padding-bottom: 8px;   /* this puts space UNDER the 2nd row of navigation links    */  
}

.TopMenuRow2 {
  list-style: none;
  float: center;
  margin-top: 5px;
  margin-bottom: 0px;
      margin-left: 22px;
}
.TopMenuRow2 li {
  float:left;
  width:200px;
}
.TopMenuRow2 a {
  background-color: white;
  color: blue;
}
.TopMenuRow2 a:visited, a:active {
  background-color: white;
  color: blue;
}


a.ActiveTab {
  background-color: black;
  color: white;
}
a.ActiveTab:visited {
  background-color: black;
  color: white;
}
a.ActiveTab:hover {
  background-color: black;
  color: palegreen;
}


/* Product Listing stuff */
.ProductBox {
  text-align: left;
  vertical-align: top;
  margin: auto;
  width: 850px;
  border: 1px solid Black;
  background: LightGrey;
  margin-bottom: 15px;
}

.PartPhoto img {
  width: 330px;
    margin-top: 20px;
}

.ProductPhoto {
  float:left;
  margin-right: 5px;
}

.ProductPhoto img {
  width: 450px;
}

.ProductText {
  margin-left: 20px;
}

.ProductText dt {
  font-weight: bold;
}

.ProductText th {
 font-weight: normal;
 font-size: normal;
 text-align: right;
 border-bottom: 1px solid Black;
}

.ProductText td {
  text-align: right;
}

.ProductText h4 {
  margin: 0;
}

/* Product Photos & Videos */
.PhotoBox {
  text-align: center;
  margin: auto;
  width: 440px;
  border: 1px solid Black;
  background: LightGrey;
  margin-bottom: 20px;
}


/* Product Photos & Videos */
.SmallPhotoBox {
  text-align: center;
  margin: auto;
  width: 220px;
  border: 1px solid Black;
  background: LightGrey;
  margin-bottom: 20px;
}

/*  JUNE NEW PRODUCTS PAGE    */

#mainblock {
/*	height:664px;*/
	height:680px;
	width:960px;
	margin:0 auto;
	left:5px;
	float:left;
	position:relative;
	/*    background-color:#fff;     */
	background-color:#ffffff;
	color:#989374;
	text-align:center;	
	
}



#mainblock a{
	background-color:#ffffff;
	color:#989374;
	text-align:center;	
	
}

 

/*  IN THE FOLLOWING Notice the use of # instead of . - this done to use ID instead of CLASS  */




/* The new defs for each products image  

To get layers overlapping each other you need to use the z-index command. Add z-index: 1 in with the positioning code and this element will appear above everything without this command. If you want something else to go over this layer too, add z-index: 2 and so on. The higher the index, the closer the div  will appear to the front of the page.    */



#mk46le_rifle {
z-index: 2; 
color: white; 
position: absolute;
 left: 20px; 
 top: 60px; 
 width: 300px; 
 height: 212px; 
 padding: 0px; 
 /*(  padding-right: 20px;   */
}

#mk46civ_rifle{
position: absolute; 
left: 310px; 
top: 0px; 
/* background-color: orange;   */
width: 400px; 
height: 260px; 
padding: 0px;
}


#accesssories  {
   z-index: 1; 
   position: absolute; 
   left: 750px; 
   top: 90px; 
   width: 180px; 
   height: 180px;
   padding: 0px; 
   color: white;
}


#mgrepairs {
 position: absolute;
 left: 25px; 
 top: 380px; 
 width: 300px; 
 height: 69px;
 padding: 0px; 
 color: white; 
 /* border: 5px white groove;   */
/*  font-size: 13pt;  */
}


#mgamk48 {
 position: absolute;
 left: 366px; 
 top: 380px; 
 width: 250px; 
 height: 209px;
 padding: 0px; 
 color: red; 
 /*  border: 10px black double;  */
}


#troy_shield {
	z-index: 2; 
	position: absolute; 
	right: 10px; 
    top: 360px; 
	width: 300px;
	height:135px; 
	padding: 0px; 
	/* border: red 2px dashed;  */
}



#flag {
	z-index: 2; 
	position: absolute; 
	right: 40px; 
    bottom: 10px; 
	padding: 0px; 
	/* border: red 2px dashed;  */
}





















