.body
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#333333;
}


.smalltext
{
	font-family:Trebuchet MS;
	font-size: 10px;
	color:#333333;
}

.boldtext
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
}

.RedHeader
{
	font-family:Trebuchet MS;
	font-size: 13px;
	color:#950000;
	font-weight:bold;
}

.body a:link
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#950000;
	text-decoration:none;
}

.body a:visited
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#950000;
	text-decoration:none;
}

.body a:hover
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#950000;
	text-decoration:underline;
}

.products a:link
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
}

.products a:visited
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
}

.products a:hover
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:#333333;
	text-decoration:underline;
}

.footernav 
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:White;
	font-weight:bold;
	text-decoration:none;
}

.footernav:link
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:white;
	font-weight:bold;
	text-decoration:none;
}


.footernav a:visited
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:White;
	font-weight:bold;
	text-decoration:none;
}

.footernav a:hover
{
	font-family:Trebuchet MS;
	font-size: 12px;
	color:White;
	font-weight:bold;
    text-decoration:underline;
}

.blacktext

{
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.copyrighttext

{
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

.menu, 
.menu ul { 
margin:0; 
padding:0; 
list-style:none; 

} 
.menu 
{
	width:130px;
	font-family:Trebuchet MS;
	font-size: 12px;
} 
.menu li { 
margin:0; 
padding:0; 
margin-bottom:1px; 
} 
.menu a 
{
display: -moz-inline-block;
display: inline-block;
display:inline-block; 
padding:2px 2px; 
color:white; 
background:#950000; 
text-decoration:none; 
} 
.menu a:hover 
{
	color:#999999;
	} 
.menu ul li {padding-left:15px;} 
.menu ul a {background:#950000;} 
.hidden {display:none;} 

.center {
	text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: -1500px;
border: 2px solid 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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
