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

div.homebg {
	background-image:url(images/homebg.gif);
	background-repeat: repeat-x;
	height:340px;
	width:100%;
	position:absolute;
	z-index:-1;
	left:0px;
	top:150px;
	
}



#navlist{
	font: 12px Tahoma, Verdana, Geneva, sans-serif;
	list-style:none;
	padding-left:15px;
	margin:0px;
	border:0px;
	width:235px;
	display: block;
	float:left;
	height:inherit;
	visibility:visible;
	clear:both;
	
}

#navlist a{
	display: block;
	float:left;
	margin:0px;
	border:0px;
	padding-left:15px;
	font: 12px Tahoma, Verdana, Geneva, sans-serif;
	width: 235px;
	background:url(images/tip.gif);
	height:21px;
	text-decoration:none;
	padding-top:4px;
	max-height:25px;
	visibility:visible;

	
}


#navlist a:hover{
	
	height:21px;
	display: block;
	font: 12px Tahoma, Verdana, Geneva, sans-serif;
	padding-top:4px;
	max-height:25px;
	width: 235px;
	cursor:default;
	background:url(images/tipover.png);
	visibility:visible;
}


a.tooltip {
	color: #000;
	text-decoration: none;
	display:none;
	}
 
a.tooltip:hover {
	position: relative;
	text-decoration: none;
	visibility:visible;
	}
 
a.tooltip span {
	display: none;
	visibility:hidden;
	}
 
a.tooltip:hover span {
	display: block;
   	position: absolute; 
	left: -255px;
	top:10px;
	z-index: 50;
	width:250px;
	height:inherit;
	text-align: right;
	visibility:visible;
	}

div.paintings {
		font: 12px Tahoma, Verdana, Geneva, sans-serif;
		height:25px; 
		float:left;
		width:60px;
		background-image: url(images/tabg.gif);
		background-repeat:repeat-x;
		padding-left:20px;
		padding-top:4px;
}

div.paypal {
	width:125px;
	height:25px;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
	
}

div.area {
	width:600px; 
	padding-left:25px; 
	height:2000px; 
	background-color:#E4E4E7
	
}


