/* CSS Document */

/* Temporario */

.lembrete{
	background-color:#ffff99;
}

/* Classes */

.esq{
	float:left;
}

.dir{
	float:right;
}

.centro{
	text-align:center;
}

.clear{
	clear:both;
}

/* Definicoes gerais */

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	text-decoration:none;
	word-spacing:.2em;
	line-height:1.5em;
	margin:0;
	padding:0;
}

a{
	color:#ff0000;
}

a:hover{
	text-decoration:underline;
	}

h2, h3{
	margin-bottom:10px;
}

h2{
	font-size:15px;
	color:#3E5B79;
}

h3{
	margin-top:30px;
	font-size:13px;
	color:#577FA9;
}

p{
	margin-bottom:10px;
}

a img{border:0;}

/* Formularios */

fieldset{
	margin:10px 10px 10px 0;
	border:0;
}

label{
	margin-right:10px;
	width:70px;
	float:left;
	text-align:right;
}

input, textarea{
	color:#000000;
	background-color:#fff;
	border: 1px solid #3E5B79;
}

input.bot_enviar{
	font-weight:bold;
	height:30px;
	margin-top:10px;
	color: #3E5B79;
	border: 2px solid #3E5B79;
	margin-left:80px;
}

/* Definicoes das divs */

div#container, div#cabecalho, div#corpo, div#conteudo, div#rodape{width:770px;}

div#container{
	margin: 0 auto;
}

div#cabecalho{
	height:171px;
	background:url(imagens/cabecalho.jpg) center center no-repeat;
}

div#corpo, div#menu, div#conteudo{height:auto;}

div#corpo{}

div#menu{
	margin:20px 0;
	float:left;
	width:135px;
}

div#conteudo{
	margin-bottom:20px;
	padding: 10px 0 0 10px;
	float:left;
	width:615px;
}

div#rodape{
	clear:both;
	text-align:center;
	height:25px;
	background:url(imagens/rodape.jpg) center center no-repeat;
}

/* particularidades das divs */

/* div cabecalho */

h1{
	text-indent:-2000em;
	width:143px;
	height:59px;
	background:url(imagens/logo_eletromec.jpg) center center no-repeat;
	position:relative;
	top: 30px;
	left: 120px;
}

h1 a{
	display:block;
	width:143px;
	height:59px;
}

div#webmail{
	background: url(imagens/webmail.jpg) center center no-repeat;
	height:26px;
	width:65px;
	text-indent:-2000em;
	position:relative;
	left:695px;
	top:-57px;
}

div#webmail a{
	display:block;
	width:65px;
	height:26px;
}

div#assinatura{
	background: url(imagens/logo_lenoxweb.jpg) center center no-repeat;
	height:30px;
	width:12px;
	text-indent:-2000em;
	position:relative;
	left:60px;
	top:-52px;
}

div#assinatura a{
	display:block;
	width:12px;
	height:30px;
}

/* div#menu */

div#menu li a{
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
	color:#838383;
	font-weight:bold;
}

div#menu li a:hover{
	font-size:13px;
}

div#menu ul{
	width:135px;
}

div#menu ul li{
	list-style:none;
}

div#menu ul li.produtos a{
	padding-left:40px;
	padding-top:12px;
	display:block;
	width:95px;
	height:28px;
	background:url(imagens/menu_icone_e.jpg) left bottom no-repeat;
}

div#menu ul li.produtos a:hover{
	background:url(imagens/menu_icone_e.jpg) left top no-repeat;	
}

/* div#rodape */
div#rodape small{
	position:relative;
	top:3px;
	font-size:10px;
}