/* Start of "Micro clearfix" */
        
	.cf { zoom: 1; }
	.cf:before,
	.cf:after { content: ""; display: table; }
	.cf:after { clear: both; }
        
/* End of "Micro clearfix" */

#slidebottom {
    position: fixed;
	z-index: 100;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    -webkit-box-shadow: 0px -2px 30px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px -2px 30px rgba(50, 50, 50, 0.35);
	box-shadow:         0px -2px 30px rgba(50, 50, 50, 0.35);
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	 border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.show_hide {
    z-index: 100;
	background: #898700 url('images/floaty-arrow-up.gif') no-repeat 164px center;
	color: white;
	display: block !important;
	width: 171px;
	padding: 10px 10px 9px 16px;
	border: 4px solid #ffffff;
	cursor: pointer;
	border-bottom: 0;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1em;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	 border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.show_hide.down {
     background: #898700 url('images/floaty-arrow-down.png') no-repeat 164px center; 
}  
.show_hide:hover {
	color: #ffffff;
	background-color: #989739;
}
.slidingDiv {
    width: 187px;
	background-color: white;
	padding: 6px 5px 6px;
	border: 4px solid white;
	border-top: 0;
}
 
.show_hide {
    display:none;
}

.slidingDiv a {
	display: block;
	float: left;
	width: 187px;
	height: 46px;
	margin-bottom: 0px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.slidingDiv .btn-chat {
	background: url('images/sprite-floaty.png') no-repeat 0 0;
}
.slidingDiv .btn-chat:hover {
	background: url('images/sprite-floaty.png') no-repeat 0 -46px;
}

.slidingDiv .btn-email {
	background: url('images/sprite-floaty.png') no-repeat -187px 0;
}
.slidingDiv .btn-email:hover {
	background: url('images/sprite-floaty.png') no-repeat -187px -46px;
}

.slidingDiv .btn-visit {
	background: url('images/sprite-floaty.png') no-repeat -374px 0;
}
.slidingDiv .btn-visit:hover {
	background: url('images/sprite-floaty.png') no-repeat -374px -46px;
}
