/***************************************************************************************************************** 
	Folha de Estilos do site da TRY Tecnologia
	Outubro de 2009
	Ionaldo Carvalho Junior (ionaldo@trytecnologia.com)
*****************************************************************************************************************/


/*
	CSS RESET
*/

dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	color: black;
	margin: 0;
	background: url("../imgs/bg_geral_conteudo.png") top left repeat-x;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}


/*
	MARCAÇÃO
*/

html {
	background: url("../imgs/bg_geral.png") repeat-x top left;
}

body {
	background: url("../imgs/bg_topo.png") no-repeat top left;
	font: 12px "Trebuchet MS", Tahoma, Arial, Sans-serif;	
	margin: 0;
	padding: 0;
}

#geral {
	background: url("../imgs/bg_topo.png") no-repeat top left;
	width: 982px;
	margin: 0 20px;
	padding: 0;
}

#bgGeral {
	background: url("../imgs/bg_topo.png") no-repeat top left;
	width: 982px;
	margin: 0 20px;
	padding: 0;
}


/*
	LATERAL ESQUERDA
*/

#menu {
	width: 230px;
	overflow: hidden;
	float: left;
}

#menu h1 {
	background: url("../imgs/logo.png") no-repeat top left;
	width: 190px;
	height: 126px;
	text-indent: -3000px;
	margin: 15px 0;
}


/*
	CONTEUDO
*/

#conteudo {
	width: 752px;
	overflow: hidden;
	float: right;
	margin: 0 0 25px 0;
	/* border-left: 1px solid #5A9696; */
}

#conteudo p {
	width: 95%;
	line-height: 150%; 
	/* border-left: 1px solid #5A9696; */
}

/*
	MENU
*/

ul {
	margin: 20px 0 0 35px;
}



#menu ul li.inicio, #menu ul li.quem, #menu ul li.solucoes, #menu ul li.projetos, #menu ul li.parceiros, #menu ul li.contato, #menu ul li.clientes {
	background: url("../imgs/menu_off_inicio.png") no-repeat;
	width: 150px;
	height: 30px;
	text-indent: -3000px;
	display: block;
}

#menu ul li.quem {
	background: url("../imgs/menu_off_quem.png") no-repeat;
}

#menu ul li.solucoes {
	background: url("../imgs/menu_off_solucoes.png") no-repeat;
}

#menu ul li.projetos {
	background: url("../imgs/menu_off_projetos.png") no-repeat;
}

#menu ul li.parceiros {
	background: url("../imgs/menu_off_parceiros.png") no-repeat;
}

#menu ul li.contato {
	background: url("../imgs/menu_off_contato.png") no-repeat;
}

#menu ul li.clientes {
	background: url("../imgs/menu_off_clientes.png") no-repeat;
}

ul li a:hover {
	background: url("../imgs/menu_on_inicio.png") no-repeat;	
	text-indent: -3000px;
	margin: 0;
	padding: 0;
}

ul li a.inicio:hover {
	background: url("../imgs/menu_on_inicio.png") no-repeat;	
}

ul li a.quem:hover {
	background: url("../imgs/menu_on_quem.png") no-repeat;	
}

ul li a.solucoes:hover {
	background: url("../imgs/menu_on_solucoes.png") no-repeat;	
}

ul li a.projetos:hover {
	background: url("../imgs/menu_on_projetos.png") no-repeat;	
}

ul li a.parceiros:hover {
	background: url("../imgs/menu_on_parceiros.png") no-repeat;	
}

ul li a.contato:hover {
	background: url("../imgs/menu_on_contato.png") no-repeat;	
}

ul li a.clientes:hover {
	background: url("../imgs/menu_on_clientes.png") no-repeat;	
}

#menuLista ul{
  list-style:none;
  text-indent:-9999em;
}

#menuLista li a{
  display:block;
  text-decoration:none;
  width:100%;
  height:100%;
  top:0;
  border: 0;
}

li img a {
	border: none;
}


/*
	BOX PARCEIROS
*/

#parceiros {
	width: 700px;
	margin: 5px;
	padding: 5px;
}

#parceiros p {
	font-size: 9px;
	color: #326B6B;
	margin: 1px;
	padding: 0;
}

#parceiros h2 {
	text-indent: -9999px;
	background: url("../imgs/parceiros.png") no-repeat top left;
	width: 603px;
	height: 80px;
}


/*
	BOX INFORMAÇÕES
*/

#informacoes {
	width: 700px;
	margin: 5px;
	padding: 5px;
}

#informacoes p {
	font-size: 11px;
	color: #FFF;
	margin: 1px;
	padding: 0;
}

#informacoes p a {
	color: #FFF;
	text-decoration:none;
}

#informacoes p a:hover {
	text-decoration: underline;
}

#informacoes p span {
	float: right; 
	margin: -30px 50px 0 245px;
}


/*
	BOX DESTAQUE
*/

#destaque {
	width: 650px;
	margin: 5px;
	padding: 5px;
	background: url("../imgs/bg_destaque.png") repeat; 
}

#destaque p {
	font-size: 12px;
	color: #000;
	padding: 0;
}

#destaque p a {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

#destaque p a:hover {
	text-decoration: underline;
}

#destaque p img {
	float: left;
	margin: 0 10px 0 5px;
}

#destaque p span img {
	float: right;
	margin: 5px;
	padding: 5px 5px 5px 15px;
	border-left: 1px solid #030;
	vertical-align: top; 
}

