* {
	font-family:	"Trebuchet MS", Arial;
	font-size:		13px;
	color:			#555;
	line-height:	120%;
	padding:		0;
	margin:			0;
	border:			0;
}

body	{ background: #fefefe url(images/fundo_menulogin.gif) 0 115px repeat-x; }
p		{ margin: 10px 0; }
td		{ vertical-align: top; }
ul		{ list-style-type: none; }

a{outline: 0;}

h1 {
	background:		url(images/fundo_topo.gif);
	display:		block;
	width:			490px;
	height:			115px;
	overflow:		hidden;
}

h1 a {
  text-indent: -9999px;
  height: 90px;
  width: 170px;
  display: block;
  margin: 20px 0 0 10px;
}

h2 {
	font-size: 150%;
	color: #264;
	margin: 0 0 2px 0;
}

#boas_vindas h2, #ultimas_noticias h2 {
  border-bottom: 2px solid #b00;
  margin: 0 0 10px 0;
}

#produtos h2,
#produtos h3.categorias,
#aempresa h2,
#produtos h2,
#representantes h2,
#noticias h2,
#fale_conosco h2
{
	width:		490px;
	padding:	182px 0 0 0;
	height:		0;
	overflow:	hidden;
	background:	#eee;
	display:	block;
}

#aempresa h2		{	background-image: url(images/titulos/a_empresa.jpg);	}
#produtos h2		{	background-image: url(images/titulos/produtos2.jpg);		}
#representantes h2	{	background-image: url(images/titulos/representantes.jpg);	}
#noticias h2		{	background-image: url(images/titulos/noticias.jpg);	}
#fale_conosco h2	{	background-image: url(images/titulos/fale_conosco.jpg);	}
#produtos h3.categorias{
	background-image: url(images/titulos/produtos_linhas.jpg);
	padding:60px 254px 0 0;
	height: 122px;
	width: 236px;
	text-align: right;
	color: #aaa;
	font-weight: normal;
}

h3 {font-size: 130%;		color: #264;}

.org{font-weight: bold;}
.adr span{display: block;}


#principal {
	background:		#fff url(images/fundo.gif) repeat-y;
	position:		absolute;
	left:			50%;
	width:			490px;
	margin:			0 0 0 -245px;
	z-index:		1;
}

#campanha {
	width:			490px;
	height:			182px;
	background:		#eee url(images/campanha/fundo.png) no-repeat;
	margin:			0 0 10px 0;
}

#produtos_campanha {
	width:			490px;
	height:			182px;
	background:		#eee url(images/campanha/entrada.jpg) no-repeat;
	text-indent: -9999px;
}

#menulogin {
	display:		block;
	position:		absolute;
	top:			150px;
	width:			760px;
	height:			122px;
	left:			50%;
	margin:			0 0 0 -380px;
	z-index:		-1;
}

#menu {
	float:		left;
	width:		120px;
}

#menu a,
#divlogin a
{
	display:	block;
	width:		116px;
	height:		0;
	overflow:	hidden;
	padding:	18px 0 0 0;
}

#menu a:hover ,
#divlogin a:hover
{
	background-position: -116px 0;
}

#menu a.principal{ background-image: url(images/menu/principal.gif); }
#menu a.aempresa{ background-image: url(images/menu/aempresa.gif); }
#menu a.produtos{ background-image: url(images/menu/produtos.gif); }
#menu a.representantes{ background-image: url(images/menu/representantes.gif); }
#menu a.noticias{ background-image: url(images/menu/noticias.gif); }
#menu a.faleconosco{ background-image: url(images/menu/faleconosco.gif); }

#divlogin a.controle_representantes{ background-image: url(images/menu/controle_representantes.gif); }
#divlogin a.controle_pedidos{ background-image: url(images/menu/controle_pedidos.gif); }
#divlogin a.controle_adm{ background-image: url(images/menu/controle_administracao.gif); }
#divlogin a.controle_minhaconta{ background-image: url(images/menu/controle_minha_conta.gif); }
#divlogin a.controle_ajuda{ background-image: url(images/menu/controle_ajuda.gif); }
#divlogin .msglogin a{
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  color: #b00;
  font-weight: bold;
  text-decoration: none;
  }
  
#divlogin .msglogin a:hover{
  text-decoration: underline;
}


.msglogin{
  background: #ddd;
  padding: 5px;
  border: 4px solid #eee;
}

.messages {
  font-weight: bold;
  padding: 5px;
  background: #0a0;
}

.error{
  background: #d00;
}

.warning {
  background: #ec0;  
}

.messages p {
  color: #fff;
}

#divlogin{
	width: 120px;
	float: right;
	color: #6a9;
}

#divlogin label{color: #031; font-weight: bold;}
#divlogin input{border: 1px solid #031; margin-bottom: 4px; background: #aba url(images/fundo_input.gif) repeat-x; color: #031; padding: 2px 4px; width: 110px; height: 16px;}
#divlogin input.ok{background: url(images/ok.gif); width: 31px; height: 20px; display: block; border:0;}
#divlogin form div.errors {
  border: 4px solid #eee;
  margin-top: 10px;
}

