*{
	margin:0;
	padding:0;
	font:0.98em Arial, Helvetica, sans-serif;
	color:#333;
	outline:none;
	
}

img{ border:none;}

body {
	background: url(../img/bg.jpg) no-repeat top left;
	text-align:center;
}

#geral{
	text-align:left;
	width:778px;
	margin:0px auto;

}

.barra{
	background:#666;
	padding:2px;
	
	}

div#cabecario{
	position:relative;
}

div#logo{
	background:url(../img/logo.gif) no-repeat center center;
	width:221px;
	height:75px;
	margin:5px 10px;
}

div#logo h1 a{
	display:block;
	width:221px;
	height:75px;
	text-indent:-9999px;

}

div#meio{
	width:755px;
	height:360px;
	margin:30px auto;
	border:1px solid #C3C3C3;
	overflow:hidden;
	background:#fff url(../img/td.gif) no-repeat bottom right;
}

div#baner{
	width:744px;
	height:265px;
	margin:7px auto;
/*	background:url(../img/baner.jpg) no-repeat;
*/}

.linha{
	background:#ADADAD;
	height:5px;

}

div#letter{
	padding:28px 0 0 10px;
	}

div#letter form label{
	font-size:0.8em;	
}
	
div#rodape{
	background:url(../img/bg_rodape.jpg) repeat-x center center;
	height:60px;
	margin-top:40px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding-top:7px;
	clear:both;
	font-size:0.8em;
	font-weight:bold;

}


/*FORMULÁRIO*/

div#conteudo form table {
	width:99%;
	border:1px solid #ccc;
	margin:0px auto;
}

div#conteudo form table td{
	padding:3px;
	text-align:left;
	font-weight:bold;
	font-size:1em;
}

div#conteudo form table tr td label{ font-weight:bold; font-size:0.95em;}
.formulario{
	width:220px;
	border:1px solid #d1d1d1;
	text-align:left;
	padding:3px 3px 2px 3px;
	background:url(../img/bg_input.jpg) repeat-x bottom center;
	font-size:0.95em;
}

textarea.textarea{
	width:430px;
	border:1px solid #ccc;
	text-align:left;
	padding:3px;
	height:50px;

}

input.bt{
	background:#0093DD;
	text-align:center;
	color:#fff;
	border:none;
	padding:2px;
	_padding:0 3px 1px 3px;
	font-size:0.9em;

	}
	

/*MENU*/

div#menu {
	position:absolute;
	left:375px;
	top:39px;
	width:391px;
	height:17px;
	height:20px;
	background:url(../img/menu.png) no-repeat center top;
}

div#menu ul {
	float:left;

	}
	
div#menu ul li {
	text-indent: -9999em;
	float:left;
	display:inline;
}
	
div#menu ul li a{
	outline:none;
	display:block;
	background:url(../img/menu.png) no-repeat center top;
	
	}

div#menu ul li.home a { background-position: 0px 0px; width: 65px; height:20px; }
div#menu ul li.home a:hover { background-position: 0px -21px; height:20px;}
div#menu ul li.home a.selected { background-position: 0px -21px; height:20px;}

div#menu ul li.empresa a { background-position: -65px 0px; width: 75px; height:20px; }
div#menu ul li.empresa a:hover { background-position: -65px -21px; height:20px;}
div#menu ul li.empresa a.selected { background-position: -65px -21px; height:20px;}

div#menu ul li.produtos a { background-position: -140px 0px; width: 81px; height:20px; }
div#menu ul li.produtos a:hover { background-position: -140px -21px; height:20px;}
div#menu ul li.produtos a.selected { background-position: -140px -21px; height:20px;}

div#menu ul li.clientes a { background-position: -221px 0px; width: 70px; height:20px; }
div#menu ul li.clientes a:hover { background-position: -221px -21px; height:20px;}
div#menu ul li.clientes a.selected { background-position: -221px -21px; height:20px;}

div#menu ul li.atendimento a { background-position: -291px 0px; width: 100px; height:20px; }
div#menu ul li.atendimento a:hover { background-position: -291px -21px; height:20px;}
div#menu ul li.atendimento a.selected { background-position: -291px -21px; height:20px;}
