@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {
	width: 100%;
	height: 70px
}

#Headerbg {
	position: absolute;
	background-color: #121916;
	height: 75px;
	width: 100%;
	display: block
}

#HBrand {
	top: 21px;
	left: 101px;
	position: absolute
}

.hbuttons {
	color: white
}

#Home {
	position: absolute;
	top: 25px;
	right: 475px
}

#Servicos {
	position: absolute;
	top: 25px;
	right: 350px
}

#Contato {
	position: absolute;
	top: 25px;
	right: 225px
}

#body {
	background-color: #CBBBA0;
	height: 600px;
}

#contactlements {
	position: absolute;
	top: 160px;
	left: 700px;
}

.contacts {
	color: #1B2622;
	font-size: 15pt;
}

#telefone {
	position: absolute;
	left: 850px;
	top: 195px;
}

#email {
	position: absolute;
	left: 850px;
	top: 350px
}

#endereco {
	position: absolute;
	left: 850px;
	top: 490px;
	width: 260px;
}

#bodybg2 {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 600px;
	height: 600px;
	background-color: #1B2622;
}

#titulo {
	color: white;
	font-size: 20pt;
	position: absolute;
	left: 100px;
	top: 80px
}

#contatotxt {
	position: absolute;
	top: 160px;
	color: white;
	left: 100px;
	width: 400px;
}

#symbol {
	position: absolute;
	top: 260px;
}

#Footerbg {
	background-color: #121916;
	width: 100%;
	height: 272px;
	position: absolute;
	top: 650px;
}

#verticalbrdft {
	top: 40px;
	left: 300px;
	position: absolute
}

#fttxt {
	top: 120px;
	left: 200px;
	position: absolute;
	width: 300px;
	color: white;
	text-align: justify;
}

#ct1ft {
	position: absolute;
	top: 40px;
	left: 650px;
	color: white;
}

#ct2ft {
	position: absolute;
	top: 90px;
	left: 650px;
	color: white;
}

#ct3ft {
	position: absolute;
	top: 140px;
	left: 650px;
	color: white;
}

#ct4ft {
	position: absolute;
	top: 190px;
	left: 650px;
	color: white;
	width: 300px;
}

#Homeft {
	position: absolute;
	top: 40px;
	left: 1000px;
}

#Servicosft {
	top: 140px;
	position: absolute;
	left: 1000px
}

#Contatoft {
	position: absolute;
	top: 90px;
	left: 1000px;
}

a {
	color: white;
	text-decoration: none
}