/*------------------------------------ 
	- Partes comuns a todas páginas 
------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline:none;
	color: #999999;
}
html{
	background: #7F931C url(../imagens/bg_html.jpg) center top repeat-x;
}
h2{
	font-size: 23px;
	color: #333333;
	font-style: italic;
	font-weight: normal;
}
h2.sub{
	font-size: 15px;
}
h3{
	font-size: 12px;
	color: #333333;
}
img{
	border: none;
}
img.moldura{
	background: url(../imagens/moldura_noticia.gif) center top no-repeat;
	padding: 6px 7px 7px 7px;
}
img.moldura_pq{
	background: url(../imagens/moldura_pq.gif) center top no-repeat;
	padding: 6px 7px 7px 7px;
}
img.moldura_gd{
	background: url(../imagens/moldura_grande.gif) center top no-repeat;
	padding: 6px 7px 7px 7px;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
p{
	line-height: 17px;
}
#central{
	background-color:#fff;
	width: 920px;
	margin: 0 auto;
	margin-top:20px;
	padding-top:20px;
}
#conteudo{
	border-bottom: 1px solid #E3EAE5;
	padding-bottom: 28px;
	margin-bottom: 13px;
	background: #fff;
}
#conteudo:after, #galeria:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
.veja_mais, .bt_submit{
	font-size: 15px;
	font-style: italic;
	background: url(../imagens/veja_mais.gif)left 8px no-repeat;
	padding-left: 11px;
	color: #333;
	border: none;
	cursor: pointer;
}
.veja_mais:hover{
	background: url(../imagens/veja_mais.gif) 4px 8px no-repeat;
	text-decoration: underline;
	font-style: italic;
}
.logovcs{
	width:245px;
	height:42px;
	text-indent:-20000px;
	background:url(../imagens/logo_vcs.jpg) no-repeat top left;
	margin:20px 0 27px 0;
}
.logoanew{
	width:97px;
	height:69px;
	text-indent:-20000px;
	background:url(../imagens/logo_anew.jpg) no-repeat top left;
	margin:0 0 0 40px;
}
#central #topo .flashinterno{
	height:183px;
	width:880px;
	padding-right:5px;

}
#topo{
	width:885px;
	margin:0 0 0 20px;
	height:290px;
}
#central .conteudointerno{
	margin-top:-120px;
}

/*------------------------------------ 
	- Menu
------------------------------------*/
#central #topo_index .estilomenu, #central #topo .estilomenu{
	width:164px;
	height:280px;
	float:left;
	margin-left:20px;
}
#central #topo .estilomenu{
	margin-left:0;
	width:884px;
	height:31px;
}
#central #topo_index .estilomenu li, #central #topo .estilomenu li{
	height:31px;
	width:163px;
	margin-top:9px;
	display:table;
}
#central #topo .estilomenu li{
	float:left;
	margin-top:0;
	margin-right:2px;
	display:block;
}
#central #topo_index .estilomenu li a, #central #topo .estilomenu a{
	height:30px;
	text-indent:-20000px;
	display:table;
}
/*------ home ------*/
.estilomenu .bthome a{
	width:116px;
	background:url(../imagens/bt_home.jpg) no-repeat top left;
}
#central #topo .estilomenu .bthome{
	width:116px;
}
.estilomenu .bthome a:hover{
	background-position:0 -30px;
}
#topo_index.marcacaohome .estilomenu .bthome a{
	background-position:0 -30px;
}
/*------ anew ------*/
.estilomenu .btanew a{
	width:93px;
	background:url(../imagens/bt_aanew.jpg) no-repeat top left;
}
#central #topo .estilomenu .btanew{
	width:93px;
}
.estilomenu .btanew a:hover{
	background-position:0 -30px;
}
#topo.marcacaoanew .estilomenu .btanew a{
	background-position:0 -30px;
}
/*------ sobre ------*/
.estilomenu .btsobre a{
	width:104px;
	background:url(../imagens/bt_sobrenos.jpg) no-repeat top left;
}
#central #topo .estilomenu .btsobre{
	width:104px;
}
.estilomenu .btsobre a:hover{
	background-position:0 -30px;
}
#topo.marcacaosobre .estilomenu .btsobre a{
	background-position:0 -30px;
}
/*------ prod ------*/
.estilomenu .btprodutos a{
	width:136px;
	background:url(../imagens/bt_produtos.jpg) no-repeat top left;
}
#central #topo .estilomenu .btprodutos{
	width:136px;
}
.estilomenu .btprodutos a:hover{
	background-position:0 -30px;
}
#topo.marcacaoprodutos .estilomenu .btprodutos a{
	background-position:0 -30px;
}
/*------ news ------*/
.estilomenu .btnoticias a{
	width:162px;
	background:url(../imagens/bt_noticias.jpg) no-repeat top left;
}
#central #topo .estilomenu .btnoticias{
	width:162px;
}
.estilomenu .btnoticias a:hover{
	background-position:0 -30px;
}
#topo.marcacaonoticias .estilomenu .btnoticias a{
	background-position:0 -30px;
}
/*------ local ------*/
.estilomenu .btlocalizacao a{
	width:140px;
	background:url(../imagens/bt_localizacao.jpg) no-repeat top left;
}
#central #topo .estilomenu .btlocalizacao{
	width:140px;
}
.estilomenu .btlocalizacao a:hover{
	background-position:0 -30px;
}
#topo.marcacaolocalizacao .estilomenu .btlocalizacao a{
	background-position:0 -30px;
}
/*------ contato ------*/
.estilomenu .btcontato a{
	width:119px;
	background:url(../imagens/bt_contato.jpg) no-repeat top left;
}
#central #topo .estilomenu .btcontato{
	width:119px;
}
.estilomenu .btcontato a:hover{
	background-position:0 -30px;
}
#topo.marcacaocontato .estilomenu .btcontato a{
	background-position:0 -30px;
}