a img {
	border: none;
}

/*
	BOX CAPA
*/

#boxSolucoes {
	width: 300px;
	float: left;	
	padding: 65px 5px 5px 5px;
	margin: 10px 0 15px 0;
	background: url("../imgs/tit_capa_solucoes.png") no-repeat top left;	
}

/*
#boxSolucoes h2 {
	width: 262px;
	height: 56px;
	margin: 0 0 15px 0;
	vertical-align: top;
	background: url("../imgs/tit_capa_solucoes.png");
	text-indent: -9999px;
}
*/

#boxSolucoes p {
	width: 93%;
	margin: 0 0 0 12px;
}

#boxSolucoes a, #boxEquipe a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#boxSolucoes a:hover, #boxEquipe a:hover {
	text-decoration: underline;
}

#boxEquipe {
	width: 300px;
	float: right;
	margin: 10px 80px 12px 0;
	padding: 65px 5px 5px 5px;
	background: url("../imgs/tit_capa_equipe.png") no-repeat top left;
}

/*
#boxEquipe h2 {
	width: 262px;
	height: 56px;
	margin: 0 0 15px 0;
	vertical-align: top;
	background: url("../imgs/tit_capa_equipe.png");
	text-indent: -9999px;	
}
*/

#boxEquipe p {
	width: 93%;
	margin: 0 0 0 15px;
}


/*
	BOX CONTATO
*/

#contato {
	width: 625px;
	margin: 25px 5px 5px 5px;
	padding: 5px 15px 15px 15px;
	background: url("../imgs/bg_destaque.png") repeat; 
}

#contato h2.contato {
	background: url("../imgs/tit_contato.png") no-repeat;
	width: 192px;
	height: 44px;
	text-indent: -9999px;
}

#contato p {
	width: 240px;
	font-size: 12px;
	color: #000;
	padding: 0;
}

#contato p a {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

#contato p a:hover {
	text-decoration: underline;
}

#contato p img {
	float: left;
	margin: 0 10px 0 5px;
}

#contato p span img {
	float: right;
	margin: 5px;
	padding: 5px 5px 5px 15px;
	border-left: 1px solid #030;
	vertical-align: top; 
}

#contato #boxForm {
	width: 240px;
	float: right;
	margin: 15px 0 0 15px;
}

#boxForm input, #boxForm textarea {
	border: 1px solid #326B6B;
	background: #C1DADA;
	width: 200px;
	padding: 3px;
	margin: 3px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#boxForm textarea {
	height: 60px;
}

#boxForm form .botaoInput {
	background: url(../imgs/bg_destaque.png);
	border: none;
	font-size: 12px;
	font-weight: bold;
	width: 30px;
	text-align: right;
	float: right;
	margin: 5px 35px;
}

/*
	Formulário de Contato da página interna
*/

 #boxFormInterno {
	width: 420px;
	float: left;
	margin: 15px 0 0 15px;
}

#boxFormInterno input, #boxFormInterno textarea {
	border: 1px solid #326B6B;
	background: #C1DADA;
	width: 400px;
	padding: 3px;
	margin: 3px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#boxFormInterno textarea {
	height: 60px;
}

#boxFormInterno form .botaoInput {
	background: url(../imgs/bg_destaque.png);
	border: none;
	font-size: 12px;
	font-weight: bold;
	width: 30px;
	text-align: right;
	float: right;
	margin: 5px 35px;
}

/*
	TÍTULOS
*/

.titQuem, .titParceiros, .titProjetos, .titSolucoes, .titContato, .titClientes {
	background: url("../imgs/tit_quem.png") no-repeat;
	height: 35px;
	text-indent: -9999px;
}

.titParceiros {
	background: url("../imgs/tit_parceiros.png") no-repeat;
}

.titProjetos {
	background: url("../imgs/tit_projetos.png") no-repeat;
}

.titSolucoes {
	background: url("../imgs/tit_solucoes.png") no-repeat;
}

.titContato {
	background: url("../imgs/tit_contatos.png") no-repeat;
}

.titClientes {
	background: url("../imgs/tit_clientes.png") no-repeat;
}


#parceirosInterno img, #clientesInterno img {
	padding: 5px;
	margin: 5px;
	text-align: center;
}

#boxSolucao {
	width: 650px;
	margin: 5px;
	padding: 5px;
	/*	background: url("../imgs/bg_destaque.png") repeat;  */
}

#boxSolucao a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#boxSolucao a:hover {
	text-decoration: underline;
}

#solucoesIcones img {
	border: none;
	margin: 0 5px;
}

#solucoesIcones a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#solucoesIcones a:hover {
	text-decoration: underline;
}


/* LINKS */

a {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

a:link {
	text-decoration: none; 
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #000;
}


/*
	RODAPE
*/

#rodape {

	margin: 0;
}

#rodape .inner {
	width: 982px;
	overflow: hidden;
	margin: 10px 20px;	
}

#rodape .inner p {
	padding: 10px 0 0 0;
	font-size: 9px;
	line-height: 130%;
}

#rodape p span {
	float: right;
	text-align: right;
	margin: -30px 0 0 0;
}

#rodape a {
	color: #000;
	text-decoration: none;
}

#rodape a:hover {
	text-decoration: underline;
}

#rodape p img {
	float: left;
	margin: 0px 5px;
}

