@charset "UTF-8";
/* CSS Document */
#footerSlideContainer {
	position: absolute;
	bottom:0;
	width: 100%;
	z-index: 1999;
}
a.footerSlideButton {
	width:30px;
	text-align:center;
	border:1px solid #3E3E3E;
	border-bottom: 0px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	cursor: pointer;
	height: 30px;
	background-color: #222222;
	filter: alpha(opacity=95);
	opacity: .95;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	right: 20px;
	float: right;
	position: absolute;
	top: -30px;
	margin: 0;
	padding: 0px;
}
a.footerSlideButton:hover{
	
	background-color: #353433;
	border:1px solid #444444;
	background-image: url(../images/minus.png);
}
a.active.footerSlideButton {
	background-color: #141413;
	background-image: url(../images/minus.png);
}


#footerSlideContent {
	width: 100%;
	height: 40px;
	display:none;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: transparent;
	background-image: url(../images/trans_bg_1.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}
#footerSlideContent h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: lighter;
	line-height: 40px;
}
#footerSlideContent h1 a:hover {
	background-color: transparent;
}
