@charset "utf-8";
/* CSS Document */

#tourContent, .outer {
    /*min-height: 560px !important;*/
    min-height: 238px !important;
    width: 100% !important;
}

.letStart {
    background: #142e47;
    color: #ffffff;
    padding: 16px;
}

.letStart h3 {
    margin: 0;
    padding: 4px 10px 4px 160px ;
    font-size: 18px;
    font-weight: normal;
    float: left;
}


.know-more {
    clear:both;
    width:125px;
    height:31px;
    /*background:#363d40;*/
    margin: 0 4px;
    padding: 8px 12px;
    text-align:center;
    line-height:31px;
    color:#404040 !important;
    font-size:12px;
    font-weight:600;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #76A6D6;
    -webkit-box-shadow: 1px 1px 2px #161616;
    -moz-box-shadow: 1px 1px 2px #161616;
    -ms-box-shadow: 1px 1px 2px #161616;
    -o-box-shadow: 1px 1px 2px #161616;
    box-shadow: 1px 1px 2px #161616;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#dddddd');
    background-image: linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -o-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -moz-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -webkit-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -ms-linear-gradient(bottom,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.39,#f2f2f2),color-stop(0.7,#fefefe),color-stop(0.85,#fefefe));
}

.know-more:hover {
    background: #efefef;
    color: #76A6D6 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#fefefe');
    background-image: linear-gradient(top,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -o-linear-gradient(top,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -moz-linear-gradient(top,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -webkit-linear-gradient(top,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -ms-linear-gradient(top,#f2f2f2 39%,#fefefe 70%,#fefefe 85%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.39,#f2f2f2),color-stop(0.7,#fefefe),color-stop(0.85,#fefefe));
}





.inner {
	width: 860px !important;
	border-right: none !important;
}
/*
#sc-customers .col {
	width: 195px !important;
	font-size: 12px;
	margin-right: 10px;
}

#sc-customers .col ul {
	padding-left: 13px !important;
	list-style-type: disc;
}

#sc-pricing ul, #sc-extra ul {
	font-size: 14px;
	list-style-type: disc;
}

#sc-roadmap ul, #sc-extra ul {
	font-size: 14px;
	list-style-type: disc;
}

#productNav ul, #companyNav ul, #resourceNav ul, .sectionNav ul {
	margin: 5px 0 0 !important;
}
*/