/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0;
  margin: 0;
  background: #fff;
}

#container {
  margin: 0;
  padding: 0;
}

#main {
  margin: 0 auto;
  max-width: 1170px;
}

#hero {
  background: url('../img/las-vegas-bw.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 -150px;
  overflow: hidden;
  position: relative;
}

.full-col {
  margin: 0 auto;
  max-width: 1170px;
}

.center-col {
  margin: 0 auto;
  max-width: 860px;
}

#title {
  height: 135px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
}

#get-access {
  float: right;
  margin-top: 40px;
}

#video {
  margin-bottom: 20px;
  float: left;
}

#packages-container {
  float: right;
  max-width: 395px;
  background: #000;
  opacity: 1;
  min-height: 365px;
  border-radius: 10px;
}

.packages {
  padding-top: 15px;
}

.option {
  margin-top: 5px;
  margin-left: 10px;
}

.secure-purchase {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#logo {
  float: left;
  padding-top: 15px;
}

#call {
  float: right;
  padding-top: 15px;
  margin-right: 30px;
}

#header {
  background: #000;
  color: #777;
  text-align: center;
  height: 85px;
  line-height: 85px;
  overflow: hidden;
}

#as-seen {
  height: 86px;
  padding-bottom: 15px;
  padding-top: 15px;
  background: #fff;
  border-bottom: #d6d6d6 solid 1px;
}

#contentwrap {
  background: #fff;
}

#featured {
  width: 670px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 20px 0 30px 0;
}

#dailypicktop {
  height: 268px;
  margin: 0;
  width: 670px;
}

#dailypickbottom {
  background: url("../img/featured-pick-bottom.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 165px;
  margin: 0;
  padding-top: 5px;
  width: 670px;
}

.dailypickemail {
  height: 33px;
  margin: 0 169px 0 166px;
  width: 418px;
}

.dailypickbutton {
  height: 67px;
  margin: 17px auto 0;
  width: 421px;
}

#package-container {
  width: 950px;
  height: auto;
  padding-bottom: 25px;
  border: 5px solid #f4f4f4;
  margin: 0 auto 0 auto;
}

.middle {
  margin: 0 auto 0 auto;
  text-align: center;
}

#package-order {
  background: url(../img/packages.png);
  background-repeat: no-repeat;
  width: 534px;
  height: 139px;
  padding-top: 441px;
  margin: 0 auto 5px auto;
}

.button1 {
  margin: 5px 0 0 70px;
  outline: none;
  cursor: pointer;
}

a {
  outline: none;
  border: none;
}

.button2 {
  margin: 5px 0 0 85px;
  outline: none;
  cursor: pointer;
}

#guarantee-new {
  padding: 20px 0 40px 60px;
  width: 440px;
  position: relative;
  overflow: hidden;
  float: left;
}

#guarantee {
  padding: 20px 40px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.seal {
  max-width: 148px;
  height: 150px;
  background: url(../img/guarantee-badge.png) no-repeat;
  float: left;
  margin-right: 20px;
}

.copy {
  padding-top: 10px;
}

#footer {
  background: #000;
  color: #777;
  padding: 20px 0;
  text-align: center;
}

#footer span {
  color: #fff;
}

.copyright {
  font-size: .8em;
}

#cbMessage {
  max-width: 860px;
  margin: 0 auto;
  height: 45px;
}

/*iframe:last-child {
  height: 45px;
  margin: 0;
  padding: 0;
}*/

#thanks {
  max-width: 645px;
  margin: 0 auto 199px auto;
  background: rgba(0, 0, 0, .75);
  border-radius: 10px;

}

#thanks h2 {
  color: #777;
  text-align: center;
}

#thanks h1 {
  color: white;
  text-align: center;
  font-variant: small-caps;
}

#confirm {
  max-width: 645px;
  margin: 0 auto 199px auto;
  background: rgba(0, 0, 0, .75);
  border-radius: 10px;
  padding: 10px 50px 30px 50px;
}

#confirm h2 {
  color: #777;
  text-align: center;
  font-size: 20px;
}

#confirm h1 {
  color: white;
  text-align: center;
  font-family: arial;
  font-size: 34px;
}

/* FREE DVD */
.formbox {
  margin: 20px auto 120px auto;
  width: 60%;
  height: auto;
  background-color: #eaf2f5;
  padding: 10px 0 10px 80px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(92, 92, 92, 1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(92, 92, 92, 1);
  box-shadow: 1px 1px 5px 0px rgba(92, 92, 92, 1);
}

.text {
  width: 50%;
  background-color: #FFFFFF;
  border-color: #D9D9D9;
  border-width: 1px;
  border-style: solid;
  color: #C7C7C7;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  font-family: Trebuchet MS, sans-serif;
}

.previewLabel {
  margin-top: 10px;
  margin-bottom: 5px;
}

.nultiChoice2 {
  font-size: 30px;
}

.video {
  margin: 60px auto 50px auto;
}

#af-form-1325432199 .af-body .af-textWrap, #af-form-1325432199 .af-body .af-selectWrap {
  width: 50%;
  display: block;
  float: none;
}

#af-form-1325432199 .af-body a {
  color: #CCCCCC;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
}

