
.forclear {
    height: 0;
    width: 100%;
    clear: both;
}
.forclear1 {
    height: 10;
    width: 100%;
    clear: both;
}
.forclear2 {
    height: 20;
    width: 100%;
    clear: both;
}
.forclear3 {
    height: 30;
    width: 100%;
    clear: both;
}
.forclear4 {
    height: 40;
    width: 100%;
    clear: both;
}
.forclear5 {
    height: 50;
    width: 100%;
    clear: both;
}
.sold_sign {
    width: 400px;
    height: 407px;
    float: left;
}
.about_text {
    width: 450px;
    float: right;
    margin-right: 50px;
    margin-top: 100px;
}
body {
    background: url("../img/bg.png");
}
body .main-wrapper {
    border-left-style: double;
    border-right-style: double;
    border-color: #e3e3e3;
    padding-left: 20px;
    padding-right: 20px;
    width: 948px;
    margin: 0 auto;
    min-height: 50px;
    background: #FAFAFA;
    padding-top: 20px;
}
body .main-wrapper .row .logo {
    margin-top: 10px;
    width: 208px;
    height: 48px;
    background: url("../img/logo.png") no-repeat;
}
body .main-wrapper .row .skypeinfo {
    margin: 0;
    width: 268px;
}
body .main-wrapper .row .skypeinfo .span2 {
    width: 158px;
    margin-left: 21px;
}
body .main-wrapper .row .skypeinfo h3 {
    font-family: Arial;
    font-size: 18px;
    color: #575757;
    font-weight: 100;
}
body .main-wrapper .row .skypeinfo h2 {
    font-family: Arial;
    font-size: 20px;
    color: #6380ce;
    font-weight: 100;
    float: right;
    line-height: 20px;
    margin-bottom: 19px;
}
body .main-wrapper .row .skypeinfo .skypepic {
    margin: 0;
    width: 88px;
    height: 70px;
    /*background: url("../img/skypepic.png");*/
}
body .navigation {
    margin-left: 0;
    padding-top: 0px;
}
body .navigation nav {

    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #e5e5e5 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(0%,#e5e5e5), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */


    height: 40px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
body .navigation nav ul {
    margin-left: -1px;
    padding: 10px 0 10px 20px;
}
body .navigation nav ul .pull-right {
    padding-right: 20px;
}
body .navigation nav ul li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
}
body .navigation nav ul li .forborder {
    border-right: 1px solid #fff;
    border-left: 1px solid #ccc;
    margin: 0 20px;
}
body .navigation nav ul li .foractive {
    color: #5f91db;
}
body .navigation nav ul li a {
    font-family: "Arial" 12px;
    color: #585858;
    font-size: 12px;
}
body .littlefix {
    height: 20px;
    background: #E3E3E3;
    margin-bottom: 26px;
    border-top: 1px solid #fff;
}
body .header-intro {
    position: relative;
    width: 100%;
    height: 230px;
    background-color: #5f91db;
    background-image: url("../img/backmain.png");
}
body .header-intro .fform {
    width: 384px;
    height: 60px;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #f4f4f4 0%, #cdcdcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(0%,#f4f4f4), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 0%,#cdcdcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 0%,#cdcdcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#f4f4f4 0%,#cdcdcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */

    border: 2px solid #C0C0C0;
    position: absolute;
    left: 30px;
    bottom: -1px;
    padding: 15px;
}
body .header-intro .fform input[type=search] {
    width: 270px;
    height: 36px;
    padding: 0;
    margin: 0;
}
.fix-sadly-ie{
    height: 42px;
    width: 947px;
    margin: 0 auto;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #e5e5e5 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(0%,#e5e5e5), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#e5e5e5 0%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

}

