li{
	list-style: none;
	line-height: 22px;
}
body {
    color: #333;
    font-size: 12px;
    font-family: Tahoma, Verdana, Sans;
    background: #f4f4f4 url(../images/background.gif) repeat-x;
    margin: 0;
}
img{
	border: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: none;
}
table{

	border: 0 none;
}
td{
	border: 0 none;
}
h1{
	font-size: 22px;
}
h2.italic{
	font-weight: normal;
	font-style: italic;
	color: #1e3f6b;
}
h3{
	margin-top: 25px;
}
h4{
	font-size: 12px;
}

p{
	line-height: 20px;
}

/**************************************/
/********* CLASSES GENERICAS***********/
/**************************************/

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear:both;
}
.light_gray{
	color: #999;
}
.border{
	border: 1px solid #dedede;
}

.separador{
	height: 20px;
	background:  url(../images/separador.gif) center center no-repeat ;
	clear:both;
	margin: 10px 0 0 0;
	padding: 0;
}
.bullet{
	list-style-image: url(../images/bullet.gif);
}
.bullet2{
	list-style: disc;
}
.pageTitle{
	margin-left: 15px;	
}
.red{
	color: #990000;
	}
.title1{
	font-size: 18px;
}
.title2{
	font-size: 22px;
}
.titleWrap{
	clear: both;
	padding: 10px 10px 10px 15px;
	background: url(../images/shoppings_topbg.gif) top repeat-x ;
	margin-bottom: 10px;
	width: 905px;
	height: 70px;
}
.noMargin{
	margin: 0;
}
.light{
	font-weight: normal;
}
.block{
	display: block;
}

/**************************************/
/************* ESTRUTURA **************/
/**************************************/


 #top{
 	height: 160px;
	background:#e4e4e4 url(../images/topBackground.gif) repeat-x ;
	margin-bottom: 15px;
 }
#menuWrap {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
}

#menuWrap .logo{
	float:left;
	margin: 25px 10px 0 10px;
}


/**************************************/
/**************** MENU ****************/
/**************************************/
#top #menuWrap #menu a {
	display: block;
	height: 35px;
}
#top #menuWrap #menu{
	margin: 60px 10px 0 0;
	padding: 0px;
	width: 755px;
	float: right;
}
#top #menuWrap #menu li{
	height: 35px;
	margin: 0;
	float:left;
}

#home a:hover { background: transparent url(../images/homeOver.gif)  no-repeat;}
#empresa a:hover { background: transparent url(../images/empresaOver.gif)  no-repeat;}
#equipamentos a:hover { background: transparent url(../images/equipamentosOver.gif)  no-repeat;}
#parceiros a:hover { background: transparent url(../images/parceirosOver.gif)  no-repeat;}
#shoppings a:hover { background: transparent url(../images/shoppingsOver.gif)  no-repeat;}
#producao a:hover { background: transparent url(../images/producaoOver.gif)  no-repeat;}
#anunciar a:hover { background: transparent url(../images/anunciarOver.gif)  no-repeat;}
#contato a:hover { background: transparent url(../images/contatoOver.gif)  no-repeat;}
#addsocial a:hover { background: transparent url(../images/addsocialOver.gif)  no-repeat;}

#home a { background: none;}
#empresa a { background: none;}
#equipamentos a { background: none;}
#parceiros a { background: none;}
#shoppings a { background: none;}
#producao a { background: none;}
#anunciar a { background: none;}
#contato a { background: none;}
#addsocial a { background: none;}

#home {background: url(../images/home.gif) no-repeat; width: 62px; }
#empresa {background: url(../images/empresa.gif) no-repeat; width: 62px; }
#equipamentos {background: url(../images/equipamentos.gif) no-repeat; width: 111px; }
#parceiros {background: url(../images/parceiros.gif) no-repeat; width: 86px; }
#shoppings {background: url(../images/shoppings.gif) no-repeat; width: 85px; }
#producao {background: url(../images/producao.gif) no-repeat; width: 89px; }
#anunciar {background: url(../images/anunciar.gif) no-repeat; width: 84px; }
#contato {background: url(../images/contato.gif) no-repeat; width: 78px; }
#addsocial {background: url(../images/addsocial.gif) no-repeat; width: 97px; }


