﻿/* Desenvolvido por: JGwebcom */

body{
	margin: 0px;
	background: #e2e2e2;	
	text-align: center;
	font: 11px Verdana;
	line-height: 16px;
	color: #7A7A7A;
}
#base{
	width: 910px;
	padding: 0 25px 0 25px;
	margin: 0 auto;
}
#rodape {
	background: #f1f1f1 url(../images/bg_rodape.png) repeat-x;
	text-align: center;
	min-height: 143px;	
	clear: both;	
}
.menu_topo{
	list-style: none;
	margin: 0px;
}
.menu_topo li{
	width: 102px;
	height: 41px;
	overflow: hidden;
	background: url(../images/bg_bt_menu.png) no-repeat top center;
	float: left;
	margin-top: -15px;
	padding-top: 30px;
	cursor: pointer;
}
.menu_topo li img{
	border: 0 none;
}
a{
	text-decoration: none;
	color: #818181;
}
a:hover{
	text-decoration: underline;
}
p{
	font-size: 11px;
	line-height: 18px;
}
h1{
	font-size: 22px;
	color: #00397c;
}
h2{
	font-size: 15px;
	color: #555;
}
input, textarea{
	width: 95%;
}
.menu_categorias{
	float: left; 
	width: 180px; 
	padding: 0 10px;
	margin-right: 10px;
	overflow: hidden;	
}

.menu_categorias ul{
	line-height: 18px;
}

.menu_categorias li{
	padding: 5px;
	border-bottom: 1px dashed #CECECE;
}

.menu_categorias li:hover{
	background: #EBEBEB;
	cursor: pointer;
	font-weight: bold;
}

.listagem_produtos{
	float: right;
	width: 680px; 
	overflow: hidden;
	padding-top: 10px;
}

.box_produto{
	margin: 5px;
	border-bottom: 2px solid #EBEBEB;
	height: 150px;
	width: 160px;	
	text-align: center;
	float: left;
}

.box_produto:hover{
	border-bottom: 2px solid #D2FFD2;
	cursor: pointer;
}

.box_produto div{
	height: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.box_produto div img{
	height: 100px;
	border: 0 none;
}

hr{
	height: 1px;
	background: #fff;
	border: 1px solid #DCDCDC;
}

#buscar{
	cursor: pointer;
}
