/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

html, body {
	background: url(../images/fundo.gif) #1A1A1A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
}

h1 {
	background: url(../images/fundoh1.jpg) no-repeat;
	font-family: Verdana, san-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-indent: 55px;
}

h2 {
	font-family: Verdana, san-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 3px;
	margin-top: 7px;
}

input {
	background: #BAE327;
	border: 1px solid #333;
	margin-bottom: 3px;
	width: 270px;
}


p {
	line-height: 1.4em;
	margin-bottom: 5px;
	text-align: justify;
	text-indent: 1em;
}

textarea {
	background: #BAE327;
	border: 1px solid #333;
	margin-bottom: 3px;
	width: 270px;
}

ul {
	margin-left: 50px;
}

ul li {
	line-height: 1.4em;
}

.menu {
	background: url(../images/fundo_menu.gif);
	border-bottom: 1px solid #333;
	border-left: 1px solid #BBE22A;
	border-right: 1px solid #333;
	border-top: 1px solid #BBE22A;
	color: #fff;
	display: inline-block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-right: 6px;
	text-align: center;
	text-decoration: none;
	width: 97px;
}

.menu:hover {
	background: url(../images/fundo_menu.gif) -4px 0;
	border-bottom: 1px solid #BBE22A;
	border-left: 1px solid #333;
	border-right: 1px solid #BBE22A;
	border-top: 1px solid #333;
}

.paragrafo450 {
	line-height: 1.7em;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 440px;
}

.produto {
	background: #79B718;
	border-bottom: #666 solid 1px;
	display: block;
	float: right;
	padding-top: 10px;
	text-align: center;
	width: 49%;
}

.produto h2 {
	font-family: Verdana, san-serif;
	font-size: 18px;
	font-weight: normal;
	text-indent: 15px;
}

#animacao {
	margin: 0 auto;
	width: 740px;
}

#base {
	background: #79B718;
	height: 20px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
}

#contatos {
	float: right;
	width: 300px;
}

#conteudo {
	background: url(../images/fundocentro.jpg) center center #79B718;
	border: 1px solid #333;
	height: 490px;
	left: 50%;
	margin-left: -380px; /*Metade do width */
	margin-top: -245px; /* Metade do height */
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 760px;
}

#conteudo2 {
	height: 375px;
	margin-top: 5px;
	overflow: auto;
	padding: 3px;
}

#fotos_empresa {
	float: right;
	width: 290px;
}

#fotos_empresa img {
	clear: both;
}

#form_contatos {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	width: 400px;
}

#menu {
	float: right;
	height: 80px;
	width: 560px;
}

#menu2 {
	margin: 0 auto;
	margin-top: 40px;
	width: 530px;
}

#atitude {
	bottom: 0;
	clear: both;
	left: 0;
	padding: 3px;
	position: fixed;
}

#topo {
	height: 80px;
}