/*-----------------------------------------------------------------------------
versăo:		1.6
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/



/* ================================================================== ESTRUTURA
-----------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, Georgia;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	background: #ededed url(../image/backgroundTop.jpg) left top repeat-x;
}

/* Tudo */
#wrap { 
/* Pré-definido */
	position:absolute;
	width:760px;
	margin-left:-385px;
	left:50%;
}

	#top {
	height:237px;
	width: 760px;
	background:url(../image/topo.jpg) no-repeat bottom;
	_margin: 11px 0 0 0;
	}

	#content { color:#666666; 
	}

	#footer {
		float:left;
		width:760px;
		padding:4px 0 0 0;
	}

/* ====================================================================== GERAL
-----------------------------------------------------------------------------*/

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#666666;
font-variant:small-caps;
font-stretch:condensed;
}

h2 {
}

h3 {
}

hr {
	/* Retiramos a borda para colocar 
	novamente logo abaixo, resolvendo o 
	problema de borda dupla no IE */
	border:none; 
	border-bottom:1px solid #CCC;
}

p {
	margin:0;
	padding:0;
	color:#666666;
}


a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* ===================================================================== LISTAS
-----------------------------------------------------------------------------*/

ul {
margin:0;
padding:0;
list-style:none;
}

li {
}

/* ================================================================ FORMULÁRIOS
-----------------------------------------------------------------------------*/

form {
	margin:0;
	padding:0;
}

/* 
Năo recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
}

iframe{
width:100%;
height:500px;
}
/* ==================================================================== TABELAS 
( Quando houver alguma tabulagem )
-----------------------------------------------------------------------------*/

table {
}

/* LINHA */
tr {
}

/* COLUNA|CÉLULA */
td {
}

/* =========================================================== IDENTIFICADORES
-----------------------------------------------------------------------------*/

#content #columnLeft {
	width: 200px;
	float: left;
}

#content #columnCenter {
	width: 350px;
	float: left;
}

#content #columnRight {
	width: 200px;
	float: left;
}
#top #logo{
	position:absolute;
	height:122px;
	width:147px;
	top:5px;
	left: 35px;
}

#top #publi{
	position:absolute;
	width:322px;
	height:148px;
	_top: 80px;
	margin: 70px 0 0 404px;
	padding-top:5pt;
}

#content #box1{
_padding:60px 10px 10px 14px; 
background:url(../image/box1.jpg);
color:#FFFFFF;
}
#content #box2{
background:url(../image/box2.jpg);
color:#FFFFFF;
}
#content #box3{
background:url(../image/box3.jpg);
color:#FFFFFF;
}

#content #read{
float:left;
width:570px;
}
#content #read #text{
float:left;
margin:10px 0 0 6px;
padding:0 20px 0 20px;
width:518px;
background:url(../image/bgContent.gif) no-repeat bottom;
}

#content #read #text #noticias{
width:250px;
float:left;
margin:0 16px 0 0;
}

#content #read #text #agenda{
width:250px;
float:left;
}

#content #read #alert{
width:555px;
height:132px;
float:left;
padding:0;
margin:0 0 0 8px;
background:url(../image/bannerCentral.jpg) no-repeat;
}
#content #read #alert #alert1{
width:135px;
float:left;
margin:40px 10px 0 10px;
padding:0;
}
#content #read #alert #alert2{
width:130px;
float:left;
margin:40px 10px 0 10px;
padding:0;
}
#content #read #alert #alert3{
width:220px;
float:left;
margin:40px 0 0 10px;
padding:0;
}

#content #panel{
width:171px;
float:left;
margin:18px 0 0 12px;
background:url(../image/bgColDir.jpg) repeat-x;
}
#content #intra{
padding:0 10px 0 10px;
border-left:1px solid #bbb;
border-right:1px solid #bbb;
}
#login{
background:url(../image/loginSenha.jpg) no-repeat;
}
#login #email{
	background:none;
	border:0px solid #FF0000;
	position:absolute;
	left: 644px;
	top: 293px;
	width: 89px;
}
#login #senha{
	background:none;
	border:0px solid #FF0000;
	position:absolute;
	left: 636px;
	top: 321px;
	width: 62px;
}
#login #enviar{
	background:none;
	border:0px solid #FF0000;
	position:absolute;
	left: 699px;
	top: 321px;
	width: 35px;
	height: 21px;
}

/* =================================================================== CLASSES
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
}
.box{
height:108px;
width:157px;
float:left;
margin:12px 0 0 6px;
padding:60px 10px 10px 14px; 
}
.destaque{
font-size:18px;
color:#666666;
}


/*=====Formulario de Contato*/
#form_contato {
	width: 434px;
	margin: 0 auto;
	display: block;
	clear: both;
}
#form_contato label {
	margin: 20px 0 0 0;
	display: block
}
#form_contato label span {
	float: left;
	clear: right;
	width: 80px;
	display: block;
	margin: 0 0 0 10px;
}
#form_contato label #nome,  #form_contato label #email,  #form_contato label #tel,  #form_contato label #obs {
	display: block;
	width: 300px;
}
#form_contato #btn {
	width: 85%;
	display: block;
	text-align: right;
}
