/*
	Tapestry: A responsive HTML5 website template by HTML5Templates.com
	Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
	Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/
/* Header */
.homepage{
	width:100%;
	margin:auto;
	min-width:900px;
	max-width:2000px;

}
#header-wrapper {
	min-height: 5.2em;
	margin-top: 2em;
}

.homepage #header-wrapper {
  	margin: auto;
	padding: auto;
}

#header {
	height: 5.2em;
}

/* Logo */

#logo {
	height: 5.2em;
}

#logo h1 a {
	float: left;
	padding: 0.2em 0.25em 0em 0em;
	text-decoration: none;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	font-size: 3.8em;
	font-weight: 200;
	color: #1C1C1C;
}

#logo p {
	padding: 2em 0em 0em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #545454;
}

/* Menu */
#menu {
	height: 5.2em;
	margin-bottom: 1.25em;
	padding-top: 1.25em;
}

#menu ul {
	text-align: center;
}

#menu li {
	display: inline-block;
}


#menu a {
	display: block;
	margin-right: 0.12em;
	padding: 0.95em 1.9em;
	text-decoration: none;
	text-transform: none;
	font-family: 'Abel', sans-serif;
	font-size: 1.15em;
	color: #2C2C2C;
}

#menu .current_page_item {
	color: #2C2C2C;
}

#menu .current_page_item a {
	background: #212121;
	color: #FFFFFF;
	box-shadow: inset 0px -15px 10px 0px rgba(0,0,0,0.25);
	text-shadow: none;
}

#menu a:hover {
	color: #FFC;
}


/* Wrapper */

#wrapper {
	overflow: hidden;
	margin: 1em 0em 1em 0em;
}

.homepage #wrapper {
	margin-top: 0em;
}

/* Estilos da pagina index */

#conteudoProdutosIndex{
  width:100%; 
  height:auto; 
  border:none;
  margin-left:auto;
  margin-right: auto;
  margin-top:3%; 
  background-color:white;
}

.tituloPaginas{
  margin-left:3%;
  margin-top:1%; 
  text-decoration:underline; 
  font-weight:bold;
}


/* Page Wrapper */

#page {
	overflow: hidden;
	background: url(images/img02.jpg) repeat-x left bottom;
}


/* Banner */

.container {
	
	width:93%;
	border:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%; 
	padding: 2%;
	background: #FFFFFF ;
}

/* Content presente em todas paginas */

#content {
	width:90%; 
	height:auto; 
	border:none;
	margin-top:1%;
	margin-left: auto;
	margin-right: auto;
	padding:1%; 
	background:#FFF; 
	display:table;
}

#content section{
	padding-bottom:2%;
}


/** Footer Column Content */

#footer-wrapper {
	width: 80%;
	margin-left: 10%;
	background: #FFF;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 1%;
}

#footer-content {
	overflow: hidden;
	padding: 2em 0em 3.12em 0em;
	text-shadow: 1px 1px 0px #FFFFFF;
}

#footer-content h2 {
	padding: 0em 0em 1.5em 0em;
	text-transform: none;
}

#footer-content strong {
	color: #766946 !important;
}

#footer-content #box1 {
}

#footer-content #box2 {
	overflow: hidden;
}

#footer-content #box3 {
}

#footer-content #box4 h2 {
}

div #sucesso
 {
  width:40%;
  margin-left: 1.5%;
  background-color: green;
  color: #FFF;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size:16px;
  padding: 1%;
  margin: 1%;
 }
