html, body, div, table, td, img, form { border: 0px; margin: 0px; padding: 0px; }
table { width: 100%; }
body {
  background-color: #BAA47F;
  color: #404040; }
body, table {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.64;
}
table {
    border-collapse: collapses;
}


a:link{ color:red; text-decoration:none; }
a:visited{ color:red; text-decoration:none; }
a:hover{ color:green; text-decoration:none; }
a:active{ color:red; text-decoration:none; }


#LayoutContainer{
  	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px 8px 0px 8px;
    background-color: #B5A07A;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #3E2000;
}

#bannertop{
    background-color: #B5A07A;
    background-image: url("../images/bannertop.jpg");
    height: 50px;
    text-align: right;
}
#banner{
    background-image: url("../images/banner.jpg");
    background-color: #B5A07A;
    height: 268px;
    text-align: left;
    padding: 0px 30px 0px 30px;
}

#bannerbottom{
    background-color: #B5A07A;
    background-image: url("../images/bannerbot.jpg");
    background-position: -80% 0%;
    height: 50px;
    text-align: right;
}
.countries{
  padding: 5px;
  cursor: pointer;
}

.countries:hover{
  border-style: dashed;
  border-color: white;
  border-width: 1px;
  padding: 5px;
  cursor: pointer;
}


.menuItem{
 text-align: center;
 font-size: 14pt;
 font-weight: bold;
 color: white;
 cursor: pointer;
 width: 16.66%;
 background-position: 2% 0%;
}

.menuItem2{
 background-position: 20% 0%;
}

.menuItem3{
 background-position: 39% 0%;
}
.menuItem4{
 background-position: 59% 0%;
}
.menuItem5{
 background-position: 80% 0%;
}
.menuItem6{
 background-position: 100% 0%;
}

.menuItem:hover{
 text-align: center;
 font-size: 14pt;
 font-weight: bold;
 background: brown;
 color: white;
 cursor: pointer;
 opacity: 0.5;
}

.topItem{
 text-align: center;
 font-size: 20pt;
 font-weight: bold;
 color: white;
}
.contactPar{
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
line-height: 1.64;
text-align: center;
background-color: #B5A07A;
}

.bendeguz{
 // border-style: solid;
 // border-color:#3E2000;
//  border-width: 0px 10px 0px 10px;
  cursor: pointer;

}
.contactField{
  border: solid 1px black;
  width:70%;
  margin-left:auto;
  margin-right:auto;
  background-color:white;"
}


#content{
  width: 760px;
}

#aboutUs, #references{
  text-align:justify;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 0px;
  margin-left: 10%;
  margin-right: 10%;
  width:80%;
  background-color: white;
  border: dashed 1px black;
  z-index: 2;
  overflow: auto;
}

#aboutUsHeader{
  width:100%;
  height: 30px;
  background-color: gray;
  font-size: 14pt;
}



