/* tags */
html {
	background: #FFF url(../img/layout/bg_html.gif) left 30px repeat-x;
	height: 100%;
}
body {
	height:100%;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #666;
	background: transparent;
}
a {
	color: #80A60D;
	cursor: pointer;
}
a:hover {
	color: #2D8D99;
}
label {
	display: block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	color: #2D8D99;
	margin-top: 6px;
	letter-spacing: -1px;
}
input,button,textarea,select {
	background: #FFF url(../img/layout/form/bg_input.gif) 0 0 repeat-x;
	border: 1px solid #CCC;
	border-color:#DDD #CCC #CCC #DDD;
	padding: 2px;
	margin-bottom: 4px;
	font-size: 14px;
}
input:focus,button:focus,textarea:focus,select:focus {
	border-color: #000;
}
button {
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #FFF;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	color: #000;
	background: #FFF;
	overflow: visible;
	padding: 3px 4px;
	margin-right: 3px;
}
#conteudo form p.captcha {
	margin: 15px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}
#conteudo #ContatoIndexForm input,
#conteudo #ContatoIndexForm textarea {
	width: 270px;
}
#conteudo #ContatoIndexForm #ContatoFone {
	width: 115px;
}
#conteudo #ContatoIndexForm #ContatoCaptcha {
	width: 50px;
}
button:hover {
	color: #333;
}
/* paging */
ul.paging {
	display: block;
	text-align: center;
	border-bottom: #28B 3px solid;
	margin: 20px 0 0 0;
	padding: 5px 0;
}
ul.paging li.title{
	display: block;
	clear: both;
	padding: 10px;
	text-align: left;
	border-bottom: #28B 2px solid;
}
ul.paging li,
ul.paging li a {
	display: inline;
	color:#28B;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
ul.paging li.numbers,
ul.paging li.numbers a {
	padding: 0 5px;
}
ul.paging li span.current {
	background: #28B;
	color: #FFF;
	font-size: 18px;
	padding: 0 5px;	
}
ul.paging li.first a,
ul.paging li.prev a,
ul.paging li.next a,
ul.paging li.last a {
	font-size: 16px;
	letter-spacing:-1px;
	padding: 0 5px;
}
div#breadCrumbs {
	padding: 0 0 15px 0;
	margin: -10px 0 0 0;
	position: relative;
	float: left;
	display: inline;
	width: 505px;
}
/* layout */
#corpo {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../img/layout/bg_corpo.jpg) 0 0 repeat-y;
}
#topo {
	height: 187px;
	padding: 11px 0 0 0;
	background: #FFF url(../img/layout/bg_sombra_topo.jpg) right 30px no-repeat;
}
#topo #showData {
	position: absolute;
	width: 778px;
	margin: 13px 0 0 -404px;
	padding: 0 15px 0 0;
	font-size: 11px;
	text-align: right;
	left: 50%;
	top: 0;
}
#topo #banner {
	position: relative;
	float: left;
	display: inline;
	width: 558px;
	margin: 19px 0 0 -14px;
	height: 168px;
	z-index: 900;
	text-indent: -9999px;
	overflow: hidden;
	background: #FFF url(../img/layout/bg_banner.jpg) 0 0 no-repeat;
}
#topo h1 {
	display: inline;
	float: left;
	position: relative;
	z-index: 1000;
}
#topo h1 a {
	display: inline;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 228px;
	height: 187px;
	background: transparent url(../img/layout/logo.png) 0 0 no-repeat;
}
#navegacao {
	width: 218px;
	display: inline;
	float: left;
	position: relative;
	background: #343434;
}

#navegacao ul {
	width: 190px;
	display: inline;
	float: left;
	padding: 15px 14px;
	background: #212121;
}

#navegacao ul li {
	display: inline;
	float: left;
}

