@charset "utf-8";
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#principal {
	padding: 0px;
	height: auto;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#principal #topo {
	background-image: url(../img/telefone.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu {
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover {
	display: block;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
#conteudo {
	padding: 10px;
}
#submenu {
	background-color: #f0f0f0;
	clear: none;
	float: left;
	height: 350px;
	width: 200px;
}
#categorias {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#categorias li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	padding: 2px;
}
#categorias li a {
	color: #0000CC;
	text-decoration: none;
	padding: 3px;
}
#categorias li a:hover {
	color: #666666;
	text-decoration: underline;
	border-left-width: 5px;
	border-left-style: solid;
	padding: 3px;
}
#miolo {
	clear: none;
	float: right;
	width: 740px;
}
.produtos {
	float: left;
	height: 160px;
	width: 160px;
	line-height: 120%;
	text-align: left;
	margin: 10px;
	color: #003399;
}
.produtos a {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
h1 {
	color: #3333CC;
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
}
.img-dir {
	float: right;
	margin-left: 10px;
}
.img-esq {
	float: left;
	margin-right: 10px;
}

.linha {
	float: left;
	width: 940px;
	clear: none;
}
.metade-esq {
	clear: none;
	float: left;
	width: 465px;
}
.metade-dir {
	clear: none;
	float: right;
	width: 465px;
}
.alerta {
	color: #000000;
	background-color: #FFDCDC;
	margin: 15px;
	padding: 15px;
	border: 2px solid #990000;
	line-height: 130%;
	font-weight: bold;
}
#rodape {
	background-image: url(../img/bgroda.jpg);
	padding: 10px;
	float: left;
	width: 940px;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#rodape a {
	color: #FFFFFF;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}
a.linkum:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.linkum:hover {
	color: #000000;
}