/*------------------------------------ 
	- Flash
------------------------------------*/

#swfanima{
	float:right;
	position:relative;
	margin-top:-159px;
}
#swfanimaindex{
	float:right;
	position:relative;
	margin-top:-91px;
}

/*------------------------------------ 
	- Index 
------------------------------------*/

#conteudo.index{
	margin-top: -20px;
}
#topo_index{
	width:881px;
	margin:0 0 0 20px;
	height:373px;
}
#bem_vindo{
	width: 428px;
	height: 104px;
	float: left;
	margin-left: 0;
	position: relative;
	margin-top: 28px;
	border-right: 1px solid #EAEEEA;
	padding-right: 8px;
}
#bem_vindo img{
	margin-left: 10px;
}
#bem_vindo h2{
	position: absolute;
	left: 143px;
	top: 0;
}
#bem_vindo p{
	width: 260px;
	position: absolute;
	left: 143px;
	top: 39px;
}
#bem_vindo a{
	position: absolute;
	left: 143px;
	bottom: 4px;
}
#anew{
	width: 423px;
	height: 104px;
	float: left;
	position: relative;
	margin-top: 28px;
	margin-left: 36px;
}
#anew img{
	margin-top: 16px;
}
#anew h2{
	position: absolute;
	left: 140px;
	top: 0;
}
#anew p{
	width: 260px;
	position: absolute;
	left: 140px;
	top: 39px;
}
#anew a{
	position: absolute;
	left: 140px;
	bottom: 4px;
}
#noticias{
	width: 471px;
	height: 288px;
	float: left;
	clear: both;
	margin-top: 25px;
	margin-left:20px;
	background: #EEF7F7;
	position: relative;
}
#noticias ul{
	position: absolute;
	top: 59px;
	left: 32px;
}
#noticias h2{
	position: absolute;
	left: 32px;
	top: 20px;
}
#noticias li{
	position: relative;
	margin-bottom: 8px;
}
#noticias h3{
	position: absolute;
	left: 218px;
	top: 10px;
	width: 250px;
}
#noticias li p{
	width: 200px;
	position: absolute;
	top: 33px;
	left: 218px;
}
#noticias li p a:hover{
	text-decoration: underline;
}
img.moldura_capa{
	background: url(../imagens/moldura_thumb_capa.gif) left top no-repeat;
	padding: 6px 6px 6px 6px;
}
img.moldura_noticias{
	background: url(../imagens/moldura_thumb_produto.gif) left top no-repeat;
	padding: 7px 6px 6px 7px;
}
#index_produtos{
	width: 390px;
	height: 288px;
	padding-left:20px;
	background: #EEF7F7;
	float: left;
	margin-top: 25px;
}
#index_produtos a{
	display: block;
	width: 365px;
	height: 73px;
	margin-top: 5px;
	position: relative;
	top: 30px;
}
#comentar{
	width: 428px;
	height: 144px;
	float: left;
	clear: both;
	margin-left: 0;
	position: relative;
	margin-top: 28px;
	border-right: 1px solid #EAEEEA;
	padding-right: 8px;
}
#comentar form, #comentar h2{
	position: absolute;
	left: 35px;
}
#comentar form{
	top: 30px;
}
#comentar #id_nomedep, #comentar .campodepmsg{
	display: block;
	width: 350px;
	border: 1px solid #E6E3DF;
	margin-top: 8px;
}
#comentar #id_nomedep, #comentar .campodepmsg{
	height: 16px;
	width: 346px;
	padding: 2px;
}
#comentar .campodepmsg{
	height: 40px;
	overflow:auto;
}
#comentar .bt_submit{
	display: block;
	margin-left: 295px;
	margin-top: 15px;
}
#depoimentos{
	width: 423px;
	height: 144px;
	float: left;
	position: relative;
	margin-top: 28px;
	margin-left: 36px;
}
#depoimentos blockquote{
	position: absolute;
	top: 48px;
	font-style: italic;
}
#depoimentos blockquote cite{
	font-style: normal;
	font-weight: bold;
}
/*------------------------------------ 
	- A Anew 
------------------------------------*/
#conteudo.anew p{
	margin-top: 15px;
}
#anew_interna{
	width: 386px;
	float: left;
	margin-left: 34px;
	margin-top: 34px;
}
#qualidade{
	width: 386px;
	float: left;
	margin-left: 60px;
	margin-top: 44px;
}
#galeria{
	clear: both;
	width: 877px;
	height: 147px;
	background: #EEF7F7;
	margin-left: 21px;
	margin-bottom: 21px;
	position: relative;
	top: 21px;
}
#galeria ul{
	position: absolute;
	left: 14px;
	top: 23px;
}
#galeria ul li{
	display: block;
	width: 165px;
	height: 98px;
	float: left;
	margin-left: 37px;
}
#atitude{
	clear: both;
	width: 855px;
	margin: 0 auto;
	padding-top: 25px;
}
#pesquisas{
	clear: both;
	width: 855px;
	margin: 0 auto;
	padding-top: 25px;
}
a.banner_produtos{
	display: block;
	background: url(../imagens/link_produtos.jpg) center top no-repeat;
	width: 365px;
	height: 73px;
	text-indent: -20000px;
	margin-left: 30px;
	margin-top: 27px;
	clear: both;
}
a.banner_contato{
	display: block;
	background: url(../imagens/link_contato.jpg) center top no-repeat;
	width: 365px;
	height: 73px;
	text-indent: -20000px;
	margin-left: 30px;
	margin-top: 27px;
	clear: both;
}
a.banner_localizacao{
	display: block;
	background: url(../imagens/link_localizacao.jpg) center top no-repeat;
	width: 365px;
	height: 73px;
	text-indent: -20000px;
	margin-left: 30px;
	margin-top: 27px;
	clear: both;
}
#conteudo .sobreimg{
	margin-bottom: 20px;
}
/*------------------------------------ 
	- Sobre Nós 
------------------------------------*/
a.banner_anew{
	display: block;
	background: url(../imagens/link_anew.jpg) center top no-repeat;
	width: 365px;
	height: 73px;
	text-indent: -20000px;
	margin-left: 30px;
	margin-top: 27px;
}
/*------------------------------------ 
	- Produtos 
------------------------------------*/
#produtos_esq{
	width: 633px;
	margin-left: 30px;
	float: left;
	margin-top: 35px;
}
#produtos_anew p{
	margin-top: 20px;
}
#sobre_produtos{
	margin-top: 25px;
}
#sobre_produtos p{
	margin-top: 22px;
}
#sobre_produtos img.veios{
	margin-top: 45px;
}
#produtos_dir{
	width: 180px;
	float: left;
	margin-top: 45px;
	margin-left: 35px;
}
#produtos_dir ul{
	margin-top: 15px;
}
#produtos_dir ul li a{
	display: block;
	width: 168px;
	padding-left: 15px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #F8F8F8;
	margin-bottom: 6px;
	color: #666666;
}
#produtos_dir ul li a:hover, #produtos_dir ul li a.selected{
	background: #666;
	color: #F8F8F8;
}
#produto{
	margin-top: 25px;
}
#produto_esq{
	width: 370px;
	float: left;
}
#produto_esq h2{
	margin-bottom: 5px;
}
#produto_esq p{
	width: 410px;
	margin-bottom: 15px;
}
#produto_dir{
	width: 170px;
	float: left;
	position: relative;
	left: 34px;
}
#produto_dir img.moldura_produtos{
	float: right;
	margin-top: 10px;
	background: #f00 url(../imagens/moldura_thumb_produto.gif);
	padding: 7px 6px 6px 7px;
	position: relative;
	left: 58px;
}
#thumbs img{
	cursor: pointer;
}
/*------------------------------------ 
	- Notícias 
------------------------------------*/
#central .noticias{
	margin-top:30px;
}
body #central .conteudointernonews{
	margin-top:-40px;
}
#noticias_esq{
	width: 430px;
	float: left;
	margin-left: 30px;
}
#noticias_esq h2.sub{
	margin: 15px 0;
}
#noticias_esq img{
	float: left;
	margin:0 8px 8px 0;
}
#mais_imagens img.moldura_pq{
	margin-bottom: 8px;
}
#noticias_dir{
	width: 380px;
	float: left;
	margin-left: 35px;
}
#noticias_dir h2{
	margin-bottom: 15px;
}
#noticias_dir a{
	width: 379px;
	padding-left: 10px;
	padding-right: 8px;
	height: 22px;
	padding-top: 7px;
	display: block;
	background: #F8F8F8;
	color: #666666;
	margin-bottom: 6px;
}
#noticias_dir a:hover{
	width: 379px;
	background: #666;
	color: #F8F8F8;
}
/*------------------------------------ 
	- Localização 
------------------------------------*/
#localizacao_esq{
	width: 520px;
	float: left;
	margin-left: 35px;
	margin-top: 40px;
}
#localizacao_esq h2{
	padding-bottom: 13px;
}
#localizacao_esq #flash_localizacao{
	width: 520px;
	height: 350px;
	margin-bottom:30px;
}
#localizacao_esq p{
	padding-bottom: 20px;
}
#localizacao_dir{
	width: 285px;
	float: left;
	margin-left: 27px;
	margin-top: 45px;
}
#localizacao_dir h2{
	margin-bottom: 15px;
}
#localizacao_dir address{
	margin-bottom: 15px;
	font-style: normal;
}
/*------------------------------------ 
	- Contato 
------------------------------------*/
.contato #localizacao_esq p{
	padding: 5px 0 45px 0;
}
#form_contato{
	width: 350px;
	margin-left: 75px;
	margin-bottom: 35px;
}
#form_contato label, #form_contato input, #form_contato textarea{
	display: block;
	font-style: italic;
}
#form_contato label{
	width: 350px;
	margin-bottom: 8px;
}
#form_contato label input{
	width: 344px;
	padding: 2px 3px;
	border: 1px solid #E6E3DF;
}
#form_contato label textarea{
	width: 344px;
	padding: 2px 3px;
	border: 1px solid #E6E3DF;
	height: 70px;
	overflow: auto;
}
#form_contato input.veja_mais{
	margin-left: 295px;
}
/*------------------------------------ 
	- Rodapé 
------------------------------------*/
#rodape{
	clear: both;
	position: relative;
	padding-bottom: 10px;
	background: #fff;
	top: -13px;
	padding-top: 14px;
	margin-bottom: 7px;
}
#rodape h2{
	width: 196px;
	height: 33px;
	text-indent: -20000px;
	background: url(../imagens/logo_rodape.gif) center top no-repeat;
	margin-left: 20px;
	clear: both;
}
#rodape address{
	color: #CCCCCC;
	font-style: normal;
	margin-left: 23px;
	margin-top: 10px;
	clear: both;
}
#rodape p.producao{
	position: absolute;
	right: 0;
	top: 0;
	clear: both;
}
#rodape p a.tag{
	position: relative;
	left: 11px;
	top: 24px;
	margin:0 30px 0 0;
}

















