@font-face {
    font-family: OpenSans;
    src: url(../fonts02-05-2015/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSans-Semibold;
    src: url(../fonts02-05-2015/OpenSans-Semibold.ttf);
}
@font-face {
    font-family: OpenSans-Italic;
    src: url(../fonts02-05-2015/OpenSans-Italic.ttf);
}
body{
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}
h1,h2,h3,h4,h5{
    margin: 0;
}
header{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
#header{
    margin: 0 auto;
    width: 960px;
    height: 93px;
    position: relative;
}
#logo img{
    margin-top: 10px;
    position: relative;
}
#offer{
    height: 711px;
    width: 100%;
    background: #f1f1f1 url("../images02-05-2015/bg.png") repeat-x;
}
#offer-title{
    margin: 0 auto;
    width: 960px;
    text-align: center;
    padding-top: 35px;
}
 #offer-title h1{
    font-family: OpenSans-Semibold;
    font-size: 30px;
    color: #b30101;
    margin: 0;
}
#offer-title h4{
    font-family: OpenSans;
    font-size: 24px;
    margin: 0;
}
 #offer-title h4 span{
    color: #42a92e;
}
#offer-title img{
    margin: 25px 0 20px 0;
}
#offer #offer-plans{
    width: 1250px;
    height: 493px;
    background: transparent url("../images02-05-2015/offer_bg.png") no-repeat;
    margin: 0 auto;
    position: relative;
}

#offer #offer-plans #plan-left{
    float: right;
    position: relative;
    width: 235px;
    height: 370px;
    margin-right: 35px;
    margin-top: 130px;
}
#offer #offer-plans #plan-left h5{
    font-family: OpenSans-Semibold;
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 10px;
}
#offer #offer-plans #plan-left ul{
    margin: -5px 0 0 -20px;
    list-style-image: url('../images02-05-2015/check2.png');
}
#offer #offer-plans #plan-left ul li{
    font-family: OpenSans;
    font-size: 12px;
    margin-bottom: 3px;
    color: #000000;
}
#offer #offer-plans #plan-right{
    float: right;
    position: relative;
    width: 415px;
    height: 370px;
    margin-top: 30px;
}
#offer #offer-plans #plan-right h1{
    font-family: OpenSans-Semibold;
    font-size: 25px;
    color: #b30101;
}
#offer #offer-plans #plan-right h3{
    font-family: OpenSans;
    font-size: 18px;
}
#offer #offer-plans #plan-right h5{
    font-family: OpenSans-Semibold;
    font-size: 16px;
    color: #1a7ddd;
    margin-bottom: 10px;
}
input{
    margin: 0;
}
#offer #offer-plans #plan-right span{
    font-family: Arial;
    font-size: 14px;
    color: black;
}
#offer #offer-plans #plan-right span.star{
    font-size: 12px;
    font-family: Arial;
    color: #8a8a8a;
}
#mid-content{
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    height: auto;
}
#mid-content .first{
    margin-left: 0;
}
#mid-content .box{
    width: 30%;
    height: 100px;
    margin: 40px 0 0 10px;
    float: left;
    position: relative;
}
#mid-content .box .box-left{
    width: 20%;
    float: left;
    position: relative;
}
#mid-content .box .box-right{
    width: 75%;
    float: left;
    position: relative;
    margin-left: 10px;
}
#mid-content .box .box-right h5{
    font-size: 15px;
    font-family: OpenSans-Semibold;

}
#mid-content .box .box-right span{
    font-family: Arial;
    font-size: 13px;
    color: #717171;
}
.bottom-title{
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
    text-align: center;
}
.bottom-title img{
    margin-top: 50px;
}
.bottom-title h1{
    font-family: OpenSans;
    font-size: 22px;
    color: #b30101;
}
.bottom-title span{
    font-size: 15px;
    color: #717171;
    font-family: OpenSans;
}
#err-dialog {
   width: 120px;
   height: 80px;
   right: -140px;
   top: 130px;
   text-align: center;
   background: red;
   position: absolute;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
}
#err-dialog:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

#issue{
   margin-top: 10px;
}


@-moz-document url-prefix() { 
  #issue{
   margin-top: 0px;
  }
  #fix{
    margin-top: -10px;
}
}
.payment{
    background: none;
}
.cart-box{
    width: 960px;
    height: 600px;
    margin: 0 auto;
    background: #ffffff url("../images02-05-2015/payment-cart-bg.png") no-repeat;
    margin-top: 20px;
}
.first-box{
    width: 218px;
    height: 300px;
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
    text-align: center;
}
.first-box h3{
    font-family: OpenSans-Semibold;
    font-size: 14px;
    margin-top: 60px;
}
.first-box h2{
    font-family: OpenSans-Semibold;
    font-size: 17px;
}
.second-box{
    width: 440px;
    height: 500px;
    position: relative;
    float: left;
    margin: 20px 0 0 10px;
}
.second-box h2{
    font-family: OpenSans-Semibold;
    font-size: 17px;
}
.second-box table{
    width: 100%;
    margin-top: 15px;
    font-family: OpenSans-Semibold;
    font-size: 12px;
}
.second-box table td{
    border-bottom: 1px solid #e2e2e2;
    padding: 3px;
}
.second-box table td.row2{
    width: 20%;
    border-left: 1px solid #e2e2e2;
    text-align: center;
}
table.bottom-content{
    width: 100%;
    height: 100px;
    position: relative;
    float: left;
    margin-top: 20px;
    background-color: #fffdee;
    border: 1px solid #e2e2e2;
}
table.bottom-content td{
    border-bottom: none;
    font-family: OpenSans-Semibold;
    font-size: 13px;
}
.bottom-content span{
    font-family: OpenSans-Semibold;
    font-size: 12px;
}
.bottom-content span sup{
    font-size: 10px;
}
td.ttr{
    text-align: right;
    width: 21%;
}

.third-box{
    width: 230px;
    height: 500px;
    position: relative;
    float: left;
    margin: 20px 15px 0 25px;
    text-align: center;
}
.second-box button{
    border: 0;
    background: none;
    float: right;
    padding: 0;
    margin-top: 30px;
}
p#footer{
    color: #717171;
    font-size: 13px;
    font-family: Arial;
}

.testimonial{
    width: 272px;
    height: 80px;
    float: left;
    position: relative;
    margin-left: 20px;
    text-align: left;
    font-family: OpenSans-Italic;
    font-size: 14px;
    color: #717171;
}
.ml{
    margin-left: 58px;
}