/* Style Sheet and all associated graphics copyright 2005-2011, dpsdesign.com for Marovina Lda */
/* Version 2.1, Jan 4, 2008, Version 2.4, update July 25, 2011 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere.*/

/* Layout Group ----------------- */

body {
	background: white;
}

#container {
	width: auto; 	padding: 0; 	border: 0;	float: none;	font: 12px/17px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #553322;
	background: transparent;
}
   
#boxleft {
	margin-left: 20px;
	padding-top: 10px;
}

#boxright {
	margin-left: 20px;
	padding-top: 20px;
}

/* Accordion Group */

.acToggle {
	font-size: 12px;
	font-weight: bold;
	color: #ad0403;
	background-image: none;
}

.acStretchOut {
	display: inline;
	clear: both;
	background-image: none;
}

.ac_en {
	padding-top: 2px;
	padding-bottom: 10px;
}

.ac_fr {
	font-style: italic;
	padding-bottom: 10px;
}

.ac_pt {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

/* Typography Group ------------------ */

p {
	margin: 15px;
}

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

.pic-left {
	float: left;
	border-style: none;
	padding-right: 8px;
	padding-bottom: 1px;
	display: inline;
}

.pic-right {
	float: right;
	border-style: none;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
	display: inline;
}

.textmain_fr {
	font-style: italic;
}

.textmain_pt {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
}

.titleheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.textheader {	display: none;	}

.titlemain {
	font-size: 14px;
	font-weight: bold;
	color: #ad0403;
	margin-top: 15px;
}

.titelsmall {
	font-size: 12px;
	font-weight: bold;
	color: #ad0403;
	display: block;
	padding-bottom: 4px;
}

.titlebox {
	font-size: 14px;
	font-weight: bold;
	color: #ad0403;
}

/* Linklist Group -------------------------- */

a:link, a:visited {	color: #CC3333;	background: transparent;	font-weight: bold;	text-decoration: none;	}

