html, * {
  margin: 0px;
  padding: 0px; }

body {
  height: 100%;
  width: 100%;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #000;
  background-color: #506c72;
  position: relative; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:link, a:visited, a:hover, a:active {
    color: #fff; }

img {
  border: none; }

p {
  font-weight: normal; }

h1, h2, h3 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 8px; }

.clear {
  clear: both;
  line-height: 0px;
  height: 0px; }

img, div, input {
  behavior: url("/javascripts/iepngfix.htc"); }

#header {
  float: left;
  width: 1000px; }

#background {
  margin: 0 auto;
  width: 1000px; }

.outter_wrapper {
  float: left;
  position: relative;
  width: 1000px;
  height: 799px;
  background: url('/images/falchi_background.jpg'); }

.middle {
  float: left;
  height: 506px;
  width: 759px;
  display: inline;
  background: url('/images/static_pagesBG.png')  no-repeat;
  margin: 0 25px 0 16px;
  padding: 80px 100px 100px 100px; }

.scroll {
  height: 500px;
  overflow-y: scroll; }

.intro_content {
  margin: 0 auto;
  width: 415px;
  margin-bottom: 20px; }
  .intro_content p {
    text-align: center;
    font-size: 16px;
    color: #3d372b; }

.menu {
  font-family: Arial;
  text-align: center;
  color: #666; }
  .menu span {
    vertical-align: bottom; }

#locator_search {
  vertical-align: top; }

.menu_fields {
  vertical-align: top;
  width: 125px;
  background-color: #e7e7e7;
  margin: 0 5px;
  display: inline;
  border: 0px;
  padding: 2px;
  color: #666; }

#retail_stores {
  width: 759px;
  padding-top: 30px;
  font-family: Arial;
  font-size: 12px; }
  #retail_stores a {
    color: #ff0000; }
  #retail_stores td {
    width: 155px;
    padding: 0 15px 30px 15px;
    line-height: 16px; }

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 972px;
  background-color: #000;
  height: 32px;
  color: #fff;
  font-family: Helvetica;
  font-size: 11px;
  padding: 12px 12px 0 16px; }
  #footer span {
    padding: 0 10px; }
  #footer .email_updates {
    height: 13px;
    width: 143px;
    border: 0px;
    padding: 2px;
    margin: 0 3px 0 8px;
    color: #666666; }

.footer_left {
  float: left;
  height: 17px; }

.footer_right {
  float: right; }

#send_to_friends_error {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

p.need_login {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  padding: 10px 0px; }

.fieldWithErrors {
  display: inline;
  float: left;
  height: 30px; }
  .fieldWithErrors input {
    background: #FFFFCC;
    border: 1px solid #FF6600; }

#errorExplanation {
  width: 100%;
  padding-bottom: 20px;
  color: #F4857C;
  float: left;
  clear: both; }
  #errorExplanation h2 {
    font-weight: normal; }
  #errorExplanation ul {
    float: left;
    width: 100%; }
    #errorExplanation ul li {
      margin: 2px 20px; }

.message {
  width: auto;
  font-size: 11px;
  color: #F4857C;
  position: absolute;
  top: 139px;
  left: 557px;
  z-index: 250; }
  .message a {
    text-decoration: none; }
  .message.warning {
    color: red;
    right: 53px;
    left: auto; }

span.message {
  background: none;
  border: none;
  color: #FFC; }

.lost_password .button {
  width: auto;
  border: 0px;
  float: left;
  padding: 0 0 0 10px; }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 300; }

.overlay_box {
  width: 606px;
  height: auto;
  position: relative;
  margin: 250px auto 0 auto;
  padding: 0px;
  text-align: left; }

#overlay_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background: transparent;
  z-index: 400; }

.overlay_close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px; }

#teaser_flash {
  width: 720px;
  height: 530px; }
