.wrought_iron-bg {
  background-color: #0f0701; }

.i_had_coffee-bg {
  background-color: #1f140b; }

.fabulous-bg {
  background-color: #e6ff57; }

.me_and_you-bg {
  background-color: #c6de40; }

.you_and_me-bg {
  background-color: #162024; }

.wrought_iron {
  color: #0f0701; }

.i_had_coffee {
  color: #1f140b; }

.fabulous {
  color: #e6ff57; }

.me_and_you {
  color: #c6de40; }

.you_and_me {
  color: #162024; }

.vintage_pink {
  color: #b5aeb3; }

.el_orange {
  color: #c73d28; }

.spacer-1 {
  height: 1em; }

.spacer-2 {
  height: 2em; }

.spacer-3 {
  height: 3em; }

.spacer-4 {
  height: 4em; }

.spacer-5 {
  height: 5em; }

.spacer-6 {
  height: 6em; }

/* NAV BAR */
ul#navbar {
  font-family: Century Gothic, sans-serif;
  font-size: 1.3em;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-align: right;
  margin-top: 9px;
  color: #555555; }

ul#navbar li {
  display: inline;
  margin-left: 1em; }

ul#navbar li a {
  color: #906628; }
  ul#navbar li a:hover {
    color: #555555; }

body {
  font-family: Plantin, Baskerville, Georgia, Times New Roman, serif;
  font-size: 1em;
  background: url(/images/pioneering1600x600.jpg) no-repeat;
  background-position: -300px 0%;
  background-color: #b4b4b4; }

p {
  margin-bottom: 1em; }

p img {
  margin: 0; }

a:visited {
  text-decoration: none; }

a, a:active, a:link {
  border-bottom: 1px "dotted";
  text-decoration: none;
  color: #906628; }

a:hover {
  border-bottom: 1px "solid";
  color: #555555; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.flash_notice {
  color: #c73d28;
  text-align: center; }

#products_work_news_contact {
  font-size: 0.9em; }

h1, h2, h3, h4, h5 {
  font-family: Century Gothic, sans-serif;
  color: #555555;
  margin-bottom: 0.5em; }

.border_top-3 {
  border-top: 3px solid #d1b033; }

.titlebar {
  border-left: 10px solid #d1b033;
  padding-left: 10px; }

.title {
  margin-bottom: 0; }

.subtitle {
  font-size: 75%;
  margin-bottom: 1em; }

.width-400 {
  width: 400px; }

.float-none {
  float: none; }

*:focus {
  outline: none; }

.required {
  color: #c73d28; }

fieldset {
  border: none; }
  fieldset ul {
    list-style: none; }
  fieldset input {
    background-color: #b4b4b4;
    font-size: 100%;
    margin: 1em 0 2em 0;
    padding: 0;
    border: none;
    border-bottom: 2px dotted #d1b033; }
    fieldset input:hover {
      border-bottom: 2px solid #d1b033; }
  fieldset textarea {
    background-color: #b4b4b4;
    font-size: 100%;
    margin: 1em 0 2em 0;
    padding: 0;
    border: none;
    border-bottom: 2px dotted #d1b033; }
    fieldset textarea:hover {
      border: none;
      border-bottom: 2px solid #d1b033; }
    fieldset textarea:focus {
      border: none;
      border-bottom: 2px dotted #d1b033; }

.width-100 {
  width: 100%; }

.submit {
  padding: 0.5em;
  background-color: #d1b033;
  border-bottom: none; }
  .submit:hover {
    border-bottom: none;
    color: #906628; }
