
body{
    background-image: url(../images/bg_middle.jpg);
    background-repeat: repeat-x;
   
    font-family:  arial, helvetica, sans-serif;
    font-size: 12px;
     background-color: #3D3D3D;  
    
}

a{
    color: #004e6b;
    text-decoration: none; 
}

label{
    font-size: 12px;
    padding-top: 6px;
    /*display: block;*/
   
}

input{
    background-color: #ededed;
    border: 1px solid #bcbcbc;
}

select{
    background-color: #ededed;
    border: 1px solid #bcbcbc;
}

fieldset{
    padding-top: 5px;
    padding-bottom: 5px;
}

.pre_main{
    width: 864px;
    margin: 0px auto;
    background-color: #fff;
    border-right: 1px solid #9e9e9e;
    border-left: 1px solid #9e9e9e;
}

.main{
    width: 850px;
    margin: 0px auto;
    background-color: #fff;
}

.form_error{
    color: red;
    font-weight: bold;
}

.warn{
    color: red;
    font-weight: bold;
}

.inner_main{
    width: 836px;
    margin: 0px auto;
}

.main .header{
    width: 850px;
    height: 322px;
    background-image: url('../images/header_background.jpg');
    background-repeat: no-repeat;
    text-align: right; 
}

.main .header .video_area{
    width: 316px;
    height: 242px;
    margin-top: 50px;
    margin-bottom: 25px;
    margin-right: 20px;
    background-image: url('../images/video_background.gif');
    float: right;
}

.main .header .video_area .video{
    width: 311px;
    height: 233px;
    margin-right: 1px;
    margin-top: 5px;
}

.main .center_text{
    font-size: 22px;
    height: 100px;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    width: 850px;
    
}

.main .declined_text{
    font-size: 22px;
    color: red;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    width: 500px;
    margin: 0px auto;
}

.left{
    width: 436px;
    float: left;  
}
  
