/*---------------GENERAL-------------*/
html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
	overflow-y:auto;
}
html, body, * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4f4f;
}
body {	background: url(images/bg.jpg) 0 0  repeat-x; }
ul, ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#all {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.clear { clear:both; }
p{
	line-height: 22px;
	margin: 15px 0;
	text-align: justify;
}
p.small { font-size: 10px; line-height: 120%; }
ul {
	list-style-position: inside;
	list-style-image: url(images/item.png);
	margin: 15px 0;
}
ul.checkicon {
	list-style-image: initial;
}
ul li {
	margin: 5px 0;
}
ul.checkicon li.simples * { 
	line-height: initial;
	display: inline;
}

a {
	text-decoration: none;
	color: #636da0;
}
a:hover {
	color: #ccc;
}

.right {
	float: right;
}
.left {
	float: left;
}
.nowrap { 
	white-space: nowrap;
}

/*--------FONTS----------*/
#homebanner * , #banner * , .nav *, h1, h2, h3, h4 {
	font-family: 'lane-narrow', sans-serif;
	
}
h1, h2, h3, h4 {
	color: #eb0000;
	font-weight: normal;
}
h1 {font-size: 35px;}
h2 { font-size: 25px; margin-top: 20px; }
h3 {font-size: 20px; }
h4 { font-size: 16px; }
.black {
	color: #000;
}
h1.black.bold, h3.black.bold,  h2.black.bold, h4.black.bold {
	text-shadow: 0px 1px 0px #000;	
}
.red {
	color: #eb0000;
}
h1.red.bold, h3.red.bold,  h2.red.bold, h4.red.bold {
	text-shadow: 0px 1px 0px #eb0000;	
}
.grey {
	color: #666;
}
h1.grey.bold, h3.grey.bold,  h2.grey.bold, h4.grey.bold {
	text-shadow: 0px 1px 0px #666;	
}
/*---------------GENERAL - BUTTON-------------*/
.center {
	display: block;
	text-align: center;
}
.button, .button-red, .button-grey {
	display: inline-block;
	line-height: 27px;
	height: 27px;
	text-align: center;
	padding: 0 0 0 9px;
	background: url(images/botao-left.png) 0 0 no-repeat;
	box-shadow: 0px 0px 5px #666;
	border-radius: 10px;
	cursor: pointer;

}
.button a,
.button-red a,
.button input,
.button-red input,
.button-grey a,
.button-grey input{
	background: url(images/botao-right.png) center right no-repeat;
	line-height: 27px;
	height: 27px;
	padding: 0 15px 0 6px;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
	border: none;
	margin-left: 0px;
	cursor: pointer;
}
.button a:hover,
.button-red a:hover,
.button input:hover,
.button-red input:hover,
.button-grey a:hover,
.button-grey input:hover {
	color: #23303e;
}
.button-red {
	margin: -35px 0 0 0;
	line-height: 33px;
	height: 33px;
	background: url(images/botao-red-left.png) 0 0 no-repeat!important;
}
.button-red a,
.button-red input,
.button-grey a,
.button-grey input{
	line-height: 33px;
	height: 33px;
	background: url(images/botao-red-right.png) center right no-repeat!important;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
.button-red a:hover,
.button-grey a:hover {
	text-shadow: none;
	color: #FFF;
}
.button-grey{
	box-shadow: 0px 0px 3px #aeaeae;
	border-radius: 5px;
	line-height: 22px;
	height: 22px;
	background: url(images/botao-grey-left.png) 0 0 no-repeat!important;
}
.button-grey a,
.button-grey input {
	color: #696969;
	font-weight: normal;
	text-shadow: 1px 1px 2px #FFF;
	height: 22px;
	line-height: 22px;
	background: url(images/botao-grey-right.png) center right no-repeat!important;
}
.button-grey.h {
	background: url(images/botao-greyh-left.png) 0 0 no-repeat!important;
}
.button-grey.h a {
	background: url(images/botao-greyh-right.png) center right no-repeat!important;
}
.button-grey a:hover { color: #000; }
/*---------------GENERAL - NAVIGATION-------------*/
.nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

.nav > ul { padding: 5px 5px 2px 5px; }

.nav ul li {
	display: inline;
	position: relative;
	margin: 0px;
}
.nav ul li a {
	margin: 10px 15px;
	display: inline-block;
	font-size: 15px;
}

.nav li ul li {
	display: block;
	float: none;
}

.nav li.parent a {
	background: url(images/down.png) right center no-repeat;
	padding-right: 17px;
}
.nav li.parent li a {
	background: none;
}
.nav li ul {
	position: absolute;
	top: 15px;
	left: -5px;
	list-style: none;
	width: 250px;
	padding: 16px 0px 5px 0px;
}

.nav li ul li {
	display: block;
}

/*---------------TOP-------------*/

#header {
	height:150px;
	position: relative;
}
#logo {
	width: 182px;
	height: 141px;
	background: url(images/logo.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: -34px;
	left: 0;
	z-index: 1000;
}
#client-login {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	color: #FFF;
	right: 0;
	padding: 10px;
	z-index: 1000;
	background: rgb(127,13,13);
	filter:alpha(opacity=90); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-opacity:0.9; 
	-khtml-opacity: 0.9; 
	opacity: 0.9; 
}
#client-login .login {
	font-family: 'lane-narrow', Arial, sans-serif;
	text-shadow: 1px 1px 2px #590303;
	padding: 0 0 0 45px;
	background: url(images/user.png) 0 50% no-repeat;
	color:#FFF;
	text-decoration: none;
	font-size: 14px;
}
.loginarea {
	display: none;
	padding: 5px 0 0 0;
}
.loginarea input {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e2e2e2;
	background: url(images/bg-inputs.jpg) 0 0 no-repeat #FFF;
	padding: 5px 5px 5px 25px;
	width: 148px;
	margin-top: 5px;
}
.loginarea #empresa {
	background: url(images/company-grey.png) 5px 50% no-repeat #FFF;
}
.loginarea #usuario {
	background: url(images/user-grey.png) 5px 50% no-repeat #FFF;
}
.loginarea #senha {
	background: url(images/password-grey.png) 5px 50% no-repeat #FFF;
}
.loginarea .button {
	margin: 10px 0px 0px 5px;
	padding: 0px;
	width: 80px;
}
/*---------------TOP - SEARCH-------------*/
#header .search {
	float: right;
}
#header .search input.s{
	height: 23px;
	width: 150px;
	background: url(images/bg-search.png) 0 0 no-repeat;
	padding-left: 30px;
	color: #FFF;
	font-family: Arial, sans-serif;
	border: none;
	margin: 10px 9px 0 0;
}
/*---------------TOP - NAVIGATION-------------*/
#header .nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 750px;
	height: 44px;
	background: url(images/bg-menu.jpg) 0 0 repeat;
}
#header .nav li ul {
	background: url(images/bg-menu.jpg) 0 0 repeat;
	z-index: 1000;
	list-style: none;
}
#header .nav ul {
	float: left;
}

