/* AB Marketers — static clone */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background: #e9eef3;
  line-height: 1.55;
}
img { border: 0; max-width: 100%; vertical-align: middle; }
a { color: #1d6fb8; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: "Georgia", "Times New Roman", serif; color: #1a3a5a; margin: 0 0 12px; }
h1 { font-size: 26px; }
h2 { font-size: 20px; margin-top: 18px; }
h3 { font-size: 16px; margin-top: 14px; color: #2a5680; }
p  { margin: 0 0 12px; }
ul { margin: 0 0 12px 22px; padding: 0; }
li { margin-bottom: 4px; }

/* Page frame */
.wrap {
  width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border-left: 1px solid #c8d2dc;
  border-right: 1px solid #c8d2dc;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
}

/* Header */
.header {
  background: linear-gradient(#fafcff, #e2ecf6);
  padding: 14px 22px;
  border-bottom: 1px solid #c8d2dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-family: "Georgia", serif;
  font-size: 26px;
  font-weight: bold;
  color: #1a3a5a;
  letter-spacing: -0.5px;
}
.logo span { color: #c9892e; }
.tagline {
  font-style: italic;
  color: #6f7a86;
  font-size: 12px;
}

/* Top nav */
.topnav {
  background: #1a3a5a;
  padding: 0;
  display: flex;
  border-bottom: 3px solid #c9892e;
}
.topnav a {
  flex: 1;
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 12px 6px;
  border-right: 1px solid #2c4f70;
  text-decoration: none;
  transition: background 0.15s;
}
.topnav a:last-child { border-right: 0; }
.topnav a:hover, .topnav a.active {
  background: #c9892e;
  color: #fff;
  text-decoration: none;
}

/* Main columns */
.main {
  display: flex;
  min-height: 480px;
}
.sidebar {
  width: 200px;
  background: #f3f6fa;
  border-right: 1px solid #d9e0e7;
  padding: 18px 14px;
}
.content {
  flex: 1;
  padding: 22px 28px 36px;
  min-width: 0;
}

/* Sidebar groups */
.side-group { margin-bottom: 18px; }
.side-group h4 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #2a5680;
  margin: 0 0 8px;
  padding: 6px 10px;
  border-radius: 3px;
}
.side-group ul { list-style: none; margin: 0; padding: 0 4px; }
.side-group li {
  padding: 4px 0;
  border-bottom: 1px dotted #d9e0e7;
}
.side-group li:last-child { border-bottom: 0; }
.side-group a { color: #1d6fb8; display: block; padding-left: 14px; position: relative; }
.side-group a::before {
  content: "▸";
  color: #c9892e;
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 2px;
}
.side-seals { text-align: center; padding-top: 6px; border-top: 1px solid #d9e0e7; }
.side-seals img { margin: 6px 4px; }

/* Content blocks */
.page-title {
  font-size: 28px;
  color: #1a3a5a;
  margin: 0 0 4px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9892e;
}
.subtitle { color: #6f7a86; font-style: italic; margin-bottom: 18px; }
.lead { font-size: 14px; color: #444; }

.feature-row {
  display: flex;
  gap: 20px;
  margin: 18px 0;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8ee;
  border-radius: 4px;
}
.feature-row img { width: 150px; height: auto; border: 1px solid #d9e0e7; padding: 3px; background: #fff; }
.feature-row .feature-body h3 { margin-top: 0; }

.checklist { list-style: none; margin: 0 0 14px; padding: 0; }
.checklist li {
  padding: 4px 0 4px 24px;
  background: url('images/check.gif') no-repeat 0 6px;
  background-size: 14px;
}

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 16px 0;
}
.product {
  border: 1px solid #d9e0e7;
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.product:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); border-color: #c9892e; }
.product img { max-height: 110px; width: auto; margin-bottom: 8px; }
.product a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #1a3a5a;
}

/* Categories list */
.cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 18px;
  padding: 8px 10px;
  background: #f3f6fa;
  border: 1px solid #d9e0e7;
  border-radius: 3px;
  font-size: 12px;
}
.cat-list a { display: inline-block; padding: 2px 6px; }
.cat-list .sep { color: #c8d2dc; }

/* Contact methods */
.contact-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 18px 0; }
.contact-method {
  border: 1px solid #d9e0e7;
  background: #f8fafc;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
}
.contact-method img { width: 40px; height: 40px; margin-bottom: 8px; }
.contact-method h3 { margin: 4px 0 6px; }

.callout {
  padding: 14px 16px;
  background: #fff8eb;
  border-left: 4px solid #c9892e;
  margin: 14px 0;
  border-radius: 3px;
}

.address-block {
  border: 1px solid #d9e0e7;
  padding: 12px 14px;
  margin: 10px 0;
  border-radius: 3px;
  background: #f8fafc;
}
.address-block strong { color: #1a3a5a; }

/* Contact form */
.contact-form {
  display: grid;
  gap: 10px;
  max-width: 460px;
  margin: 16px 0;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #d9e0e7;
  border-radius: 4px;
}
.contact-form label { font-size: 12px; font-weight: bold; color: #1a3a5a; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  font: inherit;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #c8d2dc;
  border-radius: 2px;
  background: #fff;
}
.contact-form button {
  font: inherit;
  font-weight: bold;
  padding: 8px 18px;
  background: #c9892e;
  color: #fff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  justify-self: start;
}
.contact-form button:hover { background: #b07720; }

/* Payment grid */
.pay-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin: 18px 0; }
.pay-card {
  border: 1px solid #d9e0e7;
  padding: 14px;
  background: #f8fafc;
  border-radius: 4px;
  text-align: center;
}
.pay-card img { max-height: 60px; margin-bottom: 10px; }

/* Sites grid */
.sites-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 18px 0; }
.site-item {
  border: 1px solid #d9e0e7;
  padding: 14px;
  background: #f8fafc;
  border-radius: 4px;
  display: flex;
  gap: 14px;
}
.site-item img { width: 140px; height: auto; border: 1px solid #c8d2dc; background: #fff; padding: 3px; }
.site-item h3 { margin-top: 0; }

/* Locations */
.location-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 14px 0; }
.location {
  border: 1px solid #d9e0e7;
  padding: 12px;
  border-radius: 4px;
  background: #f8fafc;
}
.location h4 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #c9892e;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}

/* Footer */
.footer {
  background: #1a3a5a;
  color: #c8d6e5;
  padding: 18px 22px;
  font-size: 12px;
  border-top: 3px solid #c9892e;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #ffffff;
  padding: 4px 10px;
  border-right: 1px solid #2c4f70;
}
.footer-nav a:last-child { border-right: 0; }
.footer-bottom {
  text-align: center;
  border-top: 1px solid #2c4f70;
  padding-top: 10px;
  margin-top: 4px;
  color: #8aa3bd;
}
.footer-seals { text-align: center; margin: 10px 0; }
.footer-seals img { margin: 0 6px; vertical-align: middle; }

/* Sitemap */
.sitemap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 14px 0; }
.sitemap-grid h3 { margin-bottom: 8px; }
.sitemap-grid ul { list-style: none; margin: 0; padding: 0; }
.sitemap-grid li { padding: 5px 0; border-bottom: 1px dotted #d9e0e7; }
.sitemap-grid li p { color: #6f7a86; font-size: 12px; margin: 2px 0 0; }

/* Responsive */
@media (max-width: 1000px) {
  .wrap { width: auto; margin: 0 10px; }
}
@media (max-width: 760px) {
  .wrap { margin: 0; border: 0; }
  .topnav { flex-wrap: wrap; }
  .topnav a { flex-basis: 50%; border-bottom: 1px solid #2c4f70; }
  .main { flex-direction: column; }
  .sidebar { width: auto; border-right: 0; border-bottom: 1px solid #d9e0e7; }
  .content { padding: 18px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .contact-methods, .pay-grid, .location-grid, .sites-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .header { flex-direction: column; gap: 6px; text-align: center; }
}
