/***** GLOBAL SETTINGS DO NOT EDIT *****/
/***** SCROLL DOWN TO VIEW THE SECTION OF THIS PAGE YOU SHOULD CHANGE! *****/
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
background: url('images/body_bg.png') top repeat-x #e1e2e2;
}
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 5px 0;
letter-spacing:-1px;
font-size:1.8em;
color: #c7080f;
font: 800 2.3em verdana;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font: 600 1.4em verdana;
line-height: 150%;
color: #4a7198;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}

form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}

table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** EDIT THE SECTION BELOW   EDIT THE SECTION BELOW  EDIT THE SECTION BELOW *****/
/***** EDIT THE SECTION BELOW   EDIT THE SECTION BELOW  EDIT THE SECTION BELOW *****/
/***** COLOR = Font Color *****/
/***** BACKGROUND = Background Image or Color *****/
/***** BACKGROUND = Background Image or Color *****/

 
#wrapper {
width:700px;
margin:0 auto;
padding-left: 40px;
padding-right: 40px;
border: 1px solid #cccccc;
margin-top: 50px;
background: #ffffff;
}

#box{
width:600px;
margin: 0 auto;
padding: 40px;
background: #fafebf;
border: 2px dashed #eef1c1;
}

#header{
width: 850px;
height: 400px;
margin: 0 auto;
}

#header h1{
margin-left: 38px;
margin-top: 8px;
font: 800 3.0em arial;
color: #a5f60e;
}

#header p{
font: .8em arial;
line-height: 200%;
color: #ffffff;
margin-left: 42px;
margin-top: 8px;
}

#header img{
margin: 35px;
margin-left: 0;
margin-bottom: 0;
}
 
#header div.blockleft{
float: left;
width: 523px;
background: url('images/headerarrows.png') no-repeat;
background-position: 0px 220px;
}

/***** BUY BOX *****/
#joinform{
display: block;
width: 360px;
margin: 0 auto;
background: #0f181a;
padding: 11px;
padding-top: 5px;
}

#joinform p{
font: 600 .7em arial;
text-transform: uppercase;
padding: 0;
color: #a5f60e;
margin: 0;
}

#joinform input{
width: 346px;
margin-top: 4px;
padding: 6px;
margin-bottom: 8px;
}

#joinform p#submit input{
position: relative;
padding: 0;
margin: 0;
width: 360px;
bottom: 10px;
background: #060a0b;
border: none;
color: #a9f85b;
font: 600 1.1em arial;
text-transform: uppercase;
padding: 3px;
}

#salesletter{
padding: 15px 80px;
}

/***** CHECKMARKED LIST ******/

ul.checkedlist{
padding: 0;
display: block;
width: 550px;
margin: 0 auto;
list-style: none;
}

ul.checkedlist li{
display: block;
background: url('images/checkmark_bg.png') left no-repeat;
padding: 8px 0 8px 62px;
border: 1px solid #cccccc;
font: 600 1.2em arial;	
color: #666666	;
border-left: none;
border-right: none;
margin: 16px 0;
}

/***** FOOTER *****/
.finepoint {
font: .7em arial; 
color: #989898; 
line-height: 150%; 
margin: 9px 0px;
padding-bottom: 8px;
border-bottom: 1px solid #cccccc;
}

#footer{
display: block;
width: 745px;
margin: 0 auto;
padding-top: 6px;
padding-bottom: 16px; 
margin-bottom: 10px;
}

#footer a{
font: .7em arial;
color: #666666;
padding: 0 6px;
border-right: 1px solid #cccccc;
}

/***** DO NOT EDIT *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.blockright {display: block; float: right;}
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.wrap          { width:960px;margin:0 auto; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }