@charset "UTF-8";
/* CSS Document */

!--
body { 
	background-color: #660066;
	background-image: url(Background.png);
	background-repeat: repeat-x;
	overflow-x:hidden;
	overflow-y:auto; 
}

.buynowbutton{
	position: absolute;
	z-index: auto;
	top: 200;
	left: 0;
}
	 

.leftthumbnail{
position: relative;
z-index: 1;
}


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

.leftthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #330033;
	padding: 5px;
	left: 1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.leftthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

}




.midthumbnail{
position: relative;
z-index: 2;
}


.midthumbnail:hover{
	background-color: transparent;
	z-index: 51;
}

.midthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #330033;
	padding: 5px;
	left: 1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.midthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

}



.rightthumbnail{
position: relative;
z-index: 3;
}


.rightthumbnail:hover{
	background-color: transparent;
	z-index: 53;
}

.rightthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #330033;
	padding: 5px;
	left: 1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.rightthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

}

</style>

.infofont {
	font-size: 9.5pt;
	color: #FFFFFF;
}
.infofont {
	font-size: 12pt;
	color: #FFFFFF;
}
.emailtext {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}
.footerfont {font-size: x-small;
	color: #FFFFFF;
}
.textareafont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}
.headingfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	src:url(fonts/BrockScript.ttf) format("truetype");
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
   @font-face {
    font-family:"MyCustomFont";
    src:url(fonts/BrockScript.ttf) format("truetype"); 
}
   body {
	background-image: url(Background.gif);
	background-repeat: repeat-x;
	background-color: #660066;
}
#Table_01 .textareafont .style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: normal;
	color: #CCCCCC;
}
.blacktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
