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

a:focus {
	outline: none;
}
#contact-panel {
	height: 145px;
	display: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #bf3f24;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 10px;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.1em;
	clear: both;
	position: relative;
}
#contact-panel strong {
	color: #FFF;
}

.slide {
	margin: 0;
	padding: 0;
}
.contact-slide {
	width: 214px;
	height: 32px;
	display: block;
	background-image: url(../images/contact-bug.png);
	background-repeat: no-repeat;
}
.active {
	background-position: -214px;
}