#boas_vindas{
	float: left;
	width: 230px;
	padding: 0 10px;
	margin: 0 0 10px 0;
}
#boas_vindas p{
	text-align: justify;
}

#ultimas_noticias{
	float: right;
	width: 219px;
	padding: 0 10px;
	border-left: 1px dotted #ccc;
	margin: 0 0 10px 0;
}

#ultimas_noticias a
{
	display: block;
	margin: 1px 0 0 0;
	text-decoration: none;
	min-height: 50px;
	font-size: 12px;
	line-height: 110%;
	text-align: justify;
}
* html #ultimas_noticias a { height: 50px; }

#ultimas_noticias a:hover,#ultimas_noticias a:hover strong {color: #222;}
#ultimas_noticias a:hover img {border-color: #222}
#ultimas_noticias a{ border: 1px solid #fff; padding: 5px;}
#ultimas_noticias a:hover{ background: #f6f6f6; border: 1px solid #ccc; padding: 5px;}


#ultimas_noticias a img{
	padding: 1px;
	border: 1px solid #666;
	float: left;
	margin: 3px 5px 0 0;
}

#ultimas_noticias a strong{display: block;}

#rodape{
	clear: both;
	width: 450px;
	height: 45px;
	position: relative;
	padding: 40px 20px 20px 20px;
	background-image: url(images/fundo_rodape.gif);
	background-repeat: no-repeat;
}

#produtos ul li a{
	display: block;
	background: #f9f9f9; border: 1px solid #eee; margin: 2px 0; padding: 2px 10px; text-decoration: none; width: 190px;
	font-size: 13px;
}

ul#lista_produtos li a{
	padding: 2px 5px 2px 22px; width: 180px;
}

#produtos ul li a.foto{ background-image: url(images/foto.gif); background-repeat: no-repeat; background-position: 4px 2px;}

#produtos ul li a:hover{
	background-color: #fff; border: 1px solid #ddd; 
}

#produtos ul{
	float: left;
	padding: 0 10px 0 20px;
	width: 210px;
}

ul#lista_produtos{
	float: right;
	border-left: 1px dotted #ddd;
	width: 210px;
	padding: 0 20px 0 10px;	
	min-height: 200px;
}
* html ul#lista_produtos{height: 200px;}

#produtos li{display: inline;}
#produto{
	display: block;
	position: absolute;
	width: 450px;
	height: 170px;
	overflow: hidden;
	top: 118px;
	left: 20px;
}
#produto img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 226px;
	height: 170px;
}

#produto p#discriminacao{
	display: block;
	width: 220px;
	height: 40px;
	text-align: right;
	position: absolute;
	right: 234px;
	bottom: 30px;
	z-index: 100; 
}
* html #produto p#discriminacao{
	bottom: 10px;
}
#produto #discriminacao span.nome{
	display: block;
	font-size: 130%;
}
#produto #discriminacao span.codigo{
	display: block;
	font-size: 110%;
}



.ligado{position: relative; visibility: visible; display: block;}

.desligado{position: absolute; visibility: hidden;}

.vcard {
	margin: 10px 20px;
	padding-left: 5px;
	text-align: right;
}
* html .vcard{	padding-left: 10px;}

.vcard .org{
	font-size: 115%;
	font-weight: bold;
}

.vcard span{display: inline;}

.vcard .street-address {display: block;}

.vcard .tel{font-weight: bold;}

address{
	display: block;
	font-style: normal;
}

#fale_conosco .tel{ margin: 2px 0 0 0;}
#fale_conosco address{ margin: 5px 0;}

#detalhes_categoria{
	float: left;
	width: 210px;
	height: 150px;
	margin-left: 20px;
}
* html #detalhes_categoria{
	margin-left: 10px;
}
#detalhes_categoria h3{
	font-size: 120%;
	margin:0;
	padding:0;
}

#detalhes_categoria p{
	text-align: justify;
}

#lista_categorias{
	margin-bottom:20px;
}

#form_enviar label{
	display: block;
}

#form_enviar input, textarea {
	width: 250px;
	padding: 2px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	border: 2px solid #ddd;
	color: #999;
	background: #fafafa;
}

#form_enviar input.enviar{
	width: 126px;
	background: #163;
	color: #fff;
	font-weight: bold;
	border-color: #031;
}

#form_enviar input.enviar:hover{
  background: #274;
  border-color: #274;
}

fieldset.action{
  text-align: right;
  padding-right: 3px;
}

#form_enviar input:focus, #form_enviar textarea:focus{
	border-color: #686;
	color: #444;
	background: #fff;
}

#form_enviar{
	float: right;
	margin: 0 10px;
	width: 260px;
}
* html #form_enviar{ margin: 0 5px; }

p.errmensagem{ margin: 40px 30px; font-weight: bold; text-align: center;}

#form_enviar #errmensagem {
	background: #ff0;
	border: 1px solid #aa0;
	margin: 0 0 10px 0;
	padding: 10px;
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#fale_conosco .vcard{
	float: left;
	width: 195px;
	margin: 0 0 0 10px;
	text-align: left;
	position: relative;
	top: 14px;
}
* html #fale_conosco .vcard{ margin: 0 0 0 5px; }


