body, html {
	height: 100%;
}

body {
	color: #61652e;
	font-family: BookmanOldStyle, Georgia, 'Times New Roman', Times;
	font-size: 14px;
	background: #b0825f url(../img/bg-body.png) top center repeat-y;
}

a {
	text-decoration: none;
	color: #434620;
}
a.anchor {
	display: none;
}
a:hover {
	color: #61652E;
}

/* HEADER */
#page-wrapper {
	width: 956px;
	margin: 0px auto;
	padding: 0px 22px;
	padding-bottom: 0px;
	min-height: 100%;
	position: relative;
	background: url("../img/bg-gradient-2.jpg") no-repeat scroll -177px -249px #E5AB7D;
}
#page-wrapper:before {
	width: 534px;
	height: 550px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	background: transparent url(../img/bg-floral.png) bottom right;
}
#page-wrapper > header {
	width: 100%;
	height: 134px;
	padding-top: 22px;
	position: relative;
}
#page-wrapper > header > h1 {
	width: 202px;
	height: 106px;
	background: transparent url(../img/logo.png) bottom right no-repeat;
	float: left;
	margin-top: 10px;
	margin-left: 71px;
	text-indent: -1000px;
	overflow: hidden;
}
#page-wrapper > header:before {
	display: block;
	content: '';
	clear: both;
}
#page-wrapper > header > nav {
	position: relative;
	top: 76px;
}
#page-wrapper > header > nav a {
	color: #61652e;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 0px #b9eb6a;
	filter: dropshadow(color=#b9eb6a, offx=1, offy=1);
}
#page-wrapper > header > nav a:hover {
	color: #898f41;
}
#page-wrapper > header > nav ul {
	float: left;
	margin-left: 68px;
	background: transparent url(../img/bg-menu.png) center bottom no-repeat;
	padding-bottom: 18px;
}
#page-wrapper > header > nav li {
	display: inline;
	margin: 0 36px;
	/*margin: 0 66px;*/
}

/* CONTENT */
section#content {
	width: 100%;
	/*background-color: rgba(200, 150, 200, 0.3);*/
	padding-bottom: 125px;
	z-index: 1000;
	position: relative;
}

/* FOOTER */
footer {
	position: absolute;
	bottom: 0;
	height: 84px;
	background: transparent url(../img/bg-footer.png) top center no-repeat;
	padding-top: 25px;
	z-index: 1000;
}
footer > ul {
	display: table;
}
footer > ul > li {
	display: table-cell;
	width: 318px;
	text-align: center;
	vertical-align: middle;
}
footer > ul > li span {
	display: inline-table;
	height: 32px;
	padding-left: 34px;
	text-align: left;
}
footer > ul > li.phone span {
	line-height: 32px;
	background: transparent url(../img/marker-phone.png) left center no-repeat;
}
footer > ul > li.email span {
	line-height: 32px;
	background: transparent url(../img/marker-email.png) left center no-repeat;
}
footer > ul > li.address span {
	padding-top: 4px;
	background: transparent url(../img/marker-address.png) left center no-repeat;
}
footer > p {
	text-align: center;
	margin-top: 10px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 11px;
}
h3 {
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
* + h3 {
	margin-top: 40px;
}
p {
	line-height: 1.5em;
}

#banner {
	float: left;
}
#horario {
	width: 308px;
	height: 236px;
	margin-left: 20px;
	float: left;
	text-align: center;
	/*margin: 0px 320px;*/
}
#horario h2 {
	margin-top: 84px;
}

#first-row-home {
	display: block;
	padding-bottom: 20px;
}
#first-row-home:after {
	clear: both;
	content: "";
	display: block;
}
#lista-categorias a {
	color: #61652e;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#lista-categorias a:hover {
	color: #7c823b;
	text-shadow: 1px 1px 0px #a7af4f;
	filter: dropshadow(color=#a7af4f, offx=1, offy=1);
}
#lista-categorias img {
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.27);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.27);
	margin-bottom: 10px;
}
#lista-categorias {
	border-collapse: separate;
	border-spacing: 32px 0;
	margin-left: -32px;
	overflow: hidden;
}
#lista-categorias ul li {
	display: table-cell;
	background-color: #eec4a4;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 14px 10px 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}
#page-produtos #lista-categorias {
	border-spacing: 17px 0;
	margin-left: -19px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.page-content {
	background: url(../img/white-03a.png) repeat;
	background: rgba(255, 255, 255, 0.3); /*TODO - Fazer equivalente em imagem para o IE */
	min-height: 501px; /* TODO - Fazer script que defina este valor como 'altura viewport - (altura rodape + altura cabe�alho + 40(que � o padding-top + padding-bottom))' */
	padding: 20px;
	color: #61652E;
	color: #383a1a;
	position: relative;
}
.page-content p + p,
.page-content p + form {
	margin-top: 1em;
}
label {
	cursor: hand;
}
input, textarea {
	resize: none;
}
input {
	width: 200px;
}
textarea {
	width: 300px;
	height: 100px;
}

