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


/* ================================================================== ESTRUTURA
-----------------------------------------------------------------------------*/
/*
@font-face {
    font-family: "fontenova";
    src: url(../fonts/nomedafonteEOT.eot);
    src: local("fontenova"), url(../fonts/nomedafonteTTF.ttf) format("truetype");
} */

* {
	font: 11px Helvetica, Arial, Georgia;
	color: #333;
	margin: 0;
	padding: 0;
	border:none;
}
body {
	background: #8cc9e6 url(../image/bg.jpg) left top repeat-x;
}
/* Tudo */
#wrap {
	/* Pre-definido */
	display:block;
	width:934px;
	margin: 0 auto;
	background: #FFF;
}
#top {
	height:224px;
}
#content {
	background: url(../image/bg-center.png) left top repeat-y;
}
#footer {
	height:82px;
	background: url(../image/footer.png) left top no-repeat;
}
/* ====================================================================== GERAL
-----------------------------------------------------------------------------*/

/* Imagens */

img, fieldset {
	border:none;
}
h1 {
	font-size: 20px;
	color:#004F8B;
}
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
-----------------------------------------------------------------------------*/

#content #column-left {
	width: 210px;
	float: left;
}
#content #column-center {
	width: 710px;
	float: left;
}
#content #column-right {
	width: 200px;
	float: left;
}
#footer #copyright {
}
#footer #by-itarget {
	font: 10px;
	padding: 5px 0 0 845px;
}


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

.clear {
	clear:both;
}
.padding-10 {
	padding: 10px;
}
.padding-left {
	width:140px;
	padding: 10px 0 10px 50px;
}
.padding-center {
	width:680px;
	padding: 10px 0 10px 20px;
}
.padding-right {
	width:150px;
	background: #666;
	padding: 10px 0 10px 10px;
}
.box {
	width:200px;
	height:85px;
	float:left;
	margin:0 15px 0 0;
}
.noticia {
	display:block;
}
.banner-topo {
	margin: 0;
	float:left;
	width: 602px;
	height: 224px;
	background-color:#FFF;
}
#principal{
	width:332px;
	float:left;
}
#apoio{
	float: left;
	width: 914px;
	background: #fff;
	padding: 10px;
	margin: 10px 0 0 0 0;
}
#apoio img{
	vertical-align:middle;
	margin: 0 10px 0 5px;
}

#apoio span{
	vertical-align:middle;
	text-align: center;
	float: left;
	margin:0 30px;
}
