 @import url("stylesheet.css");
/*//////////////////////////// BEGIN RESET CSS ////////////////////////////////////////////////*/ 
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*//////////////////////////// END RESET CSS ////////////////////////////////////////////////*/ 
/* Clearing floats without extra markup  */

.clearfloat { display: inline-block; }

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

* html .clearfloat { height: 1%; }

.clearfloat { display: block; }

/* End Clearing floats without extra markup  */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b6b6b;	
}
h2{
	font-size: 24px;
	margin-bottom: 20px;
	color: #b8651b;
	letter-spacing: -1px;
	font-weight: normal;
}
h3{
	font-size: 18px;
	margin-bottom: 20px;
	color: #b8651b;
	letter-spacing: -1px;
	font-weight: normal;	
}
h4{
	font-size: 14px;
	color: #b8651b;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;	
}

a{
	color: #bd671c;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}


strong{
	font-weight: bold;	
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	border-top: 8px solid #233a1a;
	position: relative;	
}
p{
	line-height: 19px;
	margin-bottom: 15px;	
}
#header{
	padding: 30px 0;
	text-align: center;	
}

#logo{
	text-align: center;	
	margin: 0 auto;
	width: 388px;
	height: 78px;
}

#logo h1{
	background: url(../images/logo.gif) no-repeat;
	width: 388px;
	height: 78px;
	text-indent: -9999px;
	text-align: center;
}

#nav{
	background: url(../images/menu_bg.gif) no-repeat;
	width: 960px;
	height: 53px;	
}

#nav ul{
	height: 47px;
		
}

#nav ul li{
	line-height: 47px;
	display: inline;	
}

#nav ul li a{
	float: left;
	display: block;
	padding: 0 	30px 0 30px;
	background: url(../images/devider.gif) top right no-repeat;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li.active a{
	color: #c6e6bb;
}

#search .screen-reader-text {
	display: none;
}

#search h3 {
	display: none;
}

#content{
	padding-top: 40px;
	margin-bottom: 30px;	
}

#sidebar{
	float: left;
	width: 224px;
	margin-right: 45px;
	display: inline;	
}
#main-content{
	width: 690px;
	float: left;	
}

.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
	padding: 20px;
	width: 184px;	
}

.rounded .utilizador, .rounded .password{
	width: 162px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;	
	padding: 5px;
	color: #6b6b6b; 
}

.ok{
	background: url(../images/ok.gif) no-repeat;
	 width: 43px;
	 height: 30px;
	 border: none;	
}
	
.encomenda{
	padding-left: 40px;
	background: url(../images/cart.gif) no-repeat 0 50%;	
}
.imagem{
	float: left;
	width: 187px;
	margin-right: 25px;	
	text-align: center;
}
.left{
	float: left;
	width: 167px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin-right: 25px; 
	margin-bottom: 15px;	
}
#product-description{
	float: left;
	width: 460px;	
}


.metal{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;	
}

.metros{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;	
	padding: 5px;
	color: #6b6b6b;
	margin-top: 10px; 
}

.encomendar{
	background: url(../images/encomendar.gif) no-repeat;
	width: 148px;
	height: 33px;
	border: none;
	margin-top: 10px;
	cursor: pointer;	
}

p.tabela a{
	background: url(../images/tabela.gif) no-repeat 0 50%;
	padding: 10px;
	padding-left: 25px;	
}

#footer{
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid #dcdcdc;
	padding: 25px;
	margin-bottom: 30px;
}

/*///////////////// TABLES ///////////////////////*/

table { border-collapse: collapse; width: 600px; margin:0;}

th {	background: #6b6b6b; color: #fff; font-weight: bold; padding: 2px 11px; text-align: left; border-right: 1px solid #fff; line-height: 1.2;}

td { padding: 6px 11px; border-bottom: 1px solid #dcdcdc; vertical-align: top;}

td * { padding: 6px 11px;}

tr.alt td { background: #e8e8e8;}

tr.over td, tr:hover td { background: #fff;}

/*///////////////// END TABLES ///////////////////////*/

#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#f1f1f1;
}
.product-wrapper{
	margin-bottom: 30px;	
}
.produto{
	float: left;
	display: inline;
	width: 165px;
	padding: 20px;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 30px; 	
}

.last{
	margin-right: 0;	
}

.produto .image{
	margin-bottom: 20px;	
}

.produto h4{
	border: none;
	margin-bottom: 10px;	
}

.contactos{
	line-height: 19px;	
}

.mapa{
	margin-bottom: 30px;	
}

div.formulario {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    background: #f4f4f4;
	border: 1px solid #d6d6d6;
    margin-left: 0;
    padding: 15px 25px 25px 20px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 625px;
	
}

div.formulario_registo { width: 100%; }

div.formulario_registo input[type="text"] { width: 280px; }

div.formulario_registo p {
	float: left;
	margin-right: 20px;
}

div.formulario_registo p.submit {
	float: left;
	clear: both;
}

div.formulario input, div.formulario textarea, div.formulario select {
    width: 615px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input, select, textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
    color:#3a445d;
    font: 12px 'Lucida Grande',Verdana,Helvetica,sans-serif;
    margin: 5px 0;
    padding: 5px;
}

.button, div.formulario input[type="submit"], div.formulario_registo input[type="submit"] {
	/*background: url(../images/enviar.png) no-repeat;*/
	width: 129px;
	height: 34px;
	border: none;
	text-align: center;
	color: #000;
	cursor: pointer;
}

.wpcf7-response-output {
	float: left;
}

#search{
	position: absolute;
	top: 150px;
	right: 30px;
	width: 254px;
	height: 25px;	
}

#search input[type="text"] {
	float: left;
	width:197px;
	height: 16px;
	border: none;
	background:url(../images/search_input.gif) no-repeat;
	padding-left: 10px;
	margin-top: 3px;
	color: #6b6b6b;	
	font-style: italic;
	position: relative;
	top: -5px;
	right: -2px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; 
}

#search input[type="submit"] {
	float: left;
	background: url(../images/search_bt.gif);
	width: 37px;
	height: 25px;
	border: none;	
	cursor: pointer;	
	margin: -2px 0 0 -4px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; 
}

.fadein {
	position:relative;
	margin-left: 0;
}

.fadein img {
	position:absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #666;
}

div.moldura_content {
	background: rgba(0,0,0,.75);
	position: relative;
	top: -352px;
	width: 250px;
	float: right;
	margin-right: 10px;
	padding: 20px;
	min-height: 310px;
}

div.moldura_content p {
	color: #fff;
}

/*.page-id-16 .clearfloat {
    margin-bottom: -345px !important;
}*/

div.menu_utilizador {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b8651b;
}

div.categorias, div.produtos {
	float: left;
	margin-top: 10px;
}
div.categorias {
	clear: both;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #b8651b;
}

ul.categorias li {
	margin: 2px;
	margin-bottom: 6px;
	margin-top: 12px;
}

ul.categorias li.sub_categoria {
	margin-left: 8px;
	margin-bottom: 3px;
	margin-top: 4px;
}

ul.produtos li {
	float: left;
	text-align: center;
}

div.prod_img {
	float: left;
	margin: 30px 0;
}

div.prod_content {
	float: left;
	width: 700px;
	margin: 30px 0 30px 25px;
}

/* MODERNIZR */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.no-rgba div.moldura_content {
	background: url(../images/black.png) repeat
}