#navegacao ul li a {
	display: inline;
	float: left;
	text-transform: uppercase;
	word-spacing: 1px;
	color: #D7D7D7;
	width: 175px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #303030;
	text-decoration: none;
	padding: 8px 5px;
}
#navegacao ul li a:hover {
	color: #C0FF00;
}
form#centralDeSuporte {
	display: inline;
	float: left;
	position: relative;
	width: 150px;
	background: transparent url(../img/layout/bg_topo_intranet.jpg) 0 0 no-repeat;
	padding: 15px 34px;
}
form#centralDeSuporte legend {
	text-align: center;
	color: #C0FF00;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #000;
}
* html form#centralDeSuporte legend {
	margin: 0 0 0 -6px;
	border: none;
}
*+html form#centralDeSuporte legend {
	padding: 0 10px 5px 0;
	margin: 0 0 0 -6px;
}
form#centralDeSuporte label {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}
form#centralDeSuporte input {
	width: 144px;
}
form#centralDeSuporte input:focus {
	border: 1px solid #C0FF00;
}
form#centralDeSuporte #divLogin {
	padding: 10px 0 0 0;
	border-top: 1px solid #555;
}
form#centralDeSuporte button {
	background: transparent url(../img/layout/btn_black.jpg) left center no-repeat;
	width: 73px;
	float: right;
	display: inline;
	color: #FFF;
	font-size: 12px;
	padding: 3px 0 6px 0;
	text-transform: lowercase;
	border: none;
}
* html form#centralDeSuporte button {
	padding: 1px 0;
}
*+html form#centralDeSuporte button {
	padding: 1px 0;
}
form#centralDeSuporte #iForgetThePassword {
	display:  block;
	text-align: right;
	clear: both;
	font-size: 11px;
	color: #999;
}
#conteudo {
	display: inline;
	float: left;
	position: relative;
	width: 505px;
	min-height: 305px;
	height: auto !important;
	height: 305px;
	padding: 25px 30px 25px 25px;
	background: #FFF url(../img/layout/bg_sombra.jpg) top right repeat-y; 
}
#rodape {
	display: inline;
	float: right;
	position: relative;
	font-size: 11px;
	background: #FFF url(../img/layout/bg_sombra.jpg) top right repeat-y;
	padding: 0 5px 0 0;
}
#rodape address {
	display: inline;
	float: left;
	width: 531px;
	background: #E7E7E7 url(../img/layout/bg_rodape.jpg) 0 0 repeat-x;
	padding: 10px 12px;
}
#rodape address p {
	float: left;
	display: inline;
	width: 531px;
}
#rodape address p.burn {
	float: right;
	margin-top: -16px;
	text-align: right;
}
/* geral */
#conteudo {
	line-height: 150%;
}
#conteudo h2 {
	background: #FFF url(../img/layout/bg_h2.jpg) 0 0 no-repeat;
	display: inline;
	float: left;
	position: relative;
	width: 535px;
	padding: 20px 11px 20px 9px;
	margin: -25px -31px 25px -25px;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 100%;
}
#conteudo h2 span.firula {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 25px 0 0 450px;
}
#conteudo h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2D8D99;
}
#conteudo h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #80A60D;
}
/* capa */
#capa #conteudo h2 {
	text-indent: -9999px;
	overflow: hidden;
	background: #FFF url(../img/layout/bg_h2_capa.jpg) 0 0 no-repeat;
}
#capa #conteudo .links li {
	display: inline;
	float: left;
	width: 150px;
	padding: 6px 5px;
	margin: 3px;
}
#capa #conteudo .links li {
	border: 1px solid #FFF;
	background: #FFF;
}
#capa #conteudo .links li.hover {
	cursor: pointer;
	border: 1px solid #EEE;
	background: #F3FCD8;
}
#capa #conteudo .links li h3 a {
	text-decoration: none;
	color: #2D8D99;
}
#capa #conteudo h3 {
	background: transparent url(../img/layout/capa_empresa.jpg) left bottom no-repeat;
	padding-bottom: 100px;
	margin-bottom: 20px;
}
#capa #conteudo #col2 h3 {
	background-image: url(../img/layout/capa_tecnologia.jpg);
}
#capa #conteudo #col3 h3 {
	background-image: url(../img/layout/capa_suporte.jpg);
}
/* contato */
#contato h2 span.firula {
	background: transparent url(../img/layout/firula_contato.gif) 0 0 no-repeat;
	width: 44px;
	height: 41px;
	margin-top: 40px;
	margin-left: 490px;
}
#contato #conteudo form {
	display: inline;
	float: left;
	width: 280px;
}
#contato #conteudo form button {
	background: transparent url(../img/layout/btn_white.gif) left bottom no-repeat;
	width: 73px;
	float: left;
	display: inline;
	color: #FFF;
	font-size: 12px;
	padding: 0 0 3px 0;
	text-transform: lowercase;
	border: none;
}
* html #contato #conteudo form button {
	padding: 4px 0 0 0;
}
*+html #contato #conteudo form button {
	padding: 4px 0 0 0;
}
#contato #conteudo address {
	display: inline;
	float: right;
	width: 210px;
	margin: 20px 0 0 0;
	padding: 160px 0 0 0;
	background: transparent url(../img/layout/bg_contato.jpg) center top no-repeat;
}
/* produtos */
#produtos.index #conteudo ul.produtos li h3 a {
	line-height: 150%;
}
#produtos.ver #conteudo div.base div.vantagens h3 {
	background: url(../img/layout/icon/useall_icons.jpg) 0 0 no-repeat;
	padding: 5px 0 5px 35px;
}
#produtos.ver #conteudo div.base div.vantagens h3.time {
	background-position: 0 0;
}
#produtos.ver #conteudo div.base div.vantagens h3.money {
	background-position: 0 -28px;
}
#produtos.ver #conteudo div.base div.vantagens h3.notes {
	background-position: 0 -56px;
}
#produtos.ver #conteudo div.base div.vantagens h3.handShake {
	background-position: 0 -84px;
}
#produtos.ver #conteudo div.base div.vantagens h3.awesome {
	background-position: 0 -112px;
}
#produtos.ver #conteudo div.base div.vantagens h3.lock {
	background-position: 0 -140px;
}
#produtos.ver #conteudo div.base div.vantagens h3.okHand {
	background-position: 0 -168px;
}
#produtos.ver #conteudo div.base div.vantagens p {
	padding-left: 35px;
}
#produtos.ver #conteudo ul.e2_modulos {
	margin: 0;
}
#produtos.ver #conteudo ul.e2_modulos li {
	float: left;
	display: inline;
	width: 152px;
	height: 75px;
	margin: 8px;
}
#produtos.ver #conteudo ul.e2_modulos li a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 152px;
	height: 75px;
	background: #FFF url(../img/layout/e2_modulos.jpg) 0 0 no-repeat;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_administrativo a {
	background-position: 0 0;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_call_center a {
	background-position: 0 -75px;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_cod a {
	background-position: -308px -75px;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_comercial a {
	background-position: -308px 0;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_folha a {
	background-position: -154px 0;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_frotas a {
	background-position: 0 -150px;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_mig a {
	background-position: -154px -75px;
}
#produtos.ver #conteudo ul.e2_modulos li.modulo_e2_web a {
	background-position: -154px -150px;
}
#produtos.e2 #conteudo h2 {
	background: url(../img/layout/produtos/bg_h2_1.jpg) 0 0 no-repeat;
	padding-left: 150px;
	padding-top: 25px;
	padding-bottom: 18px;
	width: 395px;
}
#produtos.solucoes #conteudo ul.produtos li {
	display: inline;
	float: left;
	width: 430px;
	height: 66px;
	margin: 10px 0;
	background: transparent url(../img/layout/solucoes.jpg) 0 0 no-repeat;
	padding-left: 75px;
}
#produtos.solucoes #conteudo ul.produtos li.hover {
	background-color: #F3FCD8;
}
#produtos.solucoes #conteudo ul.produtos li#produto-1 {
}
#produtos.solucoes #conteudo ul.produtos li#produto-2 {
	background-position: 0 -66px;
}
#produtos.solucoes #conteudo ul.produtos li#produto-3 {
	background-position: 0 -132px;
}
#produtos.solucoes #conteudo ul.produtos li#produto-4 {
	background-position: 0 -198px;
}
#produtos.solucoes #conteudo ul.produtos li#produto-5 {
	background-position: 0 -264px;
}

