/* mobile */



@font-face {
	font-family: 'LintelRegular';
	src: url("../fonts/LINTEL.OTF");
	src: local('LintelRegular'), local('LintelRegular'),
		url("../fonts/LINTEL.OTF") format("opentype"),
		
}

body
{
	background: #fff;
	color: #333;
	font-family: LintelRegular, helvetica, sans-serif;
   margin: 0; /* убираем поля тега BODY */
   
}

#all
{
	color: #333;
	border:solid 0px ;
	padding-top:0px;
	background:#fff
}
#top
{
width:100%;
background-image:url('../img/fon_top.jpg');
background-repeat: repeat-x;
}

#foot
{
width:100%;
background-image:url('../img/fon_but.jpg');
background-repeat: repeat-x;
position: fixed; /* Фиксированное положение */
left: 0; bottom: 0; /
}
#menu
{
text-transform:uppercase;
}
a:link,
a:visited
{
color: #2b2b6a;
text-decoration: none;
}

a:hover,
a:active,
a:focus
{
color: #ff9d04;
	
}

