* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #211308;
  font-size: 12px;
  color: #000;
  text-align: center;
}

a {
  color: #333;
}
a:hover {
  color: #000;
}

#container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background: #FFF;
  overflow: hidden;
}

/* ---------- header / banner ---------- */

#header {
  width: 900px;
  height: 233px;
  background: url(images/banner.jpg) no-repeat left top;
  background-size: 900px auto;
}

/* ---------- sidebar ---------- */

#sidebar1 {
  float: left;
  width: 240px;
  padding: 8px 10px 10px 5px;
  color: #FFF;
}

.cont_box {
  background: url(images/top_box.jpg) repeat-y;
  background-size: 227px auto;
}

.box_top_all {
  background: url(images/shopcart.jpg) no-repeat left;
  background-size: 227px 39px;
  height: 39px;
}

.box_top_all h1 {
  margin: 0;
  padding: 12px 0 0 14px;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pad {
  padding: 0 20px 0 10px;
}

.fot_box img {
  display: block;
  width: 227px;
  height: 15px;
}

#submenu {
  margin-top: 3px;
  list-style: none;
}

#submenu li {
  margin: 0 13px 0 3px;
  border-bottom: 1px solid #A06810;
}

#submenu li a {
  font: 12px Arial, Helvetica, sans-serif;
  padding: 6px 10px 6px 20px;
  background: url(images/arrow.gif) no-repeat 0 10px;
  color: #FFF;
  display: block;
  text-decoration: none;
}
#submenu li a:hover {
  text-decoration: underline;
}

.menuNewsletter .tXt {
  font-size: 12px;
  color: #FFF;
  padding: 10px 0 5px;
}

.menuNewsletter .pad {
  padding: 0 20px 12px 10px;
}

.lOg {
  width: 190px;
  border: 1px solid #CCC;
  padding: 3px;
  margin-bottom: 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#idsubscrib {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 10px;
}

/* ---------- main content ---------- */

#mainContent {
  margin: 15px 5px 5px 245px;
  padding: 18px 10px 30px;
}

.pageWelcomeheader {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

.welcome-title {
  text-align: center;
  color: #ffcc00;
  font-size: 34px;
  font-weight: bold;
  margin: 28px 0 34px;
}

.intro-line {
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
}

.gap-lg {
  height: 34px;
}
.gap-md {
  height: 18px;
}

.disclaimer {
  text-align: center;
  color: #ffcc00;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.grimminger {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  margin-top: 26px;
}

/* ---------- footer ---------- */

.clearfloat {
  clear: both;
}

#footer-strip img {
  display: block;
  width: 900px;
  height: 15px;
}

#footer_bg {
  width: 900px;
  background: #211308;
}

#footer {
  text-align: center;
  color: #FFF;
  padding: 10px 0 30px;
  font-size: 11px;
}

/* ---------- shared inner-page content styles ---------- */

.pageStandardheader {
  font-weight: bold;
  font-size: 12px;
  color: #000;
  margin-bottom: 18px;
}

.content-block {
  font-size: 13px;
  line-height: 1.7;
  color: #000;
}
.content-block b {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 4px;
}
.content-block p {
  margin-bottom: 14px;
}

.detail-table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 10px 0 24px;
}
.detail-table td {
  padding: 4px 10px 4px 0;
  vertical-align: top;
}
.detail-table td:first-child {
  color: #67430C;
  font-weight: bold;
  width: 160px;
}
.detail-table caption,
.detail-table .section {
  text-align: left;
  font-weight: bold;
  padding: 10px 0 6px;
  font-size: 14px;
}

.legal-list {
  margin: 10px 0 14px 20px;
  font-size: 13px;
  line-height: 1.7;
}
.legal-list li {
  margin-bottom: 10px;
}

.links-list {
  list-style: none;
  font-size: 13px;
  line-height: 2.2;
}
.links-list a {
  color: #0000ff;
  text-decoration: underline;
}
.links-list a:hover {
  color: #67430C;
}

.announce {
  text-align: center;
  color: #FF0000;
  font-weight: bold;
  font-size: 17px;
  line-height: 2;
  margin: 20px 0;
}
.announce .brand {
  color: #000;
  margin-top: 30px;
}
