@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	background-color: #f2f2f2;
	background-image: url(imagens/fundo_body.jpg);
	background-repeat: repeat-x;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#principal {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
#logotipo {
	float: left;
	height: 150px;
	width: 110px;
	padding-left: 40px;
}
#linguagem {
	float: left;
	height: 30px;
	width: 650px;
	background-image: url(imagens/fundo_linguagem.jpg);
	background-repeat: no-repeat;
	background-position: 190px top;
}
#espaco {
	float: left;
	height: 23px;
	width: 330px;
	padding-top: 7px;
	text-align: right;
	padding-right: 20px;
}
#portugues {
	float: left;
	height: 23px;
	width: 95px;
	background-image: url(imagens/portugues.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 7px;
	padding-left: 55px;
}
#ingles {
	float: left;
	height: 23px;
	width: 95px;
	background-image: url(imagens/ingles.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 7px;
	padding-left: 55px;
}
.linguagem a {
	text-decoration: none;
	color: #333333;
}
.linguagem a:hover {
	text-decoration: none;
	font-weight: bold;
}

#slogan {
	float: left;
	height: 40px;
	width: 640px;
	text-align: right;
	padding-right: 10px;
	padding-top: 80px;
}
#menu_geral {
	float: left;
	height: 50px;
	width: 775px;
	background-image: url(imagens/fundo_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 25px;
}
#menu_botao {
	height: 40px;
	width: 750px;
	padding-top: 10px;
}
.botao {
	float: left;
	height: 40px;
	width: 125px;
}
.botao a {
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	text-align: center;
	height: 30px;
	width: 125px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
}
.botao a:hover {
	color: #333333;
	background-image: url(imagens/seta.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.botao_ativo {
	float: left;
	height: 40px;
	width: 125px;
	background-color: #FFFFFF;
}
.botao_ativo a {
	color: #333333;
	text-decoration: none;
	text-align: center;
	height: 35px;
	width: 125px;
	position: absolute;
	font-weight: bold;
	padding-top: 5px;
	background-image: url(imagens/botao_ativo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.botao_ativo a:hover {
}

#conteudo_geral {
	float: left;
	height: 495px;
	width: 750px;
	background-color: #FFFFFF;
	background-image: url(imagens/fundo_conteudo.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.conteudo a {
	color: #666666;
	text-decoration: none;
}
.conteudo a:hover {
	text-decoration: underline;
}
.conteudo h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.conteudo h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#voltar {
	float: left;
	width: 745px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
#produtos {
	float: left;
	width: 250px;
	height: 400px;
}
#mecanica {
	float: left;
	height: 330px;
	width: 250px;
}
#medico {
	float: left;
	height: 350px;
	width: 375px;
	text-align: center;
}
#email {
	float: left;
	height: 430px;
	width: 330px;
}
#endereço {
	float: left;
	height: 430px;
	width: 600px;
	padding-left: 80px;
}



#rodape_geral {
	float: left;
	height: 100px;
	width: 800px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.rodape a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.rodape a:hover {
	text-decoration: underline;
}
#faixa_central {
	width: 750px;
	height: 200px;
	padding-top: 100px;
}
.alinha_direita {
	text-align: right;
}