/**************** SUB-MENU ****************/
		#menu #shoppings #subMenu {
			float:left;
			z-index: 500;
			padding: 0;
			margin: 0 0 0 0;
			clear:both;
			}

		#menu #shoppings #subMenu li.noBG{
			margin: 0;
			padding: 3px 0 0 0;
			font-size: 11px;
			overflow: hidden;
			text-align: center;
			width: 87px;
			height: 25px;
			display:block;
			}
	 	#menu #shoppings #subMenu li:hover{
			background: none;
			}
		#menu #shoppings #subMenu a:hover{
			background: none;
			}
		#menu ul, #menu  li:hover ul ul, #menu ul li:hover ul ul {
			overflow: hidden;
			display: none;
		}
	
		#menu  li:hover ul, #menu  ul li:hover ul, #menu  ul ul li:hover ul {
			overflow: hidden;
			display: block;
		}



/*******************MENU INTERNO****************************/

#menuRed{
	float: left;
	width:925px;
	height: 50px;
	margin: 5px 0 15px 10px;
}

#menuRed img{
	float: left;
	margin: 0;
}

#menuRed a{
	display: inline-block;
	background: #b90101;
	height: 25px;
	float: left;
}

#menuRed a:hover, #menuRed a.actived{
	height: 30px;
}

#menuRed.margins{
padding: 25px 0 0 25px;
}

/*************************************************************/


#main{
	text-align: left;
    width: 1000px;
    margin: 0 auto;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;

}

#main #banner{
	clear:both;
	padding: 10px;
	margin-bottom: 15px;
}
#main #left{
	display: inline;
	float: left;
	width: 645px;
	padding: 10px;
	clear:both;
	margin-left: 10px;

}
#main #left .motivos{
	margin-top:40px;
}
#main #right{
	display: inline;
	float: right;
	width: 305px;
	padding: 10px;
	
}


#main #content{
	background: #f1f1f1;
	padding: 10px;
	margin: 10px 0 20px 0;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
} 
#main #content div.shoppingsContent{
	width:420px;
	padding: 10px;
	float:left;
	display: inline;
	margin-left: 30px;
	}
#main #content div.shoppingsContent a{ 
	width:420px;
	height: 160px;
	display: block;
	
	}
	
#main #content div.shoppingsContent p{
	width: 160px;
	float: left;
	padding-top: 40px;
	margin-left: 10px;
	}
#main #content div.shoppingsContent p span.nome{
	font-size: 18px;
}
#main #content #empresaTopContent{
	margin-left: 40px;
	width: 900px;
	background: url(../images/empresaBackground.jpg) no-repeat;
}
#main #content #empresaTopContent p.top{
	width: 600px;
	font-size: 16px;
	line-height: 26px;
	padding: 75px 0 75px 35px;
	margin: 0px;
	color: #1e3f6b;
	}
#main #content #empresaTopContent table{
	margin: 40px 0 40px 100px;
}

/**************** EQUIPAMENTOS ********************/

#main #content #equipamentosContent ul{
	padding-left: 0;
	margin-left: 20px;
	}

#main #content #equipamentosContent li{
	line-height: 40px;
	float: left;
	width: 450px;
	margin-left: 20px;
}

/**************** PARCEIROS ********************/
#main #content #parceirosContent{
	width: 900px;
	padding: 15px 25px 25px 25px;
}

#main #content #parceirosContent div.parceiro{
	width: 450px;
	float: left;
	
}
/**************** ANUNCIAR ********************/
#main #content #anunciarContent{
	width: 700px;
	padding: 15px 25px 25px 25px;
}

/**************** CONTEUDO ********************/
#main #content #conteudoContent{
	padding: 15px 25px 25px 25px;
}

#main #content #conteudoContent div.titleWrap{
	margin-bottom: 0;
	padding-bottom: 0;	
}

#main #content #conteudoContent div.titleWrap h1{
	margin-top: 10px;
}