body .header-intro .fform p {
    font-size: 18px;
    font-family: "Arial";
    color: #585858;
}
body .header-intro .fform .btn-large {
    background: #bfdd94; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfdd94 0%, #daf9b6 0%, #7ec31c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfdd94), color-stop(0%,#daf9b6), color-stop(100%,#7ec31c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfdd94 0%,#daf9b6 0%,#7ec31c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfdd94 0%,#daf9b6 0%,#7ec31c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfdd94 0%,#daf9b6 0%,#7ec31c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bfdd94 0%,#daf9b6 0%,#7ec31c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfdd94', endColorstr='#7ec31c',GradientType=0 ); /* IE6-9 */

    height: 37px;
    width: 94px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 0;
    color: #F6FAF2;
    text-shadow: 0 1px 2px #333;
    box-shadow: 0 5px 3px #a5a5a5;
    margin: 0 0 0 11px;
}
body .header-intro .fform .btn-large:hover {
    background: linear-gradient(#8ac931,#B8E080);
}

.about_main {
    min-height: 220px;
    background: #FAFAFA;
    margin: 0;
    width: 950px;
    margin-bottom: 40px;
}


body .row-content {
    min-height: 220px;
    background: #FAFAFA;
    margin: 0;
    width: 950px;
    margin-bottom: 40px;
}
body .row-content .firstspancontent {
    width: 495px;
    background: #fff;
    margin: 0;
}
body .row-content .firstspancontent .featurednames {
    width: 512px;
}
body .row-content .firstspancontent .span3 {
    width: 245px;
}
body .row-content .firstspancontent ul li {
    margin: 0;
    border-image: none;
}
body .row-content .firstspancontent ul li a {
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 138px;
    text-align: center;
    background: #EBEBEB;
    outline: none;
    font-family: "Open Sans", Arial, serif;
    color: #585858;
    font-size: 17px;
    border-radius: 1px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0;
}
body .row-content .firstspancontent ul li a:active {
    background: linear-gradient(#caf88c,#7DC21B);
    border-right: 1px solid #fff;
    border-bottom: none;
    font-family: "Open Sans", Arial, serif;
    color: #585858;
    font-size: 17px;
    text-shadow: 1px 1px 1px #636363;
}
body .row-content .firstspancontent ul li a:focus {
    background: linear-gradient(#c3f087,#7DC21B);
    border-right: 1px solid #fff;
    border-bottom: none;
    font-family: "Open Sans", Arial, serif;
    color: #fff;
    font-size: 17px;
    text-shadow: 1px 1px 1px #636363;
}
body .row-content .firstspancontent ul li a:hover {
    background: linear-gradient(#c3f087,#7DC21B);
    border-right: 1px solid #fff;
    border-bottom: none;
    font-family: "Open Sans", Arial, serif;
    color: #fff;
    font-size: 17px;
    text-shadow: 1px 1px 1px #636363;
}
body .row-content .firstspancontent .greenlinecontent {
    border: 2px solid #7DC21B;
    width: 490px;
    margin-top: -10px;
    margin-bottom: 20px;
}
body .row-content .firstspancontent .tab-content {
    height: 402px;
    background: #fff;
}












body .row-content .firstspancontent .tab-content .span3 {
    max-width: 230px;
    margin: 0;
    background: #fff;
}
body .row-content .firstspancontent .tab-content .span3 ul li {
    line-height: 30px;
    list-style-type: none;
    font-family: Arial;
    font-size: 14px;
    color: #727272;
    width: 213px;
}
body .row-content .firstspancontent .tab-content .span3 ul .infloa {
    margin-left: 9px;
    padding-left: 15px;
}
body .row-content .firstspancontent .tab-content .span3 ul .infloa span {
    background: #fff;
    padding-right: 10px;
}
body .row-content .secondspancontent {
    margin: -10px 0 0 0;
    width: 450px;
}
body .row-content .secondspancontent h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #585858;
    width: 400px;
    margin-left: 20px;
    margin-bottom: 20px;
}
body .row-content .secondspancontent ul li {
    list-style-type: none;
}
body .row-content .secondspancontent ul li i {
    background-image: url("../img/arrow.png");
    width: 21px;
    height: 21px;
    display: inline-block;
    float: left;
}
body .row-content .secondspancontent ul li h4 {
    font-family: Arial;
    font-size: 14px;
    color: #585858;
    width: 393px;
    float: right;
    margin: 0;
    font-weight: lighter;
}
body .row-content .secondspancontent ul li p {
    font-family: Arial;
    font-size: 12px;
    width: 378px;
    margin-left: 43px;
    color: #A0A0A0;
}








body .row-content .firstspancontent .tab-content ul li a {
    border-right: 1px solid #fff;
    border-bottom: none;
    text-align: center;
    background: #ffffff;
    outline: none;
    font-family: Arial;
    color: #585858;
    font-size: 14px;
    border-radius: 1px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0;
}
body .row-content .firstspancontent .tab-content ul li a:active {
    color: #60ABFF;
    text-shadow: 0px 0px 0px #60ABFF;    
}
body .row-content .firstspancontent .tab-content ul li a:focus {
    color: #60ABFF;
    text-shadow: 0px 0px 0px #60ABFF;  
}
body .row-content .firstspancontent .tab-content ul li a:hover {
    color: #60ABFF;
    text-shadow: 0px 0px 0px #60ABFF;  
}








body .row-content .secondspancontent .paymentoptions {
    width: 450px;
    margin: 37px 0 0;
    margin-top: 40px;
}
body .row-content .secondspancontent .paymentoptions .visa {
    width: 182px;
    height: 47px;
    background: url("../img/visa.png");
}
body .row-content .secondspancontent .paymentoptions .escrow {
    width: 213px;
    height: 35px;
    background: url("../img/escrow.png");
    margin-top: 12px;
    margin-left: 10px;
}
.bottomcontent{
    height: 280px;
}
body .bottomcontent:before {
    content: " ";
    clear: both;
}
body .bottomcontent .leftbottom h3 {
    font-size: 18px;
    font-weight: 100;
    color: #585858;
    line-height: 20px;
}
body .bottomcontent .leftbottom ul {
    margin: 0;
}
body .bottomcontent .leftbottom ul li {
    list-style-type: none;
    margin: 18px 0 18px 0;
}
body .bottomcontent .leftbottom ul li i {
    width: 36px;
    height: 40px;
    display: block;
    float: left;
}
body .bottomcontent .leftbottom ul li .largeokicon {
    background: url("../img/largeokicon.png");
}
body .bottomcontent .leftbottom ul li .largequicon {
    background: url("../img/largequestionicon.png");
}
body .bottomcontent .leftbottom ul li a {
    display: block;
    width: 220px;
    margin-left: 55px;
    font-size: 16px;
    font-family: Arial;
    color: #60ABFF;
}
body .bottomcontent .leftbottom ul li p {
    display: block;
    width: 250px;
    margin-left: 55px;
    font-size: 12px;
    font-family: Arial;
    color: #7f7f7f;
}
body .bottomcontent .centerbottom {
    width: 360px;
    height: 257px;
    background: url("../img/domainman.png");
    border: 1px solid #ededed;
}
body .bottomcontent .centerbottom h3 {
    font-family: Arial, serif;
    color: #585858;
    font-size: 18px;
    text-align: center;
    padding-top: 25px;
}
body .bottomcontent .centerbottom h4 {
    font-family: "Myriad-pro", Arial, serif;
    color: #779824;
    font-size: 19px;
    text-align: center;
}
body .bottomcontent .rightbottom {
    width: 247px;
}
body .bottomcontent .rightbottom h3 {
    font-family: "Open Sans", Arial, serif;
    color: #585858;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
}
body .bottomcontent .rightbottom ul {
    margin: 0;
}
body .bottomcontent .rightbottom ul li {
    list-style: none;
    margin: 10px 0 20px 0;
}
body .bottomcontent .rightbottom ul li i {
    width: 37px;
    height: 38px;
    display: block;
    float: left;
}
body .bottomcontent .rightbottom ul li .calculator {
    background: url("../img/calculators.png") no-repeat;
}
body .bottomcontent .rightbottom ul li .infodomains {
    background: url("../img/infodomains.png") no-repeat;
}
body .bottomcontent .rightbottom ul li .suitcasee {
    background: url("../img/suitcase.png") no-repeat;
}
body .bottomcontent .rightbottom ul li .atentionicon {
    background: url("../img/attentonsicona.png") no-repeat;
}
body .bottomcontent .rightbottom ul li a {
    display: block;
    width: 200px;
    margin-left: 51px;
}
body .bottomcontent .rightbottom ul li p {
    display: block;
    width: 206px;
    margin-left: 51px;
    font-family: Arial, serif;
    color: #585858;
    font-weight: 100;
    font-size: 12px;
}
body footer {
    background: linear-gradient(#F5F5F5,#E1E1E1);
    min-height: 60px;
    padding-top: 20px;
    width: 988px;
    margin: 0 auto;
    border-left-style: double;
    border-right-style: double;
    border-color: #e3e3e3;
}
body footer p {
    font-size: 12px;
    color: #585858;
}
.row-categories{
    width: 947px;
    margin: 0 auto;
}

.row-categories:after {
    content: "";
    display: block;
    height: 10px;
    background: #E4E4E4;
    border-bottom-color: #d5d5d5;
    border-bottom-style: double;
}
.row-categories .under-nav {

    background: #7aa4e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #7aa4e2 0%, #6396e5 0%, #5482d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aa4e2), color-stop(0%,#6396e5), color-stop(100%,#5482d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7aa4e2 0%,#6396e5 0%,#5482d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7aa4e2 0%,#6396e5 0%,#5482d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7aa4e2 0%,#6396e5 0%,#5482d1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7aa4e2 0%,#6396e5 0%,#5482d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa4e2', endColorstr='#5482d1',GradientType=0 ); /* IE6-9 */


    margin-left: 0px;
    border-bottom: 1px solid #fff;
    width: 947px;
}
.row-categories .under-nav .span7 {
    width: 500px;
}
.row-categories .under-nav .span7 h2 {
    font-family: Myriad-pro, arial, sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    padding-top: 10px;
}
.row-categories .under-nav .span5 {
    margin: 0;
    width: 379px;
}
.row-categories .under-nav .span5 form {
    padding-top: 15px;
    float: right;
    margin-right: 16px;
}
.row-categories .under-nav .span5 form input[type=search] {
    border-radius: 1px;
    font-size: 11px;
    color: #3f3f3f;
}
.row-categories .under-nav .span5 form input[type=submit] {
    border-radius: 1px;
    outline: none;
    padding: 4px 18px;
    margin-left: 10px;
    background: #b6e07e; /* Old browsers */
    background: -moz-linear-gradient(top,  #b6e07e 0%, #b6e07e 0%, #7dc21d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e07e), color-stop(0%,#b6e07e), color-stop(100%,#7dc21d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e07e', endColorstr='#7dc21d',GradientType=0 ); /* IE6-9 */

    color: #fff;
    text-shadow: 0 1px 3px #555;
    box-shadow: 0 4px 5px rgba(0,0,0,0.4);
}
.row-categories .under-nav .span5 form input[type=submit]:hover {
    background: linear-gradient(#7DC21D,#B6E07E);
}
.information-contenta {
    margin-top: 30px;
}
.information-contenta .leftside-info {
    width: 236px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.information-contenta .leftside-info .title-info-sidebar {
    background: #EBEBEB;
    width: 235px;
}
.information-contenta .leftside-info h4 {
    color: #727272;
    font-weight: 100;
    text-align: center;
    padding: 7px;
}
.information-contenta .leftside-info form {
    padding-left: 15px;
}
.information-contenta .leftside-info form #keywordstext {
    width: 180px;
}
.information-contenta .leftside-info form p {
    color: #585858;
}
.information-contenta .leftside-info form .span1 {
    width: 54px;
    margin-left: 70px;
    margin-top: -25px;
}
.information-contenta .leftside-info form input[type=checkbox] {
    float: left;
    margin-right: 5px;
}
.information-contenta .leftside-info form input[type=text] {
    height: 14px;
    border-radius: 1px;
    border-color: #e4e4e4;
}
.information-contenta .leftside-info form label {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #656565;
}
.information-contenta .leftside-info form select {
    width: 130px;
    border-radius: 1px;
    height: 22px;
    padding: 0;
}
.information-contenta .leftside-info form .span2 {
    width: 60px;
    margin-left: -14px;
}
.information-contenta .leftside-info form .span2 ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 12px;
    color: #727272;
}
.information-contenta .leftside-info form .span2 ul li:last-child:before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
}
.information-contenta .leftside-info form .span3 {
    width: 135px;
}
.information-contenta .leftside-info form .span3 input[type=text] {
    width: 50px;
    padding: 0;
    height: 20px;
    margin-right: 6px;
}
.information-contenta .leftside-info form .span3 .buttons-grop-force1 {
    float: right;
    color: #585858;
    font-size: 13px;
    margin-top: -2px;
}
.information-contenta .leftside-info form .span3 .buttons-grop-force2 {
    float: right;
    color: #585858;
    font-size: 13px;
}
.information-contenta .leftside-info form .span3 .buttons-grop-force3 span {
    display: inline-block;
    height: 20px;
    width: 25px;
}
.information-contenta .leftside-info form .span3 .buttons-grop-force3 input[type=radio]:first-child {
    margin-left: 30px;
}
.information-contenta .leftside-info form .span3 .buttons-grop-force3 input[type=radio] {
    margin-top: -1px;
}
.information-contenta .leftside-info form input[type=submit] {
    border-radius: 1px;
    padding: 5px 20px;
    background: #b6e07e; /* Old browsers */
    background: -moz-linear-gradient(top,  #b6e07e 0%, #b6e07e 0%, #7dc21d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e07e), color-stop(0%,#b6e07e), color-stop(100%,#7dc21d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b6e07e 0%,#b6e07e 0%,#7dc21d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e07e', endColorstr='#7dc21d',GradientType=0 ); /* IE6-9 */

    color: #fff;
    text-shadow: 0 2px 3px rgba(51,51,51,0.68);
    border: none;
    margin-left: -20px;
    margin: 20px 0 20px -20px;
}
.email-connection {
    height: 158px;
    width: 216px;
    background: #fff;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.email-connection .row .email-thumb {
    width: 70px;
    height: 69px;
    background: url("../img/letterbetter.png");
    margin-left: 104px;
}
.email-connection h2 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #2897FF;
    text-align: center;
}
.email-connection p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #727272;
    text-align: center;
    padding-top: 10px;
}
.rightside-info {
    width: 664px;
    min-height: 20px;
}
.rightside-info .tittledomainscategory {
    width: 664px;
    height: 80px;
    background: url("../img/abstract.png");
    margin-left: 0;
    margin-bottom: 20px;
}
.rightside-info .tittledomainscategory h2 {
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 100;
    color: #727272;
    padding: 20px 30px;
}
.rightside-info .category-sectors {
    width: 319px;
    min-height: 20px;
    border: 1px solid #f6f6f6;
    margin-left: 0;
}
.rightside-info .category-sectors .block-inside {
    padding-bottom: 30px;
}
.rightside-info .category-sectors .block-inside .mini-title-category {
    height: 30px;
    background: #EBEBEB;
    text-align: center;
    padding-top: 8px;
    font-family: Arial, sans-serif;
}
.rightside-info .category-sectors .block-inside .mini-title-category p {
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 100;
}
.rightside-info .category-sectors .block-inside .mini-title-category p a {
    font-size: 15px;
}
.rightside-info .category-sectors .block-inside .domain-lists {
    margin: 0;
    background: #fff;
    padding: 10px;
}
.rightside-info .category-sectors .block-inside .domain-lists .span2 {
    width: 138px;
    margin-left: 10px;
}
.rightside-info .category-sectors .block-inside .domain-lists .span2 ul {
    margin: 0;
}
.rightside-info .category-sectors .block-inside .domain-lists .span2 ul li {
    list-style-type: none;
    color: #585858;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 23px;
}
.rightside-info .category-sectors .block-inside .domain-lists .span2 ul li:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    margin-right: 10px;
    border-left: 5px solid #7dbeff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.rightside-info .category-sectors .block-inside .domain-lists .span2 ul li a {
    text-decoration: underline;
}
.rightside-info .right-fix {
    margin-left: 20px;
}
.incarna .mini-title-category {
    height: 30px;
    background: #EBEBEB;
    text-align: center;
    padding-top: 8px;
}
.incarna .mini-title-category p {
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 100;
    padding-top: 0;
}
.incarna .mini-title-category p a {
    font-size: 15px;
}
.incarna .domain-lists {
    margin: 0;
    background: #fff;
    padding: 10px;
}
.incarna .domain-lists .span2 {
    width: 138px;
    margin-left: 10px;
}
.incarna .domain-lists .span2 a {
    text-decoration: underline;
    color: #5f91db;
    font-size: 12px;
    text-align: center;
}
.incarna .domain-lists .span2 ul {
    margin: 0;
}
.incarna .domain-lists .span2 ul li {
    list-style-type: none;
    color: #585858;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 23px;
}
.incarna .domain-lists .span2 ul li:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    margin-right: 10px;
    border-left: 5px solid #7dbeff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.incarna .domain-lists .span2 ul li a {
    text-decoration: underline;
}
.main-ul-lists {
    width: 666px;
    min-height: 50px;
}
.main-ul-lists .tittles {
    height: 95px;
    margin: 0;
    color: #727272;
}
.main-ul-lists .tittles .row {
    margin: 0;
}
.main-ul-lists .tittles .row p {
    text-align: right;
    display: block;
    width: 538px;
    float: left;
    margin-right: 30px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.main-ul-lists .tittles .row select {
    padding: 0;
    height: 20px;
    width: 95px;
    border-radius: 1px;
    border-color: #d2d2d2;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #8b8b8b;
}
.main-ul-lists .over-total-domainz h4 {
    font-weight: 100;
    letter-spacing: 1px;
}
.main-ul-lists .over-total-domainz p {
    text-align: left !important;
    width: 100% !important;
}
.main-ul-lists .over-total-domainz p span {
    display: inline-block;
    float: right;
}
.main-ul-lists .over-total-domainz p span a {
    text-decoration: underline;
}
.offers-table {
    margin: 0;
}
.offers-table table tbody tr {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #727272;
}
.offers-table table tbody tr .fortd {
    width: 40px;
    text-align: center;
}
.offers-table table tbody tr .ftd2 {
    width: 330px;
}
.offers-table table tbody tr .ftd3 {
    width: 140px;
}
.offers-table table tbody tr th {
    background: #EBEBEB;
    border: none;
    color: #727272;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.offers-table table tbody tr td {
    background: #fff;
}
.offers-table table tbody tr td a {
    text-decoration: underline;
}
.offers-table table tbody tr td a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url("../img/arrowcheckbox.png");
    margin-left: 10px;
}
.offers-table .row .table-footer {
    height: 60px;
}
.offers-table .row .table-footer p {
    display: block;
    width: 270px;
    float: left;
    font-size: 12px;
    margin-left: 30px;
    color: #727272;
}
.offers-table .row .table-footer select {
    padding: 0;
    height: 20px;
    border-radius: 1px;
    width: 100px;
    border-color: #d1d1d1;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #8b8b8b;
}
.offers-table .row .table-footer span {
    display: block;
    /*width: 200px;*/
    float: right;
}
.offers-table .row .table-footer span a {
    text-decoration: underline;
    color: #6481cd;
    font-size: 12px;
}
.foot-wth {
    margin: 0 0 0 -23px;
}
.offers-content-page {
    width: 950px;
    margin: 0;
}
.offers-content-page .offers-image-block {
    margin: 0;
    margin-top: 5px;
    width: 950px;
    height: 336px;
    background: #E3E3E3;
    border-color: #ccc;
    border-top-style: double;
    border-bottom-style: double;
    position: relative;
}
.offers-content-page .row {
    margin: 0;
}
.offers-content-page .row .span6 {
    margin: 0 0 0 216px;
    width: 550px;
}
.offers-content-page .row .span6 h2 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #585858;
    font-weight: 100;
    text-align: center;
}
.offers-content-page .row .span6 h2 b {
    font-weight: bold;
}
.offers-content-page .row .white-ofr-form {
    width: 870px;
    height: 425px;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #ddd;
    padding-top: 25px;
    margin-bottom: 50px;
}
.offers-content-page .row .white-ofr-form form .span4 {
    width: 385px;
}

