/*-----------------------------------------------------------------------------
Modelo:		WebDesign
versão:		1.9
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/



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

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

/* Tudo */
#wrap { 
/* Pré-definido */
	position:absolute;
	width:700px;
	margin-left:-350px;
	left:50%;
	background:#FFF;
}

	#top {
	}

	#content {
		background:url(../image/barr.jpg) 206px top no-repeat;
	}

	#footer {
		width:700px;
		height:96px;
		background:url(../image/footer.png) left top no-repeat;
	}

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

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	padding:0;
	margin:0 0 40px 0;
	font-size:18px;
	color:#FFFFFF;
}

h2 {
	padding:0;
	margin:0;
	color:#353535;
	font-size:15px;
}

h3 {
}
h4 {
	padding:5px;
	margin:0 0 8px 0;
	background:#555;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
}

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

/* link geral */
a { 

}

/* link específico */
#content #columnCenter .paddingCenter .pagina h2 a {
	color:#353535;
}
/* ===================================================================== LISTAS
-----------------------------------------------------------------------------*/

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

li {
	margin:0;
	padding:3px 0;
}

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

form {
	margin:0;
	padding:0;
}

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

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

table {
}

/* LINHA */
tr {
}

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


/* ==================================================================== ITPACK
-----------------------------------------------------------------------------*/

#itpackNewsletter {
	display:none;
}

table tr td table tr td .age1{
}

table tr td table tr td a.age1{
	background: #575757;
	font-weight: bold;
	width: 100%;
	display: block;
	height: 24px;
	text-indent: 2px;
	vertical-align: middle;
	line-height: 200%;
}


table tr td table tr td .age2{
}
.age3{
	color: #575757;
	font-weight: bold;
	width: 100%;
	display: block;
	height: 24px;
	text-indent: 2px;
	vertical-align: middle;
	line-height: 200%;
	font-size: 18px;
}

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

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

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

#content #columnCenter a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#content #columnCenter a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#content #columnCenter a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#content #columnCenter a:active {
	color:#FFFFFF;
	text-decoration:none;
}

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

#footer #text {
	position:absolute;
	margin:60px 0 0 20px;
	float:left;
	color:#FFFFFF;
	font-size:10px;
}

#footer #byItarget {
	position:absolute;
	margin:18px 0 0 608px;
	float:left;
}

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

.clear {
	clear:both;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.paddingLeft {
	width:165px;
	padding:30px 0 20px 30px;
}
.paddingCenter {
	width:460px;
	padding:15px 0 20px 20px;
}
.paddingRight {
	width:150px;
	padding:30px 0 20px 20px;
}
.box {
	float:left;
	width:220px;
	margin: 0 10px 10px 0;
	height:120px;
}
.btnTemas {
	padding:7px 20px;
	margin:0 0 0 224px;
	background:#ff700d;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	position:absolute;
	float:left;
}
.btnTemas:hover {
	background:#CC0000;
}
p a .btnVoltar
{
	background: #575757;
	font-weight: bold;
}