.success-box {
	border: 1px solid #009900;
	padding: 10px 10px 10px 30px;
	background: #ccFFcc url(../img/icons/accept.png) 10px center no-repeat;
	margin-bottom: 1.5em;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}
.notice-box {
	background: url("../img/icons/error.png") no-repeat scroll 10px center #FFFFCC;
	border: 1px solid #999900;
	padding: 10px 10px 10px 30px;
	margin-bottom: 1.5em;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}
.error-box {
	background: url("../img/icons/cancel.png") no-repeat scroll 10px center #FFCCCC;
	border: 1px solid #990000;
	padding: 10px 10px 10px 30px;
	margin-bottom: 1.5em;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}

.page-content #filter {
	float: right;
}

.produto {
	background-color: #eec4a4;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 14px 10px 20px;
	display: block;
	float: left;
	margin: 0 4px 10px;
	width: 200px;
	height: 180px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}
.produto-nome {
	margin: 5px 0px 0px 0px !important;
	font-weight: bold;
}
.produto-cat {
	margin-top: 0.5em;
}
ul.lista-produtos {
	line-height: 2.5em;
	margin-top: 1.5em;
}
ul.lista-produtos li {
	background: transparent url(../img/marker.png) left 12px no-repeat;
	padding-left: 20px;
}

.pagination {
	text-align: center;
}
.pagination ul li {
	display: inline;
}
.pagination ul li a {
	background-color: #FFF;
	line-height: 24px;
	border: 1px solid #CCC;
	padding: 3px 7px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pagination ul li.active a {
	font-weight: bold;
}

#page-produtos h2,
#page-produtos h3 {
	/*margin-left: 4px;*/
}

h2.catalog-page-title {
	margin-left: 0px !important;
}
h3.catalog-item-title {
	margin-left: 0px !important;
	font-weight: bold;
}
.catalog-item-image {
	float: left;
	margin-right: 10px;
}

label[for="cat_filter"] {
	position: absolute;
	right: 20px;
	top: 20px;
}

a.link-produto-voltar {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	padding: 5px 10px 5px 10px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-grid-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-grid-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	grid-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;

	background-color: #96B633;
	background-image: -moz-linear-gradient(#BADA55, #96B633);
	background-repeat: repeat-x;
	border: 1px solid #7B9B18;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	position: absolute;
	bottom: 20px;
	right: 20px;
}

.produto-img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}

#lista-categorias li > a:after {
	display: block;
	content: '';
	width: 195px;
	height: 117px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.27);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.27);
	margin-bottom: 10px;
	background-position: center center;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}
#lista-categorias li#cat-home-homeopatia > a:after {
	background-image: url(../img/homeopatia.jpg);
}
#lista-categorias li#cat-home-cosmeticos > a:after {
	background-image: url(../img/cosmeticos.jpg);
}
#lista-categorias li#cat-home-fitoterapicos > a:after {
	background-image: url(../img/fitoterapicos.jpg);
}
#lista-categorias li#cat-home-florais > a:after {
	background-image: url(../img/florais.jpg);
}

#banner { 
	width: 628px; /* important to be same as image width */ 
	height: 236px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background-color: #FFF;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.27);
	box-shadow:  0px 0px 10px 0px  rgba(0, 0, 0, 0.27);
	-webkit-border-radius: 6px;
	border-radius: 6px; 
}

.contact-form {
	width: 400px;
}
.contact-form > div {
	margin-bottom: 0.8em;
}
.contact-form label {
	display: block;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	padding-left: 6px;
}
.contact-form input[type='text'],
.contact-form textarea {
	width: 400px;
	padding: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	overflow: auto;
}
.contact-form .error {
	float: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.8em;
	color: #C00;
}

body#page-contato .success-box,
body#page-contato .error-box,
body#page-contato .notice-box {
	position: absolute;
	right: 20px;
	top: 130px;
	width: 450px;
}

ul#org-reg {
	position: absolute;
	top: 30px;
	right: 69px;
}
ul#org-reg li {
	display: inline-block;
	margin-left: 5px;
}
ul#org-reg img {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#cartoes {
	margin-top: 20px;
}
#cartoes ul {
	text-align: center;
}
#cartoes ul li {
	display: inline-block;
	margin: 0px 30px;
}