iframe,p,h1,h2, h3, h4, h5, h6,hr{
  margin: 0;
  padding: 0;
  border: 0;
}


html{
  background-color: #BE7056;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}
body{

  /*  background-color: #744B2D;*/
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;  
  color: #BE7056;
  text-align:center;

  font-weight:bold;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;

  -webkit-user-select: none;
  -webkit-text-size-adjust: none;

}



h3{
  /*color:gray;*/
}


table{
  border:0px; /* border="0" */
  border-collapse:collapse; /* cellspacing="0" (separate)*/
}

table td{
  padding:0px; /* cellpadding="0" */
}

/*p{
	color: #BE7056;
}*/
strong{
  color: #602b0c;
  
}
b{
  color: black;
}

.div {
  width:100%;overflow:hidden;white-space:nowrap;  
}


.mainTable{
  background-color: #FBD1B8;
}

.menuItem{
  background-color: #BE7056;
  color: #FBD1B8;
}
.menuEmptyItem{
 
}
.menuImage{

}
.menuLink{
  width: 100%;
}
.mainTextsHolder{

}
.openHoursTextsHolder{

}
.bottom_hr{
  width: 70%;
  border-width: 1px;
  border-color: gray;
  border-style: dotted;
}
.bottom_hr_100{  
  border-width: 1px;
  border-color: gray;
  border-style: dotted;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.copyright{
  color:graytext;
  font-size: smaller;
}

.mapStaticImage{
 width:100%;
 height: 100%;
 max-height: 392px;
 max-width: 392px;
}
.mapHolder{
  width:100%;
  height:100%;
}
