﻿body
{
	margin:0px;
	position:relative;
	background: #cdcdcd url('imagens/fundo_body.jpg') repeat-y; 
	font-family:Myriad Pro;
	color:White;
}
a
{text-decoration:none;color:White; }

img
{border-style: none; border-width: 0px;}

ul{margin:0px;padding:0px;list-style-type:none}
li{margin:0px;padding:0px;}

#tudo
{
	background: url('imagens/fundo_tudo.jpg') repeat-y; 
	width:794px;
	margin:0 auto;
	margin-bottom: -15px;
}
#geral
{
	width: 794px;
	min-height:100%;
	position:relative;
	margin: 0px;
	background:url(imagens/fundo.jpg) no-repeat;
}
#topo
{
	text-align:left;
	width:390px;
	height:137px;
	padding-left: 3px;
}
.rodape 
{
	background: url('imagens/fundo_tudo.jpg') repeat-y; 
	width:794px; 
	padding-top:10px;
	clear:both;
}
.rodape p{margin:0px; padding:0px; line-height:110%; color:White;}

#menu{ float:left;}
#meio
{
	width:450px;
	min-height:600px;
	margin-right:-30px;
	float:left;
	padding:70px 10px 30px 100px;
	color: White;
}

#menu ul
{margin-left:30px; margin-top:33px;}
#menu li{margin:27px 0px; padding:0px 25px; width:140px; font-size:11pt; font-weight:600; font-style:italic;}
#menu a{color:#c81d23;}


.menuProduto
{
	font-size: 10pt;
	font-style: italic;
	color:White;
	text-decoration: none;
	
}

.menuProdutoQuandoNele
{
	font-size: 10pt;
	font-style: italic;
	color:White;
	text-decoration: none;
	
}

#pesquisar
{
	padding:0px 0px 0px 20px;
	background:#c81d23;
	width:180px;
	margin:60px 0px;
	text-align:left; 
    font-weight:lighter; 
    font-size: 10pt; 
    font-style: italic; 
    color:White;	
}



/*PRODUTOS*/

#produtos
{
	padding:0px;
	margin:0px;
}
#produtos ul
{
	padding:0px;
	margin-left:-50px;
	list-style-type:none;
}

#produtos li
{
	height:110px;
	width:145px;
	float:left;
	display: inline;
	padding:1px;
	margin:1px;
}

#produtos p
{
	text-align:center;
}

#produtos img
{
	display:block;
	margin:0px auto;
	padding:1px;
	background-color:White;
	border:solid 1px black;	
}

/*BORDAS ARREDONDADAS*/
.bordaBox {background:trasparent; width:280px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {height:1px;}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {background:#151618; border-left:1px solid #999; border-right:1px solid #999;}
.bordaBox .b1 {margin:0 5px; background:#999;}
.bordaBox .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox .b3 {margin:0 2px;}
.bordaBox .b4 {height:2px; margin:0 1px;}
.bordaBox .conteudo {padding:5px;display:block; background:#151618; border-left:1px solid #999; border-right:1px solid #999;}
