html, body {
	background: none repeat scroll 0 0 #F2F2F2;
}
.header {

}
.header-clean {
	width: 1024px;
	background: #FFF;
	margin: 0 auto;
}
.header-top {
	border-bottom: 1px solid #CCCCCC;
	color: white;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 13px;
	height: 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 30;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0px, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#ffffff), color-stop(60%,#fefefe), color-stop(91%,#f2f2f2), color-stop(100%,#e1e1e1));
	background: -webkit-linear-gradient(top,  #ffffff 0px,#fefefe 60%,#f2f2f2 91%,#e1e1e1 100%);
	background: -o-linear-gradient(top,  #ffffff 0px,#fefefe 60%,#f2f2f2 91%,#e1e1e1 100%);
	background: -ms-linear-gradient(top,  #ffffff 0px,#fefefe 60%,#f2f2f2 91%,#e1e1e1 100%);
	background: linear-gradient(to bottom,  #ffffff 0px,#fefefe 60%,#f2f2f2 91%,#e1e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
}
.ht-links {
	float: left;
	margin-left: 100px;
}
.ht-links li {
	float: left;
	margin: 6px 2px;
	border-right: 1px solid #999;
}
.ht-links li a, .ht-links li span {
	font-family: Tahoma,Arial,sans-serif;
	line-height: 1em;
	color: #444;
	text-decoration: none;
	padding: 2px 6px;
	display: block;
}
.ht-links li a:hover {
	color: #777777;
}
.ht-links li a.noc:hover {
	color: #444;
}
.search {		
	display: inline-block;
	float: right;
	margin-top: 5px;
}
.search-input {
	background: #F3F3F3 url("../images/search-button.png") 228px center no-repeat;
	border: 0 none;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
	color: #000000;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 13px;
	height: 20px;
	outline: medium none;
	padding: 0 35px 0 10px;
	position: relative;
	width: 205px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.search-input:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.login, .trial {display:inline-block;float:right;margin-top:2px;}
.login a, .trial a{font-size:12px;text-decoration:none;padding:1px;display:block;margin-left:4px;background:#adb2bb;background:transparent;background:-webkit-linear-gradient(#ccd0d6, #adb2bb);background:-moz-linear-gradient(#ccd0d6, #adb2bb);background:-ms-linear-gradient(#ccd0d6, #adb2bb);background:-o-linear-gradient(#ccd0d6, #adb2bb);background:linear-gradient(#ccd0d6, #adb2bb);-webkit-border-radius:14px;-moz-border-radius:14px;-ms-border-radius:14px;-o-border-radius:14px;border-radius:14px;-webkit-box-shadow:0px 1px 0 rgba(0,0,0,0.05);-moz-box-shadow:0px 1px 0 rgba(0,0,0,0.05);-ms-box-shadow:0px 1px 0 rgba(0,0,0,0.05);-o-box-shadow:0px 1px 0 rgba(0,0,0,0.05);box-shadow:0px 1px 0 rgba(0,0,0,0.05);-webkit-transition:-webkit-box-shadow 0.1s ease-in-out;-moz-transition:-moz-box-shadow 0.1s ease;}
.login span, .trial span{text-transform:none;display:block;padding:4px 17px;line-height:16px;font-weight:bold;color:#333;text-shadow:0 1px 0 #fff;background:#f6f9fc;background:transparent;background:-webkit-linear-gradient(#fff, #eff1f4);background:-moz-linear-gradient(#fff, #eff1f4);background:-ms-linear-gradient(#fff, #eff1f4);background:-o-linear-gradient(#fff, #eff1f4);background:linear-gradient(#fff, #eff1f4);-webkit-box-shadow:inset 0 1px 0 white;-moz-box-shadow:inset 0 1px 0 white;-ms-box-shadow:inset 0 1px 0 white;-o-box-shadow:inset 0 1px 0 white;box-shadow:inset 0 1px 0 white;-webkit-border-radius:13px;-moz-border-radius:13px;-ms-border-radius:13px;-o-border-radius:13px;border-radius:13px;}
.login a:hover, .trial a:hover{background:#008cdd;-webkit-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;-moz-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;-ms-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;-o-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;}
.login a:active, .trial a:active{background:#008cdd;-webkit-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;-moz-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;-ms-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;-o-box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;box-shadow:0px 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;}
.login a:active span, .trial a:avtive span{color:#444;background:transparent;background:-webkit-linear-gradient(#e6e8eb, #eff1f4);background:-moz-linear-gradient(#e6e8eb, #eff1f4);background:-ms-linear-gradient(#e6e8eb, #eff1f4);background:-o-linear-gradient(#e6e8eb, #eff1f4);background:linear-gradient(#e6e8eb, #eff1f4);-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-ms-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-o-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);}
.trial a{background:#015e94;background:-webkit-linear-gradient(#28a0e5, #015e94);background:-moz-linear-gradient(#28a0e5, #015e94);background:-ms-linear-gradient(#28a0e5, #015e94);background:-o-linear-gradient(#28a0e5, #015e94);background:linear-gradient(#28a0e5, #015e94);}
.trial span{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background:#1275ff;background:-webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);background:-moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);background:-ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);background:-o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);background:linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);-ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);}
.trial a:active{background:#005d93;}
.trial a:active span{color:#eee;background:#008cdd;background:transparent;background:-webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);background:-moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);background:-ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);background:-o-linear-gradient(#008cdd, #008cdd 85%, #239adf);background:linear-gradient(#008cdd, #008cdd 85%, #239adf);-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-ms-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-o-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);}
.watch-demo {display:inline-block;float:right;margin-top:2px; line-height:26px;}
.watch-demo a{font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;font-size:11px;color:#595F69;padding:3px 10px;text-transform:none;text-shadow:0 1px 0 white;text-decoration:none;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;-webkit-transition:color 150ms ease;}
.watch-demo a:hover, .watch-demo a:active{color:#000;text-decoration:none;}

.header-bottom {
}
.logo {
	float: left;
	margin: -32px 0 0;
    position: relative;
    z-index: 35;
}
.logo-clean {
	margin: 16px;
}
.logo img, .logo-clean img {
	/* height: 75px; */
}
.callus-clean {
	float: right;
	font-size: 12px;
    margin-top: 5px;
}
.nav {
	float: right;
	margin-top: 30px;
}
.nav li {
	display: inline-block;
	margin-left: 20px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}
.nav li a.nav-anchor {
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #555;
	background: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	vertical-align: middle;
	text-decoration: none;
	z-index: 1;
}
.nav li a.nav-anchor:hover {
	color: #000000;
}
.nav li.current a.nav-anchor {
	background: #ffffff;
	box-shadow: 2px 2px 2px 0px #c5c5c5;
}
.navDiv {
	width: 940px;
	position: absolute;
	right: 0px;
	z-index: 999;
	padding: 20px;
	background: #ffffff;
	border: 1px solid transparent;
	border-left: 1px solid #f2f2f2;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 2px 2px 2px 0px #c5c5c5;
}
.navDivColumn {
	float: left;
	width: 200px;
}
.navDivColumn a {
	display: block;
	padding: 3px;
	font-size: 12px;
	color: Gray;
	line-height: 18px;
}
.navDivColumn a:hover, .navDivColumn a:active {
	color: #000000;
}
.navPopupLink {
	display: inline-block;
	width: 150px;
	float: left;
	margin-right: 20px;
	line-height: 1.5em;
	font-size: 14px;
}
.content {
	margin-bottom: 20px;
}
.content-clean {
	width: 1024px;
	margin: 0 auto 20px;
}
.header-title {
	position: absolute;
	left: 0px;
	top: 35px;
	font-size: 28px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #000;
}
.index-title {
	color: #000;
	font-size: 33px;
	font-weight: normal;
	text-align: center;
}
.index-subtitle {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.slider-wrap {
	width: 1070px;
	height: 437px;
	margin: 0px auto;
}
.btn {
	font-family: Tahoma,Arial,sans-serif;
	margin: 0 10px;
	padding: 0 20px 3px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 1;
	/*
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	*/
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.btn:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: -6px;
	z-index: -5;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
	/*
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	*/
}
.btn:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: -6px;
	z-index: -1;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
	/*
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	*/
}

.btn:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.btn-blue {
	color: #FFF !important;
	font-size: 19px;
	height: 34px;
	line-height: 36px;
	/*
	background: #3b679e;
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
	*/
	background: #c5deea;
	background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 31%, #066dab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(31%,#8abbd7), color-stop(100%,#066dab));
	background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
	background: -o-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
	background: -ms-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
	background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 );
}
/*
.btn-orange {
	color: #fff!important;
	font-size: 19px;
	height: 34px;
	line-height: 36px;
	background: rgb(251,185,120);
	background: -moz-linear-gradient(top,  rgba(251,185,120,1) 0%, rgba(248,133,21,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,185,120,1)), color-stop(100%,rgba(248,133,21,1)));
	background: -webkit-linear-gradient(top,  rgba(251,185,120,1) 0%,rgba(248,133,21,1) 100%);
	background: -o-linear-gradient(top,  rgba(251,185,120,1) 0%,rgba(248,133,21,1) 100%);
	background: -ms-linear-gradient(top,  rgba(251,185,120,1) 0%,rgba(248,133,21,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,185,120,1) 0%,rgba(248,133,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb978', endColorstr='#f88515',GradientType=0 );
	-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
*/
.btn-gray, .btn-orange {
	color: #555;
	font-size: 19px;
	height: 34px;
	line-height: 36px;
	-webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
	-moz-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(203,203,203,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(203,203,203,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(203,203,203,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(203,203,203,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(203,203,203,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(203,203,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cbcbcb',GradientType=0 );
}
.home-features {
	margin-top: 40px;
}
.anythingSlider-default, .anythingSlider-default.activeSlider .anythingWindow {
	border: 0px;
	padding-bottom: 15px !important;
}
.anythingSlider-default .anythingWindow {
	/*
	border: 1px solid transparent !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	*/
	border: 0px;
}
.anythingControls {
	text-align: center;
	position: relative;
	top: -8px;
}
.anythingSlider-default .anythingControls ul {
	float: none !important;
	margin-top: 0px !important;
	position: relative;
	top: -30px;
}
.anythingSlider-default.activeSlider .anythingControls a {
	padding: 0px;
	margin: 0px 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/anythingslider/bullet-off.png') 0 0 no-repeat !important;
}
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	padding: 0px;
	margin: 0px 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/anythingslider/bullet-on.png') 0 0 no-repeat !important;
}
.anythingSlider-default .arrow a {
	margin-right: -2px !important;
}
.demo-bottom {
	padding: 20px;
	text-align: center;
}
.home-features {
	width: 1080px;
	margin: 10px auto;
	color: #333;
}
.step-box {
	width: 290px;
	height: 340px;
	float: left;
	margin: 0px;
	padding: 20px 40px 20px 30px;
	background: url('/files/front/images/pipe-parts.png') -3px 0 no-repeat transparent;
	position: relative;
}
.step-box-wrap {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	margin: 20px;
	position: relative;
	height: 100%;
	color: #333;
}
.step-box p {
	font-size: 14px;
}
.step-box img {
	padding: 6px;
	display: block;
	margin: 0px auto;
	/* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
	margin: 30px auto 0;
}
.sb-title {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #000;
	font-size: 22px;
	margin: 5px 0px;
	display: block;
}
.sb-more {
	display: block;
	margin: 10px 0px;
	font-size: 14px;
	color: #08c;
	text-decoration: none;
}

.sb-more a:hover, a:active {
color: #08c Important!;
text-decoration: underline;
}

.box {
	width: 980px;
	margin: 20px auto 20px;
	padding: 1px;
	background: none repeat scroll 0 0 #FFF;
	background:linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.box-content {
	padding: 20px;
}
.testimonial-wrap {
	padding: 20px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
.testimonial-wrap p {
	font-size: 16px;
	font-style: italic;
	color: #333;
	text-align: justify;
}
.testimonial-wrap h3 {
	color: #313131;
	font-size: 18px;
	margin: 10px 0 ;
}
.testimonial-wrap-img {
	width: 160px;
	line-height: 70px;
	float: left;
	margin-right: 20px;
	text-align: right;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}
.testimonial-wrap-img {
	vertical-align: middle;
}
.testimonial-wrap a {
	font-size: 14px;
	float: right;
	margin: 5px;
}
.sidebar {
	float: left;
    margin-left: 0;
    margin-right: -3px;
    padding: 15px 10px 10px;
    position: relative;
    width: 265px;
	/*
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	*/
	border-radius: 5px 0px 0px 5px;
	background-color: #FFF;
}
/*
.sidebar:after {
	content:' ';
	position: absolute;
	top: 0px;
	right: -2px;
	width: 3px;
	height: 100%;
	background-color: #FFF;
	z-index: 5;
	border-right: 1px solid #E5E5E5;
}
*/
.content-main {
	float: right;
    padding: 2em 40px 1em;
    width: 755px;
	position: relative;
	background-color: #FFF;
	border-radius: 0px 5px 5px 5px;
	/*
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	min-height: 750px;
	*/
}
.title {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 34px;
	color: #555555;
	font-weight: normal;
    margin: 10px 0px 10px 0px;
	text-align: center;
	/*
		padding-bottom: 14px;
		border-bottom: 1px solid #d5d5d5;
	*/
}
.title:after {
	content:"";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 3px;
	background: -moz-linear-gradient(left,  rgba(238,238,238,0) 0%, rgba(238,238,238,0.8) 12%, rgba(238,238,238,1) 19%, rgba(238,238,238,1) 20%, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 80%, rgba(238,238,238,1) 81%, rgba(238,238,238,0.8) 88%, rgba(238,238,238,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,0)), color-stop(12%,rgba(238,238,238,0.8)), color-stop(19%,rgba(238,238,238,1)), color-stop(20%,rgba(238,238,238,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(80%,rgba(238,238,238,1)), color-stop(81%,rgba(238,238,238,1)), color-stop(88%,rgba(238,238,238,0.8)), color-stop(100%,rgba(238,238,238,0)));
	background: -webkit-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	background: -o-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	background: -ms-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	background: linear-gradient(to right,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#00eeeeee',GradientType=1 );
}
.little-gray-title {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #777777;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	text-align: right;
}
.description-text {
	color: #58595B;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 23px;
}
.s-menu {
	margin-bottom: 20px;
}
.sm-title {
	display: block;
	min-height: 25px;
	padding-left: 5px;
}
.sm-title.sm-current {
	background: #EEE;
}
.sm-title a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	line-height: 25px;
}
.sm-title a, .sm-title a:visited {
	color: #313131;
}
.sm-title a:hover, .sm-title a:active {
	color: #0088CC;
}
.sm-title.sm-current a {
	color: #333;
}
.sm-title a:after {
 /*	
 content: url('../images/sidebarnav_arrow_grey.gif');
 */
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
.sm-title.sm-current a:after {
	content: url('../images/sidebarnav_arrow_black.gif');
}
.sm-title a:hover:after {
	content: url('../images/sidebarnav_arrow_blue.gif');
}
.inner-box {
	width: 400px;
	float: right;
	margin: 10px 0px 10px 10px;
	text-align: center;
}
.inner-box img {
	margin-top: 10px;
}
.cms-content h2 {
	color: #000;
	margin: 20px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.cms-content ul{
	/* list-style: inside url('/images/check_16.png'); */
	list-style: inside url('../images/bulletPoint_lightBlue.png');
}
.cms-content ul li {
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 25px;
}
.cms-content{
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	text-align: left;
}
.cms-content p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 15px;
}
.cms-content a, .cms-content a:visited {
	font-size: 14px;
	color: #0088CC;
	text-decoration: none;
	line-height: 1.3em;
}
.cms-content a:hover, .cms-content a:active {
	color: Gray;
	border-bottom: 1px dotted #0088CC;
}
.partner-with-leader {
	text-align: center;
	text-transform: uppercase;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 24px;
	color: #313131;
	font-family: serif;
	padding: 20px;
}
.with-leader blockquote {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	padding: 20px;
	padding-top: 0px;
}
.with-leader blockquote span {
	color: #777777;
    font-size: 40px;
    font-style: normal;
    line-height: 0;
    vertical-align: middle;
}
.with-leader blockquote p {
	color: #555555;
    font-size: 14px;
    line-height: 1.8em;
}
.footer {
	margin: 10px auto;
}
.footer-top, .footer-top-inner {
	margin: 10px auto 5px;
	width: 980px;
	border: 1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.footer-top-inner {
	width: 1120px;
}
.footer-nav {
    float: left;
	margin: 0px 50px;
}
.footer-nav li a, .footer-nav li a:visited  {
    color: gray;
    display: inline-block;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    margin-left: 35px;
    text-decoration: none;
}
.footer-nav li.fn-title a {
	margin-left: 25px;
}
.footer-nav li a:hover, .footer-nav li a:active {
	color: #0088CC;
}
.footer-social {
    color: #555;
    text-align: right;
	font-size: 14px;
}
.footer-bottom {
	width: 980px;
	padding: 5px 0px;
	margin: 0px auto;
}
.f-article {
    color: #58595B;
    font-family: Tahoma,Arial,sans-serifa;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.license {
    float: left;
	font-size: 12px;
}
.fb-nav {
    font-size: 12px;
	float: right;
    margin-left: 20px;
}
.fb-nav li {
    float: right;
    margin-left: 20px;
}
.fb-nav li a, .fb-nav li a:visited {
    font-size: 12px;
    font-family: Tahoma,Arial,sans-serif;
    line-height: 1em;
    text-decoration: none;
	color: gray;
}
.fb-nav li a:hover, .fb-nav li a:active {
	color: #0088CC;
}

.pricing-wrap {
	margin: 20px auto;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.pricing-column {
	float:left;
	width: 209px;
	margin-top:40px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.4)
}
.pricing-column-left {
	width: 270px;
	background:#DDD;
	border-radius: 10px 0px 0px 10px;
}
.pricing-column-dark {
	margin-top: 0px;
	border-radius: 10px;
	box-shadow: 0 0 9px rgba(42, 149, 223, 0.8);
	position: relative;
	z-index: 5;
}
.pricing-column-right {
	border-radius: 0px 12px 10px 0px;
}
.pricingBlue {
	color: #444444;
	font-size: 14px;
	text-align: center;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 50%, rgba(226,226,226,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(245,245,245,1)), color-stop(100%,rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
}
.pricingDark {
	color: #666666;
	text-align: center;
	background: #FFFFFF;
	border-bottom: 3px solid transparent;
	font-size: 16px;
}
.pricingTitle {
	color: #737373;
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 0;
}
.pricingDark div.pricingTitle {
	font-size: 30px;
	text-shadow: 0 1px 2px #333333;
}
.pricing-cell, .pricing-cell-left, .pricing-cell-right {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #DDD;
	background-color: #FFF;
	text-align:center;
}
.pricing-cell img, .pricing-cell-left img {
	vertical-align: middle;
}
.pricing-cell-left {
	background-color: #F5F5FF;
	border-right: 0px;
	font-size: 13px;
	font-weight: normal;
}
.pricing-cell-right {
	border-right: 0px;
}
.pricing-cell-last {
	border-bottom: 0px;
	height: 70px;
	padding-top: 10px;
}
.pricing-last-left {
	border-radius: 0 0 0 10px;
}
a.pricing-trial, a.pricing-trial:visited {
	display: block;
	width: 70%;
	margin: 5px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	border-top: 1px solid #c4454a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #6a171a 0 0 0 1px;
	-moz-sbox-shadow: #6a171a 0 0 0 1px;
	-webkit-box-shadow: #6a171a 0 0 0 1px;
	background: #911f23;
	background: -moz-linear-gradient(top,  #911f23 0%, #6a171a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#911f23), color-stop(100%,#6a171a));
	background: -webkit-linear-gradient(top,  #911f23 0%,#6a171a 100%);
	background: -o-linear-gradient(top,  #911f23 0%,#6a171a 100%);
	background: -ms-linear-gradient(top,  #911f23 0%,#6a171a 100%);
	background: linear-gradient(to bottom,  #911f23 0%,#6a171a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#911f23', endColorstr='#6a171a',GradientType=0 );
}
a.pricing-trial:hover, a.pricing-trial:active {
	background: #e73136;
	text-shadow: #fff 0 0 5px;
	-moz-text-shadow: #fff 0 0 5px;
	-webkit-text-shadow: #fff 0 0 5px;
}
.pricing-diffs {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	color: #333;
	font-size: 14px;
}
.pricing-diffs caption {
	font-size: 22px;
	color: #999;
	text-align: center;
}
.pricing-diffs tr td {
	border: 1px solid #DDD;
	text-align: left;
	vertical-align: middle;
	padding: 5px 8px;
}
.pricing-diffs tr.odd td {
	background: #FFF;
}
.pricing-diffs tr.even td {
	background: #DDF;
}
.best-value {
	width: 180px;
	margin: 0px auto 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	padding: 5px;
	color: #333333;
	background: transparent;
}
.col4 {
	float: left;
	width: 220px;
	margin-right: 5px;
	text-align: left;
	line-height: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #777777;
}
.col4-img {
	display: inline-block;
	width: 25px;
	text-align: left;
}
.col3 {
	float: left;
	width: 248px;
	padding: 20px 25px;
	text-align: justify;
	height: 160px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #777777;
}
.col3 div {
	line-height: 34px;
	color: #333333;
}
.col2 {
	float: left;
	width: 440px;
	margin: 0px 20px;
	text-align: justify;
}
.colLast {
	margin-right: 0px;
}
div.frontpage-sunken {
	background:#e6eaed;
	background:rgba(49,77,94,0.05);
	border:1px solid #cdd0d3;
	border-top-color:#bfc1c4;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	-moz-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	-ms-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	-o-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	margin: 20px auto;
    padding: 0;
    width: 980px;
}
#indexSlider li {
	background: #FFFFFF;
	color: #555;
}
.slider-left-pane {
	float: left;
	width: 320px;
}
.slider-pane-wrap {
	font-size: 25px;
	margin: 120px 30px;
	text-align: center;
}
.slider-right-pane {
	float: right;
}
.slider-right-pane img {
	margin: 10px 10px 0px;
}
.link-like, .benefitsBox {
	color: #313131;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}
.link-like.blue {
	color: #0088CC;
	font-weight: normal;
}
.link-like.black {
	color: #000000;
	font-weight: normal;
}
#servDemosForm {
	width: 790px;
	padding: 30px;
}
.servDemosTitle {
	font-family:Lucida Sans Unicode,Arial,sans-serif;
	font-size:32px;
	line-height:120%;
	color: #000;
}
.servDemosSubtitle {
	font-family:Lucida Sans Unicode,Arial,sans-serif;
	font-size:16px;
	color:#555;
	line-height:160%;
}
.servDemosLeft {
	float:left;
	width:380px;
	margin-right:10px;
}
.servDemosRight {
	float:left;
	width:380px;
	font-family:Lucida Sans Unicode,Arial,sans-serif;
	font-size:16px;
	color:#555;
}
.servDemosRight b {
	color: #000;
}

.curved-shadow {
	width:350px;
	padding:8px;
	position:relative;
	height:auto;
	margin:0 auto 14px;
	padding:8px;
	border:1px solid #ddd;
	border-bottom:1px solid #aeaeae;
	background:#fff;
	line-height:0;
	border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -khtml-border-radius:2px;
	-webkit-box-shadow:0 7px 5px -6px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 7px 5px -6px rgba(0, 0, 0, 0.2); box-shadow:0 7px 5px -6px rgba(0, 0, 0, 0.2);
 }
.curved-shadow:before,
.curved-shadow:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:80%;
	bottom:9px;
	left:0.5%;
	width:50%;
	max-width:300px;
	background:rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:0 10px 6px rgba(0,0,0, 0.3); -moz-box-shadow:0 10px 6px rgba(0, 0, 0, 0.3); box-shadow:0 10px 6px rgba(0, 0, 0, 0.3);
}
.curved-shadow:after { -webkit-box-shadow:0 10px 6px rgba(0,0,0, 0.3); -moz-box-shadow:0 10px 6px rgba(0, 0, 0, 0.3); box-shadow:0 10px 6px rgba(0, 0, 0, 0.3); }
.curved-shadow:before {
	-webkit-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -ms-transform:rotate(-3deg); -o-transform:rotate(-3deg);
}
.curved-shadow:after {
	right:0.6%;
	left:auto;
	-webkit-transform:rotate(3deg); -moz-transform:rotate(3deg); -ms-transform:rotate(3deg); -o-transform:rotate(3deg);
}
.regError {
	width: 80%;
	margin: 10px auto;
	background-color: #FDD;
	border: 1px solid #FCC;
	font-size: 14px;
	color: #333;
	padding: 20px;
}
.frontpage-bevel {
	margin: 0px auto 20px;
    padding: 0;
    width: 980px;
	border:1px solid #ccc; z-index:1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	background:#fcfcfc;
	background:-moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(223,223,223,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(223,223,223,1)));
	background:-webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(223,223,223,1) 100%);
	background:-o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(223,223,223,1) 100%);
	background:-ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(223,223,223,1) 100%);
	background:linear-gradient(top, rgba(252,252,252,1) 0%,rgba(223,223,223,1) 100%);
}
.frontpage-bevel-inner {
	padding: 10px 20px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
.large-input-holder {
	background: transparent;
	margin-top: 10px;
}
.large-input {
	display: inline-block;
	width: 400px;
	padding: 0px 10px;
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	border: none;
	margin: 0px;
	background-color: #FFF;
	border: 2px solid #CCC;
	border-right: 0px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	vertical-align: middle;
}
.large-input-submit {
	display: inline-block;
	height: 40px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #555555;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #CCCCCC;
	border-left: 0px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	vertical-align: middle;
}

.large-input2 {
	display: inline-block;
	width: 400px;
	padding: 0px 10px;
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	border: none;
	margin: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-right: 0px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	vertical-align: middle;
}
.large-input-submit2 {
	display: inline-block;
	height: 40px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #08c;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #CCCCCC;
	border-left: 0px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	vertical-align: middle;
}


.try-deskgod-title {
	width:340px;
	line-height:59px;
	text-align: right;
	padding-right:10px;
	float: left;
}
.try-deskgod-title  span {
	font-size:18px;
	color:#555555;
}
/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-   deskgod-pricing
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.deskgod-pricing {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.deskgod-pricing-inner {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 50%, rgba(226,226,226,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(245,245,245,1)), color-stop(100%,rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );

	-webkit-border-radius: 10px;									
	-moz-border-radius: 10px;									
	border-radius: 10px;									
	
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
	
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 80px auto 20px;
}

.dgp-box {
	float: left;
	width: 220px;
}

.dgp-box h2 {
	color: #737373;
	font-size: 28px;
	font-weight: normal;
	margin: 17px 0 12px;
	text-transform: uppercase;
}

.dgp-box hr {
	border: 0 none;
	border-bottom: 1px solid #E5E5E5;
	height: 1px;
	position: relative;
}

.dgp-box p {
	font-size: 14px;
	line-height: 1.7em;
	margin: 6px 0 10px;
	padding: 0 10px;
	color: #444;
}

.dgp-box p.small {
	color: #737373;
	font-size: 16px;
	margin: -9px 0 10px;
	padding: 0;
}

.dgp-box p.small span {
	font-weight: bold;
	display: block;
}

.dgp-box p.small strong {
	font-size: 24px;
}

.dg-most-pop {
	border-radius: 15px 15px 15px 15px;
	color: #FFFFFF;
	margin-bottom: -12px;
	margin-top: -42px;
	padding: 0;
	position: relative;
	width: 315px;
	float: left;
	
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

.dgp-top {
	background: #FFFFFF;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 0 9px rgba(42, 149, 223, 0.4);
	position: relative;
}

.dgp-top p {
	background: url("../images/most-popular-edition-2.png") no-repeat scroll 50% 56% transparent;
	height: 42px;
	margin: 0;
	overflow: hidden;
	text-indent: -119988px;
}

.dgp-content {
	background: #FFF;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 0 9px rgba(42, 149, 223, 0.4);
	margin: 0;
	padding-bottom: 14px;
	position: relative;
}

.dgp-content h2 {
	color: #777777;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 16px 0 12px;
	text-transform: uppercase;
	
	-webkit-text-shadow: 0 1px 2px #333333;
	-moz-text-shadow: 0 1px 2px #333333;
	text-shadow: 0 1px 2px #333333;
}

.dgp-content hr {
	/* background: #B76124; */
	border: none;
	/* border-bottom: 1px solid #F59D56; */
	border-bottom: 1px solid #E5E5E5;
	height: 1px;
	margin: 0 20px;
}

.dgp-content p {
	color: #666666;
	font-size: 20px;
	line-height: 1.7em;
	margin: 6px 0 10px;
	padding: 0 10px;
}

.dgp-content p.small {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.dgp-content p.small span {
	font-size: 31px;
	display: block;
}
.dgp-link {
	float: right;
	/* margin-bottom: 80px; */
	margin-right: 50px;
	font-size: 14px;
	text-decoration: none;
}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-   Features
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.features {
	text-align: center;
	/* margin-top: 100px; */
}

.little-title {
	color: #0088CC;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 28px;
	margin: 24px 30px 0 0;
}

.center {
	text-align: center;
}

.feature-box {
	float: left;
	width: 350px;
	margin-bottom: 50px;
	margin-left: 20px;
	height: 360px;
}

.feature-box a {
	color: #0088CC;
	text-decoration: none;
}

.fb-circle {
	background: url("../images/krag-16bit.png") no-repeat scroll 0 0 transparent;
	width: 235px;
	height: 235px;
	text-align: center;
	display: inline-block;
}

.fb-circle img {
	margin-top: 65px;
	vertical-align: middle;
}

.fb-title {
	display: block;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 34px;
	margin: 16px auto 20px;
	text-align: center;
	width: 320px;
	margin: 0 auto;
}
.feature-box p {
	display: block;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0 auto;
	text-align: center;
	width: 320px;
	color: #444444;
}
.more {
	color: #095197;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.more:hover {
	color: #e67425;
}
.hr, .content-main hr {
	height: 1px;
	width: 80%;
	margin: 5px auto;
	border: 0px;
	background: -moz-linear-gradient(left,  rgba(238,238,238,0) 0%, rgba(238,238,238,0.8) 12%, rgba(238,238,238,1) 19%, rgba(238,238,238,1) 20%, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 80%, rgba(238,238,238,1) 81%, rgba(238,238,238,0.8) 88%, rgba(238,238,238,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,0)), color-stop(12%,rgba(238,238,238,0.8)), color-stop(19%,rgba(238,238,238,1)), color-stop(20%,rgba(238,238,238,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(80%,rgba(238,238,238,1)), color-stop(81%,rgba(238,238,238,1)), color-stop(88%,rgba(238,238,238,0.8)), color-stop(100%,rgba(238,238,238,0)));
	background: -webkit-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	background: -o-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	background: -ms-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	background: linear-gradient(to right,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.8) 12%,rgba(238,238,238,1) 19%,rgba(238,238,238,1) 20%,rgba(221,221,221,1) 50%,rgba(238,238,238,1) 80%,rgba(238,238,238,1) 81%,rgba(238,238,238,0.8) 88%,rgba(238,238,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#00eeeeee',GradientType=1 );
}
.content-main hr {
	margin-bottom: 30px;
}
.pricing-wrap {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	padding: 20px;
}
.pricing-wrap-inner {
	float:left;
	width:460px;
	margin-right:20px;
	position: relative;
	z-index:1;
	text-align: center;
}
.pricing-wrap-inner h2 {
	color:#313131;
	font-size:24px;
	font-weight:600;
	margin-bottom:7px;
	line-height: 60px;
	padding-top: 35px;
}
.pricing-wrap-inner p {
	color: #8A8D99;
	font-size: 1.125em;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.c-quote {
	color: #313131;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 22px;
	line-height: 32px;
	text-indent: 32px;
	position: relative;
	margin-top: 30px;
	text-align: justify;
}
.c-quote span {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 82px;
	left: -35px;
	position: absolute;
	top: 15px;
	color: #777777;
}
.c-quote-bottom {
	color: #777777;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}

.frontPanelNew {
	padding: 10px 25px 0px 25px;
	position: absolute;
}
.frontPanelLeft {
	float: left;
	width: 380px;
	height: 360px;
	line-height: 360px;
}
.frontPanelRight {
	margin-left:390px;
	width:520px;
}
.frontPanelNewNav {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0px 0px;
	border: 1px solid transparent;
	background: transparent;
	text-align: center;
}
.frontPanelNewNavBtn {
	cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 196px;
    list-style-image: none;
    padding: 10px 0 0;
    text-align: center;
    width: 196px;
	border: 0px;
	background: url("/images/tab-bg.png") no-repeat scroll right top transparent;
}
.frontPanelNewNavBtn:last-child {
	background:transparent;
}
.frontPanelNewNavBtn.current, .frontPanelNewNavBtn:hover {
	background: url("/images/tab-sel-bg.png") no-repeat scroll right top transparent;
    color: #444444;
}
.frontPanelNewNavBtn a {
	display: table;
    height: 100%;
    outline: medium none;
    padding: 0px;
    text-decoration: none;
	color: #4F4F4F;
}
.frontPanelNewNavBtn h3{
	clear: both;
    color: #000000;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0;
}
.frontPanelNewNavBtn img{
	padding: 5px;
	margin: 0 auto 8px;
	float: none;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.frontPanelNewNavBtn span{
	display: block;
    margin: 0 auto;
    padding: 5px;
    width: 90%;
	color: #646464;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}
.frontPanelNewNavBtn.current img, .frontPanelNewNavBtn:hover img {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
}
.frontPanelNewBody {
	width: 960px;
	height: 360px;
	margin: 0px auto 40px;
	padding: 10px;
	background:none repeat scroll 0 0 #FFF;
	background:linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
	border-top: 1px solid #e5e5e5;
	border-radius: 5px;
}
.frontPanelNewBody p{
	color: #646464;
    font-size: 15px;
    margin-bottom: 10px;
	width: 850px;
}
.frontPanelNewBody img {
	display: inline;
	max-width: 360px;
	vertical-align: middle;
}
.frontPanelNewBody h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.25;
    margin-bottom: 30px;
}
.frontPanelNewBody h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
    margin-bottom: 30px;
	font-style: italic;
}
a.tab-more, a.tab-more:visited{	
	display: inline-block;
    font-size: 15px;
    font-weight: 400;
	color: #13B5EA;
	text-decoration: none;
    min-height: 22px;
    padding-right: 24px;
}
a.tab-more:hover {
	text-decoration: underline;
}
a.tab-more img {
	vertical-align: top;
	float: none;
	margin: 0;
	padding: 0;
}
.frontPanel {
	padding: 10px;
	height: 525px;
}
.frontPanelNav {
	width: 980px;
	margin: 20px auto 0px;
	padding: 10px 0px 0px;
	border: 0px;
	border-bottom: 1px solid #dddddd;
	background: transparent;
	text-align: center;
}
.frontPanelNavBtn {
	background: none repeat scroll 0 0 #EFEFEF;
    border: 0 none;
    box-shadow: -1px 0 1px #CCCCCC, 0 -2px 10px 0 #DDDDDD inset;
    margin: 0 5px 0 1px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 34px;
	cursor: pointer;
	display: inline-block;
}
.frontPanelNavBtn.current {
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #EEEEEE;
    box-shadow: 0 -1px 0 #EEEEEE;
    color: #444444;
    margin: 0 5px -2px 0;
    padding-bottom: 1px;
	color: #444444;
}
.frontPanelBody {
	width: 980px;
	margin: 0px auto 20px;
	padding: 0px;
	background:none repeat scroll 0 0 #FFF;
	background:linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	background:-ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 45%, rgb(255,255,255) 100%);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 5px 5px;
}

.index-slider-text {
	color: #000000;
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    margin-left: 40px;
    margin-top: 100px;
    width: 520px;
}
.index-slider-text.slider-right {
	/* margin-left: 430px; */
	margin-left: 270px;
}
a.index-slider-link {
	color: #0088CC;
    display: inline-block;
    /* font-size: 32px; */
	font-size: 17px;
    font-weight: normal;
    margin-left: 40px;
    margin-top: 40px;
    width: 520px;
	line-height: 20px;
}
a.index-slider-link :viisted {
	color: #0088CC;
}
a.index-slider-link :hover, a.index-slider-link :active {
	text-decoration: none;
}
a.index-slider-link.slider-right {
	margin-left: 430px;
	text-align: right;
}

.desc-title {
	text-align: left;
}
.smallBtn {
	display: inline-block;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333 !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.smallBtn:hover,
.smallBtn:active,
.smallBtn:disabled {
	color: #333333;
	background-color: #e6e6e6;
}
.smallBtn:hover {
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.smallBtn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.smallBtn:active {
	background-color: #d9d9d9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.testimonial-fp {
	padding: 40px;
	width: 900px !important;
	/*
	background: #ffffff;
	margin: 0 auto;
	*/
}
.testimonial-fp-inner {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.testimonial-fp-inner.last {
	margin: 0;
}
.testimonial-fp-inner p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.testimonial-name {
	font-size: 14px;
	color: #0080CC;
	padding-top: 25px !important;
}
.testimonial-title {
	font-size: 12px;
	color: #777777;
}
.testimonial-company {
	font-size: 12px;
	color: #aaaaaa;
}
.testimonial-text {
	color: #333333;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 !important;
}
.testimonial-fp-inner img, .testimonial-fp-inner .testimonial-wrap-img div.curved-shadow {
	width: 90px;
}
.testimonial-fp-inner div.testimonial-wrap-img {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	width: auto;
}
.testimonial-wrap-img div.curved-shadow {
	float: left;
	margin-bottom: 0;
	padding: 8px;
	width: 123px;
}
a.tfp-read-more, a.tfp-read-more:visited {
	color: #0080cc;
	text-decoration: none;
	font-size: 12px;
}
a.tfp-read-more:hover {
	text-decoration: underline;
}
.front-logos {
	padding: 20px;
	height: 193px;
}
.front-logos li {
	float: left;
	width: 225px;
	height: 193px;
	line-height: 193px;
	margin-right:10px;
	background: url("/images/tab-bg.png") no-repeat scroll right top transparent;
	text-align:center;
}
.front-logos li:last-child {
	margin-right: 0px;
}
.front-logos li img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
}
.try-title {
	font-size: 16px;
	line-height: 30px;
	color: #646464
}
.try-input {
	display: inline-block;
	width: 220px;
	padding: 0px 5px;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin: 0px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}
.try-submit {
	font-size: 20px;
	color: #ffffff;
	margin-top:40px;
	padding: 10px 12px;
	
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	
	border: 1px solid #0e0e0e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.try-submit:visited {
	color: #ffffff;
}
.try-submit:hover, .try-submit:active {
	border-color: #000000;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 2px Yellow;
}
.p-content-gray {
	color: #8A8D99 !important;
	font-size: 1.125em !important;
}

.btton_blue{height: 35px; color:#ffffff;background:#08c;border:1px solid #40a4e4;box-shadow:0 1px 1px rgba(0, 0, 0, 0.1),inset 0 1px 0 rgba(255, 255, 255, 0.1);}.btn_blue .subtitle{color:#00759e;}
.btton_blue:hover{background:#0ec0ff;}
.btton_blue:active{background:#00a9e4;}
.btton_blue[disabled="disabled"]{opacity:1;color:rgba(255, 255, 255, 0.5);text-shadow:none;background:#00b4f3;}.btn_blue[disabled="disabled"]:hover,.btn_blue[disabled="disabled"]:active{background:#00b4f3;}

.partner-wrapper {
	float: left;
	width: 240px;
	max-height: 256px;
	min-height: 256px;
	margin-left: 50px;
	margin-bottom: 40px;
	border: 1px solid #cccccc;
}
.partner-wrapper:hover {
	box-shadow: 0 0 4px #bbbbbb;
	transition: box-shadow 0.4s ease-out 0s;
}
.partner-logo {
	height: 140px;
    line-height: 140px !important;
    padding: 10px;
	background-color: #F8F8F8;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    overflow: hidden;
	text-align: center;
}
.partner-logo img {
	display: inline;
	max-height: 100%;
	width: 200px;
	vertical-align: middle;
}
.parner-text {
	padding: 16px;
}
a.partner-name, a.partner-name:visited {
	font-size: 16px;
	color: #3288E6;
	text-decoration: none;
}
a.partner-name:hover {
	text-decoration: underline;
}
.partner-info {
	font-famiyl: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
	font-size: 13px;
	color: #999999;
}

.cm-right {
	float: right;
	margin: 20px 0 20px 20px;
	width: 	324px;
}
.whytestm {
	color: #5A54A4;
	font-size: 32px;
	line-height: 36px;
	margin-top: 40px;
	font-family: georgia;
}
.whytestm-author {
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
	text-align: right;
	padding-right: 20px;
}
.why-deskgod-top {
	width: 324px;
	height: 208px;
	background: url('../images/why-deskgod.png') 0 0 no-repeat transparent;
}
.why-deskgod-bottom {
	margin-top: 20px;
	width: 324px;
	height: 360px;
	background: url('../images/why-deskgod.png') 0 -208px no-repeat transparent;
}
.article-quote {
	color: #444;
	margin: 20px 0 40px;
	font-family: arial;
}
.article-quote p.quote {
	font-style: italic;
	text-align: right;
	font-size: 16px;
}
.article-quote span.author {
	display: block;
	text-align: right;
	font-size: 16px;
}
.article-caret {
	float: left;
	width: 180px;
	padding: 13px 20px;
	margin: 11px 50px 20px 20px;
	color: #777;
	font-family: serif, arial;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	border: 1px dashed #999;
}
.article-caret.caret-right {
	float: right;
	margin: 11px 20px 20px 50px;
}
.article-caret strong {
	font-weight: normal;
	color: #000;
}
.caret-column {
	margin-left: 292px;
}
.caret-column.caret-right {
	margin-left: 0px;
	margin-right: 292px;
}
.cms-img-left {
	width: 300px;
	float: left;
	margin: 0px 50px;
}
.cms-img-right {
	width: 300px;
	float: right;
	margin: 0px 50px;
}
.content-quote {
	font-size: 14px;
	font-style: italic;
	color: #333333;
	text-align: left;
	margin: 10px auto;
	padding: 10px 20px;
}
.content-box {
	margin: 0px;
	text-align: left;
	color: #666666;
	font-size: 14px;
    line-height: 20px;
	width: auto !important;
	padding: 20px 10px !important;
}
.content-box h2 {
	font-size: 22px;
    font-weight: normal;
	color: #333;
    margin-bottom: 10px;
}
.content-features {
	background-color: #FFFFFF;
    margin-left: 300px;
	margin-right:10px;
    padding: 0px 10px;
    position: relative;
	font-size: 14px;
	/* width: 810px; */
}
.content-features p {
	font-size: 14px;
}
.content-features p a {
	display: block;
	margin-top: 5px;
}
.features-caret {
	margin-left: 400px;
}
.features-caret-right {
	margin-right: 400px;
}
.title-features {
	color: #555555;
	font-size: 30px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 10px;
}
a.grayscaled, a.grayscaled:hover {
	border: 0px;
	text-decoration: none;
}
a.grayscaled img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(70%);
}
a.grayscaled:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}