
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
	color: #2f2f2f;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}

.logotipe {
background: url(../images/logotipe.jpg) repeat-x; height:80px;
}
.name {
background: url(../images/name.png) no-repeat; width: 300; height: 60px;
}

.namepos{
margin-left: 50px;
padding-top:10px;
}
.navmenu{
width:100%;
height:30px;
float:left;
background: url(../images/fonline.jpg) repeat-x;
}
.navmenu ul{
height:30px;
width:100%;
list-style:none;
padding:0;
margin:0;
}
.navmenu li{
float:left;
width:130px;
height:30px;
background: url(../images/but1.jpg) no-repeat; width: 130; height: 30px;
text-align:center;
}
.navmenu li:hover{
background: url(../images/but2.jpg) no-repeat; width: 130; height: 30px;
}

.navmenu a{
display:block;
padding:5px 10px;
font-size:130%;
color:#000;
}
.navmenu a:hover{
color:#fff;
}
.navmenu a:active{
margin-top:2px;
}

.menus {
background: url(../images/mens.jpg) no-repeat; width: 200; height: 30px;
}
.menuspos{
margin-left: 10px;
padding-top:5px;
font-weight:bold;
font-size: 16px;
color: #ffffff;
}
.menuspossl{

background: url(../images/menlin.jpg) repeat-y;

}
.menusposs{
margin-left: 18px;
font-weight:bold;
font-size: 12px;
color: #000000;
}
.menusposs2{
margin-left: 18px;
font-weight:bold;
font-size: 12px;
color: #000000;
}

.menusposs2 a{
color: #000;
font-size: 13px;
font-family: tahoma;
text-decoration:none;
}

.menus22{
margin-left: 55px;

}










