*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html{
    height:100%;
}

body{
	background: #f9f6e7;
	height:100%;
	-moz-user-select: none;
	-moz-user-focus:ignore;
}

#main{
	width: 980px;
	min-height:750px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	 box-shadow: 1px 1px 8px #ccc;
}

#mainb{
	width: 980px;
	min-height:750px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	 box-shadow: 1px 1px 8px #ccc;
}

/* Header */

#header{
	width: 980px;
	height: 190px;
	background-image: url(imagens/bg_header.jpg);
	background-repeat:no-repeat;
	background-color: #fff;
	margin-bottom: 5px;
}

#header img{
	border-style: none;
	margin-left: 410px;
	margin-bottom: 0;
}

#headerb{
 width: 980px;
 height: 190px;
 background-image: url(imagens/bg_header3.jpg);
 background-repeat:no-repeat;
 background-color: #fff;
 margin-bottom: 0px;
}
 
#headerb img{
 border-style: none;
 margin-left: 410px;
 margin-bottom: 0;
}

/* BUSCA */

#busca{
 position:relative;
 top:-110px;
 left:750px;
 width:200px;
}

/* BUSCA PT-EN */

#busca p{
	
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#faf5e7;
	margin-left: 136px;
}

#busca p a{
	
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#faf5e7;
}

/* BUSCA caixa de texto */

#caixadetexto{
	font-family:Arial, Helvetica, sans-serif;
 	width: 130px;
 	color: #420c0c; 
 	background-color: #faf5e7;
 	border: solid #a32621 1px;
	margin-left: 37px;
}

/* BUSCA botão lupa */

#lupa{
	position:relative;
 	top: -17px;
 	left: 172px;
 	width:200px;
}

#envio{
	font-family:Arial, Helvetica, sans-serif;
 	color: #420c0c; 
 	background-color: #252525;
 	border: solid #008cff 2px; 
}
	
/* MENU SUPERIOR */

#navheader{
	position:relative;
}

#navheader, #navheader ul {
	width: 980px;
	height: auto;
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	z-index:7;
	margin-left: 20px;
	margin-top: -25px;	
}


#navheader li{
	float: left;
}

#navheader .dropdown li a:hover{
	text-decoration: none;
	background: #f0e7cc;
	color: #a62424;
}

#navheader a{
	display: block;
	width: 9.6em;
	height: 1.5em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #faf5e7;
	font-weight: bold;
	border-style: none;
}

#navheader a:hover{
	text-decoration: none;
	background: #faf5e7;
	color: #a62424;
}

#navheader a.bullet{
	background: #69c url(bullet.gif) no-repeat right;
}

#navheader a.bullet:hover{
	background: #c7daec url(bullet-over.gif) no-repeat right;
}	

#navheader li ul{
position: absolute;
left: -1000em;
width: 16em;
margin: 0;
-moz-box-shadow:0 4px 10px #666; 
box-shadow:0 4px 10px #666; 
-webkit-box-shadow:0 4px 10px #666;
color: #420c0c;
border:1px #CCCCCC solid;
border-top:none;
}


#navheader li:hover ul, #navheader li li:hover, #navheader li.over ul, #navheader li li.over ul{
	left: auto;	
}

#navheader li a{
	display: block;
	text-decoration: none;
	color: #420c0c;
	padding: 0.47em 0;
}

#navheader ul li{ clear:both; width:15em; padding:0; margin:0;}

#navheader ul li a{
	display: block;
	width:100%;
	text-decoration: none;
	padding:5px;
	border-top: 1px  dashed #bbb;
	line-height:135%;
	font-weight:normal;
	text-align:left;
	font-size:11px;
}

#navheader li:hover ul, #navheader li.over ul{
	display: block;
}

#navheader li ul li,#navheader li ul{ background-color:#FFFFFF; }

/* Menu Lateral Esquerdo */

#navprodutos{
	
	margin:0;
	width: 195px;
	background: #fff;
	float: left;
	margin-left: 25px;
}

#navprodutos ul{
	margin: 0 auto;
	list-style-type:none;
	
}

#navprodutos li{
	border-bottom: 1px dotted #aaa;
}

#navprodutos li a{
	display: block;
	height: auto;
	text-decoration: none;
	color: #a62424;	
	font-size:11px;
	font-weight:bold;
	padding:5px;
}

#navprodutos li a:hover{
	color: #a62424;
	background-color: #faf5e7;
}

#navprodutos .submenu a{
	display: block;
	height: auto;
	text-decoration: none;
	color: #3d0a0a;
	
	font-size: 10px;
	padding:5px;
	color:#666;
	padding-left: 30px;
}

#navprodutos .submenu a:hover{
	color: #a62424;
	background-color: #faf5e7;
}

/* Conteúdo PÁGINAS INTERNAS */

#content{
	width: 760px;
	height: auto;
	background-color: #fff;
	float: left;
}

#textos{
	width: 680px;
	min-height:665px;
	height: auto;
	float: left;
	background-color: #fff;
	position: relative;
	margin: 0 0 0 40px;
}

#textos h1{
    color: #7b1313;
	
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

#textos h2{
    color: #d8bc72;
	
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	border-bottom: 1px dotted #3d0a0a;
	padding: 5px 0 10px 0;
}

#textos h5{
    color: #bb0d04;
	
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	line-height:135%;
	padding: 4px 0px 0px 0px;
}

#textos h5 a{
    color: #420c0c;
	
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	line-height:135%;
	padding: 4px 0px 0px 0px;
}

