HTML {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
	
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.0em;
	

	/* Used for the full screen flash */
	height: 100%;
	overflow: hidden;
}

BODY {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
  	height:100%;
}

h1
{
	font-family: Georgia, serif;
	font-size: 41px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}

h2
{
	font-family: Georgia, serif;
	font-size: 20px;
	font-style:	italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 0.8em;
}

h2
{
	font-family: Georgia, serif;
	font-size: 16px;
	font-style:	italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 0.8em;
}

A:link {
	text-decoration: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #000000;
}
A:active {
	text-decoration: none;
	color: #000000;
}
#flashcontent {
	height: 100%;
}

div#logo
{
	margin-left: 22px;
	margin-top: 22px;
	margin-bottom: 50px;
}
div#header
{
	margin-left: 22px;
	margin-bottom: 2000px;
}
div#menu
{
	margin-left: 22px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.0em;
	margin-bottom: 50px;
}

div#content
{
	margin-left: 22px;
	margin-right: 22px;

}



.ProductListPhoto {
	display: Block;
	overflow:hidden;
	width: 105px;
	max-height: 185px;
}

a.ProductListPhoto {
	display: Block;
	overflow:hidden;
}
a.ProductListPhoto img {
	max-width: 110px;
	 max-height: 157px;
 }
 
 
 .thumbnail {Position: Relative; Z-Index: 0;}
.thumbnail:hover {Background-color: transparent; Z-index: 200;}

/*CSS for enlarged image*/
.thumbnail span {Position: Absolute; Padding: 0px; Left: -1000px; Visibility: Hidden; Display: None;}

/*CSS for enlarged image*/
.thumbnail span img.ZoomPhoto {Max-Height: 400px; Max-Width: 500px; Vertical-Align: Bottom; Margin: 0px Auto;}

/*CSS for enlarged image on hover*/
/*position where enlarged image should offset horizontally */
.thumbnail:hover span {Display: Table-Cell; Visibility: Visible; Top: -645px; Left: -200px; Width: 500px; Height: 400px; Vertical-Align: Bottom; Text-Align: Center; Border: 0px #fff Solid;}