.left .content_box{
    width: 434px;
    border: 1px solid #c5c5c5;
    padding-top: 5px; 
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.left .content_box .content{
    width: 432px;
    margin: 0px auto;
}

.left .content_box .book_left{
    width: 215px;
    float: left;
    
}

.left .content_box .book_right{
    width: 217px;
    float: left;
}



.left .success_box{
    background-image: url('../images/success_background.jpg');
    width: 436px;
    height: 155px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-repeat:repeat-x;
}

.left .success_box2{
    background-image: url('../images/success_background2.jpg');
    width: 436px;
    height: 155px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-repeat:repeat-x;
}

.left .success_box .content{
    width: 432px;
    padding-top: 5px;
    margin: 0px auto;
    text-indent: 5px;
}

.left .success_box .content .vid_review{
    width: 140px;
    float: left;     
    padding-left: 2px;
    padding-top: 5px;
}

.left .success_box .content .vid_review img{
    border: 0px;
}

.left .success_box .dvd_left{
    width: 215px;
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
}

.left .success_box .dvd_right{
    width: 218px;
    float: left;
}

.left .success_box .dvd_right .text{
    text-align: center;
    padding-top: 5px;
}

.left .fgr_title{
    font-size: 13px;
    color: #D24622;
    font-weight: bold;
}

.left .fgr_text{
    width: 420px;
    font-size: 12px;
    float: right;
    
}

.left .content{
    width: 100%;
}

.right{
    width: 400px;
    float: right;
    
}

.right .content_box{
    width: 390px;
    border: 1px solid #c5c5c5;
    float: right;
    padding-top: 5px; 
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

.right .content_box .content{
    width: 376px;
    margin: 0px auto;
    
}

.right .center_area{
    width: 400px;
    text-align: center;
    
}

.right .center_box{
    width: 334px;
    margin: 0px auto;

  
}

.right .center_box .left{
    float: left;
    text-align: center;
    width: 160px;
}

.right .center_box .right{
    float: right;
    text-align: left;
    width: 170px;
}



.form_area{
    width: 380px;
    margin: 0px auto;
    
}

.form_area .inside{
    width: 340px;
    margin: 0px auto;
}

.form_area .inside .floater_left{
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

.form_area .inside .floater_right{
    float: right;
    margin-top: 5px;
}

.form_area .inside .floater_middle{
    margin-right: 110px;
    float:inherit;
    margin-top: 5px;
    
}

.clear{
    clear: both;
}



/********************** FONTS ***********************/
.large_red{
    font-size: 18px; 
    font-weight: bold;
    /*color: #802e1f;*/
    line-height: 150%;
    
}

.medium_red_underline{
    font-size: 15px; 
    font-weight: bold;
    color: #802e1f;
    line-height: 130%;
    text-decoration: underline;
}

.medium_white{
    color: #fff;
    font-size: 17px;
}

.large_grey{
    font-size: 17px; 
    font-weight: bold;
    color: #606060;
    line-height: 150%;
    
}

.large_black{
    font-size: 18px; 
    font-weight: bold;
    color: #000;
    line-height: 150%;
    
}

.large_black2{
    font-size: 18px; 
    font-weight: bold;
    color: #000;
    
}

.large_yellow{
    font-size: 24px;
    font-weight: bold;
    color: yellow;
    
}

.medium_yellow{
    font-size: 20px;
    color: yellow;
}

.author_text{
    width: 425px;
    text-align: right;
    font-size: 11px;
    color: #802e1f;
    padding-top:2px;
    padding-bottom: 2px;
    text-indent: 10px;
}

.footer{
    width: 850px;
    background-color: #3D3D3D;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
 
}


.fontblack10b{
    font-weight: bold;
    
}

.fontred10b{
    font-weight: bold;
    color: red;
}

.order_area{
    width: 98%;
    margin: 0px auto;
}

.order_area .options{
    width: 100%;
    height: 25px;
    background-color: #111920;
    text-indent: 10px;
    color: #bec1c3;
    padding-top: 4px;
    border-bottom: 2px solid #bec1c3;
}

.order_area .stats{
    text-align: right;
    font-size: 14px;
    width: 100%;
}

.order_area .order_table{
    width: 100%;
    background-color: #e6e7e7;
    border-left: 1px solid #e6e7e7;
    text-indent: 10px;
}

.order_area .order_table th{
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 13px;
    
    border-bottom: 2px solid #bec1c3;
}

.order_area .pages{
    width: 100%;
    background-color: #e6e7e7;
    text-indent: 10px;
    font-size: 13px;                 
    border-top: 2px solid #bec1c3;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
}


.form_text{
    background-color: #bec1c3;
    border: 1px solid #f3f3f3;
}

.row1{
    background-color: #f3f3f3;
    border-bottom: 1px solid #dddddd; 
    font-size: 12px;
    padding: 2px;
}
.row2{
    background-color: #ececec;
    border-bottom: 1px solid #dddddd; 
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.row_yellow{
    background-color: #f3e68f;
    border-bottom: 1px solid #000; 
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/************************ NEW SITE ***********************************/

.main2{
    width: 826px;
    margin: 0px auto;
    background-color: #fff;
}

.header2{
    width: 826px;
    height: 365px;
}

.header2 .left{
    float: left;
    background-image: url('../images2/head_1a.jpg');
    width: 553px;
    height: 365px;
}

.header2 .right{
    float: left;
    width: 273px;
    height: 365px;
}

.header2 .right .top{
    width: 273px;
    height: 66px;
    background-image: url('../images2/head_2a.jpg');
}

.header2 .right .middle{
    width: 273px;
    height: 190px;
    background-image: url('../images2/head_3a.jpg');   
}

.header2 .right .bottom{
    width: 273px;
    height: 109px;
    background-image: url('../images2/head_4a.jpg'); 
}

.footer2{
    width: 826px;
    background-color: #3D3D3D;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
 
}

.inner_main2{
    width: 784px;
    margin: 0px auto;
}

.left2{
    width: 374px;
    float: left;  
}

.bullet_box{
    width: 372px;
    border: 1px solid #848484;
    background-color: #f7edeb;
    background-image: url('../images2/bullet_box_back.jpg');
    background-repeat: repeat-x;
}

.bullet_box .title{
    font-size: 16px;
    color: #be2c0f;
    font-weight: bold;
    width: 372px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: 8px;
}

.bullet_box .inner_box{
    width: 356px;
    margin: 0px auto;
    padding-top: 15px;
}

.bullet_box .inner_box .sub_title{
    font-weight: bold;
    font-style: italic;
    color: #000;
    font-size: 13px;
    padding-bottom: 5px;
    width: 100%;
    
}

.bullet_box .inner_box .left{
    float: left;
    width: 160px;                                                                     
}

.bullet_box .inner_box .right{
    float: right;
    width: 160px;
}

.bullet_box .inner_box ul {
    list-style-type: square;
    color: #d24521;  
    margin-left: 15px;
    padding-left: 10px; 
}

.bullet_box .inner_box .black{
    color: #000;
}


.left2 .box{
    width: 352px;
    float: right;
}

.left2 .box .title{
    font-size: 16px;
    color: #be2c0f;
    font-weight: bold;
    width: 372px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: 8px;
}

.left2 .box .sub_title{
     font-weight: bold;
    font-style: italic;
    color: #000;
    font-size: 13px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}

.left2 .box .left{
    width: 176px;
    font-size:11px;
    font-weight: bold;
    float: left;
}

.left2 .box .right{
    width: 176px;
    float: right;
}

.right2{
    float: right;
    width: 374px; 
}

.special_offer{
    width: 784px;
    margin: 0px auto;
}

.bullet_box .title2{
    font-size: 13px;
    color: #be2c0f;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 8px;
    text-indent: 8px;
}

.bullet_box .inner_box2{
    width: 356px;
    margin: 0px auto;
    padding-top: 15px;
}

.bullet_box .inner_box2 .checks{
    list-style-image: url('../images2/check.gif');
    color: #000;
    font-size: 10px;
    font-weight: bold;    
}

.bullet_box .inner_box2 ul li{
    
    padding-bottom: 10px;
        
}

.steps{
    width: 380px;
    margin: 0px auto;
}