#header .nav ul li a {
	color: #FFF;
}
#header .nav ul li a:hover {
	text-shadow: 0px 0px 2px #FFF;
}
/*---------------HOMEBANNER-------------*/
#homebanner {
	background: url(images/bg-banner.png) 0 0 repeat-x;
	height: 350px;
}
#homebanner .wrapper {
	background: url(images/banner-default.png) 0 0  no-repeat transparent;
	height: 350px;
}
.b {
	position: relative;
	width: 940px;
	background: transparent!important;
	overflow: hidden;
}
.b * {	color: #FFF; }

.b p {	margin-top: 15px; }

.b p, .b p * { font-size: 18px; }

.b p a { font-size: 14px; }
.b p a:hover { color: #85899e; color: #7582c7; }


.b .text {
	float: left;
	margin: 35px 0 0 55px;
	width: 540px;
	height: 265px;
	overflow: hidden;
}

.b .img {
	width: 330px;
	height: 350px;
	float: right;
	display: block;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.b h1,
.b h2 {
	text-shadow: 0px 1px 0px #fff;
	line-height: 85%;
}

.b h1 span.subtitle { font-size: 22px; }

.pages {
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	height: 30px;
}
.pages a {
	width: 12px;
	height: 12px;
	display: inline-block;
	font-size: 0px;
	overflow: hidden;
	background: url(images/ball.png) 0 -12px no-repeat;
	margin: 0 5px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	
}
.pages a.activeSlide {
	background-position: 0 0;
}
/*---------------BANNER-------------*/
#banner {
	height: 265px;
}
#banner .wrapper {
	text-align: right;
}
/*---------------CONTENT-------------*/

/*---------------CONTENT - HOME-------------*/

#content {
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	background: url(images/bg.jpg) 0 0 repeat-x;
}
#content.home {
	padding-top: 0px;
}
#content.home .wrapper {
	padding-top: 20px;
	background: url(images/banner-shadow.png) top center no-repeat;
}
.box2 {
	float: left;
	width: 460px;
	position: relative;
}
.box2:first-child {
	margin-right: 20px;
}
.boxcontent {
	padding: 30px;
}
.boxstyle1 {
	background: url(images/box-bg.png) 0 0  no-repeat;
}
.boxstyle1 .boxshadow {
	width: 100%;
	height: 20px;
	background: url(images/box-shadow.png) 50% 50% no-repeat #FFF;
	display: block;
	text-align: center;
}
.boxstyle2 {}

