/* ------------------------- generic ------------------------- */
body {
	font: 11px Arial, sans-serif;
	color: #666666;
	background: transparent url("../images/bg.jpg") 0 0 repeat;
}
.center {
	margin: 0 auto;
}
.viewport {
	position: relative;
	width: 980px;
}
.blueTextHover{
	color: #6699CC;
}

/* ------------------------- header ------------------------- */
#header {
	font-size: 16px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 90px;
	background: transparent url("../images/bgtopo.png") 0px -35px repeat-x;
}
#header .logo {
	float: left;
	width: 218px;
	height: 80px;
	background: transparent url("../images/logo-topo.png") 0px 0px no-repeat
}
#header .logo a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#header .menu {
	margin-top: 12px;
	float: right;
	width: 675px;
	/*height: 104px;*/
}
#header .menu .quick-menu {
	font-size: 14px;
	color: #6699cc;
	float: right;
	height: 30px;
}
#header .menu .quick-menu a {
	color: #6699cc;
}
#header .menu .quick-menu .section {
	margin-left: 25px;
	margin-bottom: 5px;
	text-align: right;
	float: left;
}
#header .menu .quick-menu .section:hover {
	text-decoration: underline;
}
#header .menu .main-menu {
	margin-top: 2px;
	float: right;
	height: 30px;
}
#header .menu .main-menu a {
	color: #333333;
}
#header .menu .main-menu .section {
	margin: 1px 2px 0 40px;
	float: left;
	border: none 6px transparent;
	text-transform: uppercase;
}
#header .menu .main-menu .section:hover {
	border-bottom: solid 6px #006699;
}
#header .menu .main-menu .section.current {
	border-bottom: solid 6px #006699;
}
#header .menu .main-menu .section.last {
	border-bottom: solid 6px #006699;
}
#header .menu .main-menu .section a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
/* ------------------------ content ----------------------- */
#content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	min-height: 605px;
	margin-top: 80px;
	padding-bottom: 50px;
}

/* ------------------------- home ------------------------- */
#home #content {
	background: transparent url("../images/overlay-home.png") center bottom repeat-x;
}
#home #content .background-home {
	position: absolute;
	bottom: 809px;
	margin: 0 auto;
	z-index: 0;
	width: 100%;
	height: 90px;
	background: transparent url("../images/overlay-home-top.png") center bottom no-repeat;
}
#home .slider {
	margin-top: 20px;
	margin-left: -10px;
	width: 100%;
	box-shadow: 10px 15px 35px #333;
	-webkit-box-shadow: 10px 15px 35px #333;
	-moz-box-shadow: 10px 15px 35px #333;
}
#home .info {
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
#home .info.solucoes .module a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
#home .info.solucoes .novo {
	position: absolute;
	display: block;
	width: 67px;
	height: 31px;
	background: transparent url("../images/novo.png") left top no-repeat;
	z-index: 50;
}
#home .info.solucoes #label1 {
	top: 500px;
	left: 245px;
}
#home .info.solucoes #label2 {
	top: 636px;
	left: 757px;
}
#home .line {
 	display: block;
	margin-top: 20px;
	float: left;
	width: 980px;
	height: 1px;
	background: #c2c2c2;
}
#home .info > .title {
	font-size: 32px;
	font-weight: bold;
	color: #034574;
}
#home .info .description {
	margin-top: 30px;
	font-size: 16px;
	line-height: 150%;
}
#home .info .icon {
	padding-left: 125px;
	width: 215px;
	background: transparent url("../images/nuvens.png") 0px 8px no-repeat;
}

/* --------------------- modules -------------------- */
.modules {
	/*margin-top: 15px;*/
	font-size: 14px;
	float: left;
	width: 100%;
}
.module {
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 48px;
	width: 208px;
	height: 100px;
	background: transparent url("../images/nav-module.png") -208px 0px no-repeat;
	text-align: center;
	text-transform: uppercase;
}
.module.last {
	margin-right: 0 !important;
}
.module:hover {
	cursor: pointer;
}
.module .name {
	display: block;
	font-size: 16px;
}
.module .name.single{
	margin-top: 42px;
}
.module .name.double{
	margin-top: 33px;
}
.module .name.triple{
	margin-top: 23px;
}

