@charset "utf-8";
/* CSS Document */

<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


html, body {
	height: 100%;
}

img { 
	border: none; 
} 

body{
	/*font: 76% arial,sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-image:url(../imagens/fundo-gradiente.png);
	background-repeat:repeat-x;
	background-color:#6b3e21;
}

h1 {
	color: #6B3E21;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 22px;
	line-height: 29px;
}
/* Sets the style for unvisited links. */
a, a:link {
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	text-decoration:none;
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration:none;
}
/* Sets the style for a link that has focus. */
a:focus {
	text-decoration:none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	text-decoration:none;
}

p{margin:0 0 0}


#header{

	margin:0;
    padding:3px 3px 3px 3px;
	/* background: #FFF; */
	color: #79B30B;
}
	
#banner{
	margin:2px 2px 2px 2px;
}
	
#container{
	text-align:left; 
	/*background: url(../imagens/fundo-rebordo.png) repeat-y center top;*/
	background-color:#FFF;
}
	
#content{
	padding-left:39px;
	padding-right:30px;
}

.texto a{
	color: #000;
	background-color: #FFF4C7;
}

.texto a:visited{
	color: #000;
	background-color: #FFF4C7;
}

.texto a:hover{
	color: #FFF;
	background-color: #6B3E21;
}
	
.texto p{
	line-height:1.6;
}

.apoio a{
	color: #000;
	background-color: #FFF4C7;
	font-weight:bold;
}

.apoio a:visited{
	color: #000;
	background-color: #FFF4C7;
}

.apoio a:hover{
	color: #FFF;
	background-color: #6B3E21;
}
	
.apoio p{
	line-height:1.6;
}

#clientes p{
	line-height:2.5;
}

#clientes a{
	color: #000;
	background-color: #FFF;
	font-size:10px;
}

#clientes a:visited{
	color: #000;
	background-color: #FFF;
	font-size:10px;
}

#clientes a:hover{
	color:#fff;
	background-color:#6B3E21;
}

	
#imagementrada{
	margin-top:10px;
	margin-bottom:20px;
}

.imagemextra{
	margin-bottom:20px;
}
	
/*#extra{
	background:#fff;
}*/
	
#footer{
	height:35px;
	background: #333;
	color: #FFF;
	font-size:10px;
	text-align:center;
}
	
#footer p{
	margin:0;padding:10px 10px;
}

#footer a, a:visited{
	color: #FFF;
	text-decoration:none;
}

#footer a:hover{
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

	
#container{
	width:912px;
	margin:0 auto;
}
	
#wrapper{
	float:left;
	width:100%;
}

#content{
	margin: 0 200px;
	width:400px; 
	border-right: double 1px #c8c7c7;
	margin-top:8px;
	margin-bottom:40px;
}
	
#navigation{
	float:left;
	width:207px;
	margin-left:-912px;
	margin-top:47px;
	margin-bottom:20px;
	padding-left:0px;
}

.tags{
	padding-left:30px;
	border-bottom: 1px solid;
	border-bottom-color:#c8c7c7;
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

.escolha{
	padding-left:30px;
}

.escolha a:link, a:visited{
	color:#000;
}

.escolha a:hover {
	color:#000;
	background-color:#FFF4C7;
	}

#navigation{
	line-height:21px;
}

#moradas{
	margin-top:42px;
	margin-left:30px;
}

#comprasonline{
	margin-top:50px;
	margin-left:30px;
}

#moradas p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
}
	
#moradas a:link, a:visited{
	color:#000;
}

#moradas a:hover {
	color:#000;
	background-color:#FFF4C7;
	}
	
	
#extra{
	float:left;
	width:179px;
	margin-left:-223px;
	margin-top:47px;
	padding-left:10px;
	padding-right:30px;
}

#extra p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
}
	
	
#footer{
	clear:left;
	width:912px;
}