/* CSS for New Home Page */
#home #container #content.nobackground {
    background: none;
    height: auto;
}

.f-L {
    float: left;
}

.f-R {
    float: right;
}

.mR15 {
    margin-right: 15px;
}

.mR17 {
    margin-right: 17px;
}

.org-prd-buy-btn {
    display: block;
    width: 123px;
    height: 28px;
    background: url(../images/home-new/h-prd-buy-now-btn.png) repeat scroll 0px 0px;
    text-decoration: none;
    text-indent: -999999px;
    text-align: center;
    margin: 0 auto;
}

.org-prd-buy-btn:hover {
    background: url(../images/home-new/h-prd-buy-now-btn.png) repeat scroll 0px -28px;
}

.grey-try-btn {
    display: block;
    width: 63px;
    height: 21px;
    background: url(../images/home-new/g-try-now-btn.png) repeat scroll 0px 0px;
    text-decoration: none;
    text-indent: -999999px;
    text-align: center;
    margin: 0 auto;
}

.grey-buy-btn {
    display: block;
    width: 65px;
    height: 23px;
    background: url(../images/home-new/g-buy-now-btn.png) repeat scroll 0px 0px;
    text-decoration: none;
    text-indent: -999999px;
    text-align: center;
    margin: 0 auto;
}

.grey-l-m-btn {
    display: block;
    width: 73px;
    height: 23px;
    background: url(../images/home-new/g-learn-more-btn.png) repeat scroll 0px 0px;
    text-decoration: none;
    text-indent: -999999px;
    text-align: center;
    margin: 0 auto;
}
.grey-l-m-btn:hover{
    display: block;
    width: 73px;
    height: 23px;
    background: url(../images/home-new/g-learn-more-btn-hover.png) repeat scroll 0px 0px;
    text-decoration: none;
    text-indent: -999999px;
    text-align: center;
    margin: 0 auto;
}
.home-content-wrap {
    width: 1027px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    border: 1px solid #D2D7DB;
    padding-top: 5px;
    padding-bottom: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    /*margin-top: -40px;*/
    height: auto;
    overflow: hidden;
}

.home-slider-wrap {
    width: 1017px;
    margin-bottom: 30px;
    padding: 0px 5px 0 5px;
    height: 295px;
}

.home-prod-wrap {
    width: 913px;
    padding: 0 58px 0 56px;
}