.noticia{
	margin: 0 20px 20px 20px;
	clear: both;
	padding-bottom: 15px;
	text-align: justify;
}
.noticia h3, #noticias .anteriores h3{
	font-size: 120%;
	margin-bottom: 5px;
}

.noticia img{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	margin: 5px 0 2px 20px; 
	display: block;
	text-align: center;
	float: right;
}

.noticia span.data,
#noticias .anteriores span.data{
	color: #999;
	display: block;
	font-size: 95%;
}

.anteriores{clear: both;}
.anteriores li{
	margin: 10px 0;
}

#noticias .anteriores{
	margin: 0 20px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
}

#noticias .anteriores a, #representantes a{
	text-decoration: none;
}
#noticias .anteriores a:hover, #representantes a:hover{
	text-decoration: underline;
}


#aempresa p,
#aempresa h3,
#aempresa dl,
#representantes h3,
#representantes ul,
#representantes p,
#representantes select,
#representantes .voltar{
	margin: 0 20px;
}
#aempresa p{
margin-bottom: 10px;
font-size: 14px;
text-align: justify;
color: #333;
}
#aempresa p strong, #aempresa p em{font-size: 14px; color: #555;}

#representantes p{
	margin: 20px;
}

#representantes ul{
	margin-bottom: 15px;
}
#representantes ul li span{
	display: block;
}
#aempresa h3,
#representantes h3{
	margin-top: 30px;
}

#representantes select{
	margin-top: 10px;
}

#desenvolvimento{
	position: absolute;
	bottom: 26px;
	right: 15px;
}

#desenvolvimento a{
	background: url(images/desenvolvimento/arnet-web.gif) no-repeat;
	display: block;
	width: 112px;
	height: 34px;
	text-indent: -9999px;
	outline: 0;
}

hr{
	clear: both;
	width: 450px;
	height: 0px;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
}

#noticias h3{
	color: #264;
}

#divlogin span{
	color: #4c8;
}

#nao-encontrada{
  padding: 25px 15px;
}

div.admin{
  padding: 15px;
}



/*--------------------------   Formulário de Cadastro  ---------------------------*/
form.cadastro{
  background: #f6f6f6;
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
}

form.cadastro fieldset {
  padding-top: 10px;
}

form.cadastro fieldset legend {
  font-weight: bold;
  color: #666;
  padding: 10px;
  font-size: 16px;
}

form.cadastro label {
  display: block;
}

form.cadastro input,
form.cadastro select,
form.cadastro textarea {
  border: 1px solid #ccc;
  padding: 2px;
}

form.cadastro input.submit {
  background: #cdc;
  color: #060;
  border: 1px solid #060;
  font-weight: bold;
}

table.admin {
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: 0;
}

table.admin caption {
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 2px 5px;
}

table.admin thead tr {
  background: #ddd;
}

table.admin tfoot tr {
  background: #eee;
}


table.admin tbody tr.odd {
  background: #eee;
}

table.admin td,
table.admin th {
  padding: 2px 5px;
  vertical-align: middle;
}

table.admin tbody th {
  text-align: left;
}



/* botões de ação ----------------------------------------------------------- */

a.edit,
a.delete,
a.add {
  padding: 2px 3px 2px 22px;
  height: 16px;
  background: #fafafa 2px 2px no-repeat;
  font-size: 10px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  border-top-color: #fff;
  border-left-color: #fff;
  margin-left: 2px;
}

a.edit {background-image: url(images/admin/edit.png); }
a.delete {background-image: url(images/admin/delete.png); }
a.add {background-image: url(images/admin/add.png); }

a.add:hover,a.edit:hover,a.delete:hover {
  border: 1px solid #fff;
  border-top-color: #ccc;
  border-left-color: #ccc;
  background-color: #eee;
}

a.icon{
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;  
}



/* submenu do administrador ------------------------------------------------- */
#admin_menu {
  position:relative;
  display:block;
  height:39px;
  font-size:11px;
  font-weight:bold;
  background:transparent url(images/admin_menu/bgOFF.gif) repeat-x top left;
  font-family:Arial,Verdana,Helvitica,sans-serif;
  border-top:4px solid #B30000;
  margin:0 0 20px 0;
  padding:0;
  list-style-type:none;
  width:auto;
  }

#admin_menu li {
  display:block;
  float:left;
  margin:0;
  }

#admin_menu li a {
  display:block;
  float:left;
  color:#666;
  text-decoration:none;
  padding:11px 10px 0 10px;
  height:23px;
  background:transparent url(images/admin_menu/bgDIVIDER.gif) no-repeat top right;
  }

#admin_menu li a:hover,
#admin_menu li.active a {
  color:#B30000;
  background:#fff url(images/admin_menu/bgON.gif) no-repeat top right;
  }

form.cadastro label{
  font-weight: bold;
  margin-top: 5px;
}

#rodape a {
text-decoration: none;
}

label.obrigatorio{
  font-weight: bold;
}

td.valor {
  white-space: nowrap;
  text-align: right;
}
