body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(fundo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bodyp{
	background-color: #FFFFFF;
}

.botao{
	background-image: url(botao.jpg);
}
.botao a{
	background-image: url(botao.jpg);
	width: 85px;
	font-size: 10px;
	height: 42px;	
	display: block;
	padding-top: 28px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.botao a:hover{
	background-image: url(botao_hover.jpg);
	width: 85px;
	height: 58px;	
	display: block;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.frame{
	vertical-align: top;
	background-color: #AFB9DC;
	height: 300px;
}

h1{
	border-bottom: dashed 1px #000000;
	font-size: 16px;
	font-weight: bold;
}

img{
	border: 0px;
	padding: 5px;
	background: #000066;
}


/* PRODUTOS */
.menu_pro{
	background-color: #6699FF;
}

.sidenav {
	float: left;
	width: 140px;
}

.sidenav h1 {
	background: #000000 url(botao.jpg) repeat-x;
	border-bottom: 1px solid #1C4480;
	border-top: 1px solid #1C4480;
	padding-top: 5px;
	color: #000000;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #1C4480;
	border-top: 1px solid #6F9ED9;
	list-style: none;
}
.sidenav li a {
	background: #9FBED7;
	color: #000000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #B5C0D2;
	color: #000000;
	padding-left: 30px;
}

.bottom{
	background: #5376AA;
	font-size: 12px;
}

.bottom a{
	color: #000099;
}

.bottom a:hover{
	color: #FFFFFF;
}

.bottom img{
	padding: 0px;
	background: transparent;
}
.contador{
	font-weight: bold;
}
.contador img{
	padding: 0px;
	background: transparent;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #00C;
}
	
a:hover img{
	background-color:#000;
}
