/*
//--------------------------------------------------------------------
//----------------paticka ---------------------------
//--------------------------------------------------------------------
*/
#bottom1{
	clear: both;
	width: 980px;	
	margin: 0;
	float: none;
	display: block;
}

#bottom2{
	float: left;
	text-align: left;
	width: 400px;	
	padding: 10px 0;
	border-top: 12px solid #E01C07;
}

#bottom3 {
	float: right;
	text-align: left;
	width: 165px;
	height: 13px;
	margin-top: 17px;
	padding-left: 15px;
	background: red;
}

#bottom4{
	float: right;
	clear: none;
	text-align: right;
	width: 380px;
	background: url("../images/bg-footer.gif") top right no-repeat;
	color: #000;
	height: 20px;
	padding: 13px 200px 20px 0;
}

#bottom4 ul {
	display: inline;
}

#bottom4 li {
	display: inline;
	padding: 0;
}

#bottom4 a:active, #bottom4 a:link, #bottom4 a:visited, #bottom4 a{
}
#bottom4 a:hover{
}

