
body {
   width: 980px;
   padding: 0;
   margin: 0 auto;
   background-color: #fff;
}
h1, p, li, dt, dd, h2, h3, h4, h5 {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   background: transparent;
}
a, a:visited {
   text-decoration: none;
}
.left {
   float: left;
}
.right {
   float: right;
}
hr {
   height: 1px; color: #ddd; background-color: #ddd; border: 0;
}

#page_wrapper {
   display: block;
   vertical-align: top;
   width: 100%;
   margin: 114px auto 0 auto;
}
#logobar_outer {
   width: 100%;
   background-color: #fff;
   z-index: 900;
}
#logobar {
   display: block;
   vertical-align: top;
   text-align: center;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#logobar .logo {
   font-size: 300%;
   font-weight: 700;
   margin: 20px auto 0 auto;
   padding: 0;
}
#logobar .logo a, #logobar .logo a:visited, #logobar .logo a:hover {
   color: #222;
   text-decoration: none;
}
#logobar .logoname {
   font-size: 250%;
   font-weight: 700;
   margin: 5px auto 20px auto;
   padding: 0;
}
#logobar .logoname a, #logobar .logoname a:visited, #logobar .logoname a:hover {
   color: #e50072;
   text-decoration: none;
}

#page_wrapper {
   display: block;
   vertical-align: top;
   width: 100%;
   margin: 0 auto;
}

#topnav_wrapper {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   background-color: #56584e;
   text-align: center;
}
#topnav_outer {
   display: none;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto; padding: 0;
}
#topnav_outer_min {
   display: inline-block;
   width: 100%;
   margin: 0; padding: 0;
}
#topnav {
   display: inline-block;
   vertical-align: top;
   list-style: none;
   padding: 0; margin: 0;
}
#topnav ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav > li {
   float: left;
   text-align: left;
}
#topnav ul > li {
   text-align: left;
}
#topnav a {
   display: block;
   background-color: #56584e;
   color: #fff;
   text-decoration: none;
   font-size: 140%;
   font-weight: 600;
   padding: 12px 20px;
}
#topnav a:hover {
   background-color: #e50072;
}
#topnav .selected {
   background-color: #e50072;
}
#topnav > li > ul {
   position: absolute;
   display: none;
   padding: 0;
   z-index: 10;
}
#topnav > li > ul a {
   padding: 7px 18px;
}
#topnav > li:hover > ul {
   display: block;
   z-index: 100;
   border: 2px #fff solid;
}
#topnav .menu {
   background-image: url("/images/menu.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 25px;
}
#topnav a:hover.menu {
   background-image: url("/images/menu-hover.png");
}

#body {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#body_end {
   clear: both;
}

#content {
   padding: 30px 30px 30px 30px;
   margin: 0;
   min-height: 350px;
   height: auto; !important
   height: 350px;
}
#content p {
   color: #222;
   font-size: 135%;
   line-height: 180%;
   margin-top: 0;
   margin-bottom: 7px;
}
#content a, #content a:visited {
   color: #222;
   text-decoration: underline;
}
#content a:hover {
   color: #e50072;
   text-decoration: none;
}
#content h1 {
   color: #e50072;
   font-size: 180%;
   text-align: center;
   margin: 0 0 30px 0;
}
#content h2 {
   color: #222;
   font-size: 135%;
   font-weight: 600;
   margin-top: 30px;
   margin-bottom: 15px;
}
#content h2 a, #content h2 a:visited {
   color: #56584e;
}
#content h3 {
   color: #666;
   font-size: 105%;
   font-weight: 600;
   margin-top: 15px;
   margin-bottom: 10px;
}
#content ul {
   margin: 0 10px 10px 0;
   list-style: square;
}
#content ol {
   margin: 0 10px 10px 20px;
}
#content li {
   color: #222;
   font-size: 135%;
   line-height: 180%;
   margin: 7px 7px 7px 4px;
}
#content .img, #content .imgl, #content .imgr {
   width: 100%;
   height: auto;
}
#content .img {
   margin: 10px;
}
#content .imgr {
   float: right;
   margin: 7px 0 15px 30px;
}
#content .imgl {
   float: left;
   margin: 5px 20px 15px 0;
}
#content .socialmedia {
   text-align: center;
   margin: 30px 30px 0 0;
}
#content .testimonials {
   padding-top: 8px;
   padding-bottom: 10px;
}
#content .testimonial {
   margin: 8px 0;
   padding: 5px 10px 7px 10px;
   border: 3px solid #e50072;
}
#content .testimonial h3 {
   color: #222;
   font-size: 130%;
   text-align: center;
   margin-top: 0;
   margin-bottom: 5px;
}

