/*-----------------------------------------------------------------------------
Modelo:		WebDesign
versao:		2.0
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/


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

* {
	font: 12px Helvetica, Arial, Georgia;
	color: #333;	
	margin: 0;
	padding: 0;
	border:none;
	line-height:150%;
}

body {
	background:#104181;
}

/* Tudo */
#wrap { 
	/* Pre-definido */
	display:block;
	width:777px;
	margin: 0 auto;
	background:#FFF;
}

	#top {
		height:237px;
	}

	#content {
		background:url(../image/content-bg.png) left top repeat-y;
	}

	#footer {
		height:100px;
		border-top:1px solid #CCC;
	}

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

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	font-size: 19px;
	color:#104181;
	font-weight:normal;
	margin: 0 0 7px 0;
}

h2 {
	font-size: 16px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	font-weight:bold;
}

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:2px 0;
	padding:2px 0;
}

strong {
	font-weight:bold;
}

iframe {
}

/* link geral */
a { 
}

/* link específico */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

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

ul {
	list-style:none;
	display:block;
}

li {
	margin: 7px 0;
}

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

form {
}

/* 
Não recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	margin:2px 0;
	padding: 3px;
	background:#eeeeee;
	border:1px #0099FF solid;
}

/* ==================================================================== 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 .age2{
}

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

#content #column-left {
	width: 181px;
	float: left;
}

#content #column-center {
	width: 590px;
	float: left;
}

#content #column-right {
	width: 200px;
	float: left;
}

#footer #copyright {
	text-indent:-2000px;
}

#footer #by-itarget {
	font: 10px;
	background-color: #FFF;
	height: 50px;
}

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

.clear {
	clear:both;
}

.padding-10 {
	padding: 10px;
}

.padding-left{
	width:161px;
	padding: 20px 0 20px 20px;
}

.padding-center{
	width:560px;
	padding: 20px 0 20px 20px;
}


.box {
	width:240px;
	height:85px;
	float:left;
}

.noticia {
	display:block;
}
.top {
	float:left;
	position:absolute;
}

.photo {
	float:left;
	clear: right;
	position:absolute;
	margin: 190px 0 0 544px;
}
.box-right {
	float:right;
	width:235px;
	height:230px;
}
/*div #column-center div.padding-center table tbody tr td table tbody tr td
.pagina table
{
	float: left;
	clear: left;
	display: block;
	width: 50%;
}
.pagina table tbody tr td table
{
	width: 100%;
}*/

