@import url("estilo.css");

div#meio_conteudo{
	padding:15px;
	height:auto;

}

div#nav{
	width:160px;

}

ul#navlist li {
	margin:7px 2px;
	list-style:none;

}

ul#navlist a{
	padding:3px 6px;
	text-transform:uppercase;
	color:#707076;
	text-decoration:none;
	width:140px;
	display:block;
	background:#D6D6D8;
	font:13px "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;

}

ul#navlist a:hover{
	background:#666;
	color:#fff;
}

ul#subnav li{
	background:#fff url(../img/linha.png) repeat-x bottom left;
	list-style:none;
}

ul#subnav li a{
	padding:3px 12px;
	color:#707076;
	text-decoration:none;
	width:125px;
	display:block;
	text-transform:none;
	background:#fff url(../img/linha.png) repeat-x bottom left;

}

ul#subnav li a:hover{
	color:#E77929;
	font-weight:bolder;
	padding-left:15px;
	background:url(../img/seta.png) no-repeat left 70%;
	margin-top:5px;
}

div#corpo{
	width:550px;
	float:right;
	padding:5px;
}

div#corpo p{
	padding:6px;
}

div#corpo img{
	margin:5px;
}

div#corpo blockquote{
	padding-left:15px;
	background:url(../img/seta.png) no-repeat left 70%;
	margin-top:5px;
	color:#E77929;
	font-weight:bolder;

}

div#corpo table{
	width:80%;
	margin:5px;
}

div#corpo table td{
	padding:2px 3px 2px 3px;
	border:1px solid #D6D7DE;	
	background:url(../img/bg_form.png) repeat top left;
}

div#corpo ul li{
	background:url(../img/seta.png) no-repeat 0 100%;
	padding-left:15px;
/*	vertical-align:bottom;
	list-style:url(../img/seta.png) inside;
*/
}

.formulario_select{
	border:1px solid #D6D7DE;
	padding:1px 2px 4px 2px;
/*	background:#e1e1e1;
*/}
	
.subtitulo{
	color:#E77929;
	font-weight:bold;
}

.linha{
	background:url(../img/linha.gif) repeat-x center center;
	width:95%;
	height:20px;
	margin:0px auto;
}

.item_produtos{
	height:auto;
	width:90%;
	padding:10px 5px;
	margin-left:15px;
}

.item_produtos img{
	float:right;

}

label{
	color:#4E4E4E;

}

select{
	border:1px solid #D6D7DE;
	width:50px;
	height:20px;
}

