
 .center {
    width: 1240px; /* ������ �������� � �������� */
    padding: 0px; /* ���� ������ ������ */
    margin: auto; /* ����������� �� ������ */
    background: #fff; /* ���� ���� */
   }

html{
  min-height:100%;
  margin: 0 auto;
  
}

.Navigation{
	height: 30px;
    padding: 0 ;
	margin: 0 auto;
	position: absolute;
	z-index: 1040;
}

.Navigation li 	{
	height: auto;
	width: 100px;
	float: left;
	text-align: center;
	list-style: none;
	font:12px ;
	padding: 0;
	margin: 0;
	background-color: #DAEFBD;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 2px rgba(0,0,0, .1);
	font-weight: bold;	
	border-radius: 1px;
	margin-left:3px;
}

.Navigation a{							
	padding:5px;
	text-decoration: none; 
	color:#333;
	text-shadow: 0 1px #fff;
	display: block;
}
.Navigation li ul{
	display: none;
	height: auto;									
	margin-left: -4px;
	padding: 0;		
}				

.Navigation li:hover ul{
	display: block;
}

.navbar li ul li {
	background-color:#eee;
  	border: 1px solid #ccc;
} 

.Navigation li:hover, a:hover {
	 background: #a6d26a;
} 

.logout {
	position: absolute;
	top: 10px;
	right: 20px;
}
body .Navigation.logout> li {
	background-color: #46b2d4;
	color: #fff;
	line-height: 30px;
}
.logout li li a {
	color: #970025;
	text-shadow: none;
	text-indent: -18px;
	background: #fff no-repeat 90% 60% url(/img/logout.png) ;
}
.lime {
	color: #8bc543;
	cursor: pointer;
}
a.pg-title:link,
a.pg-title:visited {
	color: #000;
}
a.pg-title:hover,
a.pg-title:active {
	color: #337ab7;
	background-color: transparent;
}