.offers-content-page .row .white-ofr-form form .span4 label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #5482d1;
}
.offers-content-page .row .white-ofr-form form .span4 input[type=text] {
    border-radius: 1px;
    width: 370px;
    height: 35px;
    padding: 0;
    border: 1px solid #ddd;
}
.offers-content-page .row .white-ofr-form form .span4 input[type=email] {
    border-radius: 1px;
    width: 370px;
    height: 35px;
    padding: 0;
    border: 1px solid #ddd;
}

.offers-content-page .row .white-ofr-form form .span4 textarea {
    width: 370px;
    border-radius: 1px;
    height: 60px;
    resize: none;
    border: 1px solid #ddd;
}


.offers-content-page .row .white-ofr-form form .span4 input[type=submit] {
	  background: #b6e07e; /* Old browsers */
    width: 158px;
    height: 50px;
    border-radius: 1px;
    color: #fff;
    background: linear-gradient(#b7f18b,#4FC500);
    font-family: Arial, sans-serif;
    font-size: 30px;
    padding: 0;
    margin-top: 10px;
    border: none;
    text-shadow: 0 1px 3px #006a00;
    box-shadow: 0 5px 9px #cacaca;
} 
.offers-content-page .row .white-ofr-form form .span4 input[type=submit]:hover {
    background: linear-gradient(#4FC500,#AAE37F);
}







.form-contact-page {
    width: 950px;
    height: 800px;
    margin: 0;
}
.form-contact-page .offers-image-block {
    margin: 0;
    margin-top: 5px;
    width: 950px;
    height: 336px;
    background: #E3E3E3;
    border-color: #ccc;
    border-top-style: double;
    border-bottom-style: double;
    position: relative;
}
.form-contact-page .row {
    margin: 0;
}
.form-contact-page .row .span6 {
    margin: 0 0 0 40px;
    width: 550px;
}
.form-contact-page .row .span6 h2 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #585858;
    font-weight: 100;
    text-align: center;
}
.form-contact-page .row .span6 h2 b {
    font-weight: bold;
}
.form-contact-page .row .white-ofr-form {
    width: 870px;
    height: 425px;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #ddd;
    padding-top: 25px;
    margin-bottom: 50px;
}
.form-contact-page .row .white-ofr-form form .span4 {
    width: 385px;
}

.form-contact-page .row .white-ofr-form form .span4 label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #5482d1;
}
.form-contact-page .row .white-ofr-form form .span4 input[type=text] {
    border-radius: 1px;
    width: 370px;
    height: 35px;
    padding: 0;
    border: 1px solid #ddd;
}
.form-contact-page .row .white-ofr-form form .span4 input[type=email] {
    border-radius: 1px;
    width: 370px;
    height: 35px;
    padding: 0;
    border: 1px solid #ddd;
}

