@charset "utf-8";
/* CSS Document */

@font-face
{
font-family: ocr;
src: url('OCRAStd.otf'),
url('OCRAStd.otf');
}

<style type="text/css">


#header {
	 background: none;
	 }

#wrapper {
	position: relative; /*** Let's be nice to IE ***/
	width: 1125px; /*** Content Width ***/
	display: table; /*** For non-IE browsers ***/
	height: 100%;
	background: none; /*** Background colour of content section ***/
	}
  
div.menu {
	position: absolute;
	left:13px;
	top:205px;
	}
	
.product_row {
	display: inline-block;
	width:100%;
	min-width:400px;
	height:100%;
	vertical-align: middle;
	border: 0px;
	padding: 0px;
			
}

.product_link_blank {
	display: inherit;
	width:49%;
	vertical-align:middle;
	height:160px;
	padding: 0px;
	border: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.product_link_blank:hover {
	background-color: transparent;
	opacity:.7;
}

.product_link {
	display: inherit;
	width:49%;
	vertical-align:middle;
	height:160px;
	padding: 0px;
	border: 0px;
	font-family: ocr, Times, serif;
	font-size:14px;
	color: #00cb0a ;
	text-align:center;
	cursor: pointer;
	margin-left:auto;
	margin-right:auto;
}

.product_link:hover {
	background-color: #060;
	opacity:.7;
}
.product_box {
    display: table-cell;
	height: 160px;
	width: 199px;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
	padding: 0px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
.desc_box {
    display: table-cell;
	height: 160px;
	width: 199px;
	font-family: ocr, Times, serif;
	font-size:14px;
	color: #00cb0a ;
	text-align:center;
	vertical-align:middle;
	padding: 0px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	}




#content { 
	height: auto;
	min-height: 500px;
	max-width: 800px;
	min-width: 400px;
	padding:10px;
	padding-top:10px;
    border: 10px solid transparent;
	overflow:auto;
    -webkit-border-image: url(graphics/border.png) 10 round repeat; /* Safari 3.1-5 */
    -o-border-image: url(graphics/border.png) 10 round repeat; /* Opera 11-12.1 */
    border-image:url(graphics/border.png) 10 round repeat;
	background: url(graphics/grid.png) repeat ;
	position: relative;
	left:225px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #00cb0a ;
	}
	
h2 {
	 font-family: ocr, Times, serif;
	 font-size: 26px;
	 color:#00CB0A;
	 text-align:center;
	 }
h1 {
	 font-family: ocr, Times, serif;
	 font-size: 30px;
	 color:#00CB0A;
	 text-align:center;
	 }
	 
td.celltext {
	 font-size:18px;
	 text-align:center;
	 }
	 
a {
	color: #0CEA00;
	text-decoration: none;
	font-weight: bold;
	}
  	
a:hover {
	text-decoration: none;
	font-style: normal;
	}
	
a:active {
	font-weight: none; 
	color:#66FD51; 
	}
	
a:visited {
	color:#0E5B00;
	font-weight: normal;
	}
	
img.resize_xsm  {
	border: solid 1px;
	border-color: #00cb0a;
	padding: 5px;
	background:#000;
	width:150px;
	height: auto;
	vertical-align:middle;
	}
	
img.resize_sm  {
	border: solid 1px;
	border-color: #00cb0a;
	padding: 5px;
	background:#000;
	width:250px;
	height: auto;
	vertical-align:middle;
	}
	
	img.thumb  {
	border: solid 1px;
	border-color: #00cb0a;
	padding: 5px;
	background:#000;
	vertical-align:middle;
	}
	
img.product  {
	border: solid 1px;
	border-color: #00cb0a;
	padding: 5px;
	background:#000;
	vertical-align:middle;
	}


	
#footer {
	position: absolute; 
	bottom: -65px; 
	left: 133px; 
	width: 1025px; 
	height: 75px;
	background-image:url(graphics/bottombar.png);
	text-align:center;
	vertical-align: middle;
	}
	
div.footer_buttons {
	position: absolute; 
	bottom: 12px; 
	left: 120px; 
	}
	
#thumb_left {
	 background: none;
	 position:inherit;
	 height: 200px;
	 width: 350px;
	 float:left;
	 display:table;
	 }
	 
#thumb_right {
	 background: none;
	 position:inherit;
	 height: 200px;
	 width: 350px;
	 float:right;
	 display:table;
	 }
	 
#thumb_pic {
	 background: none;
	 position: relative;
	 height:auto;
	 width:auto;
	 float:left;
	 }
	 
#thumb_text {
	 background: none;
	 position: relative;
	 height:auto;
	 width:auto;
	 float:left;
	 text-align:center;
	 }



#thumbwrap {
	position:relative;
	margin:10px auto;
	width:500px;

}
.thumb img { 
	border:1px solid #000;
	border-color: #00cb0a;
	margin:3px;
	float:none;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:350px; left:0px; 
	z-index:1;
}



  
 </style>