/* ---- KYNETIX WEBSITE ----------------------------- */
/* Author: Instituto Atlantico [www.atlantico.com.br] */

/* ---- HOME CSS ------------------------------------ */

#home-banner {
	position:relative;
	width:750px;
	height:225px;
	background: url(../_images/home-crm-banner-bg.jpg) no-repeat;
}

#home-banner h3 {
	display:block;
	position:relative;
	top:50px;
	left:400px;
	width:320px;
	font-size:25px;
	color:#fff;
}

#home-banner p {
	position:relative;
	top:60px;
	left:400px;
	width:320px;
	font-size:12px;
	line-height:18px;
	color:#fff;
}

#home-banner a {
	position:relative;
	display:block;
	top:75px;
	left:400px;
	width:300px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding-right:20px;
	background: url(../_images/ico-arrow-04.gif) no-repeat right;
}

#home-body {
	position:relative;
	width:750px;
	height:225px;
}

#home-text {
	width:180px;
	height:225px;
	float:left;
	background: url(../_images/home-crm-text-bg.jpg) no-repeat;
	text-indent: -9000px;
}

#home-text h1 {
	margin: 30px 0 0 30px;
	font-size:15px;
}

#home-body h2{
	position:relative;
	left:-1px;
	/*font-size:12px;
	text-indent:-9000px;*/
	width:170px;
	height:30px;
}

#home-block-1,
#home-block-2,
#home-block-3{
	position:relative;
	float:left;
	top:-15px;
	margin-left:14px;
	width:169px;
	height:190px;
	border-left: 1px solid #B9DDDD;
	background-color:#FFFFFF;
}

#home-block-1 h2{
	background:url(../_images/home-crm-block-01-bg.jpg) no-repeat;
}

#home-block-2 h2{
	background:url(../_images/home-crm-block-02-bg.jpg) no-repeat;
}

#home-block-3 h2{
	background:url(../_images/home-crm-block-03-bg.jpg) no-repeat;
}

#home-body p {
	margin:20px 20px 0 20px;
	height:103px;
	line-height:1.4em;
	color:#666666;
}

.link-more {
	position:relative;
	padding:2px 20px 2px 7px;
	top:20px;
	left:20px;
	border: 1px solid #B9DDDD;
	background: url(../_images/ico_arrow_01.gif) no-repeat 36px center;
}

a.link-more:hover {
	border-color: #076875;
	text-decoration:none;
}

