/* CSS Document */
.samples {
	position: absolute;
	width: 365px;
	top: 80px;
	left: 0px;
}
.samples ul {
	font-size: 11px;
	line-height: 13px;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.samples li a {
	margin: 0px 8px 16px 0px;
	padding: 3px;
	border: 1px solid #990000;
	text-decoration: none;
	color: #000000;
	float: left;
}
.samples li a:visited {
	border: 1px solid #000000;
	background: #9DB27C;
}
.samples li a:hover {
	border: 1px solid #000000;
	background: #990000;
}
.samples li {
	padding: 0px 0px 4px 0px;
	margin: 2px 0px;
	height: 70px;
	font-weight: normal;
	display: inline;
}
div#body3 h1 span {
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
	margin: 4px 0px;
	padding: 0px;
}
.samples li a span {display: none;}
.samples #row1 li a:hover span,#row2 li a:hover span,#row3 li a:hover span,#row4 li a:hover span,#row5 li a:hover span,#row6 li a:hover span {
	display: block;
   	position: absolute; 
	left: 0; 
	width: 400px;
	height: 100px;
   	padding: 8px; 
	margin: 0px; 
	z-index: 100;
   	background: #FFFFFF;
	border: 2px solid #990000;
}
.samples #row1 li a:hover span {
	top: -127px; 
}
.samples #row2 li a:hover span {
	top: -37px; 
}
.samples #row3 li a:hover span {
	top: 51px; 
}
.samples #row4 li a:hover span {
	top: 139px; 
}
.samples #row5 li a:hover span { 
	top: 226px; 
}
.samples #row6 li a:hover span { 
	top: 314px; 
}
div#body3 {
	text-align: left;
	vertical-align: top;
	margin: 10px 25px 10px 100px;
	padding: 0px;
	position: relative;
	height: 540px;
}
