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


body {
	margin: 0px;
}
.fl {
	float: left
}
.fr {
	float: right
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.nobrdr {
	border:0px;
}

#socials, #socials ul, #socials ul li {
	display:inline;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	float:right;
	white-space:nowrap;
}
#socials ul{
	position:relative; left:7px;
}


#socials li{
	display:inline;
	list-style-type:none;
	white-space:nowrap;
	font-family:merge;
}

#socials img {
	border:0px;
	
}


