html {
  overflow: auto;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input, body {
  font-family: "Tahoma", Verdana;
  font-size: 8pt;
}

body {
  background: #ccc;
  text-align: center;
}

#master, #footer {
  display: block;
  width: 750px;
  text-align: left;
}

#master {
  margin: 10px auto auto auto;
  padding-top: 8px;
  background: #fff url(../img/mastertop.gif) no-repeat top left;
  overflow: auto;
}

#footer {
  clear: both;
  background: #fff url(../img/masterbottom.gif) no-repeat bottom left;
  height: 40px;
  text-align: center;
}

#footer span{
  display: block;
  color: #333;
  margin-left: 10px;
}

#tools {
  display: block;
  clear: both;
  /* background: #fff url(../img/toolbkg.gif) no-repeat bottom center; */
  background: #fff url(../img/toolbkg.gif) no-repeat center bottom;
  _background: #fff url(../img/toolbkg.gif) no-repeat center 70px;
  height: 70px;
}

#logo, #logo a {
  display: block;
  height: 80px;
  width: 308px;
}

#logo a {
  text-indent: -2000px;
  overflow: auto;
}

#logo{
  float: left;
  margin-left: 5px;
  background: url(../img/logo.gif) no-repeat left top;
}

#info {
  float: right;
  width: 125px;
  height: 36px;
  text-indent: -2000px;
  display: block;
  overflow: auto;
  margin-right: 8px;
  margin-top: 20px;
}

#login {
  display: block;
  width: 300px;
  overflow: hidden;
  float: left;
  background: url(../img/logintxt.gif) no-repeat top left;
  padding-top: 15px;
  margin-top: 20px;
  margin-left: 40px;
}

#login fieldset {
  border: 0px;
}

#login input {
  border: 1px solid #666;
  float: left;
  width: 60px;
  margin-left: 5px;
  margin-right: 5px;
}

#login #btnlogin {
  background: url(../img/btnok.gif) no-repeat top left;
  text-indent: -2000px;
  display: block;
  overflow: hidden;
  float: right;
  margin-top: -27px;
  _margin-top: -20px;
  height: 25px;
  border: 1px solid #fff;
}

#login label {
  font-weight: bold;
  float: left;
}

#menu, #menucontent {
  float: right;
  display: block;
  clear: both;
  width: 100%;
}

#menu {
  height: 245px;
  background: url(../img/bkgmain.jpg) no-repeat top left;
}

#menu ul, #menucontent ul {
	display: block;
  margin-left: 310px;
}

#menu ul li, #menucontent ul li  {
  list-style: none;
  float: left;
  display: block;
  width: 110px;
  overflow: hidden;
}

#menu ul a, #menucontent ul a  {
  text-indent: -5000px;
  display: block;
  overflow: hidden;
  width: 110px;
  height: 37px;
}

#mniempresa {
  background: url(../img/mniempresaoff.gif) no-repeat top left;
}

#mniempresa a:hover{
  background: url(../img/mniempresa.gif) no-repeat top left;
}

#mniclientes {
  background: url(../img/mniclientesoff.gif) no-repeat top left;
}

#mniclientes a:hover{
  background: url(../img/mniclientes.gif) no-repeat top left;
}

#mniprodutos {
  background: url(../img/mniprodutosoff.gif) no-repeat top left;
}

#mniprodutos a:hover{
  background: url(../img/mniprodutos.gif) no-repeat top left;
}

#mnicontato {
  background: url(../img/mnicontatooff.gif) no-repeat top left;
}

#mnicontato a:hover{
  background: url(../img/mnicontato.gif) no-repeat top left;
}

.info {
  width: 230px;
  float: left;
  margin-left: 10px;
  background: url(../img/bkginfo.gif) no-repeat 1px 40px;
  _background: url(../img/bkginfo.gif) no-repeat 1px 30px;
	color: #444444;
}

.info p, .info span {
  text-indent: 20px;
  letter-spacing: 1px;
  line-height: 15px;
}

.info strong {
	color: #990100;
}

.info h1, #info2 h1, #info3  h1{
  display: block;
  height: 25px;
  overflow: hidden;
  text-indent: -2000px;
}

.info dt {
	font-weight: bold;
	margin: 5px;
}

#info2 h1{
  background: url(../img/txtinfo2.gif) no-repeat top left;
}

#info1 h1{ 
  background: url(../img/txtinfo1.gif) no-repeat top left;
}

#info3  h1{
  background: url(../img/txtinfo3.gif) no-repeat top left;
}

.right {
	text-align: right;
}


#content {
  margin: 0px 10px 10px 10px;
  _margin-top: -30px;
  font-size: 10pt;
  color: #333333;
}

#content p {
  text-indent: 10px;
  margin-left: 150px;
  line-height: 18px;
}

#content span {
  margin-left: 30px;
  display: block;
  float: left;
}

#content ul {
  margin-left: 150px;
}

#content .lateral {
  float: left;
  font-size: 8pt;
  text-align: right;
  display: block;
  margin-left: 0px;
}

#content .lateral li {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: 120px;
  border-right: 3px solid #9E1615;
}

#content .lateral li a {
  color: #666;
  text-decoration: none;
}

#content .lateral li a:hover{
  color: #9E1615;
  text-decoration: none;
}

#content .imagem {
  float: left;
  display: block;
  width: 150px;
  padding: 10px;  
  font-size: 8pt;
  margin-right: 10px;
  background: url(../img/bkgimagem.jpg) no-repeat top left;
}

#content .imagem strong{
  display: block;
}

#content .imagem img{
	cursor: pointer;
}

#content .imagempreview {
	text-align: center;
	clear: both;
}

#content h1 {
	font-size: 13pt;
	font-weight: normal;
	clear: both;
}

#content .imagem img{
  clear: both;
  border: 1px solid #666;
  margin: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

#titservicos, #titcontato, #titcliente, #titproduto {
  text-indent: -5000px;
  display: block;
  width: 145px;
  height: 55px;
}

#titservicos {
  background: url(../img/txtservicos.gif) no-repeat top left;
}

#titcontato {
  background: url(../img/txtcontato.gif) no-repeat top left;
}

#titcliente {
  background: url(../img/txtclientes.gif) no-repeat top left;
}

#titproduto {
  background: url(../img/txtprodutos.gif) no-repeat top left;
}

#frmcontato {
	margin-left: 150px;
}

#frmcontato label{
	display: block;
}

#frmcontato input, #frmcontato textarea{
	width: 200px;
}

#frmcontato #enviar {
	margin-top: 5px;
	width: auto;
	background: url(../img/btnenviar.gif) no-repeat top left;
	height: 23px;
	width: 55px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	border: 0px solid #efefef;
}


/*  */

#banner {
	display: block;
	position: absolute;
	z-index: 1;
	background: url(../img/nfe_2.gif) no-repeat top left;
	width:445px;
	height: 260px;
	margin-left: 150px;
	margin-top: 105px;
		border-bottom: 1px solid #264949;
	border-top: 1px solid #264949;
	border-right: 1px solid #264949;
	border-left: 1px solid #264949;


	
	
}

#banner a {
	display: block;
	float: right;
	background: url(../img/close_banner_nfe.gif) no-repeat top right;
	width: 200px;
	height: 30px;
	margin-top: 0px;
	margin-right: 2px;
	overflow: hidden;
	text-indent: -5000px;
}

.list li{
	list-style: circle;
	margin-left: 20px;
	margin-bottom: 10px;
}
