.header {
	background-image: url(images/template_header.jpg);
	background-repeat: no-repeat;
}
.template_mainnav {
	background-image: url(images/template_mainnav.jpg);
	background-repeat: no-repeat;
}
.body {
	background-image: url(images/template_body.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
.bodytop {
	background-image: url(images/template_bodytop.jpg);
	background-repeat: repeat;
}
.secondarynav {
	background-image: url(images/template_secondarynav.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-image: url(images/template_footer.jpg);
	background-repeat: no-repeat;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -90px;
left: 25px; /*position where enlarged image should offset horizontally */


}
.prod_link
{
font-family: Arial, Helvetica, sans-serif;
color: #06652D;
font-size: 19px;
font-style:italic;
font-weight:bold;


}

.prod_link a:link {
	text-decoration: none;
}
.prod_link a:visited {
	text-decoration: none;
}
.prod_link a:hover {
	text-decoration: underline;
	color: #06652D;
}
.prod_link a:active {
	text-decoration: none;
	color: #06652D;
}


.kids {
	z-index: 1;
}
