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


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

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

body {
	background:url(../image/bg-new-texture.jpg) left top;
}

/* Tudo */
#wrap { 
	/* Pre-definido */
	display:block;
	width:800px;
	margin: 0 auto;
	background:#FFF;
	background:url(../image/content-bg.jpg) left top;
}

	#top {
		height:174px;
	}

	#content {
		background: url(../image/content-bg.png) left top repeat-y;
				padding: 0 0 10px 0;
				width:800px;
margin: 0 auto;
	}

	#footer {
		height:81px;
		background:url(../image/footer-bg.png) left top no-repeat;
		width:800px;
margin: 0 auto;

	}

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

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

/* ==================================================================== 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
-----------------------------------------------------------------------------*/
#photo {
	margin-top: 180px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 571px;
}

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

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

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

#footer #copyright {
	color:#FFF;
	font-size:10px;
	position:absolute;
	float:left;
	margin: 13px 0 0 13px; 
}

#footer #by-itarget {
	font-size: 8px;
	position:absolute;
	float:left;
	margin: 20px 0 0 715px; 
}

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

.clear {
	clear:both;
	font-size:1px;
}

.padding-10 {
	padding: 10px;
}

.padding-center{
	width: 534px;
	padding: 10px 0 10px 30px;
}

.padding-right{
	float:left;
	width:203px;
	padding: 10px 0 10px 10px;
}

.padding-right img{
	margin:8px 0 8px 8px;
}

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

.noticia {
	display:block;
}
.left {
	float:left;
	position:absolute;
}
.right-photo {
	float:right;
	width:200px;
	height:250px;
}
.texto-bold {
	font-size: 14px;
	font-weight: bold;
}
.apoio {
	float:left;
}
#sorteio{
	float:left;
	position:absolute;
	z-index:1;
	margin: 300px 0 0 50px;
}

