/*-----------------------------------------------------------------------------
versão:		1.0
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/



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

body {
	font:11px Helvetica, Arial, Georgia;
	color: #333;
	margin: 0;
	padding: 0;
	background: #C9BFAD;
}

/* Tudo */
#wrap {
	background: #EAE3D9;	
	position: absolute;	
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

	#top {
		background: #FFF;	
		height: 190px;
	}

	#content {
		background: url(../image/backgroundContent.gif);
	}

	#footer {
		background: #FFF;	
		height: 50px;
	}

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

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	color:#333;
}

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;
}

a:link {
	color:#0066CC;
}

a:visited {
}

a:hover {
	color:#0099FF;
}

a:active {
}

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

form {
	margin:0;
	padding:0;
}

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

/* ==================================================================== TABELAS 
( Quando houver alguma tabulagem )
-----------------------------------------------------------------------------*/

table {
padding:0;
margin:0;
}

/* LINHA */
tr {
padding:0;
margin:0;
}

/* COLUNA|CÉLULA */
td {
padding:0 6px;
margin:0;
}

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

#content #menuLeft {
	width:178px;
	float:left;
}

#content #menuLeft #alturaMenu {
	height:150px;
}

#content #centerContent {
	width:404px;
	float:left;
}

#content #menuRight {
	width:178px;
	float:left;
}

#content #centerContent #center {
	padding:0 13px;	
}

#content #centerContent p {
	padding:10px 10px 0 10px;	
}


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

.clear {
	clear:both;
}

.paddingDiv {
	padding:15px;
}
