/*
//--------------------------------------------------------------------
//----------------paticka ---------------------------
//--------------------------------------------------------------------
*/
#bottom1{
	clear: both;
	float: left;
	/*min-width: 780px;*/
	width: 680px;
	/*_width: expression(((document.body.clientWidth)) < 800? "780px": ((document.body.clientWidth)) > 980? "960px": "auto" ); */
	height: 100px;
	text-align: left;
	padding: 0 0 0 180px;
    /*background: url(../images/bg-footer.jpg) top no-repeat;*/
	margin-top: 30px;
}

#bottom2{
	float: left;
	width: 860px;
	text-align: center;
	padding-top: 10px;
	padding-left: 5px;
	color: #0E327D;
}

/*#bottom3 {
	float: left;
	text-align: left;
	width: 165px;
	height: 13px;
	margin-top: 17px;
	padding-left: 15px;
}*/

#bottom4{
	float: right;
	text-align: right;
	height: 13px;
	color: #A9C0D3;
}

#bottom4 ul {
	display: inline;
	margin: 0em;
	padding: 0em;
}

#bottom4 li {
	display: inline;
}

#bottom4 a:active, #bottom4 a:link, #bottom4 a:visited, #bottom4 a{
	color: #0E327D;
	text-decoration: underline;
}
#bottom4 a:hover{
	color: #C50204;
	text-decoration:underline;
}


