/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
  font-size: 62.5%;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  background: url('/images/bgr-money.png') fixed;
  color: #251a06;
}
a {color: #1C5D7E;}
a:hover {text-decoration: none;color: #555;}
div.hr {
  height: 27px;
  width: 621px;
  background: #fff url('/images/img-divider.png') no-repeat;
  margin: 12px auto 5px auto;
}
div.hr_small {
  height: 14px;
  width: 621px;
  background: #fff url('/images/img-divider-small.png') no-repeat;
  margin: 5px auto;
}
div.hr hr, div.hr_small hr {
  display: none;
}

/*----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/
#wrapper {
  width: 632px;
  margin: 0 auto;
  background: url('/images/bgr-content.png') 50% 0 fixed repeat-y;
  padding: 20px 35px;
}
h1 {
  background: url('/images/img-logo.png') no-repeat;
  width: 428px;
  height: 146px;
  display: block;
  text-indent: -9999em;
  margin: 0 auto;
}


/*----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#content {
  min-height: 500px;
  line-height: 1.3em;
  font-size: 1.5em;
}
.callout_box {
  background: #f9f5e7;
  border: 1px solid #f1ead1;
  padding: 15px 15px 0 15px;
  margin: 15px 0;
  text-align: center;
}
#content p, #content blockquote, #content ul, #content ol {
  margin: 0 0 15px 0;
}
.callout_box .underline {
  color: #47aa42;
  text-decoration: underline;
}
#page-thankyou h2 {
  background: url('/images/hdr-confirm.png') no-repeat;
  width: 385px;
  height: 59px;
  display: block;
  text-indent: -9999em;
  margin: 5px auto;
}
#page-account h2 {
  background: url('/images/hdr-welcome.png') no-repeat;
  width: 497px;
  height: 29px;
  display: block;
  text-indent: -9999em;
  margin: 5px auto;
}
#page-confirmation h2 {
  background: url('/images/hdr-checkemail.png') no-repeat;
  width: 372px;
  height: 28px;
  display: block;
  text-indent: -9999em;
  margin: 5px auto;
}
#page-generic h2 {
  font-size: 1.8em;
  margin: 0 0 5px 0;
}
.page_desc {
  font-size: .9em;
  text-align: center;
  margin: 0 0 25px 0 !important;
}
#content h3 {
  font-size: 1.5em;
  color: #47AA42;
  font-weight: normal;
  margin: 0 0 4px 0;
  padding-bottom: 10px;
}
blockquote {
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding: 8px;
  background: #eee;
}
#content ul {
  list-style: disc;
  margin-left: 20px;
}
#page-sales ul {
  list-style: none;
  margin-left: 0;
}
#page-sales ul li {
  background: url('/images/icn-coin.png') 0 2px no-repeat;
  padding-left: 22px;
  margin: 0 0 3px 0;
}
#content ol {
  list-style: decimal;
  margin-left: 20px;
}
/*#page-sales h2 {
  background: url('/images/hdr-welcome-small.png') no-repeat;
  width: 398px;
  height: 23px;
  display: block;
  text-indent: -9999em;
}*/
#page-sales h2 {
  font-size: 1.5em;
  margin: 0 0 4px 0;
}
#page-sales #content h3 {
  font-weight: bold;
  margin: 0 0 6px 0;
}
#page-sales blockquote strong {
  color: #357E31;
}
#page-sales blockquote {
  background: transparent url('/images/icn-quote.png') no-repeat;
  border: 0;
  padding: 15px 0 15px 20px;
  min-height: 75px;
  border-bottom: 1px solid #eee;
}
#page-sales blockquote.last {
  border-bottom: 0;
}
.join_now a {
  background: url('/images/btn-joinnow.png') no-repeat;
  width: 417px;
  height: 146px;
  display: block;
  text-indent: -9999em;
  margin: 10px auto;
}
.join_now a:hover {
  background-position: 0 -146px;
}
.right {
  float: right;
  margin: 0 0 5px 8px;
}
.photo {
  width: 185px;
  text-align: center;
  line-height: .8em;
}
.photo span {
  font-size: .8em;
  font-weight: bold;
}
.photo .portrait {
  padding: 2px;
  border: 3px solid #eee;
  margin: 0 0 2px 0;
}

.highlight {
	background-color: #FFFF88;
}

/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
  text-align: center;
  font-size: 1.2em;
  color: #4E3E20;
  margin: 20px 0 0 0;
}


/*----------------------------------------------------------------------------- 
HACKS - Global browser hacks to make everybody play nice
-----------------------------------------------------------------------------*/
#example:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#example {display:inline-block;}
/* Hide from IE Mac \*/
#example {display:block;}
/* End hide from IE Mac */

/* Buy Button on Sidebar */
#fdbk_overlay {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 1000000;
  position: absolute;
}
#fdbk_screen {
  top:0;
  left:0;
  z-index:1;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter:alpha(opacity=45);
}
#fdbk_container {
  width: 680px;
  height: 640px;
  margin: 0 auto;
  z-index:2;
  position:relative;
}
a#fdbk_tab {
  top: 25%;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/tab-join-now.png);
  _position: absolute;
}
a#fdbk_tab:hover {
    margin-left: -4px;
}

a#fdbk_tab_2 {
  top: 50%;
  left: 0;
  width: 42px;
  height: 202px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(../images/tab-watch-video.png);
  _position: absolute;
}
a#fdbk_tab_2:hover {
    margin-left: -4px;
}

.feedback_tab_on embed, .feedback_tab_on select, .feedback_tab_on object {
  visibility:hidden;
}