.home-prod-wrap .prod-col {
    width: 215px;
    border: 1px solid #CFDEDE;
    border-radius: 5px;
    float: left;
    min-height: 269px;
	margin-bottom:35px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.home-prod-wrap .prod-col.last {
    float: right;
}

.home-prod-wrap .prod-col .prd-header {
    background: url(../images/home-new/prd-header-bg.jpg) no-repeat scroll left top;
    width: 215px;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #CFDEDE;
    text-align: center;
}

.home-prod-wrap .prod-col .prd-header h2 {
    color: #414242;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.home-prod-wrap .prod-col .prd-header h2.ucc-title {
    font-size: 15px;
    line-height: 18px;
    padding-top: 8px;
}

.home-prod-wrap .prod-col .prd-body {
    padding: 10px 10px;
    text-align: center;
    background: url(../images/home-new/prd-body-bg.jpg) repeat scroll left top;
}

.home-prod-wrap .prod-col .prd-body p {
    color: #484F54;
    font-size: 13px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

.home-prod-wrap .prod-col .prd-body .price-wrap {
    color: #484F54;
    font-size: 13px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

.home-prod-wrap .prod-col .prd-body .price-wrap a.price {
    color: #525957;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 4px 6px #E5E6E7, 0 0 0 #000, 1px 4px 6px #E5E6E7;
    -webkit-box-shadow: 0 8px 6px -6px rgba(255,255,255,0.65);
    -moz-box-shadow: 0 8px 6px -6px rgba(255,255,255,0.65);
    box-shadow: 0 8px 6px -6px rgba(255,255,255,0.65);
}

.home-prod-wrap .prod-col .prd-body .prd-cta {
    margin-bottom: 10px;
    text-align: center;
}

.home-prod-wrap .prod-col .prd-body .prd-cta .prd-button span {
    width: 93px;
}

.home-prod-wrap .prod-col .prd-body .learn-more a {
    color: #035E9F;
    font-size: 12px;
    text-decoration: underline;
}

.home-prod-wrap .prod-col .prd-body .learn-more a:hover {
    color: #035E9F;
    font-size: 12px;
    text-decoration: none;
}

.home-tab-wrap {
    width: 1025px;
    border-top: 1px solid #D2D7DB;
	border-bottom: 1px solid #D2D7DB;
    background-color: #ffffff;
	padding:2px;
    height: auto;
    overflow: hidden;
}

.home-tab-wrap .home-tab {
    width: 1011px;
    padding: 20px 6px;
    height: auto;
    overflow: hidden;
	background-color: #dddddd;
}

.home-tab-wrap .home-tab .tab-col {
    width: 247px;
    float: left;
    text-align: center;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

/*.home-tab-wrap .home-tab .tab-col a {
    color: #656F75;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}*/
.home-tab-wrap .home-tab .tab-col a {
    color: #656F75;
    font-size: 14px;
    font-weight: 600;
	padding:5px;
    text-align: center;
    text-decoration: none;
}

.home-tab-wrap .home-tab .tab-col a:hover {
    color: #FFFFFF;
	background: -webkit-linear-gradient(#353535, #5f5f5f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#353535, #5f5f5f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#353535, #5f5f5f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#353535, #5f5f5f); /* Standard syntax */
    font-size: 14px;
	padding:5px;
	width:280px;
	border:1px solid #aeaeae;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.home-tab-wrap .home-tab .tab-col a span {
    font-size: 15px;
    font-weight: bold;
}

.feat-prod-wrap {
    width: 1027px;
    margin-bottom: 35px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #CAD0D6;
    border-radius: 0 0 3px 3px;
    padding: 55px 0px 0 0px;
    height: auto;
    overflow: hidden;
}

.feat-prod-wrap .trial-wrap {
    width: 913px;
    padding: 0px 58px 0 56px;
    height: auto;
    overflow: hidden;
}

.feat-prod-wrap .trial-wrap .trial-left {
    float: left;
    width: 300px;
}

.feat-prod-wrap .trial-wrap .trial-left h3 {
    color: #606162;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #CAD0D6;
    padding-bottom: 10px;
}

.trial-left .row {
    margin-bottom: 60px;
}

.trial-left .row .body {
    padding-top: 10px;
    border-top: 1px solid #ffffff;
	position:relative;
}

.trial-left .row .body:after {
	content:'';
	position:absolute;
	border-top:1px solid #cad0d6;
	width:100%;
	height:0px;
	top:-2px;
	left:0px;
}

ul.home-features li {
    list-style-type: none;
    padding-bottom: 5px;
    overflow: hidden;
}

ul.home-features li .col-lft {
    width: 220px;
    float: left;
    margin-top: 2px;
}

ul.home-features li .col-lft span.feat-txt {
    background: url(../images/home-new/round-arrow.png) no-repeat left 2px;
    color: #717985;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    padding-left: 25px;
}

ul.home-features li .col-rgt {
    float: right;
    width: 80px;
}

ul.home-features li .col-rgt .try-button.grey span.width65 {
    width: 65px;
}

ul.home-features li .col-rgt .try-button.grey span.width78 {
    width: 78px;
}

.feat-prod-wrap .trial-wrap .trial-right {
    float: right;
    width: 540px;
}

.feat-prod-wrap .trial-wrap .trial-right h3 {
    color: #387C17;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 20px;
}

.customer-wrap {
    margin-top: 25px;
    background: url(../images/home-new/h-laptop.png) no-repeat -20px top;
    height: 286px;
    padding-left: 282px;
}

.customer-wrap p {
    font-size: 17px;
    color: #606162;
}

.customer-wrap .cta {
    margin-top: 140px;
    margin-left: 133px;
}

.customer-wrap .cta .try-button.grey span.width78 {
    width: 78px;
}

.support-wrap {
    width: 977px;
    border-top: 1px solid #CAD0D6;
    margin: 0px 25px 35px;
    height: auto;
    overflow: hidden;
}

.support-wrap .row {
    width: 913px;
    margin-top: 30px;
    padding: 0 32px;
    height: auto;
    overflow: hidden;
}

.support-wrap .row .support-col {
    float: left;
}

.support-wrap .row .support-col.one {
    width: 282px;
    margin-right: 50px;
}

.support-wrap .row .support-col.two {
    width: 270px;
    margin-right: 40px;
}

.support-wrap .row .support-col.three {
    width: 271px;
}

.support-wrap .row .support-col .icon {
    width: 70px;
	height: 60px;
    float: left;
	background: url("../images/home-new/home-page-icon-set.png") no-repeat scroll 0 0 transparent;
}

.support-wrap .row .support-col .icon.trustlogo {
    background-position: 0 -79px;
}

.support-wrap .row .support-col .icon.shopping-card {
    background-position: 0 -162px;
}

.support-wrap .row .support-col .icon.online-support {
    background-position: 0 -250px;
}

.support-wrap .row .support-col .icon.already-ssl {
    background-position: 0 -328px;
}

.support-wrap .row .support-col .icon.ucc {
    background-position: 0 -412px;
}
.support-wrap .row .support-col .icon.cmu {
    background-position: 0 -479px;
}









.support-wrap .row .support-col .icon-text {
    float: left;
}

.support-wrap .row .support-col.one .icon-text {
    width: 202px;
    margin-right: 10px;
}

.support-wrap .row .support-col.two .icon-text {
    width: 190px;
    margin-right: 10px;
}

.support-wrap .row .support-col.three .icon-text {
    width: 201px;
}

.support-wrap .row .support-col .icon-text p {
    color: #959696;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.support-wrap .row .support-col .icon-text a {
    color: #959696;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: underline;
}

.support-wrap .row .support-col .icon-text a:hover {
    text-decoration: none;
}

.support-wrap .row .support-col .icon-text a:hover {
    color:#035e9f;
}

.about-wrap {
    width: 913px;
    padding: 35px 58px 0 56px;
    height: auto;
    overflow: hidden;
}

.about-wrap h3 {
    color: #6E6F70;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}

.about-wrap h4 {
    color: #6E6F70;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-wrap p {
    color: #6E6F70;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
}

.about-wrap .col-left {
    width: 460px;
    float: left;
}

.about-wrap .col-right {
    width: 370px;
    float: right;
}

ul.h-tick li {
    list-style-type: none;
    background: url(../images/home-new/h-tick.png) no-repeat left 3px;
    color: #6E6F70;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 6px;
    padding-left: 15px;
}
.support-wrap .row .support-col.three .icon.ucc  img {
	margin-left:10px;
}
ul.home-features1 li {
    list-style-type: none;
    padding-bottom: 5px;
    overflow: hidden;
}

ul.home-features1 li span.feat-txt {
    background: url(../images/home-new/round-arrow.png) no-repeat left 2px;
    color: #035E9F;
    font-size: 14px;
    font-weight: bold;
	font-style:italic;
    margin: 0 0 8px;
    padding-left: 25px;
}