#textos h5 a:hover{
    color: #420c0c;
	
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	text-align: left;
	text-decoration: underline;
	list-style-type: none;
	line-height:135%;
	padding: 4px 0px 0px 0px;
}

#textos li{
    color: #bb0d04;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	line-height:135%;
	padding: 4px 0px 0px 0px;
	list-style:none;
}

#textos ul li{
    color: #7b1313;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 25px;
	line-height:135%;
	padding: 4px 0px 0px 0px;
}

/*
#textos ul li a{
    color: #420c0c;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-decoration: none;
}
*/

#textos ul li a{
    color: #993333;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-decoration: underline;
}

#textos ul li a:hover{
    color: #420c0c;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-decoration: underline;
}

#textos li a{
    color: #420c0c;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	text-align: left;
	list-style-type: none;
	line-height:135%;
	padding: 4px 0px 0px 0px;
	text-decoration: none;
}

#textos li a:hover{
    color: #420c0c;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	text-decoration: underline;
}

#textos p{
    color: #7b1313;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left;
	margin: 5px 0 5px 0;
	line-height:135%;
	margin: 7px 0 2px 0;
}

#textos p a{
    color: #a32621;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left;
	margin: 5px 0 5px 0;
	line-height:135%;
	margin: 7px 0 2px 0;
}

#textos a img{ margin: 0 50px 20px 35px; }

.clear{
	clear: left;
}

/* MIGALHAS DE PÃO */

#bread p{
		
	font-size:10px;
	color:#420c0c;
	text-transform:uppercase;
	margin-top: 10px;
}

#bread p a{
	;
	font-size:10px;
	color:#a32621;
	text-transform:uppercase;	
}

/* Conteúdo Home */

#home{
	width: 980px;
	height: 50%;
	background-color: #faf5e7;
 	float: left;
}
 
#boxes{
	width: 980px;
	height: 230px;
	background-color: #C66;
	float: left;
	background-image: url(imagens/bg_footer.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
 
.box{
	width: 265px;
	height: 195px;
	float: left;
	background: url(imagens/box.png) no-repeat;
	margin: 20px 30px 0 30px;
	-moz-border-radius: 1em;
}
 
.box h1{
	color: #3d0a0a;
	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0;
}

.box p {
	color: #7b1313;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: center;
	margin-top:5px;
	}

.box a {
	color: #7b1313;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-decoration:none;
	text-align: center;
	margin-top:5px;
	}

.box img {
	margin-top: 5px;

	}
	
	
.boxspan img {

	margin-left:2px;
}

/* Footer */

img{ border: 0pt; }

#footer {
float:left;
font: normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0; 
}

#footer ul {
background-image:url(imagens/back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:960px;
}

#footer li {
display:inline;
padding:0;
}
#footer li p{
font:normal 12px Arial, Helvetica, sans-serif;;
color:#420c0c; /* need because it will use default link color */
float: left; 
text-decoration:none;
display:block;
margin:0;
margin-left: 90px;
margin-top: 9px;
padding:0;
}

#footer li p a{
font:normal 12px Arial, Helvetica, sans-serif;;
color:#420c0c; /* need because it will use default link color */
float: right;
display:block;
margin:0;
padding:0;
}

#footer li p a:hover{
font:normal 12px Arial, Helvetica, sans-serif;;
color:#420c0c; /* need because it will use default link color */
float: right;
display:block;
margin:0;
padding:0;
text-decoration: underline;
}

#footer a {
color:#420c0c; /* need because it will use default link color */
float:left; 
text-decoration:none;
}

#footer a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#footer a span img {
border:none;
margin:8px 4px 0 0;
}

#footer a:hover{
color:#420c0c; /* need because it will use default link color */
float:left;
text-decoration: underline;
}

#footer a:hover span {
background:url(right.png) no-repeat right center;
}

#footer a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

#shadow {
	background:url(imagens/b.png) repeat-x;
	width:auto;
	height:11px;
	position:relative;
	bottom:-8px;
}


.lojaprod {
	float:left;
	width:300px;
	margin-top:5px;
	/*background-color:#093;*/

}

.lojaprod img {
	float:left;
}

.lojadesc {
	margin-left:15px;
	margin-top:5px;
	float:left;
	width:300px;
	height:200px;
	/*background-color:#9F0;*/
}

.lojadesc a {
	text-decoration:none;
}


#textos td p {
    color: #7b1313;
	
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-bottom:100px;
}

#textos td p a {
    color: #7b1313;
	
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: center;
	margin-left: 10px;
	margin-bottom:100px;
}

#textos td img {
	margin: 10px 0 0 0;
	padding-left: 10px;
	padding-bottom: 10px;
	border: none;
}

#textos td img a {
	border: none;
}


.news ul {
	margin-top:20px;

}

.news p {
	font-size:10px;
	text-align:left;
	margin-left:5px;
	margin-top:2px;
	font-style:italic;
	color:#3d0a0a;

}

.news p a {
	font-size:11px;
	text-align:left;
	color:#a82d29;

}

.news li {
	margin-left:8px;
	margin-top: 10px;
	list-style:inside;
	color:#3d0a0a;
	font-size:12px;
}

.numerosfofos ul li {
	list-style:none;
	list-style-type:none;
	margin-left:10px;
}

.listakid ul {
	color: #7b1313;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left;
	list-style-position: outside;
	list-style-type:disc;
}

.listakid li {
	color: black;
	
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left;
	list-style-position: inside;
	list-style-type:disc;
}
	
