/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-family: 'Open Sans', sans-serif;
}
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;
}

/* Topo */

.areatopo {
	border-bottom: 3px solid #FF2D16;
}
.fundotopo {
	background: url(imagens/fundoprincipal.png);
}

.topo {
	height: 175px;
}
.logo {
	float: left;
}
.logo img {
	display: block;
}
.menu {
	float: right;
	border-bottom: 3px solid #ffffff;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 27px;
	padding: 70px 0 25px 0;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}

.menu li {
	float: left;
	padding: 0 12px 0 12px;
}


.chamadaprincipalimagen {
	float: right;
}

.chamadaprincipalimagen p {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin: 10px 23px 10px 0;
	text-align: right;
}

.chamadaprincipaltexto h2 {
	font-size: 47px;
	margin: 0 0 0 0;
	border-bottom: 3px solid #ffffff;
	padding: 0 0 20px 0;
	text-shadow: 0 0 10px #000;
}

.chamadaprincipaltexto h3 {
	margin: 10px 0 20px 0;
	font-size: 38px;
	text-shadow: 0 0 5px #000;
}

.chamadaprincipaltexto {
	float: left;
	color: #fff;
	margin: 60px 0 50px 80px;
	text-align: center;
	font-weight: 600;
}

.destaquehome {
	font-size: 30px;
	color: #5A605F;
	font-weight: 600;
	margin: 121px 0 0 0;
}

.destaqueesquerda img {
	float: left;
	margin: 0 100px 0 65px;
}

.destaquedireita img {
	float: right;
	margin: 40px 150px 0 100px;
}

.conteudodestaquehome {
	text-align: center;
	width: 440px;
	margin: 47px 0 0 0;
}
.destaquedireita .conteudodestaquehome {
	float: right;

}
.destaqueesquerda .conteudodestaquehome {
	float: left;
}

.conteudodestaquehome p {
	margin: 0 0 20px 0;
}


.chamadacontato {
	height: 311px;
	background: #515151;
	font-weight: 600;
	font-size: 30px;
	margin: 121px 0 0 0;
	text-align: center;
	color: #FFFFFF;
}
.chamadacontato p {
	width: 375px;
	padding: 54px 0 38px;
	margin: 0 auto;
	line-height: 42px;
}
/* rodape */

.rodape {
    overflow: hidden;
   }
.barrarodape {
	background: #FF2D16;
	color: #FFFFFF;
}

.menurodape {
	padding: 30px 0 0 30px;
	float: left;
}

.menurodape a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	display: block;
	line-height: 29px;
	text-align: center;
	}

.endereco {
	font-size: 21px;
	float: left;
	padding: 38px 0 0 130px;
	width: 423px;
}

.assinatura {
	font-size: 23px;
	float: left;
	width: 240px;
	padding: 38px 0 0 0;
  }

.copyright  {
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	margin: 0px 0 0 0;
}

/* Produtos */

.titulo {
	background: #FF2D16;
	padding: 8px 0;
	text-align: center;
	margin: 10px 0 0 0;
}

.titulo h1 {
	border: 1px solid #FFffff;
	padding: 0;
	font-size: 41px;
	color: #FFFFFF;
	font-weight: 800;
}


.produto {
	width: 430px;
	height: 250px;
	margin: 40px 0 0 40px;
	float: left;
	background: url(imagens/madeiraproduto.jpeg);
	color: #fff
}

.produto img {
	float: left;
	margin: 10px 10px;
	box-shadow: 2px 0 10px #000;
}

.produto h2 {
	font-size: 21px;
	font-weight: 700;
	height: 83px;
	padding: 27px 0 0 0;
	text-align: center;
	text-shadow: 2px 0 10px #000;

}

.descricao {
	font-size: 18px;
	font-weight: 600;
	height: 99px;
	text-align: center;
	padding: 0 20px 0 207px;
	line-height: 18px;
	text-shadow: 0 0 10px #000;
}

.tamanho {
	font-size: 15px;
	font-weight: 600;
	height: 45px;
	text-align: center;
	text-shadow: 0 0 10px #000;


}

/* sobre */

.textosobre {
	text-align: center;
	font-size: 30px;
	width: 740px;
	margin: 0 auto;
	line-height: 35px;
	padding: 121px 0 0 0;

}
.textosobre p {
	font-size: 40px;
	font-weight: 600;
	padding: 21px 0 0 0;
}

.conteudo p {
font-weight: 500
font-size: 555px;

}
.logosobre  {
	margin: 100px 0 0 1050px;
}

/* contato */
.pagcontato h2 {
	font-size: 30px;
	text-align:center;
	padding: 30px 0 30px 0;
	font-weight: 600;
}

.contatodono p {
	font-size: 25px;
	font-weight: 500;
}

.contatodono h3 {
	font-size: 30px;
	padding: 10px 0 10px 0;
	font-weight: 600;
}

label {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	font-weight: 600;
}

input {
	background: #EBEBEB;
	margin: 0 0 10px 0;
	width: 226px;
	height: 24px;
}

textarea {
	background: #EBEBEB;
	width: 224px;
	height: 100px;
}

button {
	margin: 20px 0 0 300px;
}

.textocontato {
	float: right;
	width: 490px;
}

.contatodono {
	float: left;
	width: 490px;
	}

	.logoscontato {
	text-align: center;
	margin: 100px 0 0 0;
}

/* Geral */
.botaoprincipal {
	padding: 0;
	background: #FF2D16;
	font-size: 34px;
	text-decoration: none;
	color: #FFFFFF;
	border: 5px solid #FF2D16;
	display: inline-block;
}
.botaoprincipal span {
	border: 1px solid #FFffff;
	padding: 0 13px;
	display: inline-block;
	line-height: 40px;
}

.centro {
	width: 980px;
	margin: 0 auto;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}