/* LAYOUT */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4f4f;
	background:url(../gfx/layout/gr-bk.jpg) 0 0 repeat-x;
	background-color:#f8f7f8;
}

#mainContainer{
	width:970px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF;
	background:url(../gfx/bk/backwindow.png) 0 0 repeat-y;
}

#center-all{
	width:940px;
	margin:0 15px 0 15px;
}

#mainHeader{height:100px;}

a.siteLogo{
	background:url(../gfx/layout/logo.gif) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	width:280px;
	height:100px;
	float:left;
}

#mainMenuContainer{
	background:url(../gfx/menu/menu_background.gif) 0 0 no-repeat;
	width:660px;
	height:100px;
	float:right;
}

#flagMenu{
	/*background:url(../gfx/layout/flags.gif) 0 0 no-repeat;*/
	width:94px;
	height:11px;
	margin-top:10px;
	float:right;
}

#mainMenu{
	width:660px;
	height:40px;
	margin-top:19px;
	float:right;
	display:inline;
}

#headerImage{
	width:940px;
	height:250px;
}

#contentsContainer{
	width:940px;
	overflow:hidden;
}

#leftColumn{
	width:280px;
	float:left;
}

#submenuTitle{
	background:url(../gfx/submenu/title_produtos.gif) 0 0 no-repeat;
	width:280px;
	height:50px;
}

#subMenu{width:270px;}

.submenuItems{
	padding-top:8px;
	padding-bottom:8px;
}

/*
#subMenu a{
	color:#4f4f4f;
	font-size:12px;
	text-decoration:none;
}

#subMenu a:hover{
	color:#45b40a;
	text-decoration:none;
}
*/

#lastNewsTitle{
	background:url(../gfx/submenu/title_noticias.gif) 0 0 no-repeat;
	width:280px;
	height:60px;
	margin-top:5px;
}

#lastNews{
	width:260px;
	margin-left:10px;
}

#lastNews h1{
	font-size:12px;
	color:#008ec3;
}

#lastNews p{
	font-size:11px;
	color:#777777;
}

#lastNews hr{
	border:0;
	width:100%;
	height:1px;
	color:#e3e3e3;
	background-color:#e3e3e3;
}

#destaquesTitle{
	background:url(../gfx/submenu/title_destaques.gif) 0 0 no-repeat;
	width:280px;
	height:60px;
	margin-top:5px;
}

#destaques{
	width:280px;
	height:240px;
	margin-top:10px;
}

#destaquesText{
	width:280px;
	margin-top:10px;
	font-size:11px;
}

#rightColumn{
	width:660px;
	float:right;
}

#titleTabs{
	background:url(../gfx/titletabs/back_tabs.gif) 0 0 no-repeat;
	width:660px;
	height:70px;
}

#titleTabsNews{
	background:url(../gfx/titletabs/back_tabs_news.gif) 0 0 no-repeat;
	width:660px;
	height:50px;
}

#titleTabsGaleria{
	background:url(../gfx/titletabs/back_tabs_news.gif) 0 0 no-repeat;
	width:660px;
	height:50px;
}

#pageTitle{
	width:640px;
	height:26px;
	margin-left:10px;
	padding-top:4px;
	font-size:18px;
	letter-spacing:-1px;
	color:#cccccc;
}

#pageTitle h1{
	font-size:18px;
	letter-spacing:-1px;
	color:#cccccc;
	font-weight:normal;
}

#tabMenu{
	width:660px;
	height:30px;
}

#tabnav{
	font-family:Arial, verdana, sans-serif;
	font-size:11px;
	height:30px;
	margin:0;
}

#tabnav li{
	margin:0; 
	padding:0;
  	display:inline;
  	list-style-type:none;
}
	
#tabnav a:link, #tabnav a:visited{
	float:left;
	font-size:11px;
	line-height:15px;
	padding:8px 10px 7px 10px;
	margin-right:5px;
	text-decoration:none;
	color:#404040;
	background-image:url(../gfx/titletabs/off.gif);
}

#tabnav a:link.active, #tabnav a:visited.active{
	background-image:url(../gfx/titletabs/over.gif);
	color:#fff;
}

#tabnav a:hover{
	color:#fff;
	background-image:url(../gfx/titletabs/over.gif);
}

#pageContents{
	width:640px;
	margin-top:10px;
	margin-left:10px;
}

#pageContents h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#1f912f;
	margin-bottom:10px;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
}

#pageContentsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#2d2d2d;
	margin-bottom:10px;
	display:block;
}

#pageContents p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-bottom:10px;
}

#pageContents ul{
	list-style-type:square;
	margin-left:30px;
}

#pageFile{
	width:620px;
	height:30px;
	padding:10px;
	background-color:#e3e3e3;
}