/**************** AMBIENTES ********************/
#main #content #ambientesContent{
	padding: 15px 25px 25px 25px;
}
#main #content #ambientesContent #infoTable{
	font-size: 11px;
	line-height: 11px;
	padding: 15px;
	float: right;
	width: 280px;
	background: #fcfcfc;
}
#main #content #ambientesContent #infoTable li{
	line-height: 15px;
	margin-bottom: 2px;
}
#main #content #ambientesContent #influencia{
	clear:left;
}
#main #content #ambientesContent img.logo{
	margin: 0 10px 10px 0;
}
#main #content #ambientesContent p.intro{
	width: 590px;
	float: left;
}
#main #content #ambientesContent table{
	border: 1px solid #dedede;
	text-align: center;
	font-size: 14px;
	background: #ffffff;
	padding: 5px;
	width: 500px;
	margin-bottom: 10px;
	float: left;
}

#main #content #ambientesContent td{
	background: #EAEAEA;
	padding: 12px 10px 12px 10px;
}
#main #content #ambientesContent ul.thumbsWrap{
	float: right;
	width: 395px;
	margin: 0px;
	padding: 0px;
	
}
#main #content #ambientesContent li.thumbs{
	background: #FFFFFF;
	padding: 10px;
	margin: 0 0 10px 10px;
	float: left;
	line-height: 10px;
	display: inline;
}

#main #content #ambientesContent div.flashWrap{
	clear: both;
	padding: 10px;
	border: 1px solid #dedede;
	background: #ffffff;
	margin-bottom: 20px;
	}
	
	

/**************** CONTATO ********************/
#main #content #contatoContent #contatoLeft { 

	padding: 20px 0 0 20px;
	font-size: 13px;
	float: left;
	width: 400px;
	}
#main #content #contatoContent #contatoRight { 
	padding-top:20px;
	float: right;
	width: 500px;
	
	}
#main #content #contatoContent #contatoRight label { 
	display: block; 
	margin-bottom: 20px; 
	}
#main #content #contatoContent #contatoRight span { 
	color: #c00; 
	}
#main #content #contatoContent #contatoRight .txt { 
	border: 1px solid; 
	border-color: #ccc #eee #eee #ccc; 
	display: block; 
	margin-top: 10px; 
	padding: 5px; 
	}
#main #content #contatoContent #contatoRight .btn { 
	border: 1px solid; 
	border-color: #eee #ccc #ccc #eee; 
	cursor: pointer; 
	padding: 5px; 
	background-color: #EEEEEE; 
	}
	
	
/**************** ADD SOCIAL ********************/
#main #content #addsocialContent{
	width: 700px;
	padding: 15px 25px 25px 25px;
}
#main #content #addsocialContent #ongs p{
	width: 200px;
	float:left;
}


/**************** ANUNCIANTES HOME ********************/

#ads{
	margin-top: 30px;
	clear: both;
	background: #ffffff;
	height: 260px;	
}
#adsWrap{
	text-align: left;
   	width: 960px;
    margin: 0 auto;
	padding: 20px;	
}
#adsWrap p{
	float: left;
	width: 640px;
	padding: 0;
	display: inline;
	margin-bottom: 10px;

}
#adsWrap ul{
	float: left;
	width: 640px;
	padding: 0;
	display: inline;
	margin: 0;

}
#adsWrap ul li{
	padding: 10px 0 10px 0;
	float: left;
	width: 160px;
	display: inline-block;
	text-align: center;
}


/**************** BOTTOM ********************/
#bottom{
	clear:both;
	background: #EAEAEA;
}
#bottomWrap{
	text-align: left;
    width: 960px;
    margin: 0 auto;
	padding: 30px 20px 20px 20px;
	font-size: 11px;
}

#bottomWrap #footLeft{
	float: left;
	width: 450px;
	padding: 0;
	margin: 0;
}
#bottomWrap #footLeft li{
	line-height: 18px;
}
#bottomWrap #footLeft img{
	margin-bottom: 5px;
}
#bottomWrap #footRight{
	text-align: right;
	float: right;
	width: 400px;
	padding: 0;
	margin: 0;
}
#bottomWrap #footRight img{
	margin-left: 30px;
}

#copyright{
	padding-top: 20px;
	clear:both;
	text-align: center;
}

