/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:url(../imgs/bg_body.jpg) center top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 1px 1px 1px 1px;}
h1{
	display:none;
}
#geral{
	width:990px;
	margin:0 auto;
	overflow:visible;
	text-align:left;
}
#corpo {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	float:left;  
	height:350px;
}
#corpo_01{
	width:588px;
	float:left;
	overflow:hidden;
	height:340px;
}
#corpo_02{
	width:400px;
	float:right;
	margin-top:13px;
	overflow:hidden;
	height:350px;
}
#subcorpo { 
	width:990px;
	overflow:hidden;
	float:left;
	padding-bottom:18px;
}
#lancamentos {
	width:520px;
	overflow:hidden;
	float:left;	
	padding:8px;
}
#lancamentos li { 
	list-style: none; 
	margin: 0;
	display: inline;
 }
#noticias {
	width:400px;
	overflow:hidden;
	float:left;
	padding:8px;
}
#noticias li {
	border-bottom:solid 1px #ccc;
	padding:4px;
}
#noticias li a{ 
	width:400px;
	display:block;
	text-decoration:none;
	padding:4px;
}
#noticias li a:hover{ 
	width:400px;
	display:block;
	text-decoration:none;
	background:#e4e6d7;
	padding:4px;
}
#noticias2 {
	width:900px;
	overflow:hidden;
	float:left;
	padding:8px; 
}
#noticias2 dl dt.img {
	width:140px;
	float:left; 
	overflow:hidden;
}
#noticias2 dl { 
	width:900px;
	padding:18px 0 18px 0;
	float:left;
	overflow:hidden; border-bottom:solid 1px #ccc;
}
#noticias2 li.formato {
	display:block;
	padding:4px;
	margin-bottom:4px;
	border-bottom:solid 1px #ccc; 
}
#noticias2 li.voltar {
	padding:4px;
	text-align:right;
	margin-bottom:4px;
	border-bottom:solid 1px #ccc; 
}
#noticias2 li.imagens {
	padding:4px;
	display:inline;
}
#noticias2 li.formato a:hover {
	display:block;
	background:#333;
	color:#FFF;
	text-decoration:none;
}
#img_produto {
	float:left;
	overflow:hidden;
	padding:4px;
}
#img_produto li.emlinha {
	display:inline;
}
#img_produto img { border:solid 1px #ccc; padding:8px;}
#img_des_produto {
	float:left;
	width:420px;
	overflow:hidden;
	padding:28px 0 0 0; 
}
#img_des_produto li {
	display:inline;
}
#mais_imgs {
	width:240px;
	float:left;
	height:140px;
	padding:4px;
}

#topo {
	width:990px;
	height:169px;
	float:left;
}
#logo {
	width:990px;
	height:122px;
	float:left;
	overflow:hidden;
}
#logo_img {
	background:url(../imgs/logo.jpg) left top no-repeat;
	width:200px;
	height:100px;
	margin:8px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}
#menu {
	background:url(../imgs/bg_menu.jpg) left top no-repeat;
	width:990px;
	height:40px;
	float:left;
	overflow:hidden;
	padding-top:10px;
}
#menu li { 
	list-style: none; 
	margin: 0;
	display: inline;
	padding: 28px 10px 8px 4px; 
	border-right: solid 2px #FFF; 
}
#menu li a {
padding: 8px 4px 4px 0.5em;
color: #333;
text-decoration: none;
}
#menu li a:hover {
background-color: #514B6A;
color: #FFF;
}
#menu li a:active {
}

* html #menubv ul li { float: left; height: 1%; }
* html #menubv ul li a { height: 1%; }

#slogan {
	background:url(../imgs/bg_slogan.jpg) left top no-repeat;
	width:990px;
	height:140px;
	float:left;
	overflow:hidden;
/* Hack para IE6*/
	_position:absolute;
	_z-index:-1;
/* fim do hack */	
}
#imagem { 
	background:url(../imgs/bg_imagem.jpg) left top no-repeat;
	width:400px;
	height:333px;
	_z-index:99;
}

#conteudo {
	padding-bottom:10px;
	width:990px;
	float:left;
}
#base {
	background:url(../imgs/bg_base.jpg) repeat-x;
	width:100%;
	margin:0 auto;
	height:80px;
	overflow:hidden;
	float:left;
	position:relative;
	bottom:0;
	clear:both;
	display:inline;
}
#base_aux {
	width:990px;
	overflow:hidden;
	height:89px;
	margin:0 auto;
}
#base_col_01 {
	width:400px;
	padding:20px 0 14px 4px;
	overflow:hidden;
	float:left;
}
#base_col_02 {
	background:url(../imgs/bg_fiamoncini.jpg) center no-repeat;
	width:100px;
	height:53px;
	padding:20px 0 14px 4px;
	overflow:hidden;
	float:right;
	cursor:pointer;
}
.clear {clear:both;}

a.index:link {
	COLOR: #333; TEXT-DECORATION: none;
}

a.index:visited {
	COLOR: #333; TEXT-DECORATION: none
}

a.index:active {
	COLOR: #333; TEXT-DECORATION: none
}

a.index:hover {
	COLOR: #333; TEXT-DECORATION: underline
}
label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: left;   
    width: 120px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border:0;   
	padding-top:20px;
	padding-bottom:10px;
}   
br {   
    clear: left;   
}   
input, select, textarea {
	background:#E4E6D7;
	border: 1px solid #333;
	color: #333;
	padding:3px;
}
select.tam150 { width:150px; }
select.branco {
	background:#FFF;
	border: 1px solid #FFF;
	color: #333;
	padding:3px;
}
img {border:0;}
