body{
    margin-top: 70px;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857143;
    background:#F0F0F0;
}

/**
 * nav css*
 **/
#nav{
  z-index:9999;  
  width:100%;
  padding-left: 5%;
  padding-right:5%; 
  background:#f5f5f5;
}
#nav a { 
  color:#777; 
  text-decoration:none;
}
#nav ul { 
  list-style:none; 
  margin: 0;
}
#menu {
  height:50px;
  z-index: 9999;
  background:#f5f5f5;
  font-size:1.3em;
  text-align:center;
}
#menu a {
  font-size:16px;
}
#menu li ul{ 
  z-index: 9999;
  float:none;
  display:inline;
}
#menu li ul a { 
  float:none; 
  height:50px;
  line-height:50px;
  padding:0;
  text-transform:capitalize;
}
#menu .height-auto {
  line-height:15px;
  padding:5px 10px;
}
.menu1 li {
  position:relative; 
  float: right;
}
.menu1 a {
  float:left;
  display:block;
  padding:0 20px; 
  height:50px;
  line-height:50px;
  font-size:.7em;}
#menu a:hover {
  font-size: 18px;
  color:#f5f5f5;
  background-color:#8E8E8E;
}
.curument{
  background: #CCCCCC;
}
/**
 *footer css*
 **/
.footer {
  margin-top: 1%;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid #e5e5e5;
  background: #f5f5f5;
  bottom: 0px;
  color: #777;
  font-weight: 700;
  width: 100%;
}