@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(img/bg.gif);
	background-repeat: repeat;
}

#container {
	background:#FFFFFF;
	width: 800px;
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear:both;
}

/*:::::::::::::::::::::: daqui para baixo se refere a index */

div#cabecalho{
	background:#FFFFFF;
}

div#corpo {
	top: 180px;
	height:345px;
	width:800px;
}
div#base{
	position:relative;
}

div#base #banner, div#base #noticia {
	width:400px;
	height:250px;
	float:left;
}

.img{
float:left;
margin:5px;
display:block;
}

div#noticia{
	top: 0px;
	bottom: auto;
	padding-top:12px;

}
div#noticia h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:228px;
	font-size:15px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	display:block;
	float:right;
}

div#noticia p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:368px;
	margin:5px;
	padding:5px;
	display:block;
	clear:both;
	text-align: justify;
}

div#noticia span a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4306E3;
	font-size:10px;
	text-align:right;
	font-weight: bold;
	text-decoration: none;
	display:block;
	background-color: #BBCFFD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 15px;
	padding-right: 5px;
	width: 365px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#noticia span a:hover{
	background-color: #6F99FB;
}


#rodape {
	background:#3333FF;
	width: 800px;
	height:20px;
	top: 320px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding-top:6px;
}

/*:::::::::::::::::::::: aqui termina a folha de estilo da index */

div#corpoSubs {
	top: 180px;
	width:800px;
	height:100%;
	clear:both;
	}

.imagens {
margin:20px auto 0 auto;
display:block;
}

.imagensProd {
padding:0 8px;
display:block;
float:left;
}

div#produtos{
padding:0 5px;
margin:0px auto 0 auto;
}

div#produtosrel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005E9B;
	display:block;
	text-align: justify;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	position:relative;
}
.nomeproduto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:left;

}


h1.nomeproduto a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#005D9A;
	text-decoration:none;
	text-indent: 0px;
}
p.nomeproduto a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#005D9A;
	text-decoration:none;
	text-align: left;
	vertical-align: text-top;
}

.nomeproduto a:hover{
	color:#0075E9;
}

#detproduto{
text-align:left;
}

h1.TextosSubs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005E9B;
	display: block;
	text-align: justify;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;

}

p.TextosSubs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005E9B;
	display: block;
	text-align: justify;
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;

}

#form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mensagem{
	margin-top:100px;
	margin-bottom:100px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF0000;
}
