.TopLine {
 width:1200px;
 height:30px;
 border:none;
/* background-color:#6AACAD;*/
 position: absolute;
 bottom:0px;
 border-radius: 0px 0px 0px 30px;
 behavior: url(/pie/PIE.htc); 
}

/************************************************************/

.MainMenu
{ /*width:320px;*/
  height:30px;
  margin:0px;
  list-style:none;
  padding:0 0 0 20px;

  float:left;
  border:none;
}

.MainMenu li {
 float: left;
/* background-color:whitesmoke;*/
/*  background-color:lightgrey;*/
   background-image:url('../img/bg.jpg');


 padding:0px 0px;
 margin: 0px 10px 0 0;
 position: relative;
 border-radius: 10px 10px 0 0;
 border: 1px solid #E31E24;
}

.MainMenu a {
 padding:8px 10px;
 /*color:#fd5;*/
 color: #E31E24;
 text-decoration:none;
 text-transform: uppercase;
 font-size:14px;
 font-weight:bold;
 margin:0;
 border:none;
 height:19px;
 display:block;
}
.MainMenu a:hover { color: black; }

.MainMenu li:hover {background-image:none;  background-color: whitesmoke;/*#fd5;*/ }

/************************************************************/

.WorkTime
{ float:right; 
  margin:1px 10px;
  color: whitesmoke;
  font-weight: bold;
  font-size:13px;
}

.TopLine .Phones
{ float:right; 
  margin:1px 10px;
  color: whitesmoke;
  font-weight: bold;
  font-size:13px;
}
