/* CSS Document */

body
{
	text-align:center;
}


.tableMain
{
	background-color:#003366;
	text-shadow:#FFFFFF;
	color:white;
}
.tableMain a:link
{
	color:#00CCFF;
}


.sideMain
{
	padding:0px,0px,0px,40px;
	text-align:left;
	width:50px;
}








/*For the Inventory Section only  <use tabletext class on any tables> */
#inventory
{
	background-image:url(images/backmainDiv.jpg);
	background-repeat:repeat-y:
	text-align:center;
	width:800px;
}

.tabletext
{
	border:groove;
	width:800px;
	border-width:2px;
	
}

.tabletext td
{
	color:#0000FF;
}

.tabletext h2
{
	text-align:center;
	color:#000099;
	text-decoration:underline;
}

em
{
	color:#FF0000;
	font-weight:bold;
	text-decoration:line-through;
}
/************************************/
.images
{
	background-color:#000000;
	color:white;
}

/****All Links will have this functionality:***********/
a
 {
 	text-decoration:none;
	 word-spacing: 2px;
 }
a:link
 {
 	
	color:blue;

 }
a:visited
 {
 	color:#000066;
	text-decoration:none;
 }
a:hover, a:visited:hover
 {
 	color:#0066FF;
	text-decoration:underline;
 }
a:active, a:visited:active
 {
 	color:#00CC66;
	text-decoration:none;
 }

/*click here to order divs only:********************/
.order
{
	color:#000066; 
	text-align:center; 
	width:90px;
	font-weight:bold;
}




 /* Section for pictures page only */
 /***************************************************************/
.pics
			{
				font-family:Times New Roman, Times, serif;
				color:white;
				font-size:large;
				text-align:center;
				font-weight:bold;
				background-color:black;
			}
			
 /* For Footer Links Only use this class on the div */
 /***************************************************************/
 .divFooter
 {
  
  border-width:1px;
  padding: 0px;
  text-align:center;
  text-decoration:none;
  word-spacing: 20px;
  font-size:12px;
  width:900px;
  height:20px;
 }
 #footer a
 {
 	text-decoration:none;
	 word-spacing: 2px;
 }
 #footer a:link
 {
 	text-decoration:none;
	color:blue;

 }
 #footer a:visited
 {
 	color:#0033FF;
	text-decoration:none;
 }
 #footer a:hover, a:visited:hover
 {
 	color:#0066FF;
	
	text-decoration:underline;
 }
 #footer a:active, a:visited:active
 {
 	color:#00CC66;
	text-decoration:none;
 }
 /**********END FOOTER SECTION*************************/
 
 