#af-form-1325432199 .af-body input.text, #af-form-1325432199 .af-body textarea {
  background-color: #FFFFFF;
  border-color: #D9D9D9;
  border-width: 1px;
  border-style: solid;
  color: #C7C7C7;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  font-family: Trebuchet MS, sans-serif;
}

#af-form-1325432199 .af-body input.text:focus, #af-form-1325432199 .af-body textarea:focus {
  background-color: #FFFAD6;
  border-color: #030303;
  border-width: 1px;
  border-style: solid;
}

#af-form-1325432199 .af-body label.previewLabel {
  display: block;
  float: none;
  text-align: left;
  width: auto;
  color: #b1b1b1;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-family: Helvetica, sans-serif;
  padding-bottom: 3px;
  letter-spacing: 1px;
}

#af-form-1325432199 .af-body {
  padding-bottom: 5px;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-position: inherit;
  background-image: none;
  color: #CCCCCC;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}

#af-form-1325432199 .af-footer {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: none;
  border-width: 1px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  color: #CCCCCC;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}

#af-form-1325432199 .af-header {
  padding-bottom: 9px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: inherit;
  background-image: none;
  border-width: 1px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  color: #CCCCCC;
  font-size: 16px;
  font-family: Verdana, sans-serif;
}

#af-form-1325432199 .af-quirksMode .bodyText {
  padding-top: 2px;
  padding-bottom: 2px;
}

#af-form-1325432199 .af-quirksMode {
  padding-right: 60px;
  padding-left: 60px;
}

#af-form-1325432199 .af-standards .af-element {
  padding-right: 60px;
  padding-left: 60px;
}

#af-form-1325432199 .bodyText p {
  margin: 1em 0;
}

#af-form-1325432199 .buttonContainer input.submit {
  background-color: #0479c2;
  background-image: url("http://aweber.com/images/forms/plain/buttons/grey.png");
  color: #FFFFFF;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  font-family: Helvetica, sans-serif;
}

#af-form-1325432199 .buttonContainer input.submit {
  width: auto;
}

#af-form-1325432199 .buttonContainer {
  text-align: center;
}

#af-form-1325432199 body, #af-form-1325432199 dl, #af-form-1325432199 dt, #af-form-1325432199 dd, #af-form-1325432199 h1, #af-form-1325432199 h2, #af-form-1325432199 h3, #af-form-1325432199 h4, #af-form-1325432199 h5, #af-form-1325432199 h6, #af-form-1325432199 pre, #af-form-1325432199 code, #af-form-1325432199 fieldset, #af-form-1325432199 legend, #af-form-1325432199 blockquote, #af-form-1325432199 th, #af-form-1325432199 td {
  float: none;
  color: inherit;
  position: static;
  margin: 0;
  padding: 0;
}

#af-form-1325432199 button, #af-form-1325432199 input, #af-form-1325432199 submit, #af-form-1325432199 textarea, #af-form-1325432199 select, #af-form-1325432199 label, #af-form-1325432199 optgroup, #af-form-1325432199 option {
  float: none;
  position: static;
  margin: 0;
}

#af-form-1325432199 div {
  margin: 0;
}

#af-form-1325432199 fieldset {
  border: 0;
}

#af-form-1325432199 form, #af-form-1325432199 textarea, .af-form-wrapper, .af-form-close-button, #af-form-1325432199 img {
  float: none;
  color: inherit;
  position: static;
  background-color: none;
  border: none;
  margin: 0;
  padding: 0;
}

#af-form-1325432199 input, #af-form-1325432199 button, #af-form-1325432199 textarea, #af-form-1325432199 select {
  font-size: 100%;
}

#af-form-1325432199 p {
  color: inherit;
}

#af-form-1325432199 select, #af-form-1325432199 label, #af-form-1325432199 optgroup, #af-form-1325432199 option {
  padding: 0;
}

#af-form-1325432199 table {
  border-collapse: collapse;
  border-spacing: 0;
}

#af-form-1325432199 ul, #af-form-1325432199 ol {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 40px;
}

#af-form-1325432199, #af-form-1325432199 .quirksMode {
  width: 100%;
  max-width: 418px;
}

#af-form-1325432199.af-quirksMode {
  overflow-x: hidden;
}

#af-form-1325432199 {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  border-style: none;
}

#af-form-1325432199 {
  display: block;
}

#af-form-1325432199 {
  overflow: hidden;
}

.af-body .af-textWrap {
  text-align: left;
}

.af-body input.image {
  border: none !important;
}

.af-body input.submit, .af-body input.image, .af-form .af-element input.button {
  padding-top: 6px;
  float: none !important;
}

.af-body input.text {
  width: 100%;
  float: none;
  padding: 2px !important;
}

.af-body.af-standards input.submit {
  padding: 4px 12px;
}

.af-clear {
  clear: both;
}

.af-element label {
  text-align: left;
  display: block;
  float: left;
}

.af-element {
  padding: 5px 0;
}

.af-form-wrapper {
  text-indent: 0;
}

.af-form {
  text-align: left;
  margin: auto;
}

.af-header, .af-footer {
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
}

.af-quirksMode .af-element {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.lbl-right .af-element label {
  text-align: right;
}

#packages-container-thanks {
  margin: 0 auto;
  max-width: 395px;
  background: #000;
  opacity: 1;
  min-height: 365px;
  border-radius: 10px;
}