/* +++ THIS IS THE CURRENT UP-TO-DATE CSS 12:48 8/10/2004 +++ */

BODY {
	font-size: 86%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
	color: #000;
	background: #8c4072; 
      }
h5, .wdb h5 {font-weight: bold;}
h6 {font-weight:normal;}
.clear {clear:both;}
#all	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	height: 100%;
}
#contentWrap {/*this is the main content area*/
	margin: 0 0 0 8em;
	padding: 20px 40px 60px 60px;
	background: white; 
	color: black;
	border: 0.1px solid white; 
	/*to insure that NN4.xx renders the background of the content area*/
    }
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px auto;
}

#topbox {
	height: 120px;
	text-align: center;
	margin-left: 8em;
}

#logo {
	margin: 0 auto;
	width: 550px;
	background: #8c4072;
	padding-top:10px;
	color: black;
    } 


#menubox {	/* positioned absolutely to keep it on the left; will be below content in code for search engines */
	position: absolute;
	top: 120px;
	left: 0px;
	width: 8em;
	height: 100%; 
}


#navbar {/*contents within menubox*/
	margin: .5em;
	padding: 0px 0px 0px 0px;
	background: #8c4072; 
	color: #ffffff;
	font-family : "Book Antiqua", Georgia, Palatino, Times, serif;
	font-style : italic;
	font-weight: bold;
	font-size : 1.3em;
	text-align: center;
	line-height: 1.7em;
    }

#corner{	
	position: absolute;
	top: 0;
	left: 0;
	width: 8em;
	padding-top:10px;
	padding-left: 20px;
}

#corner img {
	border: 0;
}

h1, h2, h3 {/*used for page, section titles*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #8c4072; 
	background: transparent;}

h1, h2 {
	text-decoration : underline; 
	text-align: center;
}



/* styles for multi-product pages */

.products {/* class for a page or table displaying multiple items */
}

.products table {
	text-align: center;
}

.products h3 { /* product name */
	font-weight: bold;
	font-size : 1em;	
	color: blue;
	text-align: center;
	padding: 10px;
}
.products p { /* product description, etc */

}

.products h4 {/* price */
	color: red;
	font-weight: bold;
	font-size : 1em;	
	text-align: right;
	padding: 10px 10px 0px 10px;
}

.products img { /* product picture */
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

/* +++ styles for single-item pages +++ */

.item {/* class for a single item on a page */
	border: 2px solid black;
	width: 95%;
	padding: 0em 1em;
}

.products {/* class for a page or table displaying multiple items */
}

.item h1 { /* product name */
	font-weight: bold;
	font-size : 2em;
	text-decoration: none;
	color: blue;
	padding: 10px;
}
.item h2 {/* product sub-name */
	text-decoration: none;
}

.products p { /* product description, etc */

}

.item h3 {
	display: inline;
	color: red;
	font-weight: bold;
	font-size : 1.2em;
	padding-left: 20px;
}


.item h4 {/* price */
	color: red;
	font-weight: bold;
	font-size : 1em;
	text-align: right;
	padding: 10px 0px 0px 30px;
}

.item h5 {
	display: inline;
	color: red;
	font-weight: bold;
	font-size : 1em;
}
.ralign {text-align:right;
margin-top: 20px;
margin-right: 20px;
}

.item img { /* product picture */
	vertical-align: middle;
	float: left;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	margin: 20px;
}

.item p {/* product description and other detail*/
	font-size : 1em;
	text-align: left;
	padding: 0px 20px 10px 20px;
}

.item form {/* for add-to-cart button*/ 
	padding: 20px 0px 0px 0px;
	vertical-align: middle;
	display: inline;
}

table.display { /*table of options, usually images */
	vertical-align: middle;
	float: left;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	margin: 20px;
	background: blue;
}

.item td  {/* paypal */
	text-align: center;
}

/* +++ end item styles +++ */


.memo {/* for special notes, etc.*/
	color : #8c4072; 
	text-align: center;
}

.hangp {/* hanging para */
	text-indent: -3em;
	margin-left: 3em;
}

.lbp {/* para that acts like a line break */
	padding: 0;
	line-height: 1em;
}

.lbind {/* line break plus indent */
	padding: 0;
	line-height: 1em;
	text-indent: 3em;
}

#navbar ul, #navbar li { /* how the menu-list is displayed */
	display : block;
	list-style: none;
	margin: 0px;
}

.hearts li {/* for lists of links, etc.*/
	list-style-image: url(../pix/heart.gif);
	list-style-type: circle;
	margin-top: 1em;
	margin-left: 3em;
}    


a:link {  color: blue; text-decoration: underline;}
a:visited {  color: #b1629f; text-decoration: underline;}
a:hover {  color: #ff00ff; text-decoration: underline;}
a:active {  color: red;}

#navbar a:link {  color: #2dffff; text-decoration: none;}
#navbar a:visited {  color: #f5a0bd; text-decoration: none;}
#navbar a:hover {  color: #ff00ff; text-decoration: underline;}
#navbar a:active {  color: #CCCCFF;}

body#home li.homenav, 
body#armory li.armnav,
body#uniforms li.uninav,
body#stencil li.stencilnav,
body#products li.productsnav,
body#links li.linksnav,
body#check li.checknav,
body#contact li.contactnav	
{/*purple on blue for YAH*/  /* matching specific body IDs to particular naviation links */
	background:  #00f;
	color : #800080;
}

.addy {/* image of email address */
	vertical-align: bottom;
	border: none;
}

a.addy {
	border: 0;
}

.info {/* contact info at bottom of every page */
	margin: 4em 0 0 0;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
}
.wdb {
	margin: 2em 0 0 0;
	text-align: center;
}
img.onepx {/*paypal's one-pixel tracking gif */
border:none;}

/* ++++ IE fixes ++++ */

/* Prevents 3px and peekaboo bugs */

/* \*/
* html .display, table  {height: 1%;} 
/* */

