html {
  margin: 0;
  padding: 0;
  background: #4a0002 url(../images/bg.gif) top center repeat-x;
  font-family: Arial, Helvetica;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, form {
  margin: 5px 0;
  padding: 0;
}

p {
  margin: 10px 0;
}

p.letter {
  font-style: italic; 	
}

.equal-panel contact-manager p {
	text-align:center;
	border: 2px solid #948e8e;
}


h1#top-link {
  position: absolute;
  top: 0px;
  left: 0;
}

h1#top-link a {
  display: block;
  height: 155px;
  width: 960px;
  text-indent: -9999px;
  overflow: hidden;
}

p.bonus-link {
	text-align:center;
  margin: 10px 0 0 40px;
	clear: both;
}
p.affiliate-link {
	text-align:center;
  margin: 10px 0 0 40px;
	clear: both;
}
em {
  font-weight: bold; 
  text-decoration: underline; 
}
span.emphisize {
	color: red;
}
span.emphisize-more {
	color: red;
	font-weight: bold; 
  	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  color: #2f7da3;
}

h1 { font-size: 28px; }
h2 { font-size: 25px; margin: 20px 0 5px 0; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

hr {
  margin: 40px 0; padding: 0; border: 0;
  height: 3px;
  background-color: #c7c5c5;
}

a {
  color: #26a4bf; 
}

a.video {
  border: 0;
}

#affiliate_content a.video {
  border: 0;
  margin-left:195px;
}

.hidden {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.clear {
  clear: both;
}

#wrapper {
  /*background: transparent url(../images/wrapper-bg.jpg) top center no-repeat;*/
}

#header {
  height: 201px;
  margin: 0 auto;
  background: transparent url(../images/header-pattern.gif) top center repeat-x;
}

#header-inside {
  height: 201px;
  position: relative;
  width: 961px;
  margin: 0 auto;
  background: transparent url(../images/header-bg.jpg) top center no-repeat;
}

#header-inside.small {
  height: 201px;
  background: transparent url(../images/header-bg-small.jpg) top center no-repeat;
}
#header.novid {
	  height: 200px;
}
#header.novid #header-inside {
  background: transparent url(../images/header-bg-novid.jpg) top center no-repeat;
}

#content {
  width: 890px;
  padding: 0 48px 20px 29px;
  margin: 0 auto;
  background: transparent url(../images/content.png) top center repeat-y;
  color: #222222;
  line-height: 20px;
}
#affiliate_content {
  margin: 0px 0px 50px 50px;
}
#left-panel {
  width: 462px;
  float: left;
}
#video-block {
  width: 440px;
  height: 333px;
  background: #808080 url(../images/video-block.jpg) center center no-repeat;
  padding: 10px;  
}

#right-panel {
  width: 380px;
  float: right;
}

#footer {
  width: 967px;
  margin: 0 auto;
  background: transparent url(../images/footer.png) top center no-repeat;
  padding-top: 25px;
  color: #ffbfbf;
  text-align: center;  
}

p.home-block {
  background: transparent url(../images/home-block.gif) bottom right no-repeat;
  padding-bottom: 105px;
}

form#home-signup {
  margin: 20px 0;
}

span#fields {
  float: left;
  width: 300px;
  display: block;
}
form.home span#fields {
  float: none;
  width: 380px; 
}

span#fields input.text {
  border: 2px solid #948e8e;
  color: #920e00;
  height: 20px;
  padding: 5px;
  font-size: 16px;
  line-height: 18px;
}

span#fields input.text.short {
  width: 130px;
}

span#fields input.text.long {
  width: 278px;
  margin-top: 5px;
}

span#fields input.text.long {
  width: 345px; 
}
input#sign-up,
form#home-signup input#sign-up {
  border: 0;
  display: block;
  padding: 0;
  margin: 0 20px 0 0;
  float: right;
  width: 120px;
  height: 80px;
  background: transparent url(../images/sign-up.jpg) top left no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 9999px;
  cursor: pointer;
}

.big input#sign-up {
  width: 360px;
  height: 79px;
  text-align:center;
  background: blue url(../images/yes-bg.jpg) top center no-repeat;
}
a#yes,
a#no,
a#invite {
  border: 0;
  display: block;
  padding: 0;
  margin: 10px 0 0 0;
  width: 169px;
  height: 48px;
  background: transparent url(../images/invite.jpg) top left no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 9999px;
}
a#yes {
  background: transparent url(../images/yes.jpg) top left no-repeat;
  width: 429px;
  height: 77px;
  margin-left: 200px;
}
a#no {
  background: transparent url(../images/no.jpg) top left no-repeat;
  width: 429px;  
  margin-left: 70px;
  margin-top: 20px;
}

a.left {
  float: left; 
}

a#no.spacing,
a.spacing {
  margin: 10px 5px; 
}

div.going-bad {
  background: #ffd8d8;
  border: 1px solid #a72a2a;
  color: #a72a2a;
  padding: 5px;
}

div.going-good {
  background: #d9ffd9;
  border: 1px solid #2aa72a;
  color: #2aa72a;
  padding: 5px;
}

div.middle-block {
  width: 600px;
  margin: 0 auto; 
}

div.equal-panel {
  width: 440px;
  float: left;
}
div.equal-panel.right {
  float: right; 
}

div.special-box {
  background: #121212;
  color: #fff;
  border: 5px solid #c0c0c0; 
  margin: 0 auto;
  width: 500px;
  padding: 10px;
}

div.special-box a {
  color: #ffd000;
  font-weight: bold;
}

span.huge {
  float: left;
  font-size: 180px;
  color: #2f7da3;
  margin-top: 140px;
  display: block  ;
  width: 125px;
  height: 200px;
}

.sup {
vertical-align: super;
font-size: 50%;
}

div#home-wrap {
  background: transparent url('../images/watermark.jpg') top center no-repeat;
  margin-top: -10px;
  padding-top: 10px;
}