/* MAIN NEWS */
#newsContents{width:640px;}

.newsContainer{width:640px;}

.newsLabel{
	background:url(../gfx/news-bar.gif) 0 0 no-repeat;
	width:640px;
	height:10px;
	clear:both;
}
.newsInfo{
	width:90px;
	float:left;
}

.newsDay{
	width:40px;
	font-size:30px;
	font-weight:bold;
	color:#45b40a;
	letter-spacing:-3px;
	float:left;
}

.newsMonth{
	width:50px;
	font-size:12px;
	color:#999999;
	float:right;
}

.newsDetail{
	width:90px;
	font-size:12px;
	color:#999999;
	clear:both;
	margin-top:5px;
	float:left;
}

.newsContent{
	width:547px;
	float:right;
	clear:right;
}

.newsTitle{
	width:547px;
	font-size:18px;
	color:#2d2d2d;
	letter-spacing:-1px;
	font-weight:bold;
}

.newsText{
	width:547px;
	font-size:12px;
	color:#4d4d4d;
	margin-top:10px;
	text-align:justify;
}

#mainFooter{
	background:url(../gfx/layout/footer.gif) 0 0 no-repeat;
	width:940px;
	height:80px;
	margin-top:10px;
}

#copyright{
	font-size:11px;
	color: #404040;
	margin-left:300px;
	margin-top:30px;
	float:left;
	display:inline;
}

a.topoArow{
	background:url(../gfx/layout/topo_arow.gif) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	width:52px;
	height:15px;
	margin-top:45px;
	float:right;
}

a.forumBt{
	background:url(../gfx/layout/forum-bt.jpg) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	width:148px;
	height:60px;
	margin-top:20px;
	margin-left:132px;
	float:left;
}

/* TEXT */

.greyLightText{color:#999999;}

.smallLightText{
	size:11px;
	color:#666666;
}

/* LINKS */
a{
	font-family:Arial, Helvetica, sans-serif;
	color:#008ec3;
	outline:none;
}

a:link{text-decoration:none;}

a:visited{
	text-decoration:none;
	color:#008ec3;
}

a:hover{
	color:#40aad2;
	text-decoration:underline;
}

a:active{
	text-decoration:none;
	color:#008ec3;
}

a.lerMais{
	background:url(../gfx/submenu/mais_buttons.gif) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	width:43px;
	height:19px;
}

a:hover.lerMais{background-position:0 -19px;}

a.port-cat{
	background:url(../gfx/submenu/voltar_categorias.gif) 0 0 no-repeat;
	display:inline-block;
	width:126px;
	height:17px;
	margin-top:3px;
	float:right;
}

a:hover.port-cat{background-position:0 -17px;}

a.port-gal{
	background:url(../gfx/submenu/voltar_galerias.gif) 0 0 no-repeat;
	display:inline-block;
	width:116px;
	height:17px;
	margin-top:3px;
	float:right;
}

a:hover.port-gal{background-position:0 -17px;}

a.verTodas{
	background:url(../gfx/submenu/ver_todas.gif) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	width:56px;
	height:15px;
	float:right;
	margin-top:22px;
	padding-right:11px;
}

a:hover.verTodas{background-position:0 -15px;}

a.lerMaisLN{
	background:url(../gfx/submenu/mais_buttons_blue.gif) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	width:43px;
	height:19px;
}

a:hover.lerMaisLN{background-position:0 -19px;}

hr{
	border:0;
	width:100%;
	height:1px;
	color:#e3e3e3;
	background-color:#e3e3e3;
	clear:both;
}

.contactosField{
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#2D2B2B;
	width:100%;
}

.pics{  
    height:240px;  
    width:280px;  
    padding:0;  
    margin:0;  
} 
 
.pics img{  
    padding:0;  
    width:280px; 
    height:240px; 
    top:0; 
    left:0 
} 

#subMenu li{
	width:270px;
	list-style:none;
	display:inline;
}

#subMenu li a{
	width:250px;
	height:22px;
	padding:5px 0 0 20px;
	display:block;
	overflow:hidden;
	background:url(../gfx/submenu/tree_bt.gif) no-repeat 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	position:relative;
	text-decoration:none;
}

#subMenu li a:hover, #subMenu li.select a, #subMenu li a.active{color:#333;}
#subMenu li.select ul{display:block;}

#subMenu ul{display:none;}

#subMenu ul li{
	overflow:hidden;
	background:none;
}

#subMenu ul li a{
	background:url(../gfx/submenu/tree_sub_bt.gif) no-repeat 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:5px 0 0 30px;
	width:240px;
}

#subMenu ul li a:hover, #subMenu ul li a.active{color:#000;}