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

body {background-color:#000000;
width:926px;
margin-left: 34px;
margin-top: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#CCCCCC;}

.exhiTitle {color: #FFFFFF;
			font-size:22px;
			line-height:.9em;}

.text {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;}

.mainhead {color:#999999;
font-size:19px;
padding-bottom: 10px;
letter-spacing:1px;}

.subhead {color:#FFFFFF;
font-size:22px;
padding-bottom: 10px;}

.caption {color:#999999;
font-size:09px;
text-align:center;}

.form {border:0;
background:#333333;
color:#CCCCCC;
padding:2px;
}

a {font-size: 12px;
	color: #FFFFFF;
}
	
a:link {text-decoration:none;
}

a:visited {text-decoration: none;
	color: #FFFFFF;}
	
a:hover {font-size: 12px;
	color: #FF9932;}
	
a:active {text-decoration: none;}

/*Splash Center*/

 .splashCenter { 
 	position: fixed; 
 	width: 926px; 
 	height: 510px; 
 	margin-top: -285px; 
 	top: 50%;  
 	background-color: #000;
         
 } 

/*Floater Class begins here*/

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

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

.floater span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 5px;
left: -1000px;
border: 2px;
border-color: #CCCCCC;
visibility: visible;
color: #CCCCCC;
text-decoration: none;
}

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

.floater:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */


}

/*Floaterb Class begins here*/

.floaterb{
position:inherit;
z-index: 0;
}

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

.floaterb span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: #CCCCCC;
text-decoration: none;
}

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

.floaterb:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 90px; /*position where enlarged image should offset horizontally */

}


/*Thumbnail Script for Artwork Lists*/

.thumbnail{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
position: fixed;
padding-bottom: 5px;
}

.thumbnail:hover{
font-size:11px;
text-decoration:underline;
color:#33FFFF;
padding-bottom: 5px;
}

.thumbnail span{ /*CSS for enlarged image*/
position:fixed;
background-color: #000000;
padding-bottom: 5px;

border: 0px;
visibility: hidden;
color: #CCCCCC;
text-decoration: none;
text-align:right;
vertical-align:bottom;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding-bottom: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 100px;
left: 450px; /*position where enlarged image should offset horizontally */
padding-bottom: 5px;
}
	.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
