#social {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 28px;/*white bar height*/
	/*	background-color: #ffffff;
*/	left: 0px;/*	z-index: -31;*/
}
.circlemenu{
overflow:hidden;
/*width: 49%*/;
Float: center;
display:inline;
margin-top:50%;
/*	z-index:9999;
*/}

.circlemenu ul{
	padding-top: 4px;
	padding-bottom: 2px;/**/
	height: 30px;/*	*/
	list-style-type: none;
	text-align: left; /* "left", "center", or "right" align menu */
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
}

.circlemenu li{
display: inline;
margin-right: 0;
}

.circlemenu li a{
/*	display:list-item;*/
display:inline-block;
text-align:left;
text-decoration: none;
color: white;
background:#b84a9b;/*green1*/
margin: 0;
/*opacity:0.4;
filter:alpha(opacity=40);  For IE8 and earlier */
margin-bottom:10px;
margin-right:3px; /**//*right spacing between each link */

margin-left:2px; /*left spacing between each link */
/*circle height and width*/
width:25px;
height:25px;
border-radius: 400px; /*really large border radius to create round borders*/
-moz-border-radius: 400px;
-webkit-border-radius: 400px;

}

.circlemenu a span{
position:relative;
/*top:40%;*/
}

.circlemenu li a:visited{
color: white;
}

.circlemenu a:hover{
background: #bcd146;/*green2*/
/* opacity:1.0;
filter:alpha(opacity=100); For IE8 and earlier */
}


.foot_block_intouch li.touch_s1 a {
	background:url(../images/s001.png) no-repeat 0 0px;display:block;
	height:19px;
}
.foot_block_intouch li.touch_s1 a:hover {
	background:url(../images/s001.png) no-repeat 0 -19px;
	display:block;
	height:19px;
}
.foot_block_intouch li.touch_s2 a {
	background:url(../images/s002.png) no-repeat 0 0px;display:block;
	height:19px;
}
.foot_block_intouch li.touch_s2 a:hover {
	background:url(../images/s002.png) no-repeat 0 -19px;
	display:block;
	height:19px;
}
.foot_block_intouch li.touch_s3 a {
	background:url(../images/s003.png) no-repeat 0 0px;display:block;
	height:19px;
}
.foot_block_intouch li.touch_s3 a:hover {
	background:url(../images/s003.png) no-repeat 0 -19px;display:block;
	height:19px;
}
.foot_block_intouch li.touch_s4 a {
	background:url(../images/s004.png) no-repeat 0 0px;display:block;
	height:19px;
}
.foot_block_intouch li.touch_s4 a:hover {
	background:url(../images/s004.png) no-repeat 0 -19px;display:block;
	height:19px;
}
.foot_block_intouch li.touch_s5 a {
	background:url(../images/s005.png) no-repeat 0 0px;display:block;
	height:19px;
}
.foot_block_intouch li.touch_s5 a:hover {
	background:url(../images/s005.png) no-repeat 0 -19px;
	display:block;
	height:19px;
}