@charset "utf-8";
/* CSS Document */


/******diagramacao padrao******/

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

.clear {
clear:both;
}

body {
	background: url(../img/bgr2.jpg) #fff center top;
}


#container {
pading: 0;
background: url(../img/bgr_top.jpg) center top repeat-x;

}

#site {
width:960px;
margin: 0 auto;
}

img {
	border:0;
	text-decoration:none;
}

/******fim diagramacao padrao******/

/*** Topo ***/

#header {
	width:960px;
}

#logo {
	width:193px;
	margin-top:15px;
	margin-left:5px;
	float:left;
}

#logo h1 a {
	width:193px;
	height:73px;
	display:block;
	text-indent:-5000em;
	overflow:hidden;
	background: url(../img/logo.gif) left top no-repeat;
}

#mainmenu {
	width:750px;
	margin-top:45px;
	margin-left:7px;
	float:left;
}

/** Menu Principal **/

#header #mainmenu {
		z-index:99;
		position:relative;
	}
	#header #mainmenu ul {
		list-style:none;
		height:31px;
	}
		#header #mainmenu ul li {
			height:30px;
			float:left;
			display:inline; /* IE6 double margin bug */			
		}
			#header #mainmenu ul li.first {
				margin-left:37px;			
			}
			#header #mainmenu ul li.last {
				margin-right:38px;			
			}
				#header #mainmenu ul li a {
					display:block;
					width:110px;
					height:30px;

					background-position:top left;
				}
				#header #mainmenu ul li a:hover {

					background-position:bottom left;
				}
				
				#header #mainmenu ul li #bthome {
					width:76px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/home.gif);
				}
					
				#header #mainmenu ul li #btprodutos {
					width:86px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/produtos.gif);
				}
				#header #mainmenu ul li #btondecomprar {
					width:120px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/onde_comprar.gif);
				}
				#header #mainmenu ul li #btdepoimentos {
					width:117px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/depoimentos.gif);
				
				}
				#header #mainmenu ul li #btcomousar {
					width:86px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/dicas.gif);
				}
				#header #mainmenu ul li #btdicas {
					width:86px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/dicas.gif);
				}
				
				#header #mainmenu ul li #btfaq {
					width:62px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/faq.gif);
				}
				#header #mainmenu ul li #btimprensa {
					width:97px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/imprensa.gif);
				}
				#header #mainmenu ul li #btfaleconosco {
					width:65px;
					margin-left:4px;
					text-indent:-5000em;
					overflow:hidden;
					background-image: url(../img/menu/fale_conosco.gif);
				}

/** Fim do Menu Principal **/

/* marcando o item do menu quando estiver na respectiva pagina */
				body.produtos #header #mainmenu ul li #btprodutos,
				body.ondecomprar #header #mainmenu ul li #btondecomprar,
				body.depoimentos #header #mainmenu ul li #btdepoimentos,
				body.comousar #header #mainmenu ul li #btdicas,
				body.faq #header #mainmenu ul li #btfaq,
				body.imprensa #header #mainmenu ul li #btimprensa,
				body.faleconosco #header #mainmenu ul li #btfaleconosco
				{
					background-position:bottom left;
				}


