/* CSS Document */

imgcont {margin:10px}


html,body{
	background: url(images/background.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 100%;
}
DIV#site{
	display: block;
	width: 805px;
	height: auto;
	margin: auto;
	background: #a2a6a9;
}
DIV#topo{
	float:left;
	width: 805px;
}
DIV#topo img{
	float:left;
}
#fndtopo{
	background: url(images/background.jpg) repeat-x top;
	float: left;
	width: 803px;
	text-align: left;
}
UL.menu{
	width:805px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
	background: #a2a6a9;
}
UL.menu li{
	background: none;
	display: inline;
	float: left;
}

UL.menu li a{
	/* width: 95px; */
	height: 18px;
	display: block;
	float: left;
	padding: 3px 10px 1px 10px;
	text-decoration: none;
	text-align: center;
	color: #f5f5f5;
	font-weight: bold;	
	background: url(images/btn_01.jpg);
}
UL.menu li a:hover{
	background: url(images/btn_02.jpg);
	color: #404d59;
}
DIV#atalhos{
	margin: 5px 0 0 10px;
	width: 100px;
	text-align: center;
	float: left;
	clear:both;
}
DIV#atalhos img{
	padding: 1px;
}

/* Configuração da NAV BAR */
DIV#navbar1{
	background: url(images/navbar_fundo.gif);
	margin: 0px;
	width: 450px;
	float: left;
}
DIV#navbar2{
	background: url(images/navbar_right.gif) no-repeat right;
	display: block;
	height: 30px;
	width: 100%;
	float: left;
}
DIV#navbar3{
	padding: 0 0 0 30px;
	background: url(images/navbar_left.gif) no-repeat left;
	width: 100%;
	height: 30px;
	float: left;
}
DIV#navbartext{
	padding: 10px 0 0 0 ;
	font-weight: bold;
}
DIV#navbartext a{
	color: #FFF;
	text-decoration: none;
}
DIV#navbartext a:hover{
	text-decoration: underline;
}

/* Fim da NAV BAR */

/* Inicio da configuração da busca */
DIV#busca{
	width: 200px;
	float: right;
	height: 20px;
	font-weight: bold;
	text-align: center;
}
DIV#busca input{
	margin-top: 7px;
	margin-left: 5px;
	background: #EFEFEF;
	border: 1px solid #ccc;
	font-size: 10px;
}
DIV#busca input.inputtext{ width: 70px; }
/* Fim da configuração da busca */

DIV#conteudo{
	width: 800px;
	height: auto;
	float: left;
	padding-bottom: 1px;
	padding-left:5px;
	background: #2F3B4E;
}

DIV#flash{
	position: absolut;
	height: 218px;
	float: left;
	margin: 10px 0px 10px 5px;
	display:block;

}
DIV#box_inicial{
	position: relative;
	height: 218px;
	float: left;
	margin: 10px 5px 10px 4px;
	overflow: hidden;
}
DIV#conteudo #flash{
	width: 344px;
}

DIV#conteudo #box_inicial{
	width: 214px; 
}

DIV#controls, DIV#controlp{
	z-index: 1000;
	position: absolute; 
	top: 90px; 
	left: 0; 
	width: 214px;
}

DIV#nexts, DIV#nextp{
	display: inline; 
	float: right; 
	cursor: pointer;
}

DIV#prevs, DIV#prevp{
	display: inline; 
	float: left; 
	cursor: pointer;
}

DIV#artigos{
	position: relative;
	display: block;
	margin-left:5px;
	width: 562px;
	height: 100px;
	background: #fff;
	float: left;
	color: #2F3B4E;
	
}
DIV#artigo {
	float: left;
	width: 500px; 
	margin-bottom: 5px; 
	display: block; 
	height: auto
}

DIV#artigo P.titulo{
	font-weight:bold;
}

DIV#artigo a{
	text-decoration: none; 
	color: #0000ff; 
	font-size: 10px;
}

DIV#artigo a:hover{
	text-decoration: underline
}
 
DIV#artigo img{
	float: left; 
	border: 3px #999 solid; 
	margin-right: 4px; 
}

DIV#parceiros{
	width: 204px;
	height: 90px;
	background: #fff;
	float: left;
	padding: 5px;
	text-align: center;
	margin-left: 10px;
}

DIV#parceiros img{
	 none
}

DIV#rodape{
	clear: both; 
	float: left; 
	width: 795px; 
	background: #919AA7;
	padding: 5px; 
	text-align: center;
}

DIV#conttopo{ 
	width: 800px; 
	float: left; 
	margin-bottom: 3px; 
	margin-top:4px;
}

DIV#contlateral{
	 width: 175px; 
	 float: left; 
	 display: block; 
	 margin-right: 7px; 
	 position: relative;
}

DIV#menusecao{
	position: absolute; 
	top: 7px; 
	left: 3px; 
	display: block;
	width: 170px;
}

DIV#menusecao h3{
	padding: 3px;
	margin:0;
	margin-left:5px;
	width: 90%;
	color: #FFF;
	background: #505968;
	font-size: 12px;
	border: 1px groove #000;
}

DIV#menusecao ul{
	list-style: none;
	padding: 0px;
	margin: 5px;
	background: #8B919B;
	border: 3px solid #000;
    border: 1px groove #000;
	
}

DIV#menusecao ul li{
	margin: 1px 0;
	border: 1px groove #fff;
}

DIV#menusecao ul li a{
	display: block;
	padding: 5px;
	color:#fff;
	text-decoration: none;
	font-size: 11px;
}

DIV#menusecao ul li a:hover{
	padding-left: 3px;
	background: #717883;
}

DIV#contsecao{ 
	width: 571px;
	height: auto; 
	float: left; 
	background: #fff; 
	padding: 20px; 
	color: #000; 
	text-align: justify; 
}

DIV#contsecao h3{ 
	color: #2F3B4E; 
	font-size: 14px; 
	margin: 0px; 
	padding: 0px;
}

DIV#contsecao a{
	 color: #717883;
}

DIV#contsecao a:hover{
	text-decoration: none;
}

p.nomeproduto{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