#bottombar_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #56584e;
   width: 100%;
}
#bottombar {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px 0;
   text-align: center;
}
#bottombar .contact {
   text-align: center;
}
#bottombar .contact h2 {
   font-size: 140%;
   font-weight: 600;
   color: #fff;
   margin: 0 0 3px 0;
   padding: 0;
}
#bottombar .contact p {
   font-size: 125%;
   color: #fff;
   margin: 0 0 3px 0;
   padding: 0;
}
#bottombar a, #bottombar a:visited {
   color: #fff;
   text-decoration: none;
}
#bottombar a:hover {
   color: #fff;
   text-decoration: underline;
}
#bottombar .products {
   width: 100%;
   height: auto;
   max-width: 1400px;
   margin-top: 20px;
}

#footer_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #56584e;
   width: 100%;
}
#footer {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 0 20px 0;
}
#footer p {
   font-size: 96%;
   line-height: 150%;
   color: #fff;
   margin: 0 2%; padding: 0;
   text-align: center;
}
#footer a, #footer a:visited {
   color: #fff;
   text-decoration: none;
}
#footer a:hover {
   color: #fff;
   text-decoration: underline;
}

#form_r {
   display: inline-block;
   vertical-align: top;
   padding: 5px 15px 15px 15px;
   width: 370px;
   border: 5px solid #ddd;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   margin: 15px 4px;
}
#form_r h2 {
   background-color: #56584e;
   color: #fff;
   margin: 15px 0 0 0;
   padding: 3px 0;
   font-size: 150%;
   font-weight: normal;
}
#form_r .toph2 {
   margin: 10px 0 0 0;
}
#form_r .info {
   text-align: left;
}
#form_r .text_field,
#form_r .text_area {
   font-size: 100%;
   width: 362px;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .text_field_non_r {
   font-size: 100%;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .select_field {
   font-size: 100%;
   width: 370px;
   padding: 2px;
   border: 2px #ddd solid;
}
#form_r .text_area {
   height: 100px;
}
#form_r .label {
   font-weight: bold;
   color: #555;
   text-align: left;
   margin: 8px 0 2px 2px;
}
#form_r .button {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-size: 150%;
   color: #fff;
   background-color: #56584e;
   margin-top: 15px;
   padding: 12px 6px;
   border: 0;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -o-border-radius: 7px;
   width: 100%;
}
#form_r .button:hover {
   color: #fff;
   background-color: #e50072;
}
#content .page_message {
   background-color: #f00;
   color: #fff;
   font-weight: bold;
   font-size: 110%;
   text-align: center;
   margin: 5px 0;
   padding: 1px 2px 3px 2px;
}
#content .field_message {
   background-color: #f00;
   color: #fff;
   font-size: 110%;
   text-align: center;
   margin: 0;
   padding: 1px 2px 3px 2px;
}

@media (min-width: 10px) {
   body {
      width: 100%;
   }
   #topnav_outer {
      display: inline-block;
   }
   #topnav_outer_min {
      display: none;
   }
}
@media (max-width: 1100px) {
   #logobar .logo {
      font-size: 250%;
      line-height: 120%;
   }
   #logobar .logoname {
      font-size: 200%;
   }
   #topnav a {
      font-size: 130%;
      padding: 14px 15px;
   }
}
@media (max-width: 980px) {
   #topnav_outer {
      display: none;
   }
   #topnav_outer_min {
      display: block;
   }
   #topnav {
      display: block;
   }
   #topnav > li {
      float: none;
      width: 100%;
      text-align: center;
   }
   #topnav ul > li {
      text-align: center;
   }
   #topnav > li > ul {
      width: 100%;
      left: 0;
   }
   #topnav > li > ul a {
      padding: 15px 0;
   }
   #topnav > li:hover > ul {
      border: 0 #fff solid;
   }
   #content {
      min-height: 200px;
   }
   #content h1 {
      font-size: 170%;
   }
   #content h2 {
      font-size: 140%;
   }
   #content h3 {
      font-size: 125%;
   }
   #content p, #content li {
      font-size: 125%;
      line-height: 160%;
   }
}
@media (max-width: 750px) {
   #content .imgr {
      display: block;
      vertical-align: top;
      float: none;
      margin: 12px auto 20px auto;
}
@media (max-width: 475px) {
  #form_r {
      width: 98%;
      border: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      padding: 5px 0 20px 0;
      margin: 15px 0;
   }
   #form_r .text_field,
   #form_r .select_field,
   #form_r .text_area {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
   }
}

