body {
text-align: left;
background: #002542 url(imagens/fundo.jpg) repeat-x;
margin: 0px;
padding: 0px;
}

/* Menu */
#geral {
width: 780px;
margin: 0px auto;
}

#navigation {
background: url(menu.jpg) no-repeat;
}

#navigation ul {
margin: 0px auto;
padding: 0;
}

#navigation li {
float: left;
list-style-type: none;
}

a#m1 {
background: transparent url(imagens/menu/home.gif) no-repeat left top;
display: block;
height: 44px;
width: 111px;
}
a#m1:hover {background-position: left bottom;}

a#m2{
background: transparent url(imagens/menu/empresa.gif) no-repeat left top;
display: block;
height: 44px;
width: 129px;
}
a#m2:hover {background-position: left bottom;}

a#m3 {
background: transparent url(imagens/menu/produtos.gif) no-repeat left top;
display: block;
height: 44px;
width: 138px;
}
a#m3:hover {background-position: left bottom;}

a#m4{
background: transparent url(imagens/menu/orcamento.gif) no-repeat left top;
display: block;
height: 44px;
width: 150px;
}
a#m4:hover {background-position: left bottom;}

a#m5 {
background: transparent url(imagens/menu/galeria.gif) no-repeat left top;
display: block;
height: 44px;
width: 119px;
}
a#m5:hover {background-position: left bottom;}

a#m6 {
background: transparent url(imagens/menu/contato.gif) no-repeat left top;
display: block;
height: 44px;
width: 133px;
}
a#m6:hover {background-position: left bottom;}
/* Menu */

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #007BA1;
	text-decoration: underline;
}

.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #783604;
}
.botoes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	letter-spacing: 1px;
	border: 1px solid #000000;
	font-weight: bolder;
}
textarea {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #783604;
}

.fonteBranca {
color: #FFFFFF;
}

.fonteGrande {
font-size: 14px;
}

.fonteGrande2 {
font-size: 25px;
font-weight: bold;
}

.fonteGrande3 {
font-size: 16px;
}

