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

#fixed_icons {
	Z-INDEX: 5000;
	POSITION: fixed;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 40px;
	PADDING-RIGHT: 0px;
no-repeat;
	HEIGHT: 133px;
	RIGHT: 1px;
	PADDING-TOP: 0px;
	TOP: 400px
}
#fixed_icons a {
	display: block;
	text-indent: 24px;
	height: 40px;
	padding-bottom: 3px;
	text-decoration: none;
}
#fixed_icons #twitter {
	background: url("images/icons/twitter_3.png") no-repeat;
}
#fixed_icons #facebook {
	background: url("images/icons/facebook_3.png") no-repeat;
}
#fixed_icons #pinterest {
	background: url("images/icons/pinterest_3.png") no-repeat;
}
#fixed_icons #youtube {
	background: url("images/icons/youtube_3.png") no-repeat;
}
#fixed_icons #linkedin {
	background: url("images/icons/linkedin-icon_3.png") no-repeat;
}
#fixed_icons #rss {
	background: url("images/icons/feed.png") no-repeat;
}
