@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}
body {
	font-family: 'Droid Sans';
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	background-color: #D1E0F0;
	line-height: 18px;
	background-repeat: repeat-x;
}
body, ul, ol, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a, img, div {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
h2 {
	color: #000;
	font-family: 'Open Sans';
	font-weight: 300;
}
ul {
	list-style-type: none;
}
a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
strong {
	font-family: 'Droid Sans';
	font-weight: 700;
}
#top {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	float: left;
	margin-left: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
#logo a {
	text-decoration: none;
}
#header {
	width: 1000px;
	margin-left: -500px;
	padding-top: 0px;
	position: absolute;
	left: 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-top: 0px;
	top: 0px;
}
#support {
	float: right;
	color: #4d4e50;
	background-repeat: no-repeat;
	width: 520px;
	font-size: 16px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 10px;
}
#support .left {
	float: left;
	width: 230px;
	text-align: right;
}
#support .right {
	float: right;
	width: 50px;
}
#support a.mail-sup {
	color: #333;
}
#menu {
	width: 610px;
	padding-left: 10px;
	float: right;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #0066CC;
}
ul.dropdown {
	position: relative;
}
ul.dropdown li {
	float: left;
	position: relative;
}
ul.dropdown li a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
ul.dropdown a:hover, ul.dropdown .hover {
	background-color: #0055AA;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
}
ul.dropdown ul {
	position: absolute;
	z-index: 100;
	width: 120px;
	top: 38px;
	left: 0px;
	display: none;
}
ul.dropdown ul li {
	float: left;
	width: 100%;
}
ul.dropdown ul li a {
	display: block;
	background-color: #0066CC;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
#bcrumb {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:1000px;
	margin: 0px auto;
}
#bcrumb input:focus {
	outline: none;
}
#bcrumb .left {
	float: left;
	width: 720px;
	padding: 7px 5px 5px 15px;
}
#bcrumb .right {
	float: right;
	width: 250px;
}
#bcrumb .cse {
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#bcrumb input {
	font-family: 'Droid Sans';
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	border: none;
	width: 80%;
}
#bcrumb input[type="submit"] {
	border: none;
	cursor: pointer;
	width: 12% !important;
}
#page {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 145px;
	z-index: 10;
}
#page-index {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 115px;
	z-index: 10;
}
#content {
	font-size: 14px;
	line-height: 24px;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px #ccc;
	-webkit-box-shadow: 0px 2px 3px #ccc;
	box-shadow: 0px 2px 3px #ccc;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
#content .title {
	font-size: 36px;
	line-height: 35px;
	line-height: 40px;
	color: #06C;
	text-align: center;
}
#content .title-sub {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#content .title-bg {
	background-image: url(../img/bg-title.png);
	background-repeat: repeat-x;
	background-position: left center;
}
#content .title-span {
	background-color: #FFF;
	padding: 0 10px;
}
#content .title-second {
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	line-height: 40px;
	color: #06C;
	text-align: center;
}
#content .title-third {
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	line-height: 40px;
	color: #06C;
	text-align: left;
}
#content .title-feature {
	line-height: 36px;
	font-size: 18px;
	font-weight: 600;
}
#content .title-sub-feature {
	line-height: 36px;
	font-size: 30px;
}
#content .title-small-feature {
	line-height: 30px;
	font-size: 24px;
	color: #06C;
}
#content .title-faq-hiw {
	font-family: 'Droid Sans' !important;	
	font-weight: 500;
	line-height: 30px;
	font-size: 20px;
	color: #06C;
	padding-bottom: 0px;
}
#content .title-faq-sub {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-weight:500;
}
#content .block {
	padding-bottom: 20px;
}
#content .block-big {
	padding-bottom: 40px;
}
#content .block-padding {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#content .highlight {
	color: #990000;
	background-color: #FFFFCC
}
#content .red {
	color: #CC0000;
	line-height: 24px;
	font-size: 14px;
}
#content .red-big {
	color: #CC0000;
	line-height: 30px;
	font-size: 26px;
}
#footer {
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 12px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
#footer .left {
	float: left;
	width: 615px;
}
#footer .right {
	float: right;
	width: 340px;
	text-align: right;
}
#show-hide a.plus {
	display: block;
	background-image: url(../img/plus1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	font-size: 24px;
	line-height: 30px;
	float: left;
	width: 660px;
}
#show-hide a.minus {
	background-image: url(../img/minus1.png) !important;
}
.img-left {
	float: left;
	margin: 5px 10px 0 0;
}
.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.com-red {
	color: #F00;
}
.com-red-yellow {
	color: #F00;
	background-color: #FF9;
}
.list-check ul {
	list-style-type: none;
}
.list-check li {
	background-image: url(../img/arrow-check.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list-green ul {
	list-style-type: none;
}
.list-green li {
	background-image: url(../img/bullet-green.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list-bullet ul {
	list-style-type: none;
}
.list-bullet li {
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.gotoTop {
	position: fixed;
	z-index: 12;
	right: 50px;
	bottom: 40px;
	width: 30px;
	margin-left: 500px;
	left: 50%;
	color: #FFF;
	background-color: #666;
	padding: 2px 10px 5px 10px;
	display: none;
	width: 10px;
}
a.gotoTop:hover {
	text-decoration: none;
	background-color: #06C;
}
.notice {
	padding: 10px 0px 10px 0;
	background-color: #FBFFCF;
	border-top: 1px solid #ebefc2;
	border-left: 1px solid #ebefc2;
	border-bottom: 1px solid #d9df99;
	border-right: 1px solid #d9df99;
	padding: 20px;
	letter-spacing: 0.01em
}
.border {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
}
.border-gray {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
}
.half-left {
	width: 49%;
	float: left;
}
.half-right {
	width: 49%;
	float: right;
}
.half-left-13 {
	width: 29%;
	float: left;
}
.half-right-23 {
	width: 69%;
	float: right;
}
.half-left-23 {
	width: 69%;
	float: left;
}
.half-right-13 {
	width: 29%;
	float: right;
}
.half-l-13 {
	width: 23.8em;
	float: left;
}
.half-r-13 {
	width: 24%;
	float: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align:justify;
}
.bold {
	font-weight: 600;
}
.rednew {
	font-size:40px;
	line-height:20px;
	color:red;
	text-align: center;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}
#sys-leftnew {
	width: 98%;
	padding-right:10px;
	padding-left:10px;	
}
#sys-leftnew .panel-first-left {
	float: left;
	width: 200px;
	text-align: center;
}
#sys-leftnew .panel-first-right {
	float: right;
	width: 720px;
}
#sys-leftnew .product-price {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
#sys-leftnew .btn-panel {
	padding-top: 10px;
}
#sys-leftnew .panel-left {
	margin-bottom: 20px;
}
#sys-leftnew .sys-error-msg {
	background-image: url(../images/error-msg.gif);
	background-repeat: no-repeat;
	background-position: 70px top;
	height: 100px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 150px;
	line-height: 30px;
}
#sys-leftnew .features {
	clear: both;
	padding-bottom: 0px;
}
#sys-leftnew .feature-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	padding-top: 30px;
	color: #900;
}
#sys-leftnew .image-left {
	margin-right: 30px;
	float: left;
	padding-top: 20px;
}
#sys-leftnew .image-right {
	float: right;
	padding-top: 20px;
	margin-left: 30px;
}