
/* CSS Document */
body{
background:#FFFFFF;
}

#footer_index { 
	WIDTH: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #7C4703;
	border-top: 1px solid #7C4703;
	color:#C87108;
	background-image:url(../img_htm/img_gen/footer.png);
	background-color:#FFF4E7; /*  */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	height:20px;
	float:left;
clear:both;
height:100px;
}


#index_logos{
float:inherit;
margin:0 auto;
}
html>body #index_logos {
margin:20px 5px 0px 150px;
}
ul{
list-style: none;
margin:0 auto;
padding:0;
}
ul li{
float:left;
margin:0;
padding:0;
}
ul li a{
color:#777;
display:block;
padding:4px 2px 0px 2px;
text-align: center;
text-decoration:none;
width:200px;
height:60px;
line-height:0.9;
}
html>body ul li a{
padding:12px 2px 0px 2px;
}
ul li#ruralka a{
background:  url(../img_htm/img_index/logo-ruralka-degradado.png) no-repeat top left;
}
ul li#ruralka a:hover{
background-image:url(../img_htm/img_index/logo-ruralka.png);
}
ul li#little a{
background:  url(../img_htm/img_index/litle-degradado.png) no-repeat top left;
}
ul li#little a:hover{
background-image:url(../img_htm/img_index/litle.png);

}
ul li#notodo a{
background:  url(../img_htm/img_index/notodo-degradado.png) no-repeat top left;
}
ul li#notodo a:hover{
background-image:url(../img_htm/img_index/notodo.png);
}
html>body ul li#logo a:hover{
margin:0px 50px 0px 200px;
}


