/* CSS Document */

body
{
	padding:0;
	margin:0;
	background:#EBEBEB url(images/fundoBase.jpg) repeat-x top center;
	font-family:Arial,Verdana;
	font-size:11px;
	color:#444;
	
}

#master
{
	position:absolute;
	width: 780px;
	top:0px;
	margin-top:0px;
	left: 50%;
	background: url(images/fundoContent.jpg) center top repeat-y;
	margin-left: -390px;
}

#header
{
	background: url(images/topoPrincipal.jpg) center top no-repeat;
	height: 203px;
	width: 780px;
	float: left;
	margin:0px;
	padding:0px;
}

#header #logo
{
	display:block;
	width:370px;
	height:53px;
	float:left;
}

#header #menu
{
	display:block;
	padding:30px 0px 0px 0px;
	height:23px;
	width:410px;
	float:left;
}

#header #subtitulo
{
	display:block;
	width:780px;
	padding:0px;
	border:none;
	margin:0px;
	height:150px;
	float:left;
}

#content
{
	float:left;
	width:750px;
	display:block;
	padding:0px 15px;
	margin:0px;
}

#footer
{
	float:left;
	width:750px;
	height:54px;
	display:block;
	padding:16px 15px 0px 15px;
	text-align:center;
	color:#FFF;
	background: url(images/fundoFooter.jpg) top center no-repeat;
}

#header #subtitulo h2
{
	display:none;
}

#home #header #subtitulo
{
	background: url(images/imgHome.jpg) center top no-repeat;
}

#quemSomos #header #subtitulo
{
	background: url(images/imgQuemSomos.jpg) center top no-repeat;
}

#oQueFazemos #header #subtitulo
{
	background: url(images/imgOQueFazemos.jpg) center top no-repeat;
}

#cases #header #subtitulo
{
	background: url(images/imgCases.jpg) center top no-repeat;
}

#clientes #header #subtitulo
{
	background: url(images/imgClientes.jpg) center top no-repeat;
}

#contato #header #subtitulo
{
	background: url(images/imgContato.jpg) center top no-repeat;
}

#header #logo a
{
	display:block;
	width:370px;
	height:53px;
	float:left;
	border:none;
}

#header #logo a span
{
	display:none;
}

#header #logo a:hover
{
	border:none;
}

/* Formatação do menu */

#menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu ul li
{
	float: left;
	margin:0px;
	padding:0px 8px;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
}

#menu ul li a, #menu ul li a:visited
{
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background:none;
}

#menu ul li a:hover
{
	font-size: 9pt;
	font-weight:bold;
	color: #FA0;
	text-decoration:none;
	background:none;
}

/* formatacao do link da pagina atual */
#quemSomos #quemSomosLi,
#oQueFazemos #oQueFazemosLi,
#cases #casesLi,
#clientes #clientesLi,
#contato #contatoLi
{
	color: #FA0;
	cursor:default;
}

/* fim menu */

.mensagemTuca
{
	width:750px;
	float:left;
	margin:0px;
	padding:0px;
	border:none;
}

#text #produtos, #text #news, #text #artigos 
{
	margin:10px 5px;
	padding:5px 14px 14px 5px;
	float:left;
	border-bottom:#999 dashed 1px;
	/*background: url(images/fundoDiv.jpg) bottom right no-repeat;*/
}

#text #produtos h4, #text #news h4, #text #artigos h4
{
	font-size:11px;
	margin:0px;
	padding:0px;
}

#text #produtos
{
	width:320px;
	text-align:justify;
}

#text #artigos
{
	width:140px;
}

#text #news
{
	width:190px;
}

#text a, #text a:visited
{
	color:#267DB3;
	text-decoration:none;
	font-weight:bold;
}

#text a:hover
{
	color:#267DB3;
	background-color:#DFECF4;
	text-decoration:none;
	font-weight:bold;
}
#text p
{
	line-height:18px;
}

h3
{
	height:34px;
	padding:16px 0px 0px 38px;
	display:block;
	background: url(images/fundoH3.jpg) top left no-repeat;
	margin: 0px -5px -5px -5px;
	font-size:14px;
}

.right
{
	float:right;
	border:none;
	margin:5px;
}

blockquote
{
	margin:0px;
	padding:10px 55px;
	border:none;
	text-align:justify;
	background:url(images/aspas1.jpg) top left no-repeat;
}

cite
{
	font-style:italic;
	font-weight:bold;
}

label
{
	font-size:10px;
	font-weight:bold;
	color:#267DB3;
	background-color:#F6F6F6;
	display:block;
	float:left;
	width:140px;
	padding:2px 2px 2px 10px;
	margin:2px;
	border-style:solid;
	border-color:#DDD;
	border-width:0px 2px 2px 0px;
}

input, textarea, select, input:hover, textarea:hover, select:hover
{
	margin-top:4px;
	border:solid 2px #DDD;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.btOK, .btOK:hover
{
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#267DB3;
	font-family: Verdana, Arial;
	text-transform:uppercase;
	border:3px double #DDD;
	background-image:url(images/button_bg.png);
	cursor:pointer;
	padding:2px 25px;
}

dt
{
	font-weight:bold;
}

#artigos dl dt
{
	margin: 10px 5px 0 5px;
	line-height:15px;
	font-size:11px;
	font-weight:normal;
}

#artigos dl dt a
{
	font-weight:bold;
	text-decoration: none;
	
}

#artigos .autor
{
	color:#666;
	font-size:9px;
}

#artigos dl dd a.leiaMais
{
	color: #5771A0;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

#artigos dl dd
{
	margin: 5px 0 0 5px;
	line-height:18px;
}

#contentText
{
	width:545px;
	margin:10px 0px;
	padding:5px 10px 20px 15px;
	float:left;
	border-right: #999 dashed 1px;
}

#contentText li
{
	line-height:18px;
	margin-top:5px;
}

#contentMenu
{
	width:160px;
	margin:10px 0px 0px 0px;
	padding:5px;
	float:right;
	border-top: #999 dashed 1px;
}

.ativo
{
	background-color:#EBEBEB;
	
}

#contentMenu ul, #contentMenu ul li
{
	list-style:none;
	margin:0px;
	padding:5px 5px;
	border:none;
}

form p
{
	margin:5px;
}

h4
{
	font-size:11px;
	font-weight:bold;
}

address
{
	font-style:italic;
	line-height:18px;
}

#clientes
{
	width:730px;
	padding:10px;
	float:left;
}

#clientes h3
{
	text-align:left;
}

#clientes img
{
	margin:10px;
}

/*****************************************
ERRO
*******************************************/
div#erroDiv
{	
	width:95%;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	text-align:left;
	height:auto;
	border-top: solid 2px #EDEDED;
	border-bottom: solid 2px #EDEDED;
	overflow:hidden;
}

div#erroDiv h2
{
	color:#FF0000;
	font-size:12px;
	margin:5px;
}

div#erroDiv div
{
	color:#4D4D4D;
	font-size:11px;
	padding:0px !important;
	margin:5px 1px !important;
}

div#erroDiv p
{
	color:#4D4D4D !important;
	font-size:11px !important;
	padding:0px !important;
	margin:2px !important;
	border:0px !important;
	display:block !important;
	width:auto !important;
	height:auto !important;
}

.dvImg
{
	border: 1px solid #999;
	background-color: #EDEDED;
	padding: 5px;
	margin: 10px;
	float: left;
}

.dvImg img
{
	border: solid 1px #999;
}