.data {
	color: #ccc;
	margin: 0 0 0 10px;
	font-size: 10px;
}

/*---------------CONTENT - SISTEMA-------------*/

#banner .thisbanner {

	position: relative;
	display: inline-block;
	height: 265px;
	width: 880px;
	margin: 0px 0px 0px 60px;
	text-align: left;
}

#banner .thisbanner h1 { margin: 80px 0px 0px 0px; font-size: 48px; }
#banner .thisbanner h3 { margin: 15px 0px 0px 0px; font-size: 32px; }

#banner .thisbanner h1,
#banner .thisbanner h3 { width: 500px; }

#banner .thisbanner .img {
	width: 315px;
	height: 235px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-position: center right;
	background-repeat: no-repeat;
}

#banner .thisbanner * { display: none; }
#banner .thisbanner img { display: block; }

#content.sistema { background: none; }

#content.sistema .wrapper { 
	background: #F0F0F0; 
	width: 850px;
	padding: 25px 50px 25px 50px;
}

#content.sistema div.main {
	float: left;
}

/*---------------CONTENT - GRUPO-------------*/

.destaque {
	display: block;
	height: 185px;
	background: url(images/bg-destaque.png) top center no-repeat ;
	padding: 0 0 30px 0;
}
.destaque .slide {
	display: block;
	width: 100%;
	height: 215px;
	background: transparent!important;
}
.destaque .text {
	float: left;
	width: 40%;
	padding: 30px;
}
.destaque img {
	float: right;
	margin-top: 5px;
}
.destaque .pages {
	width: 47%;
	text-align: right;
	bottom: 25px;
}
.destaque .pages a {
	text-align: left;
}

.modulos-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.modulos-list li {
	display: inline-block;
	width: 160px;
	padding: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	text-align: center;
	background: url(images/bg-modulos.png) 0 0 repeat-x #FFF;
}
.modulos-list h4 {
	color: #bc0000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.modulos-list li.last-child {
	margin-right: 0px;
}
.modulos-list a:hover h4 {
	color: #eb0000;
	text-shadow: 0 0px 1px #bc0000;
}

/*---------------CONTENT - MODULO-------------*/

#content.modulo { background: none; }

#content.modulo .wrapper { 
	background: #F0F0F0; 
	width: 890px;
	padding: 25px 10px 25px 50px;
}

#content.modulo div.main {
	float: left;
	width: 585px;
}

.sidebar {
	width: 285px;
	float: right;
}
.sidebar .inner {
	padding: 15px 15px 0 15px;
}

.sidebar .box {
	border-left: 1px solid #eb0000;
	padding: 20px;
	margin-top: 20px;
	clear: both;
}
.sidebar .box h4 {
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
.sidebar .box a {
	display: block;
	line-height: 25px;
	height: 25px;
	color: #666;
}

.sidebar .box a:hover {
	color: #ccc;
}
.sidebar .box a.fiscal {
	background: url(images/icon-contab.png) 0 3px no-repeat;
	padding-left: 25px; 
}
.sidebar .box a.erp {
	background: url(images/icon-graph.png) 0 3px no-repeat;
	padding-left: 25px; 
}
.sidebar .box a.repres {
	background: url(images/icon-repres.png) 0 3px no-repeat;
	padding-left: 25px; 
}
.sidebar .box a.download {
	background: url(images/icon-down.png) 0 3px no-repeat;
	padding-left: 25px; 
}
.sidebar .box a.contato {
	background: url(images/icon-fone.png) 0 3px no-repeat;
	padding-left: 25px; 
}

.breadcrumbs {
	position: absolute;
	right: 0;
	top: 5px;
	font-family: Arial, sans-serif!important;
	z-index: 1000;
	font-size: 10px;
	color: #999;
}
.breadcrumbs * {
	font-size: 10px;
	font-family: Arial, sans-serif!important;
}
.breadcrumbs a {
	
}
/*---------------FOOTER-------------*/
#footer {
	width:100%;
	height:40px;
	margin: 20px 0 0 0; 
	position: relative;
	text-align:center;
}

