body{
	margin:0;
	padding:0;
	background:#61665F url(../imagens/bg.jpg) left top repeat-x;
	font-family:Tahoma;
	color:#333;
}

#geral{
	width:780px;
	margin:0 auto;
	display:table;
	background:url(../imagens/bg_conteudo.jpg) top left;
}

#menu{
	float:left;
	width:168px;
	display:table;
	margin:0 0 0 26px;
	*margin:0 0 0 26px;
	_margin:0 0 0 13px;
}

#menu a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:108px;
	padding:6px 0 6px 60px;
	font-weight:bold;
}

#menu a:hover{
	color:#FFF;
	text-decoration:none;
	display:block;
	background: url(../imagens/bg_menu.jpg) left top no-repeat #22344F;
	padding:6px 0 6px 60px;
	font-weight:bold;
}

#conteudo{
	float:left;
	display:table;
	font-size:12px;
	padding:20px;
	width:540px;
}

#conteudo a{
	color:#2667CF;
	text-decoration:none;
}

#conteudo a:hover{
	color:#3AA0D1;
	text-decoration:underline;
}

#conteudo #left{
	float:left;
	width:210px;
	padding:0 20px;
}

#conteudo #right{
	float:left;
	width:210px;
	padding:0 20px;	
}

#rodape{
	background:url(../imagens/bg_rodape.jpg) left top repeat-y #838882;
	font-size:11px;
	color:#FFF;
	clear:both;
	text-align:center;
	padding:5px 0;
}

h2{
	font-size:22px;
	font-family:Tahoma;
	color:#2F456A;
	font-weight:bold;
	text-transform:uppercase;
}

#aviso{
	background:#819FBD;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	text-align:center;
	font-family:Tahoma;
	font-weight:bold;
	color:#FFF;
	padding:10px 0;
}

.foto_log{
	margin:5px;
	border:none;
}

#area_restrita{
	color:#FFF;
	font-size:11px;
	margin:0 0 0 10px;
}

#area_restrita input.form{
	background:url(../imagens/bg_input.jpg) 0 0 repeat-x;
	width:134px;
	height:19px;
	margin:3px;
	border:1px solid #2F466A;
}

.produto{
	background:#DFDFDF;
	padding:10px;
	border-bottom:2px solid #999;
	display:table;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:160px;  
	height:160px;/*Should have the same value as the min height above*/
	text-align:justify;
}

.produto img{
	margin:0 20px 20px 0;
	padding:5px;
	background:#FFF;
	float:left;
}

.nav{
	padding:0 0 0 13px;
	background:url(../imagens/arrow.gif) 0 2px no-repeat;
}

