
body
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
	}
	
td, textarea, input, select 
{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
}

a:link {text-decoration: none;
		font-style:italic;
        color: #666666;
}

a:visited {
   text-decoration: none;
   		font-style:italic;
    color: #444444;}
	
a:active {text-decoration: none;
		  		font-style:italic;
          color: #444444;}
		  
a:hover {text-decoration: none; 		
         font-style:italic; 
		 color: #444444;}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform:capitalize;
	color: #666666;
	text-decoration: none;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	height: 31px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.links a:Link{
	color:#666666;
	text-decoration : none;
}

.links a:Active{
	/*color:#860038;*/
	color:#FFFFFF;
	text-decoration : none;
}
.links a:Visited{
	color:#666666;
	text-decoration : none;
}
.links a:Hover{
	color:#000000;
	text-decoration : none;
}

a img {border:none;}

.frame {
	border: 1px solid #000000;
}

	.heading
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
	}
	.bodytext
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
	}
	
	.copyright
	{
	  font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:normal;
	}
	
	.smalltext
	{ font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:normal;
	}
	
	.smalltitles
	{
	  	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold; 
	}
	
	
.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
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: -400px;
left: -100px; /*position where enlarged image should offset horizontally */

}

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

}
	
.teeny {font-size: 9px}	

.hint{
position: relative;
z-index: 0;
}

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

.hint span{ 
position: absolute;
background-color: white;
padding: 5px;
left: -10px;
border: 1px dashed gray;
visibility: hidden;
color: black;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
text-decoration: none;
}

.hint span img{ 
border-width: 0;
padding: 2px;
}

.hint:hover span{ 
visibility: visible;
top: 0px;
left: 20px; /*position where hint should offset horizontally */
width:100px;
}
	
 // 
