/* CSS Document */

#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
}
#footerSlideButton {
	background: url(../sliderButton.png);
	background-repeat:no-repeat;
	background-color:#000;
	position: absolute;
	top: -30px;
	left: 50%;
	width:170px;
	margin-left: -85px;
	height:24px;
	border: none;
	cursor: pointer;
	z-index: 100;
}
#footerSlideContent {
	width: 100%;
	height: 0px;
	background: #000;
	border: none;
}



#footer-text {
	position: relative;
	height:auto;
	width: 800px;
	left: 50%;
	top: 5px;
	margin-left: -400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #999;
	padding: 10px;
	background-color:transparent;
	}
.footer-textstyle {
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:18px;
	text-decoration: none;
	color: #b8b7b7;
	text-transform: uppercase;
	}
.footer-textstyle2 {
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:20px;
	text-decoration: none;
	color: #b8b7b7;
	}


