@charset "utf-8";

/**
 *
 * Formatação de elementos em geral
 *
 **/
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	color:#333;
	background:#fff url(../imagens/bgBody.gif) repeat-x left 12px;
}

a { color:#f00; }
a:hover {
	color:#900;
	text-decoration:none;
}

img { border:none; }

p {
	font-size:80%;
	margin:15px 0;
}

h2, h3, h4 {
	color:#f00;
	margin-bottom:10px;
}
h3, h4 { color:#c00; }
h2 { font-size:140%; }
h3 { font-size:110%; }
h4 { font-size:100%; }

h2 a, h3 a { text-decoration:none; }

ul { list-style-type:none; }
ul li { font-size:80%; }

hr {
	height:1px;
	color:#ccc;
	margin:10px 0;
	background-color:#ccc;
	border:none;
}



/**
 * 
 * Formulários
 *
 **/
form fieldset {
	padding:20px;
	border:none;
}

form fieldset legend {
	font-weight:bold;
	color:#c00;
	margin-left:-10px;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
}


form fieldset label {
	display:block;
	font-size:90%;
	font-weight:bold;
}

form fieldset input {
	width:300px;
	height:20px;
	line-height:20px;
	font-size:80%;
	color:#900;
	margin:5px 0 15px;
	padding-left:3px;
	border:1px solid #7f9db9;
}

form fieldset select {
	width:305px;
	height:22px;
	line-height:22px;
	font-size:80%;
	color:#900;
	margin:5px 0 15px;
	border:1px solid #7f9db9;
}

form fieldset button {
	width:100px;
	height:30px;
	line-height:260%;
	text-align:center;
	font-size:75%;
	font-weight:bold;
	color:#f00;
	margin:5px 0;
	background:#eee url(../imagens/button.gif) no-repeat top left;
	border:none;
	cursor:pointer;
}
form fieldset button:hover,
form fieldset button:focus {
	background-position:0 -30px;
	outline:none;
}



/**
 * 
 * Header: logotipo + menu + link para download do Sincon Suporte
 *
 **/
div#header {
	position:relative;
	width:778px;
	height:145px;
	margin:0 auto;
}



/**
 * 
 * Logotipo
 *
 **/
h1#logotipo {
	position:absolute;
	top:20px;
	left:10px;
	width:270px;
	height:70px;
	overflow:hidden;
	z-index:1;
}
h1#logotipo a {
	display:block;
	width:270px;
	height:70px;
	text-indent:-9999px;
	background:url(../imagens/sincon.png) no-repeat left top !important;
	background:url(../imagens/sincon.gif) no-repeat left top;
}



/**
 *
 * Menu
 *
 **/
div#menu {
	position:absolute;
	top:110px;
	left:4px;
	width:770px;
	height:35px;
	background:#e20b00 url(../imagens/bgMenu.gif) no-repeat top left;
	z-index:2;
}
div#menu ul { list-style-type:none; }
div#menu ul li {
	display:inline;
	float:left;
	margin-top:5px;
}

div#menu ul li#menuPagInic { width:111px; }
div#menu ul li#menuSoftware { width:81px; }
div#menu ul li#menuHardware { width:85px; }
div#menu ul li#menuDesenvWeb { width:60px; }
div#menu ul li#menuSuporte { width:73px; }
div#menu ul li#menuLinks { width:59px; }
div#menu ul li#menuEmpresa { width:91px; }
div#menu ul li#menuTrabalhe { width:137px; }
div#menu ul li#menuContato { width:73px; }

div#menu ul li a {
	display:block;
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
div#menu ul li a:hover { text-decoration:underline; }

/* Opção ativa do menu */
div#menu ul li a.active {
	color:#c00;
	background-color:#fff;
	background-image:none;
}



/**
 *
 * Suporte (download dos softwares de conexão remota e link para iniciar uma conversa - chat)
 *
 **/
div.area-suporte {
	position:absolute;
	top:0;
	right:0;
	width:564px;
	height:104px;
	background:url(../imagens/bg-suporte.png) no-repeat left top;
	z-index:3;
}

/* IE6 */
* html div.area-suporte { background:url(../imagens/bg-suporte-ie6.gif) no-repeat left top; }


div#somente-downloads,
div#somente-chat {
	width:291px;
	background:url(../imagens/bg-suporte-chat.png) no-repeat right top;
}

/* IE6 */
* html div#somente-downloads,
* html div#somente-chat { background:url(../imagens/bg-suporte-chat-ie6.gif) no-repeat right top; }


div.area-suporte div.box {
	position:absolute;
	top:10px;
	width:263px;
	height:80px;
	overflow:hidden;
	z-index:4;
}

div.area-suporte div.box h2,
div.area-suporte div.box p {
	position:absolute;
	right:0;
	width:173px;
	margin:0;
}

div.area-suporte div.box h2 {
	top:0;
	height:22px;
	line-height:22px;
	font-size:100%;
	color:#c00;
	z-index:5;
}

