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

#footerSlideContainer {
	position: fixed;
	_position:absolute;
	bottom:0;
	 _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	 left:0;
	width: 100%;
	z-index:100;
}
#footerSlideButton {
	margin: 0 20px 0 auto;
	width:120px;
	text-align:center;
	border: 1px solid #222222;
	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;
}
#footerSlideContent {
	width: 100%;
	height: 100px;
	background: black;
	color: white;
	display:none;
	text-align:center;
}
#footerslideimg{
	float:left;
}
.footercontent{
	width:600px;
	text-align:center;
	margin: 0 auto;
	font-size:1.4em;
}
