@charset "utf-8";
/* CSS Document: Client login*/
body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.top-menu-item
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	letter-spacing:1.4px;
}
.punchline
{
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:36spx;
	font-weight:bolder;
}
.punchline2
{
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
}
.punchline3
{
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:1.7;
}
.product-description
{
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:1.6;
}
.product-title
{
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.7;
}
.product-title-link, .product-title-link:hover
{
	color:#008bc5;
	color:#000;
	text-decoration:none;
}
.product-features
{
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bolder;
	line-height:1.6;
}
.footer-link
{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.try-btn, .green-btn
{
	background-color:#27b21a;
	padding:10px 20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	font-size:16px;
	border-radius:0;
	border:1px solid #009900;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75e64d+0,009900+100 */
	background: #27b21a; /* Old browsers */
	background: -moz-linear-gradient(top,  #27b21a 0%, #009900 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #27b21a 0%,#009900 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #27b21a 0%,#009900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b21a', endColorstr='#009900',GradientType=0 ); /* IE6-9 */
}
.orange-btn
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f77044+0,c5331f+100 */
background: #f77044; /* Old browsers */
background: -moz-linear-gradient(top,  #f77044 0%, #c5331f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f77044 0%,#c5331f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f77044 0%,#c5331f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77044', endColorstr='#c5331f',GradientType=0 ); /* IE6-9 */
	background-color:#27b21a;
	padding:10px 20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	font-size:16px;
	border-radius:0;
	border:1px solid #a00703;
}
.menu
{
	list-style-type:none;
}
.menu > li
{
	float:left;
	margin-left:7px;
}
.inputbox
{
	margin:10px;
	border-radius:0;
	border:1px solid #000;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height:40px;
}
.form-field-title
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#000;
	line-height:1.5;
}
.left-menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	border:0px solid #ccc;
}
.left-menu > li
{
	display:block;
	margin:2px;
	padding:10px 15px;
	border:1px solid #0280b3;
	background-color:#e2e2e2;
}
.left-menu > li > a
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.left-menu > li.active
{
	background-color:transparent;
}
.left-menu > li > a:hover
{
	text-decoration:none;
	color:#900;
}
ul.thumbs
{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.thumbs > li
{
	display:block;
	float:left;
	margin:10px 10px;
	width:70px;
	height:70px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	border-right:0px solid #fff;
}
.box-label
{
	padding:5px 10px; 
	background-color:#fff; 
	position:relative; 
	top:-20px; 
	left:0px; 
	border:1px solid #0280b3; 
	font-size:14px; 
	letter-spacing:1px; 
	border-radius:5px;
}
.toolbar
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0280b3+0,03a7ea+100 */
background: #0280b3; /* Old browsers */
background: -moz-linear-gradient(top,  #0280b3 0%, #03a7ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0280b3 0%,#03a7ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0280b3 0%,#03a7ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0280b3', endColorstr='#03a7ea',GradientType=0 ); /* IE6-9 */

padding:0px 20px; 
border:1px solid #0280b3;
height:100px;
}
.content-section
{
	padding:0px 20px; 
	background-color:#fff; 
	border:1px solid #0280b3; 
	margin-top:40px;
}
.orange-bg
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff1a00+0,c41d00+100 */
background: rgb(255,26,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,26,0,1) 0%, rgba(196,29,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,26,0,1) 0%,rgba(196,29,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,26,0,1) 0%,rgba(196,29,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#c41d00',GradientType=0 ); /* IE6-9 */
}
ul.packs>li
{
	cursor:pointer;
}


///////////////////////////

ul.service-providers
{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.service-providers > li
{
	display:block;
	float:left;
	margin:10px;
	width:80px;
	height:80px;
}
ul.salient-features
{
	margin:auto;
	display:block;
	list-style-type:none;
}
ul.salient-features > li
{
	display:block; 
	height:120px;
	width:240px;
	background-color:#e2e2e2;
	box-shadow:5px 5px 10px #ccc;
	float:left;
	margin-left:20px;
	margin-top:20px;
	padding:10px;
}