/* Harris-Chewning, Inc. — reconstructed site styles */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  background: #ffffff;
}

a { color: #0000cc; }
a:visited { color: #0000cc; }

/* ===== Header ===== */
.site-header {
  background-color: #143009;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  position: relative;
  min-height: 80px;
}

.logo-box {
  background-color: #2a5016;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dotted #5c8a45;
  margin-right: 20px;
  flex-shrink: 0;
}

.title-block h1 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.title-block h1 span {
  font-size: 18px;
  font-weight: normal;
}

.title-block p {
  margin: 2px 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #cfe0c4;
}

.phone {
  position: absolute;
  top: 14px;
  right: 24px;
  font-weight: bold;
  font-size: 14px;
}

/* ===== Layout ===== */
.layout {
  display: flex;
  align-items: stretch;
  min-height: 500px;
}

.sidebar {
  width: 210px;
  flex: 0 0 210px;
  background-color: #5b4636;
  background-image: url('images/new/Art04.gif');
  background-repeat: repeat;
  background-size: 220px auto;
}

.sidebar .menu-box {
  background-color: #ffffff;
  padding: 10px;
}

.sidebar .menu-box a {
  display: block;
  padding: 6px 8px;
  color: #143009;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dotted #b5c9a8;
  letter-spacing: 0.5px;
}

.sidebar .menu-box a:last-child { border-bottom: none; }
.sidebar .menu-box a:hover { background-color: #eef3e9; }

.content {
  flex: 1;
  padding: 18px 28px;
  min-width: 0;
}

.breadcrumb {
  font-size: 11px;
  margin-bottom: 14px;
}

.breadcrumb a { margin: 0 2px; }

.content p { margin: 0 0 14px; line-height: 1.5; }
.content b { color: #111; }

/* ===== Footer ===== */
.footer-bar {
  background-color: #143009;
  height: 10px;
  margin: 18px 0 6px;
}

.footer-text {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.footer-text .left { color: #888888; }
.footer-text .right { color: #000000; }

/* Catalog list styling */
.catalog-list { list-style: none; margin: 0; padding: 0; }
.catalog-list li {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
}
.catalog-list li::before {
  content: "\25AA";
  color: #143009;
  margin-right: 8px;
}
