/* Look if you must! Created by the EclecticGuy (.com)
*/
.hidden_image {
    display:none;
}

.homepage {
	font-family: tahoma;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
}

.header {
	font-family: tahoma;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.description {
	font-family: tahoma;
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 800px;
}

.shrugh_image {
	border: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;;
}

#image_map #hotspot a {
	position: absolute;
	text-decoration: none;
}

#image_map #hotspot a span {
	visibility: hidden;
}

#hotspot a:hover {
	border: 2px dotted #000000;
	background-color: #ff9900;
	/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity: 0.4;
	background-image: none;
}

#hotspot a:active {
	background-image: none;
}

/* Uncomment this to see where the hotspots are */
/*
#hotspot a {
	border: 2px dotted #000000;
	background-color: #ff9900;
	filter:alpha(opacity=40);
	opacity: 0.4;
	background-image: none;	
}
*/


