/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background-color:#504B69;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:14px;
}
ul{
	list-style:none;
}
h1{
	display:none;
}
h1.visivel{
	display:inline;
	font-size:18px;
	color:#003366;
}
h1.visivel_maior{
	display:inline;
	font-size:48px;
	color:#ccc;
}
#geral{
	background-color:#504B69;
	width:990px;
	margin:0 auto;
	overflow:visible;
	text-align:left;
}

#topo {
	background-color:#504B69;
	width:100%;
	margin:auto;
	overflow:hidden;
	height:74px;
}
#logo {
	background:url(../imgs/bg_logos.jpg) center no-repeat;
	width:303px;
	height:61px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
#fone {
	width:388px;
	height:44px;
	float:right;
	overflow:hidden;
	color:#CCC;
	margin-top:10px;
	text-align:right;
}
#favoritos {
	width:388px;
	height:61px;
	float:right;
	overflow:hidden;
	color:#fff;
	text-align:right;

}
#menu {
	width:100%;
	margin:auto;
	float:left; 
	border:solid 1px;
}
#col_esquerda.iso {
	background:url(../imgs/bg_iso.jpg) center no-repeat;
	width:200px;
	height:124px;
	overflow:hidden;
	float:left;
	margin-top:2px;
	border:solid 1px;
}
#corpo {
	background-color:#504B69;
	width:100%;
	float:left; 	
	border-top:solid 1px #666;
	padding-top:4px;
}
#col_esquerda {
	width:200px;
	float:left; 
}

#imagens_produtos{
	background-color:#FFF;
	width:784px;
	height:84px;
	float:left;
	overflow:hidden;
	margin-bottom:2px;
	margin-left:4px;
	margin-top:1px;
	position:relative;
}
#col_central{
	width:358px;
	float:left;
	overflow:hidden;
	margin: 0 2px 2px 4px;
}
#col_central.todas{
	background-color:#FFF;
	width:764px;
	float:left;
	overflow:hidden;
	margin: 0 2px 2px 4px;
	padding:10px;
}

#col_direita {
	width:424px;
	overflow:hidden;
	float:left;
}

#base {
	background:url(../imgs/bg_base.jpg) center no-repeat;
	width:974px;
	height:30px;
	overflow:hidden;
	float:left;
	position:relative;
	margin-top:4px;
	padding:16px 8px 8px 8px;
	color:#fff;
}

#base ul li { display:inline; }
#base ul li.direita { display:inline; float:right; }

.clear {clear:both;}

A:link {
	COLOR: #333; TEXT-DECORATION: none;
}

A:visited {
	COLOR: #333; TEXT-DECORATION: none
}

A:active {
	COLOR: #333; TEXT-DECORATION: none
}

A:hover {
	COLOR: #333; TEXT-DECORATION: underline
}

label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: left;   
    width: 70px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
}   
br {   
    clear: left;   
}   
input, select, textarea {
	border: 1px solid #333;
	color: #333;
	padding:3px;
}  
img {border:0;}
a.especial{ text-decoration:none; color:#FFF; }
a.especial:hover{ text-decoration:underline; color:#CCC; }
a.voltar{ text-decoration:none; color:#333; }
a.voltar:hover{ text-decoration:underline; color:#CCC; }
a.galeriadefotos {
	width:120px;
	height:96px;
	float:left;
	overflow:hidden;
	color:#FFF;
	text-align:left;
	margin:1px;
	text-decoration:none;
	border:solid 2px #999;
}
a.galeriadefotos:hover {
	text-decoration:none;
	border:solid 2px #000033;
}
.afasta{ padding-bottom:14px; }
.alinha_direita{ text-align:right; border-bottom:solid 1px #ccc;}
.direita{ float:right; }
.esquerda{ float:left; }
h3.baixo{ margin-bottom:10px }
fieldset.contato {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
	padding-left:80px;
}   
fieldset.borda{ border:solid 1px; }
li a.busca{ display:block; padding:8px; background:#A8A8B9; margin:2px; text-decoration:none;}
li a.busca:hover{ background:#333; color:#fff; text-decoration:none;}
dl.tabela {
		width: 720px;
		padding: 0;
		}

	.tabela dt {
		width: 100px;
		float: left;
		}
	.tabela dt.tamanho {
		width: 200px;
		height:100px;
		overflow:hidden;
		padding:5px;
		}

	/* commented backslash hack for mac-ie5 \*/
	dt { clear: both;  }
	/* end hack */

	.tabela dd {
		float: left;
		width: 500px;
		margin: 0 0 0 0;
		padding: 5px;
		}
	.tabela dd a:hover { text-decoration:underline;}
	.tabela dd a:hover p {text-decoration:underline;}
img.espaco{ padding-left:8px }
.teste{ float:left; padding-bottom:8px; width:440px; }
.block{ display:block;  width:440px;}