/* CSS Document */

.logo {
	visibility: visible;
	z-index: 2;
	left: 65px;
	top: 7px;
	position: absolute;
	width: 217px;
}
.main {
	visibility: visible;
	z-index: 1;
	left: 50px;
	top: 45px;
	position: absolute;
	width: 850px;
}
.sidepix1 {
	visibility: visible;
	z-index: 3;
	left: 760px;
	top: 140px;
	position: absolute;
	width: 184px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 31px;
	font-style: normal;
	color: #000000;
	padding: 19px;
}
.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
	margin: auto;
	padding: 0px 19px 19px;
}

.rotatepix1 {
	position: relative;
	width: 383px;
	left: auto;
	top: auto;
	z-index: 3;
}
.bottom-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #336600;
}
.catalogtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	margin: auto;
	padding-top: 19px;
}

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

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

.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: -100;
left: 60px; /*position where enlarged image should offset horizontally */

}
