@charset "utf-8";

.submenu, .maisdicas{
	float: left;
	width: 220px;
	height: auto;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0px 0px 8px #999999;
	
}
.maisdicas h3{
	margin: 0px;
	
}
.submenu ul li, .maisdicas ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 1.2em;
	padding: 4px;
	background-color:#233F67;
	margin: 5px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.submenu ul li:hover, .maisdicas ul li:hover{
	background-color: #096FB1;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-ms-box-shadow: 0px 0px 5px #999;
	-o-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
.submenu ul a, .maisdicas ul a{
	color: #FFF;
	text-decoration: none;
}
.submenu ul a:hover, .maisdicas ul a:hover{
	text-decoration: none;
}
.submenu ul li.checked{
	background-color: #EAE62B;
	color:#000;
}

.dicprincipal{
	float: right;
	width: 710px;
}

.imgdir{
	width: 225px;
	height: auto;
	margin-top: 6px;
	border: 1px #474747 dotted;
	padding: 3px;
	background-color: #FFF;
}

.galeria{
	float: left;
	width: 206px;
	height: 156px;
	padding: 2px;
	background-color: #FFF;
	margin: 0px 15px 30px 15px;
	box-shadow: 0px 0px 8px #CCCCCC;
	-moz-box-shadow: 0px 0px 8px #CCCCCC;
	-ms-box-shadow: 0px 0px 8px #CCCCCC;
	-o-box-shadow: 0px 0px 8px #CCCCCC;
	-webkit-box-shadow: 0px 0px 8px #CCCCCC;
}
.galeria .gal_img{
	float: left;
	width: 206px;
	height: 156px;
	overflow: hidden;
	text-align: center;
	line-height: 156px;
	color: #999;
}
.galeria .gal_img img{
	min-width: 206px;
	min-height: 156px;
}
.galeria .gal_tit{
	float: left;
	width: 0px;
	height: 4px;
	background-color: rgba(255, 50, 49, 0.8);
	margin: -4px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 2px;
	color: #FFF;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.galeria:hover .gal_tit{
	width: 202px;
	height: 30px;
	margin-top: -30px;
}

.pativo, .n_pativo{
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin: 0px 2px;
}
.pativo{
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FFF;
}
.n_pativo{
	background-color: #474747;
	color: #FFF;
}
.n_pativo a{
	color: #FFF;
	text-decoration: none;
}
.n_pativo:hover{
	background-color: #000;
}

.produtos{
	float: right;
	width: 960px;
	height: auto;
}
.produto{
	float: left;
	width: 200px;
	height: 300px;
	background-color: #e2e2e2;

	
	margin: 0 0 10px 22px;
	padding: 5px;
	overflow: hidden;
}
.produto .prod_img{
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	line-height: 150px;
	color: #999;
}
.produto .prod_img img{
	min-width: 200px;
	min-height: 150px;
}
.produto h2{
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	display: block;
	width: 200px;
	height: 30px;
	overflow: hidden;
	text-shadow: none;
	margin-bottom: 6px;
}
.produto span{
	display: block;
	float: left;
	width: 200px;
	height: 67px;
	overflow: hidden;
}
.produto .saibamais{
	float: left;
	width: 205px;
	height: 40px;
	line-height: 40px;
	padding-right: 5px;
	margin: 12px 0px -5px -5px;
	background-color: #233F67;
	color: #999; 
	text-align: right;
}
.produto .saibamais .mais{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000;
	background-color: #EAE62B;
	text-align: center;
	font-size: 2em;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.produto:hover .saibamais .mais{
	color: #FFF;
}

a.voltar{
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 10px;
	background-color: #474747;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a.voltar:hover{
	background-color: #000;
}

.foto{
	float: left;
	width: 210px;
	height: 150px;
	padding: 5px;
	background-color: #FFF;
	margin: 0px 10px 20px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #999999;
}
.foto .fot_img{
	float: left;
	width: 210px;
	height: 150px;
	overflow: hidden;
}
.foto .fot_img img{
	min-width: 210px;
	min-height: 150px;
}
