/* CSS Document */
body {
  text-align: center;
  font-size: 12px;
  font-family: Arial, Verdana, Tahoma;
  color: #000;
  background: url('/images/top-bg.jpg') repeat-x top center;
  margin: 0;
  padding: 0;
}

div, p {
  line-height: 14pt;
}

img {
  border: 0;
}

a:link, a:visited {
  color: #000;
}

a:hover {
  color: #c1c1c1;  
}

#site {
  width: 765px;
  margin: 0 auto;
  text-align: left;
}

#menu {
  width: 765px;
  height: 35px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

#menu ul {
  float: left;
  width: 765px;
  height: 35px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  margin-left: 0px;
}

#menu ul li {
  display: block;
  float: left;
}

#menu ul li a:link, #menu ul li a:visited {
  display: block;
  float: left;
  height: 35px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #d4cdc5;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#menu ul li a:hover {
  background: #aea7a1;
}

.menu-home {
  width: 110px;
}

.menu-company {
  width: 120px;
}

.menu-theteam {
  width: 120px;
}

.menu-currentprojects {
  width: 160px;
}

.menu-partners {
  width: 123px;
}

.menu-contact {
  width: 120px;
}

#header {
  width: 765px;
  height: 62px;
  background: url('/images/hotels.jpg') center center no-repeat #fff;
  margin-bottom: 10px;
  margin-top: 7px;
}

#banner {
  width: 765px;
  height: 260px;
  margin-bottom: 10px;
}

#content {
  width: 765px;
  background: url('/images/content-bg.jpg') repeat-y;
}

#left {
  width: 488px;
  float: left;
}

#left-wrap {
  margin: 10px 20px;
}

#right {
  width: 220px;
  margin: 20px 5px;
  float: right;
}

#footer {
  width: 100%;
  height: 48px;
  border-top: 1px solid #dbdbdb;
  color: #acabaa;
}

#footer a:link, #footer a:visited {
  margin: 0 5px;
  color: #acabaa;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}

#footer-wrap {
  width: 765px;
  margin: 0 auto;
}

#footer-menu {
  float: left;
  width: 515px;
  margin-top: 15px;
}

#footer-copyright {
  float: right;
  width: 250px;
  margin-top: 15px;
  font-size: 10px;
}

#address {
  width: 100%;
  height: 111px;
  background: url('/images/address-bg.jpg') repeat-x;
  font-weight: bold;
  padding-top: 4px;
}

.page-title {
  width: 300px;
  height: 20px;
  color: #8f8e8e;
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
}

#home-left {
  float: left;
}

#home-right {
  float: right;
  width: 250px;
  margin-left: 10px;
}