/* --------------------- institucional -------------------- */
#institucional .info {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
#institucional .info .title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #034574;
}
#institucional .info .description {
	font-size: 16px;
	width: 100%;
	word-spacing: 2px;
}
#institucional .info .description.list {
	margin-left: 20px;
	float: left;
	width: 200px;
	list-style: disc;
}
#institucional .info .description.list li {
	margin-bottom: 10px;
}

/* ------------------------- solucoes ------------------------- */
#solucoes #content {
	background: transparent url("../images/overlay-solucoes.png") -224px -10px repeat-x;
}
#solucoes .nav-links,
#solucoes .solutions {
	margin-top: 30px;
	float: left;
	width: 100%;
}
#solucoes .nav-links > .title{
	font-size: 32px;
	font-weight: bold;
	color: #034574;
}
#solucoes .nav-links .modules {
	margin-top: 10px;
}
#solucoes .nav-links .module {
	float: left;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-right: 28px;
	width: 224px;
	height: 107px;
	background: transparent url("../images/nav-solucoes.png") left top no-repeat;
	text-align: center;
	text-transform: uppercase;
}
#solucoes .nav-links .name {
	color: #FFFFFF;
}
#solucoes .solutions {
	margin-top: 50px;
}
#solucoes .solutions > .title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
#solucoes .module-detail {
	position: relative;
	margin-bottom: 50px;
	height: 305px;
}
#solucoes .module-detail .header {
	height: 57px;
	background: transparent url("../images/header-module.png") left top no-repeat;
}
#solucoes .module-detail .header.long {
	background: transparent url("../images/header-module-long.png") left top no-repeat;
}
#solucoes .module-detail .header .title {
	padding: 13px 20px;
	font-size: 24px;
	color: #fff;
}
#solucoes .module-detail .description {
	position: absolute;
	padding: 15px 25px;
	bottom: 0;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	opacity: 0.7;
	width: 930px;
}
#solucoes .module-detail#fiscal {
	background: transparent url("../images/modules/fiscal.png") left top no-repeat;
}
#solucoes .module-detail#financeiro {
	background: transparent url("../images/modules/financeiro.png") left top no-repeat;
}
#solucoes .module-detail#compras {
	background: transparent url("../images/modules/compras.png") left top no-repeat;
}
#solucoes .module-detail#materiais {
	background: transparent url("../images/modules/materiais.png") left top no-repeat;
}
#solucoes .module-detail#industrial {
	background: transparent url("../images/modules/industrial.png") left top no-repeat;
}
#solucoes .module-detail#logistica {
	background: transparent url("../images/modules/logistica.png") left top no-repeat;
}
#solucoes .module-detail#servicos {
	background: transparent url("../images/modules/servicos.png") left top no-repeat;
}
#solucoes .module-detail#contratos {
	background: transparent url("../images/modules/contratos.png") left top no-repeat;
}
#solucoes .module-detail-desc {
	position: relative;
	margin-bottom: 50px;
	margin-left: 40px;
	min-height: 175px;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
#solucoes .module-detail-desc li {
	list-style:square; 
}
#solucoes .line {
 	display: block;
	float: left;
	width: 980px;
	height: 1px;
	background: #c2c2c2;
}
/* ------------------------- clientes ------------------------- */
#clientes #content {
	background: transparent url("../images/overlay-clientes.png") left bottom repeat-x;
}
#clientes .info {
	margin-top: 25px;
	display: block;
	float: left;
}
#clientes > .info {
	margin-top: 25px;
}
#clientes .info .block {
	margin-top: 10px;
	position: relative;
	display: block;
	float: left;
	width: 480px;
	z-index: 5;
}
#clientes .info .title {
	font-size: 32px;
	font-weight: bold;
	color: #034574;
}
#clientes .info .description {
	margin-top: 30px;
	font-size: 16px;
	line-height: 150%;
}
#clientes .grafico {
	margin-top: -10px;
	width: 500px;
	height: 300px;
	float: right;
	z-index: 1;
	overflow: hidden;
}
#clientes .mapa {
	margin-top: 5px;
	width: 980px;
	height: 710px;
	float: left;
	background: transparent url("../images/mapa.png") 15px 0 no-repeat;
}
#clientes .mapa .msg {
	position: relative;
	width: 200px;
	height: 48px;
	padding-left: 40px;
	margin-left: 10px;
	top: 240px;
	background: transparent url("../images/pin.png") 0 0 no-repeat;
	z-index: 1;
	font-size: 20px;
	color: #666666;
}