div.area-suporte div.box p {
	top:24px;
	height:35px;
	line-height:120%;
	font-size:80%;
	background-color:#fff;
	z-index:6;
}

/* Botão */
div.area-suporte div.box p.botao,
div.area-suporte div.box noscript p.botao-alternativo {
	top:0;
	left:0;
	width:80px;
	height:80px;
	overflow:hidden;
	z-index:7;
}

div.area-suporte div.box noscript p.botao-alternativo { z-index:8; }


div.area-suporte div.box p.botao a {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
}

/* Link para acessar a página de downloads/chat */
div.area-suporte div.box p.link,
div.area-suporte div.box noscript p.link-alternativo {
	top:64px;
	height:16px;
	line-height:16px;
	text-indent:12px;
	font-size:70%;
	background:url(../imagens/bullet-telefones.gif) no-repeat left;
	z-index:9;
}

div.area-suporte div.box noscript p.link-alternativo { z-index:10; }


/* Downloads */
div.area-suporte div#suporte { left:14px; }

/* Iniciar conversa via chat */
div.area-suporte div#chat { right:14px; }



/**
 *
 * Principal: Engloba o restante do site: conteúdo principal, painel lateral, etc.
 *
 **/
div#principal {
	position:relative;
	width:778px;
	margin:0 auto;
	background:url(../imagens/bgPrincipal.png) no-repeat left top;
}


/**
 *
 * Painel (imagem)
 *
 **/
div#painel {
	width:750px;
	height:180px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	overflow:hidden;
}



/**
 *
 * Conteúdo da página (texto)
 *
 **/
div#conteudo {
	width:750px;
	min-height:350px !important;
	height:auto !important;
	height:350px;
	margin:0 auto;
	padding:0 10px 10px;
	background-color:#fff;
}

/* Bread Crumbs */
div#conteudo p#breadCrumbs {
	font-weight:bold;
	height:26px;
	line-height:26px;
	margin:0 0 20px 0;
	padding:2px 5px;
	background:#f5f5f5 url(../imagens/bgGray.gif) repeat-x top;
}
div#conteudo p#breadCrumbs a,
div#conteudo p#breadCrumbs span { font-weight:normal; }



/**
 *
 * Informações institucionais (rodapé)
 *
 **/
div#info {
	width:772px;
	height:42px;
	margin:0 auto;
	padding:25px 0 35px;
	background:url(../imagens/bgFooter.gif) no-repeat left 25px;
	clear:both;
}
div#info hr { display:none; }
div#info address {
	display:block;
	width:100%;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:80%;
	font-style:normal;
	color:#fff;
}



/**
 *
 * Atualização do Sincon Suporte
 * http://www.sincon.com.br/downloads/
 *
 **/

/* Etapas de atualização do Sincon Suporte */
div#conteudo.atualizacao p.etapa { margin-top:25px; }
div#conteudo.atualizacao ol { margin:35px 0 35px 25px; }
div#conteudo.atualizacao ol li {
	font-size:90%;
	font-weight:bold;
	color:#c00;
	margin-bottom:25px;
}

/* Texto */
div#conteudo.atualizacao ol li span {
	font-size:90%;
	font-weight:normal;
	color:#333;
}

/* Imagem */
div#conteudo.atualizacao ol li img {
	display:block;
	width:400;
	height:300px;
	margin:10px 0;
}

/* Botão "Atualizar" */
div#conteudo.atualizacao ol li a#btnAtualizar {
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#f00;
	margin-top:15px;
	background:url(../imagens/button.gif) no-repeat left top;
}
div#conteudo.atualizacao ol li a#btnAtualizar:hover { background-position:0 -30px; }



/**
 *
 * Emissão da NF-e
 * http://www.sincon.com.br/nfe/
 *
 **/
div#conteudo.nfe { padding-top:10px; }



/**
 *
 * Banners (avisos)
 *
 **/
div#overlay {
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:500;
}

div#modalBox {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	width:425px;
	height:350px;
	margin:-175px 0 0 -212px;
	padding:30px 3px 3px;
	background:#c1c1d2 url(../imagens/modalBox_425x350.gif) no-repeat top left;
	z-index:501;
}


/* Título da janela modal */
div#modalBox h2 {
	position:absolute;
	top:3px;
	left:5px;
	width:460px;
	height:24px;
	line-height:24px;
	text-indent:29px;
	font-size:90%;
	color:#333;
	background:url(../imagens/modalTitleAviso.gif) no-repeat top left;
}

/* Área do conteúdo */
div#modalBox div#content {
	width:405px;
	height:100%;
	padding:0 10px;
	margin:0;
	background-color:#fff;
	overflow:hidden;
}

div#modalBox div#content p#tel-emergencia {
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:110%;
	color:#f00;
	margin:-5px 0;
}

/* Botão "Fechar" */
div#modalBox a#btnFechar-banner {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:#e91203 url(../imagens/btnFechar.gif) no-repeat 0 0;
	z-index:104;
	overflow:hidden;
	outline:none;
}

div#modalBox a#btnFechar-banner:hover { background-position:0 -20px; }


