/*-----------------------------------------------------------------------------
versăo:		1.8
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/



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

body {
	font:11px Helvetica, Arial, Georgia;
	color: #333;
	margin: 0;
	padding: 0;
	background:#83c24f url(../image/background.jpg) center top repeat-x; 
}

/* Tudo */
#backgroundEffect {
	background: url(../image/backgroundTop.jpg) center top no-repeat;
	height:227px;
}

#wrap {
	background:url(../image/backgroundCenter.png) left center repeat-y;
	position:absolute;
	width:770px;
	left:50%;
	margin-left:-385px;
}

	#top {
		background:url(../image/backgroundTopSogipa.jpg) left top no-repeat;
		width:770px;
		height:227px;
		float:left;
	}

	#content {

	}

	#footerTop {
		height:71px;
		background: url(../image/footerTop.png) left top no-repeat;
	}

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

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

/* Imagens */

img, fieldset {
	border:none;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#026e00;
}

h2 {
}

h3 {
}

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 { 
	color:#434343;
}

/* link específico */
a:link {
	color:#434343;
}

a:visited {
	color:#434343;
}

a:hover {
	color:#0d7a11;
}

a:active {
	color:#434343;
}
iframe{
	width:100%;
	height:500px;
}

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

ul {
}

li {
}

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

form {
	margin:0;
	padding:0;
}

/* 
Năo recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	border:1px solid #555;
	padding:5px;
	margin:2px;
}

#login {
	background:url(../image/boxAcesso.png) no-repeat;
	margin:0;
	width:135px;
	height:100px;
}
#login #ajuda{
	margin-top:5px;
}
#logado{
	margin:0;
	width:135px;
	height:78px;
}

#boxEmail{
	margin: 0 0 0 35px;
	background:none;
	border:none;
	width:90px;
}
#password {
	margin: 0 0 0 40px;
	width:87px;
	background:none;
	border:none;
}
#btnSend {
	margin: 4px 0 0 3px;
	width:93px;
	height:21px;
	border:none;
	background:none;
}
#parceiros{
	text-align:center;
	margin:0 auto;
}
.label{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	clear:both;
	background:#D8EECA;
	display:block;
	margin-top:15px;
}


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

table {
}

/* LINHA */
tr {
}

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

/* =========================================================== IDENTIFICADORES
-----------------------------------------------------------------------------*/
#top #logoSogipa {
	float:left;
	position:absolute;
}

#top #bannerTop {
	float:left;
	position:absolute;
	margin:140px 0 0 205px;
}

#top #menuTop {
	float:left;
	position:absolute;
	margin-top:227px;
}

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

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

#backgroundEffect #wrap #content #columnLeft #cadastroform #news{
	height:22px;
	width:140px;
	background:url(../image/boxnews.gif) no-repeat;
}

#backgroundEffect #wrap #content #columnLeft #cadastroform #news input{
	border:none;
	background:none;
	height:20px;
}

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

#content #columnRight #boxLoginPassword {
	background:url(../image/boxAcesso.png) left top no-repeat;
	width:147px;
	height:78px;
}

#footer #footerText {
	float:left;
	padding:20px;
}

#footer #byItarget {
	float:right;
	padding:7px;
	width:63px;
}


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

.age3{
	color:#0067a9;
}

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


.clear {
	clear:both;
}
.paddingLeft {
	padding:10px 15px 15px 35px
}
.paddingCenter {
	padding: 45px 15px 15px 20px;
}
.paddingRight {
	padding: 15px 15px 15px 15px;
}
.colorBlue {
	color:#0265a7;
}
.input {
	border:none;
	border:0px;
	float:left;
	position:absolute;
	background: url(../image/bgInput.png);
	padding:0;
}
.box {
	float:left;
	width:170px;
	height:100px;
	margin-right:5px;
}
.revista{
	width: 350px;
}
.revista ul{
	padding-left:60px;
	text-align:left;
	list-style:none;
}
.bgRevista{
	height:18px;
	width: 350px;
	background:url(../image/bg_pontinhos_horizontal.gif) repeat-x;
}