#footer .copyright {
	margin-top: 10px;
	color: #a4a4a4;
	display: block;
}
/*---------------FOOTER - NAVIGATION-------------*/
#footer .nav {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
#footer .nav a {color: #383838; font-family: Arial, sans-serif; font-size: 13px;}
#footer .nav a:hover {color: #ccc!important;}

/*---------------HOME CLIENTE-------------*/
.ficha {
	background: none;
	margin-right: 0px;
}
.logged #client-login {
	width: auto!important;
	height:17px;
}
.logged #client-login .inner {
	font-family: 'lane-narrow', Arial, sans-serif;
	text-shadow: 1px 1px 2px #590303;
	padding: 0 5px 0 25px;
	background: url(images/user.png) 0 50% no-repeat;
	color:#FFF;
	text-decoration: none;
	font-size: 14px;
}
.logged #client-login a {
	font-size: 11px;
	color: #FFF;
	margin-left: 12px;
}
.logged #client-login a:hover {
	text-shadow: none;
}
.client ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}
.client ul li {
	display: inline;
	position: relative;
	margin: 0;
}
.client ul li a {
	padding: 10px;
	display: inline-block;
	font-size: 15px;
}
.client li ul li {
	display: block;
	float: none;
}
.client {
	width: 100%;
	text-align: right;
	height: 37px;
}
.client ul {
	background: url(images/bg-menu-cliente.png) 0 0 repeat;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 300px 0 0 ;
}
.client a {
	color: #FFF;
	font-family: 'lane-narrow', Arial, sans-serif;
	color: #000;
	text-shadow: 0px 0px 1px #666;
}
.client a:hover {
	text-shadow: 0px 0px 1px #000;
}
.logged .button-grey {
	float: left;
	margin-left: 10px;
}

/*-----------------------------------*/
/*------- PAGINA DE DOWNLOADS -------*/
/*-----------------------------------*/

#tipos { 

	width: 970px;
	margin: 50px auto;
	clear: both;
}

#tipos > ul { height: 45px; margin: 30px 0px 0px 215px; clear: both; }

#tipos > ul > li { 
	float: left; 
	list-style-type: none;
	list-style-image: none;
	height: 22px; 
	margin: 1px 40px 0px 0px; 
	padding: 5px 0px 0px 30px; 
	background-repeat: no-repeat;
	background-position: left top;
}

#tipos > ul li.atualiza { background-image: url(/images/dwn_windows.png); }
#tipos > ul li.instala  { background-image: url(/images/dwn_install.png); }
#tipos > ul li.dos      { background-image: url(/images/dwn_dos.png);     }
#tipos > ul li.integra  { background-image: url(/images/dwn_integra.png); }
#tipos > ul li.outros   { background-image: url(/images/dwn_outros.png);  }
#tipos > ul > li > a.selecionado { color: #9e0c0c; }

h1#txt { width: 575px; margin: 0px auto; }

#arquivos { margin: 0px 0px 0px 215px; clear: both; }

#arquivos > ul { clear: both; }

#arquivos > ul > li { 
	float: left; 
	list-style-type: none;
	list-style-image: none;
	margin: 1px; 
	padding: 7px 7px 6px 7px;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
}

#arquivos > ul > li > a { color: #333; }
#arquivos > ul > li > a:hover { color: #999999; }

#arquivos > ul:nth-child(odd) > li  { background: #EEE; }
#arquivos > ul:first-child > li     { font-weight: bold; color: #FFF; background: #333; }

#arquivos > ul > li:first-child  { width: 120px; }
#arquivos > ul > li:nth-child(2) { width: 350px; }
#arquivos > ul > li:nth-child(3) { width: 105px; text-align: center; }
#arquivos > ul > li:last-child   { width:  80px; text-align: right; }


/*-----------------------------------*/
/*------ RECURSOS DESABILITADOS -----*/
/*-----------------------------------*/

div.search { width: 189px; }
div.search input, .boxstyle2 { display: none; }