@charset "UTF-8";
* {padding: 0px; margin: 0px;list-style:none}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #FFF;
	background-image: url(img_css/body_bg.png);
	background-repeat: repeat-x;
}

#tudo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#topo a {
	text-indent: -10000px;
	display: block;
	height: 146px;
	background: url(img_css/topo.png);
}

#nav1 {
	height: 46px;
	z-index: 9990;
}
 
#nav1 li {
	float: left;
	font-size: 24px;
	position: relative;
	z-index: 9991;
}
 
#nav1 li a, #nav1 li a:active, #nav1 li a:visited {
	color: #000;
	text-decoration: none;
	padding: 8px 50px 8px 25px;
	display: block;
	height: 29px;
	margin-top: 1px;
	z-index: 9999;
}
 
#nav1 li a:hover {
	background: url(img_css/link_hover.gif) right center;
	color: #FFF;
}
 
#nav1 ul {
    position:absolute;
	z-index: 9999;
    /*width:300px;*/
    top:46px;
	left: 0px;
    display:none;
}
#nav1 li ul li a,#nav1 li ul li a:active,#nav1 li ul li a:visited{
	display: block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: #666;
	padding: 8px;
	margin: 0px;
	height: auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	z-index: 9999;
}
#nav1 li ul li a:hover{ background: #999 url(none); }
#nav1 ul li {
	font-size: 14px;
	float: none;
	z-index: 9999;
}
 
#nav1 li:hover ul{
    display:none;
	z-index: 9999;
    }
#nav1 li:hover ul{
    display:block;
	z-index: 9999;
    }
#main_home {
	margin: 40px;
	height: 150px;
	z-index: 2;
}

#tudo #chamadas_home li {
	margin: 28px;
	float: left;
	width: 252px;
	background: #ddd;
	padding: 12px;
	position: relative
}

#chamadas_home li div h2 {
	font-size: 18px;
	color: #C00;
	margin-bottom: 12px;
}

#rodape {
	font-size: 16px;
	padding: 13px;
	height: 20px;
	background: url(img_css/rodape_bg.png) repeat-x;
	margin-bottom: 20px;
}

#rodap_int {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#chamadas_home p.mais a {
	background: url(img_css/ver_mais.png);
	float: right;
	height: 22px;
	width: 46px;
	text-indent: -10000px;
}
#chamadas_home div {float: left; width:100%}
#chamadas_home p.mais a:hover { background: url(img_css/ver_mais.png) left -21px; }

#chamadas_home li div p { margin: 10px; }

#conteudo { margin: 25px 25px 25px 70px; }

#conteudo h2 {
	color: #900;
	margin-bottom: 15px;
}

#conteudo p { margin-bottom: 12px; }

#lista_categorias li {
	float: left;
	height: 370px;
	width: 245px;
	margin: 18px;
	border: 2px solid #ddd;
	background: #ddd;
	position: relative;
}
#lista_categorias p.mais a {
	background: url(img_css/botao_medio.png);
	height: 26px;
	width: 131px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	margin-left: 47px;
	margin-top: 10px;
}
#lista_categorias p.mais {
	text-align: center
}

#lista_categorias p.mais a:hover {
	background: url(img_css/botao_medio.png) left -34px;
	color: #000;
}

#lista_categorias li .detalhes {
	background: #ddd;
	padding: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 225px;
}

#lista_categorias li .detalhes h3 {
	font-size: 18px;
	color: #900;
	margin-bottom: 10px;
	text-align: center;
}

#lista_categorias li .foto_cat {
	height: 230px;
	width: 225px;
	padding: 10px;
	background: #FFF;
	text-align: center;
}

#detalhes #imagens {
	float: left;
	width: 330px;
	margin-right: 70px;
	border: 2px solid #ddd;
	text-align: center;
	padding-bottom: 15px;
}

#detalhes #imagens #ampliar {
	background: url(img_css/clique_para_ampliar.png) no-repeat center top;
	height: 44px;
	text-indent: -10000px;
	margin-bottom: 10px;
}

#detalhes #detalhes_int {
	float: left;
	width: 440px;
}

#imagens #foto_grande {
	margin-top: 30px;
	margin-bottom: 30px;
}

#detalhes #imagens ul li { display: inline; }

#imagens ul li a { margin: 5px; }

#detalhes #detalhes_int h3 {
	font-size: 16px;
	color: #900;
	margin-bottom: 16px;
}

#detalhes #detalhes_int p {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#detalhes #detalhes_int #links a {
	background: url(img_css/botao_grande.png) no-repeat;
	height: 29px;
	width: 160px;
	float: left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding-top: 11px;
	font-weight: bold;
	margin-right: 15px;
}

#detalhes #detalhes_int #links a:hover {
	background: url(img_css/botao_grande.png) left -40px;
	color: #000;
}

#detalhes_int #links {
	margin-top: 20px;
	margin-bottom: 20px;
}
#flash {
	position: relative;
	height: 230px;
	width: 100%;
	left: 0px;
	text-align:center;
}
#tabCarrinho {
	background-color: #fff;
	margin: auto
}
#tabCarrinho td, #tabCarrinho th{
	padding: 10px;
}
#tabCarrinho td {
	background-color: #ddd;	
}
#tabCarrinho th {
	background-color: #555;
	color: #fff;
}
#divCarrinho {text-align:center}
#linksCarrinho { margin:50px auto auto }
#linksCarrinho a {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #930;
	display: block;
	padding: 10px;
}
#linksCarrinho a:hover {background:#666}
#divCarrinho form {margin:0px;text-align:left;}
#boxProd{float:left;}
#boxform{float:left;margin-left:50px;}
#conteudo ul, #conteudo ul li {list-style-position: inside; list-style-type:disc}
#conteudo ul#lista_categorias, #conteudo ul#lista_categorias li {list-style:none}
#contato {float: left; width: 450px}