body {position: relative;
	margin-left: auto;
	margin-right: auto;

	background-position: center;
	background-repeat: no-repeat;
	
	
	font-style: normal;
	font-family: andy;
	
	
	margin: 0px;
	padding: 0px;}


a:link {text-decoration: none;
		color: black; }

a:visited {text-decoration: none;
color: black;}

a:hover {text-decoration: none;
color: red; }

a:active {text-decoration: none; 
color: black;}

/*Underline*/
a:link.text_dec_under {text-decoration: underline;
		color: black; }

a:visited.text_dec_under {text-decoration: underline;
color: black;}

a:hover.text_dec_under {text-decoration: underline;
color: red; }

a:active.text_dec_under {text-decoration: underline; 
color: black;}


.center	{text-align: center;}


p { }

td.space {width: 10px;}


/*Global header Nav*/
/*.header_container{
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 100px;
	height: 300px;
	
	
	
	background-color: transparent;
	
	z-index: 4;}*/

.imge{
	position: relative;
	top: 0px;
	left: 220px;
	
	text-align: center;
	
	height: 120px;
	width: 600px;
	/*border: 1px blue solid;*/
	
	z-index: 3;
	}
	
.bottombar	{position: relative;
	top: 5px;
	left: 230px;
	
	text-align: center;
	
	height: 73px;
	width: 581px;
	/*border: 1px blue solid;*/
	
	z-index: 3;
	}	

.addme_butt{
	position: absolute;
	top: 120px;
	left: 400px;
	
	
	width: 217px;
	
	
	margin: 0px;
	padding: 0px;
	
	z-index: 3;}

.nav{position: relative;
	top: 45px;
	left: 228px;
	
	width: 600px;
	
	text-align: center;}

.upper_nav_links	{
	position: relative;
	
	top: -29px;
	left: 0px;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	font-size: 14px;
	
	border: 0px;
	border-collapse: collapse;
	z-index: 3;}
	
.lower_nav_links	{
	position: relative;
	
	top: -29px;
	left: 0px;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	font-size: 14px;
	
	border: 0px;
	border-collapse: collapse;
	z-index: 3;}
	

	
.bread_crumb	{
	position: relative;
	/*top: 65px;*/
	left: 100px;
	
	width: 300px;
	
	text-align: left;
	
	font-size: 10px;
	
	z-index: 3;}
	
.bread_crumb_prods	{
	position: relative;
	top: -20px;
	left: 10px;
	
	width: 300px;
	
	text-align: left;
	
	font-size: 10px;
	
	z-index: 3;}		


/*Left and Right Images*/
.leftnav{position: absolute;
		top: 8px;
		left: 183px;
		/*border: 1px blue solid;*/
		width: 49px;
		height: 238px;
		
		/*border: 1px solid red;*/
		
		background-image: url(../images/left.gif);
		background-attachment: scroll;
		background-repeat: no-repeat;
		
		z-index: 1;
		
		}

.rightnav {position: absolute;
		top: 8px;
		left: 810px;
		
		width: 49px;
		height: 238px;
		/*border: 1px blue solid;*/
		background-image: url(../images/right.GIF);
		background-attachment: scroll;
		background-repeat: no-repeat;
		
		z-index: 1;
		
		/*border: 1px red solid;*/}


.viewcart	{position: absolute;
		left: 560px;
		top: -10px;
		
		font-size: 12px;
		
		text-align: center;
		border: 0;
		
		z-index: 3;}



/*Content*/		
.indexcontent {position: relative;
		top: -10px;
		left: 215px;
		
		width: 600px;
		height: 400px;
		
		/*border: 1px blue solid;*/
		
		padding: 10px;
		margin: 0px;
		
		background-color: #bc001d;
		border: 0px;
		z-index: 3;}
		
/*.navcontent	{
		position: absolute;
		top: 200px;
		left: 250px;
		
		border: 1px blue ridge;}*/
		
.prodcontent {position: absolute;
		top: 255px;
		left: 200px;
		
		width: 650px;
		height: auto;
		
		padding-left: 0px;
		margin-left: 0px;
		border: 0px;
		text-align: left;
		
		overflow: visible;
		
		background-color: transparent;
		
		z-index: 3;}
		
		
table.prods	{
	position: relative;
	top: -25px;
	left: 20px;
	
	table-layout: fixed;
	
	margin: 0px;
	
	width: 650px;	
	}
	
td.prod_img	{
		height: 135px;
		width: 100px;
		
		text-align: center;
		
		}
		

td.prod_info{position: relative;
		left: 0px;
		top: 0px;
		height: 135px;
		width: 400px;

	font-size: 12px;}
	
td.prod_spacer{
	width: 50px;
	}
	

.prod_header{ position: relative;
		top: 0px;
		left: 0px;
		
		width: 200px;

		}
		
th.prod_spacer	{width: 80px;}

/*	

td.prod_image{
	width: 85px;
	height: 100px;
	
	text-align: center;
	
	margin: 0px;
	padding: 0px;
		
	border: 1px red solid;
	}*/
	
td.enlarge_img{
	
	height: 10px;
		
	font-size: 10px;
	
	text-align: center;
		
	border: 1px red solid;
	}
		
		
/*Shopping Cart*/
.cart_input{ position: relative;
		top: 20px;


	visibility: visible;
	font-size: 10px;
	
	text-align: center;
	
	}

		
/*.navcontent {position: absolute;
		top: 190px;
		left: 205px;
		
		border: 1px red solid;
		
		width: 435px;
		
		padding: 0px;
		margin: 0px;
		
		/*border: 1px solid blue;*/
		
		background-color: white;
		
		z-index: 3;}*/
		
.globalcontent {position: absolute;
		top: 211px;
		left: 168px;
		
		width: 618px;
		height: 700px;
		
		padding: 0px;
		margin: 0px;
		
		
		
		background-color: white;
		/*border: 1px solid blue;*/
		z-index: 3;}


address	{font-size: 10px;

		text-align: center;
		font-size: 12px;}





/*Contact us page*/
/*Content*/		
.contactcontent {position: relative;
		top: 0px;
		left: 215px;
		
		width: 600px;
		height: 400px;
		
		color: black;
		
		border: 1px blue solid;
		
		padding: 10px;
		margin: 0px;
		
		background-color: white;
		border: 0px;
		z-index: 3;}
		


.match_papers{ position: relative;
		top: 0px;
		left: 0px;}
		

.match_papers_head{ position: relative;
		top: 0px;
		left: 0px;
		
		font-weight: 600;}
		
.match_papers_blocks{ position: relative;
		top: 0px;
		left: 0px;
		
		text-align: center;
		font-size: 14px;
		
		margin-top: 0px;
		margin-left: 20px;
		margin-bottom: 10px;
		
		text-decoration: underline;}

.block1	{
		position: relative;
		top: 0px;
		left: 25px;
		
		font-size: 22px;}

.block2	{
		position: relative;
		top: -95px;
		left: 390px;
		
		font-size: 22px;}


.email	{position: relative;
		top: -80px;
		
		font-size: 18px;
		
		text-align: center;}

	



/*not used		
#imagepopup	{position: absolute;
			top: 100px;
			left: 100px;
			
			width: 300px;
			height: 400px;
			
			background-image: url(#);
			
			
			
			background-color: blue;
			
			
			border: 1px groove black;
			
			display: none;
			
			z-index: 5;}
			
*/
			
