/*
4LevelWebs MiniMenus
CSS style 2 Vertical
General Styling
*/


body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana; 
	background-image: url(../images/minibg.jpg);
	/*/*/background-image: url(/images/minibg.jpg); /**/
	background-repeat: repeat-x;
	margin: 80px 20px 20px 10px;
}

.maincontent {
	font-size: 12px;
	padding: 20px 15px 0 20px;
	/*/*/
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	
	vertical-align:top;
	/**/
}

.beads {
font-size: 12px;
	padding: 20px 15px 0 20px;
	/*/*/
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
	vertical-align:middle;
} 

.footer {border-left:thin #999999; border-bottom:thin #999999; font-size:9px; color:#666666;
}

.bw {
	font-size: 10px; font-family:"Lucida Handwriting";
}
h1 {
	font-size: 18px;
	color: #C0C0C0;
}


h2 {
	font-size: 14px;
	color: #C0C0C0;
}
h3 {font-size: 8px;
	color:#999999;
}
.beadname{
font-size: 12px;
  color: #666666;
  font-weight: bold;
}

.info{
font-size: 9px;
  color: #666666;
  font-weight: bold;
  align: center;
}

.link {
	font-size: 9px;
	font-variant: small-caps;
	} 
	
SPAN.imgtbl{
font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
 }

/*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: -1000px;
border: 1px 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: 100px; /*position where enlarged image should offset horizontally */

}
