@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a{
	color:inherit;
}
.wrapper{
	width:100%;
}
.top{
	background:#a9e441;
	position:relative;
	width:100%;
	z-index:100;
}
.header{
	height:130px;
	margin:0 auto;
	width:1000px;
}
.logo {
	background:url(../images/ico-technocure.png) no-repeat;
	float:left;
	height:60px;
	margin:10px 0 0 20px;
	width:90px;
}
.logo-content {
	height:78px;
}
.comp-text{
	color:#FFF;
	float:left;
	font-size:46px;
	font-weight:bold;
	padding-left:5px;
	padding-top:20px;
}
.slogan {
	color:#FFF;
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:50px;
}
.Hi {
	color:#89bc23;
	font-size:56px;
	font-weight:bold;
}
h1 {
	color:#89bc23;
	font-size:26px;
	font-weight:normal;
}
.badge {
	background:#89bc23;
	border-radius:6px;
	box-shadow:5px 5px 20px black;
	color:#fefefe;
	cursor:pointer;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin:10px 50px 10px 0;
	padding:5px;
}
.badge:hover {
	background:#74a80d;
}
.badge a {
	color:#fefefe;
	text-decoration:none;
}
.content-center {
	color:#89bc23;
	height:50px;
	line-height:50px;
	text-align:center;
	width:100%;
}
.container{
	margin:0 auto;
	width:980px;
}
.row-one {
	margin:5px 10px 0 10px;
	position:relative;
}
.home-img{
	float:left;
}
.home-content{
	float:left;
	height:320px;
	margin:0 35px 0 50px;
	width:370px;
}
.title {
	color:#89bc23;
	font-size:18px;
	padding-bottom:10px;
}
.read-more {
	color:#92dd0f;
	float:right;
	font-size:15px;
	padding-bottom:10px;
	padding-top:10px;
	text-decoration:none;
}
a.read-more:hover {
	text-decoration:underline;
}
.title-small {
	color:rgb(137, 188, 35);
	font-size:15px;
}
.help-line {
	float:right;
	width:170px;
}
.row-two {
	margin-top:10px;
	position:relative;
}
.picture-box {
	border:2px solid #89bc23;
	border-radius:3px;
	float:left;
	height:110px;
	padding-left:15px;
	width:965px;
}
.ico {
	background:url(../images/ico-socialnet.png) no-repeat;
	display:inline-block;
	height:25px;
	margin-right:1px;
	width:25px;
}
.ico.youtube {
	background-position:0px 0px;
}
.ico.in {
	background-position:0px -30px;
}
.ico.fb {
	background-position:0px -60px;
}
.ico.gplus {
	background-position:0px -90px;
}
.ico.twitter {
	background-position:0px -120px;
}
.row-three {
	height:250px;
	position:relative;
}
.home-box {
	float:left;
	padding:10px 20px 20px 20px;
	width:285px;
}
.footer {
	background:#fbfbfb;
	border-top:1px solid #cecece;
	height:65px;
	padding-top:20px;
	text-align:center;
	width:100%;
}
.para {
	line-height:1.3;
	text-align:justify;
}
.vertical-line {
	border-right:1px solid;
	float:left;
	height:100px;
	margin-top:30px;
}
.horizontal-line {
	border-bottom:1px solid;
	height:5px;
	width:100%;
}
.row-services{
	float:left;
	margin:15px;
	position:relative;
}
.box-product {
	float:left;
	margin-right:15px;
	width:450px;
}
.content-product {
	float:left;
	width:280px;
}
.TC ul li {
	font-weight:bold;
	line-height:25px;
	list-style-position:inside;
}
.inside li {
	list-style-position:inside;
}
.li-none {
	float:left;
	width:150px;
}
.li-none li{
	list-style-type:none;
}
.prod-list  {
	left:400px;
	margin:100px 0 100px 0;
	position:relative;
	width:200px;
}
.prod-list li{
	font-weight:bold;
	list-style-type:none;
	margin-bottom:5px;
	text-align:center;
}
.prod-list li a{
	background:#a9e441;
	border:1px solid #a9e441;
	border-radius:0 70px 0 70px;
	color:#fefefe;
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.price-list {
	background:#e4f4c7;
	float:left;
	height:300px;
	margin:20px 10px 10px 20px;
	width:250px;
}
.price-list-title {
	border-bottom:1px solid #999;
	color:#89bc23;
	font-size:18px;
	line-height:50px;
	height:50px;
	text-align:center;
	width:250x;
}
.current-offers {
	float:left;
	margin:20px;
}
.offers-image {
	float:left;
	margin:20px;
	width:350px;
}
.offers-content {
	float:right;
	width:530px;
}
input[type='text'], textarea {
	border-radius:5px;
	display:block;
	padding:10px;
	width:400px;
}
input[type='button'] {
	border-radius:5px;
	background-color:#6C0;
	cursor:pointer;
	font-weight:bold;
	padding:5px;
}
.error-input {
	border:1px solid red;
}
.red {
	color:#F00;
}
.green {
	color:#89bc23;
}
/* Shortcut styles */
.bold {
	font-weight:bold;
}
.CB {
	clear:both;
}
.TC {
	text-align:center;
}
.H60 {
	height:60px;
}
.H50 {
	height:50px;
}
.Fl {
	float:left;
}
.Fr {
	float:right;
}
.MarT10 {
	margin-top:10px;
}
.MarL15 {
	margin-left:15px;
}
.MarL55 {
	margin-left:55px;
}
.MarR10 {
	margin-right:10px;
}
.MarB10 {
	margin-bottom:10px;
}
.MarTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.Pad10 {
	padding:10px;
}
.PadT10 {
	padding-top:10px;
}
.PadT30 {
	padding-top:30px;
}
.PadT50 {
	padding-top:50px;
}