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

body{
	/*font-family:"Lucida Sans", Arial;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:20px;
	text-align:justify;
}

p{
	text-align:justify;
	margin-bottom:10px;
}

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

.verde{
	color:#669933;
}

.clear{
	clear:both;
	height:0;
}

#outer{
	/*background:#FFFFFF url(../img/quadrados.png) top left no-repeat;	*/
	width:960px;
	margin: 0 auto;
	padding:0 10px 0 0;
	min-height:500px;
	
}

#header{
	height:120px;
}

#header div.logo{
	float:left;
	width:200px;
}
#header div.headerDir{
	float:left;
	width:760px;
}

#header div.headerDir div.links{
	height:75px;
	text-align:right;
}

#menu{
	height:45px;
	line-height:45px;
	margin-bottom:10px;
	padding:0;
	background:#e9eaea;
}
#menu li{
	float:left;
	line-height:45px;
	margin-left:20px;
}

#menu li a{
	font-weight:bold;
}

#container{
}

#container div.colLeft{
	background:url(../img/quadrados.png) top right no-repeat;
	width:200px;
	min-height:590px;
	float:left;
}

#container div.colRight{
	width:760px;
	float:left;
}

/* Homepage */

#homebanner{

	margin:0px 0 40px 0;
	padding:0;
}


div.bottomBanner{
	background:url(../img/quadrados_banner.png) top left no-repeat;
	height:40px;
}

#homeContent div.homeLeftCol, div.colunaLeft{
	width:350px;
	margin-right:30px;
	float:left;
}

#homeContent div.homeRightCol, div.colunaRight{
	width:350px;
	float:right;
}

#homeBannerBottom{
	clear:both;
}

#homeContent div.blocoNoticia{
	width:370px;
	margin-bottom:35px;
}

h1{
	font-size:28px;
	line-height:normal;
	margin-bottom:40px;
}
h2, h2 a{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
}

div.blocoNoticia div.dataNoticia, div.blocoNoticiaExpandido div.dataNoticia{
	color:#999999;
	font-size:12px;
	line-height:20px;
	margin-bottom:5px;
}
div.blocoNoticia div.conteudo{
	
}
div.blocoNoticia div.verMais{

}

/* Paginas */
#banner{
	height:136px;
}

#pageContent{
	padding-left:20px;
/*	width:535px;*/
}

ul.bolinhas li{
	background:url(../img/bolinha.jpg) top left no-repeat;
	padding-left: 30px;
}

/* Contactos */

#contactosContent{
	padding-left:20px;
}

#contactosContent div.leftCol{
	width:348px;
	margin-right:10px;
	float:left;
}

#contactosContent div.rightCol{
	width:380px;
	float:left;
}

#map{
	border:1px solid #669933;
	width:100%;
	min-height:380px;
}

/* Consumiveis */


table.listagem{
	width:100%;
	text-align:left;
}

table.listagem th{
	border-top:1px solid #99cc66;
	border-bottom:2px solid #99cc66;
	font-weight:bold;
	padding:2px;
	vertical-align:middle;
	font-size:12px;
}

table.listagem td{
	border-bottom:1px solid #FBFBFB;
	padding:2px;
	font-size:11px;
}

table.listagem tr.impar{
	background-color:#F8F8F8;
}
table.listagem th .legenda{
	font-size:11px;
	color:#A2A2A2;
}



/* Footer */

#footer{
	font-size:12px;
	/*width:480px;*/
	clear:both;
	margin-left:200px;
}

#footer div.top{
	background:url(../img/quadrados_rodape.png) bottom left no-repeat;
	height:70px;
}

#footer div.copy{
	border-top:2px solid #99cc66;
	border-bottom: 4px solid #99cc66;
	height:20px;
}

#footer div.copy span.centrozero{
	float:right;
}


.botao{
border:1px solid #34740e; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #4ba614; background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.botao:hover{
 border:1px solid #224b09;
 background-color: #36780f; background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
 background-image: -webkit-linear-gradient(top, #36780f, #005900);
 background-image: -moz-linear-gradient(top, #36780f, #005900);
 background-image: -ms-linear-gradient(top, #36780f, #005900);
 background-image: -o-linear-gradient(top, #36780f, #005900);
 background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}