@charset "windows-1251";
/* DigSys CSS Document - site footer 
============================================================*/



#footer {
	float:left;
	font-size:8pt;
	height:30px;
	width:100%;
	padding-top:5px;
	background:url(/images/components/line_grey_straight_s.gif);
	background-repeat:repeat-x;
	background-position:top;
}
	
	
#footer a {
	float:left;
	color:#999;
	text-decoration:underline;
	padding-left:5px;
}
	
	
#footer span {
	float:left;
	color:#999;
	padding-left:5px;
}
	
	
#footer a:hover {
	color:#333;
}



#footer p {
	float:right;
	text-align:right;
	color:#999;
	font-size:10px;
}

/* END END END of footer*/


