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


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

* {
	font: 11px "Arial Narrow", Helvetica, Arial, Georgia;
	color: #333;	
	margin: 0;
	padding: 0;
	border:none;
}

body {
	background:#FFF url(../image/bg.jpg) left top repeat-x;
}

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

	#top {
		height:249px;
	}

	#content {
	}

	#footer {
		height:100px;
		background:url(../image/marca.png) 20px 40px no-repeat;
		border-top:1px solid #e7e7e7;
	}

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

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	font-size: 19px;
}

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 { 
	color:#03C;
	text-decoration:underline;
}

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

a:visited {
}

a:hover {
}

a:active {
}

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

ul {
}

li {
}

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

form {
}

/* 
Não recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	margin:2px 0;
	padding: 3px;
	border:1px #993300 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: 180px;
	float: left;
}

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

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

#footer #copyright {
	font: 10px;
	color:#666;
	position:absolute;
	float:left;
	margin: 50px 0 0 150px;
}

#footer #by-itarget {
	font: 10px;
	color:#666;
	position:absolute;
	float:left;
	margin: 40px 0 0 670px;
}

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

.clear {
	clear:both;
}

.padding-10 {
	padding: 10px;
}

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

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

.padding-right{
	width:152px;
	padding: 10px 0 10px 10px;
}

.box {
	width:170px;
	height:100px;
	float:left;
	margin: 0 15px 15px 0;
}

.box-big {
	width:365px;
	float:left;
	margin: 0 0 15px 0;
}

.noticia {
	display:block;
}
.paragrafo
{
	text-align: justify;
	line-height: 150%;
	text-indent: 10px;
}
