/* CSS Document */
/**** Footer ****/
#footer {
	margin:12px 0 0 0;
	padding:0px 36px 4px 0px;
	font-size:13px;
	color:#616161;
	font-size: 11px;
	border-top: solid 2px #d2d2d2;
	background-color: #e4e4e4;
	position:relative;
	width:958px;clear: both;
}
#footer ul {
	float:right;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
}
#footer ul, #footer li {
	float:right;
	padding:0;
}
#footer li {
	float:right;
	padding:0 6px 0 6px;
	border-right:solid 1px #666; /* added to footer to remove the class border right */
}
#footer li:first-child { border-right:none; margin-right:-6px }
#social_bookmark{
	position:absolute;
	padding:0;
	margin:0;
	left:0px;
	top:8px;
	width:300px;}
#social_bookmark p {
	float:left;
	padding:0px;
	margin:8px 0 8px 36px;
}
.border_right {
	xborder-right:solid 1px #666;
}
.no_border_right {
	border-right-width:0;
	padding:0 0 0 6px;
}
#footer li a {
	text-decoration: underline;
	color: #616161;
}
.copyright {
	clear:both;
	text-align:right;
	font-size:10px;
	padding:0;
}
.copyright  a {
	text-decoration: underline;
	color: #616161;
}
/**** End Footer ****/