/* ------------------------- contato -------------------------- */
#contato .fill {
	position: relative;
	float: left;
	width: 100%;
}
#contato .fill .left {
	float: left;
	width: 49%;
	padding-left: 5px;
}
#contato .fill .right {
	float: right;
	width: 50%;
	display: none;
}
#contato .title {
	font-size: 32px;
	font-weight: bold;
	color: #034574;
	display: block;
	float: left;
	width: 100%;
}
#contato .title.page {
	margin: 40px 0;
}
#contato .unidades {
	border-right: solid 1px #c2c2c2;
}
#contato .unidades .address {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 135%;
	float: left;
	margin-bottom: 10px;
}
#contato .unidades .address .title {
	font-size: 20px;
	margin-bottom: 15px;
}
#contato .unidades .address .name {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 100%;
}
#contato .unidades .address .description {
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
}
#contato .emails {
	margin-top: 30px;
	padding-top: 20px;
	border-top: solid 1px #c2c2c2;
}
#contato .emails .title {
	font-size: 20px;
	margin-bottom: 10px;
}
#contato .emails .email-list{
	margin: 5px 10px;
}
#contato .emails .email-list .email{
	float: left;
	margin-right: 35px;
	font-size: 14px;
}
/* ------------------------- suporte -------------------------- */
#suporte {}

#suporte .line {
 	display: block;
	float: left;
	width: 980px;
	height: 1px;
	background: #c2c2c2;
}
#suporte .info {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
#suporte .info .title {
	font-size: 16px;
	font-weight: bold;
	color: #034574;
}
#suporte .info .description {
	margin-top: 10px;
	font-size: 16px;
	line-height: 150%;
}


/* ------------------------- footer --------------------------- */
#footer {
	position: relative;
	display: block;
	float: left;
	z-index: 10;
	width: 100%;
	height: 256px;
	color: #999999;
	background: transparent url("../images/bgrodape.png") 0px 0px repeat-x;
}
#footer .logo {
	margin-top: 20px;
	float: left;
	width: 173px;
	height: 59px;
	background: transparent url("../images/logo-rodape.png") 0px 0px no-repeat;
}
#footer .logo a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#footer .menu {
	font-size: 13px;
	margin-top: 59px;
	float: right;
	height: 15px;
}
#footer .menu a {
	color: #999999;
}
#footer .menu .section {
	margin: 1px 2px 0 28px;
	float: left;
	text-transform: uppercase;
}
#footer .menu .section:hover a {
	color: #6699cc;
}
#footer .menu .section.current a {
	color: #6699cc;
}
#footer .line {
	display: block;
	margin-top: 20px;
	margin-bottom: 35px;
	float: left;
	width: 980px;
	height: 2px;
	background: transparent url("../images/linha.png") repeat;
}
#footer .phones {
	float: left;
}
#footer .phones .address {
	font-size: 15px;
	font-weight: bold;
	margin-right: 60px;
	float: left;
}
#footer .phones .address .tel {
	font-size: 19px;
	font-weight: normal;
}
#footer .social {
	float: right;
}
#footer .social .links{
	margin: 14px 5px;
	float: left;
	width: 34px;
	height: 34px;
}
#footer .social .links a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#footer .social .facebook {
	background: transparent url("../images/facebook.png") 0px 0px no-repeat;
}
#footer .social .linkedin {
	background: transparent url("../images/linkedin.png") 0px 0px no-repeat;
}

/* ------------------------- copyright ------------------------- */
#copyright {
	position: relative;
	margin-top: -32px;
	display: block;
	float: left;
	z-index: 10;
	width: 100%;
	height: 32px;
	color: #666666;
	background: #222222;
	line-height: 32px;
	vertical-align: middle;
}
#copyright .copy {
	float: left;
}
#copyright .get {
	display: block;
	float: right;
	width: 50px;
	height: 30px;
	background: transparent url("../images/get.png") 0px 0px no-repeat;
	text-indent: -9999px;
}

/*
@media screen and (min-height: 600px) {
	#footer {
		position: fixed;
		bottom: 0;
	}
	#copyright {
		position: fixed;
		bottom: 0;
	}
}
*/