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



#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
	background-repeat: repeat;
	z-index: 1500;
}

#footerSlideContainer1 {
	bottom:0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footerSlideButton {
	position: absolute;
	top: -40px;
	width:960px;
	height:40px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/sliderButton.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerSlideContent {
	width: 960px;
	height: 0px;
	border: none;
	background-repeat: repeat;
	float: left;
	background-image: url(../images/textbg2.png);
}
#footerSlideContent h3 {
	font-size: 20px;
	color: #FFF;
	margin: 10px 0 10px 0;
}
/*#footerSlideContent ul {
	color: #EE8D40;
	list-style-type: none;
	line-height: 2em;
}
*/

#footerSlideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
