body {
    background: none repeat scroll 0 0 #999;
    color: #999999;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	font-family: Helvetica,Arial,sans-serif;
    line-height: 1.2em;
	
}

#logo   {
    margin: 0;
    padding: 0;
	/* position: fixed; */
    z-index: 1000 !important;
	left: 0;
    top: 0;
    z-index: 100;
	float:left;
}

.topmenurow {
    /*  background: none repeat scroll 0 0 #000000;*/
    box-shadow: 0 0 0 #898989;
    min-width: 100%; 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
}

.menu {
}

.social {
	float:left;
	margin: 7px;
	width: 70px; 
}

.facebook {
	float: left;
	padding-right: 5px;
	}
	
.instagram {
	}


#footer {
    background-color: #000;
    bottom: 0;
	left: 0;
    color: #F4F5F5;
    display: block;
    height: 40px;
    min-width: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
	margin-bottom: 2px;
	opacity: 0.8;
}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-indent: 0pt;
	float: none;

}
.nazv {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-style: normal; font-weight: bold}
.plan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

a:link {
	COLOR: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
}
a:active {
	COLOR: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
}
a:visited {
	COLOR: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
}
a:hover {
	COLOR: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;


}
.prim {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; line-height: 1.2em; margin: 7px;}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: 1em;

}
.menu{
	width: 100%;
	background-color: #000; }
.menu ul{
	margin: 0; padding: 0;
	float: left;}

.menu ul li{
	display: inline;}

.menu ul li a{
	float: left; text-decoration: none;
	color: white; 
	padding: 10.5px 11px;
	background-color: #333; }

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover{ 
	color: #fff;
	background-color:#666;}
		
.menu ul li .current{
	color: #fff;
	background-color:#CC0000;}
	
