body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	background-image: url(../gfx/body/bg-html.png);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	outline: none;
	color: #EB820C;
}



hr {
	height: 1px;
	background-color: #bddbe1;
	color: #bddbe1;
	border: none;
	margin: 1em 0 1em 0 ;
	padding:0;
}

small {
	display:block;
}

strong {
	font-weight: bold;
}

/* CONTAINERS */

#wrapper-body {
	background-image: url(../gfx/body/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-bottom: 20px;
}

#header {
	width: 100%;
	background-image: url(../gfx/body/bg-header.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper-header {
	width:960px;
	margin: 0 auto;
	
	
}

#col-esq {
	float: left;
	width: 340px;
}

#col-dir {
	float: right;
	width: 590px;
}

#categorias {
	background-image: url(../gfx/body/bg-topo-categorias.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	margin-left: 18px;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 20px;
}


/* TYPO */

#col-dir p {
	color: #32575f;
	font-size: 90%;
	margin-bottom:1em;
}

#rodape p {
	color: #32575f;
	font-size: 82%;
	margin-bottom:0.3em;
}


.detalhe-produto p {
	line-height: 130% !important;
	font-size: 85% !important;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #eb820c;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: 0.7em;
	text-shadow: 0px 1px 0px #fff;
}

h2, h2 a, h2 a:link, h2 a:visited,h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px !important;
	color: #0696de;
	line-height: 100%;
	font-weight: normal;
	/*margin-bottom: 0.7em;*/
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	color: #eb820c;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: 0.7em;
}

/* Buttons */

a.bt-encomendar {
	color: #FFFFFF;
	display: block;
	background-image: url(../gfx/buttons/bt-encomendar.gif);
	background-repeat: no-repeat;
	line-height: 26px;
	text-decoration: none;
	height: 26px;
	width: 116px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #d73a04;
	text-align: right;
	padding-right: 20px;
	margin-top: 1em;
}

/* MENUS / Listas */

#categorias ul li a  {
	display: block;
	color: #436d75;
	text-decoration: none;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bfbfbf;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
}

#categorias ul li a:hover, #categorias ul li a.hover, #categorias ul li a.hover:hover {
	background-color: #e8730f;
	color: #ffffff;
	padding-right: 0px;
	padding-left: 25px;
	background-image: url(../gfx/body/bullet-nav.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#menu-nav {
	position: relative;
	height: 40px;
	width:590px;
	overflow: hidden;
	margin-bottom: 30px;
	
}

#menu-nav li {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 26px;
}

#menu-nav li.back {
	background: url("/gfx/body/lava.gif") no-repeat right -24px;
	width: 9px; 
	height: 24px;
	z-index: 8;
	position: absolute;
	top:8px;
}

#menu-nav li.back .left {
	background: url("/gfx/body/lava.gif") no-repeat top left;
	height: 24px;
	margin-right: 9px; 
}

#menu-nav  li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #d3e5e8;
	margin: auto 10px;  
	text-transform: uppercase;
	font-size: 90%;
	z-index: 10;
	position: relative;
	overflow: hidden;
	text-shadow: 0px 1px 0px #122f36;
}

#menu-nav li a:hover, #menu-nav li.current a{
	color: #FFFFFF;
}

.lista-produtos li {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	display: block;
}

.lista-produtos li a {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #c2dde3;
	background-color: #FFFFFF;
	width:125px;
	height:125px;
	line-height:100%;
	text-align: center;
	
}

.lista-produtos  li a:hover{
	border: 1px solid #90bec8;
}

a.paginacao {
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-right: 5px;
	background-color: #d0dadc;
	text-align: center;
	color: #333;
	text-decoration: none;
}

a.paginacao-active {
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-right: 5px;
	background-color: #436d75;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

a.paginacao:hover {
	background-color: #436d75;
	color: #FFFFFF;
	
}

/* CLass */

.clear {
	clear: both;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.margin-right-20 {
	margin-right:20px;
}

.lista-produtos li.no-margin-right {
	margin-right: 0;
}

.detalhe-produto {
	padding: 10px;
	background-color: #ddeef2;
	border: 1px solid #a4cdd6;
	/*margin-top:0.5em;*/
	position: relative;
	margin-bottom: 1em;
}

/*.novidade {
	display: block;
	background-image: url(../gfx/body/novidade.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 77px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
}*/

.preco {
	background-image: url(../gfx/body/bg-preco.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 75px;
	display: block;
	float: right;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 75px;
	font-size: 140%;
	margin-top: 0px;
	text-shadow: 0px 1px 0px #d94004;
	margin-left: 20px;
	margin-bottom:10px;
}

.loading {
	display:none;
	width: 40px;
	height: 40px;
	background-image: url(../gfx/body/loading-holder.gif);
	background-repeat: no-repeat;
	position:absolute;
	left: 275px;
	top:50px;
	z-index: 99;
	text-align: center;
}

.loading img {
	margin-top:8px;
}

#produto-holder {
	position:relative;
}

.img-produto{
	padding:5px;
	border: 1px solid #C2DDE3; 
	background-color: #fff;
}


/* FORM */
.input-form {
	width: 350px;
	padding:5px;
	font-size: 100%;
	line-height:  100%;
	color: #555;
	border: 1px solid #C2DDE3; 
	background-color: #fff;
}

.textarea {
	width: 350px;
	padding:3px;
	font-size: 100%;
	line-height:  100%;
	color: #555;
	border: 1px solid #C2DDE3; 
	background-color: #fff;
}

label {
	display:block;
}

.button {
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	padding:5px 20px;

	background-color:#2DAEBF;
	color:#FFFFFF !important;
	cursor:pointer;

	display:inline-block;

	font-size: 100%;
	font-weight:normal;
	
	text-decoration:none;
	display:block;

	text-shadow: 0px 1px 0px #0d5f70;
	width:auto;
	background-image:url("/gfx/buttons/bt-overlay.png");

	border-color:#2a8996;
	border-style:solid;
	border-width:1px;

	/*border:none;*/
	text-transform: uppercase;
	font-weight: bold;

	background-position:0 0;
}

/*.receita {
	display: block;
	width: 107px;
	height: 107px;
	background-image:url("/gfx/body/receita-semana.png");
	position: absolute;
	top:6px;
	left:6px;
}*/