body {
	background: #ff835f url(imagens/textura-fundo-laranja.gif) repeat;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


/* CORES DE LINKS */

a:link {
	color: #3388dd;
}

a:visited {
	color: #996699;
}

/* ESTRUTURA */

#container {	
	background: #FFFFee;
	position: relative;
	left: 50%;
	margin-left: -500px;	
	width: 1000px;
	padding: 0 0 20px 0;

}

#cabecalho {
	height: 120px;
	background: #FF4455 url(imagens/cabecalho-background.jpg) no-repeat top;
}

#cabecalho img {
	margin-top: 8px;
	margin-left: 36px;
	position: relative;
	top: 8px;
	text-align: left;	
	padding-left: 0;
}

#barra_navegacao ul {
	background: #FF4455 ;
	height: 27px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;	
	width: 100%;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	text-transform:uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#barra_navegacao ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#barra_navegacao ul li a {
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 9px;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
}

#barra_navegacao ul li a:hover {
	background:  #e34 /*url(imagens/barra_navegacao_fundo_hover.png) repeat-x  top*/ ;
}

#barra_navegacao #inativo {
	color: #800;
}



/* CONTEÚDO */

#conteudo {
	margin-bottom: 20px;
	padding: 20px 60px 0px 60px;
}

#conteudo p,ul,dl,ol {
	font-family: Trebuchet MS, Verdana, sans-serif ;	
	color:#734;
}

#conteudo label {
	font-family: Trebuchet MS, Verdana, sans-serif ;	
}

h1 {

	font-family: Trebuchet MS, Tahoma, sans-serif ;	
	font-size: 1.5em;
	font-weight: normal;
	color: #e41;
	margin-top: 20px;
	margin-bottom: 16px;
	text-align: left;
	letter-spacing: 1px;

}

h2 {
	font-family: Trebuchet MS, Tahoma, sans-serif;	
	font-size: 1.1em;
	font-weight: bold;
	color:#602;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: left;
	letter-spacing: 1px;
}

h2 a {
	text-decoration: none;	
	color: #282;
}

h3 {
	font-family: Trebuchet MS, Tahoma, sans-serif;	
	font-size: 0.8em;
	font-weight: bold;
	color: #555;
}

.espacador {
	clear: both;
}


/* PÁGINA DA LISTA DE PREÇOS */

.produto {
	float: left;
	background: url(imagens/produto_fundo.png) no-repeat;
	margin: 8px;
	padding: 6px 6px 12px 10px;
	height: 102px;
	width: 342px;
}


.produto img {	
	border: 1px solid black;
	float: left;
	margin-top: 4px;
}

/* LISTA DE PREÇOS: FORMATAÇÃO DAS INFORMAÇÕES DE CADA PRODUTO */

.info {	
	margin-left: 94px;
	position: relative;
	width: 232px;
}

.info a {
	color: #fff;
}

.nome {	
	font-size: 1em;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #fba;
}

.dimensoes {
	font-size: 0.75em;
	margin: 0;
}

.preco {	
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

/* RODAPÉ */

#rodape {
	clear: both;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 9px;
	color: #444;
	margin: 50px 0 10px 0;
	text-align: center;
}

#rodape a {
	color: #444;
}

/* PÁGINA DE CONTATO */

form {
	font-size: 0.8em;
	color: #888;
}

