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

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


body {
	margin: 0 0 0 0;
	background-image:url(img/fundo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#tudo {
	background-color: #000000;
	width: 778px;
	margin: 0 auto;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	background-image: url(img/fundo_title.jpg);
	background-repeat: repeat-x;
	border: 1px solid #003399;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	background-color: #1A1A1A;
	border: 1px solid #003399;
}
.titulo {
	font-family: Calibri, Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
}
#rodape {
	background-color: #202020;
	width: 778px;
	margin: 0 auto;
}
span.txtdestaque {
	font-weight: bold;
	color: #006699;
	font-size: 13px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0095DD;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #006699;
}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 00px;
	top: 300;
	display: none;
	background-color:#333333;
	background-image:url(img/fundo_drop.jpg);
	}
a
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

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


.prod {
    width: 360px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.prod .img {
    width: 150px;
    height: 170px;
    float: left;
    text-align: center;
}

.prod .dsc {
    float: left;
    width: 210px;
}