.form-contact-page .row .white-ofr-form form .span4 textarea {
    width: 370px;
    border-radius: 1px;
    height: 60px;
    resize: none;
    border: 1px solid #ddd;
}


.form-contact-page .row .white-ofr-form form .span4 input[type=submit] {
	  background: #b6e07e; /* Old browsers */
    width: 158px;
    height: 50px;
    border-radius: 1px;
    color: #fff;
    background: linear-gradient(#b7f18b,#4FC500);
    font-family: Arial, sans-serif;
    font-size: 30px;
    padding: 0;
    margin-top: 10px;
    border: none;
    text-shadow: 0 1px 3px #006a00;
    box-shadow: 0 5px 9px #cacaca;
} 
.form-contact-page .row .white-ofr-form form .span4 input[type=submit]:hover {
    background: linear-gradient(#4FC500,#AAE37F);
}




p.bjqs-caption:after {
    content: "may be available for purchase!";
    display: block;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
    opacity: 1.0;
    filter: alpha(opacity=100);    
}
.title-upper-slider {
    /*height: 45px;
    background: #009FD2;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 948px;
    position: absolute;
    z-index: 9999;
    left: 2px;
    top: 14px;
    padding-top: 8px;
    box-shadow: inset 0 1px 4px #616161;
    border-top: 1px solid #fff;
    margin-left: -1px;*/
        box-shadow: inset 0 1px 4px #616161;
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
    color: white;
    /* background-color: rgba(0, 159, 210, 0.4); blue */
    /* background-color: rgba(237, 183, 7, 0.4); best one so far*/
    /* background-color: rgba(203,226,242,0.9); */
    
  	background: rgb(82, 82, 82); /* The Fallback for old browsers */    
    background-color: rgba(0, 0, 0, 0.20);    
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    padding: 2px 0 6px 0;   
	/*zoom: 1; */ /*Added 11/9/2013 gt */
	/*filter: alpha(opacity=20); */ /*Added 11/9/2013 gt */
	/*opacity: 0.20;*/ /*Added 11/9/2013 gt */
}
.title-upper-slider h2 {
    color: #ffd700;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
   /* opacity: 1.0;
    filter: alpha(opacity=100);    */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */   /*Added 11/9/2013 gt */
	/* filter: alpha(opacity=100); */ /*Added 11/9/2013 gt */    
    font-family: 'Roboto Slab', 'Source Sans Pro', sans-serif;
}

.title-lower-slider {
    /*height: 65px;
    background: #000000;
    opacity: .8;
    filter: alpha(opacity=80);
 





    margin-left: -1px;
    background-color: rgb(0, 0, 0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:alpha(opacity=60);   
        position: absolute; 
           width: 948px;
               z-index: 9999;
                   left: 2px;
                       padding-top: 8px;
    top: 200px;
        opacity: .8;
    filter: alpha(opacity=80);*/
    height:60px;
    width: 100%;
    text-align: center;
    color: white;
		/*margin-bottom: -10;*/
  	background: rgb(82, 82, 82); /* The Fallback for old browsers */          
    background-color: rgba(0, 0, 0, 0.6);
    /* background-color: rgba(203,226,242,0.9); */
    position: absolute;
    bottom: 0; left: 0;
    z-index: 1;
    padding: 2px 0 10px 0;    
}
.title-lower-slider h2 {
    /*    opacity: .99;
    filter: alpha(opacity=99); 
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    */

font-size: 34px; margin: 0; /*line-height: 1.2em;*/ 
color: #ffffff;
font-weight: 700;
font-family: 'Roboto Slab',Arial,sans-serif;

/*font-style: italic;*/
opacity: 1.0;
    filter: alpha(opacity=100); 
}
.title-lower-slider h1 {
    /*    opacity: .99;
    filter: alpha(opacity=99); 
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    */
height: 40px;    
font-size: 16px; margin: 0; line-height: 0.7em; color: #ffffff;
font-weight: 300;
font-family: 'Roboto Slab',Arial,sans-serif;
opacity: 1.0;
    filter: alpha(opacity=100); 
    padding: 10px 0px 0px 0px;      
}

.tab-pane .span3 .scnd {
    border-left: 1px solid #e2e2e2;
    margin-left: 20px;
}
.tab-pane .span3 ul {
    border: none;
}
.tab-pane .span3 ul li {
    border: none;
}
.forbtnm{
    margin: 20px 0;
}
.escrow_form{
    margin: 20px;
    margin-bottom: 200px;
    position: relative;
    width: 100%;
}
.contact_form_header{
    text-align: center;
    width: 800px;
}
.payment_or{
    text-align: center;
    width: 100%;
}
.payment_buttons{
    text-align: center;
    width: 65%;
}
.escrow_image{
    position: relative;
    margin-top: -430px;
    margin-left: 400px;
    
}
.space_between{
    width: 100%;
    height: 200px;
    
}
/***FIRST STYLE THE BUTTON***/
input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#35b128; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#399630; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}

/***FIRST STYLE THE BUTTON***/
input#gobuttonblue{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#0066ff; /*the colour of the button*/
border:1px solid #003789; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobuttonblue:hover, input#gobuttonblue:focus{
background-color :#0056d8; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}