/* paginas */
#paginas.suporte div.base {
	width: 430px;
}
#paginas.suporte h2 span.firula {
	background: transparent url(../img/layout/firula_suporte.gif) 0 0 no-repeat;
	width: 66px;
	height: 93px;
	margin-left: 460px;
}
#paginas.suporte #conteudo form#centralDeSuporte {
	background: #FFF;
	padding: 10px;
	margin: 10px 160px;
	border: 1px solid #EEE;
}
#paginas.suporte #conteudo form#centralDeSuporte legend {
	color: #80A60D;
	border: none;
	padding-bottom: 0;
}
#paginas.suporte #conteudo form#centralDeSuporte label {
	color: #2D8D99;
	font-weight: bold;
}
#paginas.suporte #conteudo form#centralDeSuporte div {
	border: none;
	padding: 0;
}
#paginas.suporte #conteudo form#centralDeSuporte button {
	background: transparent url(../img/layout/btn_white.gif) no-repeat left top;
	padding: 0 0 5px 0;
}
* html #paginas.suporte #conteudo form#centralDeSuporte button {
	padding: 0 0 1px 0;
}
/* canal_de_relacionamento */
#canal_de_relacionamento h2 span.firula {
	background: transparent url(../img/layout/firula_canal_de_relacionamento.gif) 0 0 no-repeat;
	width: 49px;
	height: 69px;
	margin-top: 22px;
	margin-left: 470px;
}
#canal_de_relacionamento #conteudo form {
	display: inline;
	float: left;
	width: 280px;
}
#canal_de_relacionamento #conteudo form button {
	background: transparent url(../img/layout/btn_white.gif) left bottom no-repeat;
	width: 73px;
	float: left;
	display: inline;
	color: #FFF;
	font-size: 12px;
	padding: 0 0 3px 0;
	text-transform: lowercase;
	border: none;
}
* html #canal_de_relacionamento #conteudo form button {
	padding: 4px 0 0 0;
}
*+html #canal_de_relacionamento #conteudo form button {
	padding: 4px 0 0 0;
}
#canal_de_relacionamento #conteudo address {
	display: inline;
	float: right;
	width: 210px;
	margin: 20px 0 0 0;
	padding: 160px 0 0 0;
	background: transparent url(../img/layout/bg_contato.jpg) center top no-repeat;
}