/* ===========================================
   TEMPLATE:         							  Metabol.pt
   AUTHOR:      Bruno Diogo - MicroEuropa Team
   DATE:                 						09/05/2005
   =========================================== */

/* ===========================================
   = Body da Pagina =
   =========================================== */
body {  
	background-image		: url(/templates/metabol/images/index_00.jpg);
	font								: 11px Arial;
	color								: #5a595a;
	text-decoration			: none;
}

a.:link, a.:visited {
	font								: 11px Arial;
	color								: #2fa3c6;
	text-decoration			: none;
}

a.:hover {
	font								: 11px Arial;
	color								: #6091a0;
	text-decoration			: none;
}

.titles {
  font-size						: 12px Arial;
	color 							: #6091a0;
	text-decoration			: none;
}
.index_01 {
	background-image		: url(/templates/metabol/images/index_01.jpg);
}

.index_02 {
	background-image		: url(/templates/metabol/images/index_03.jpg);
	background-repeat		: no-repeat;
	background-position	: top center;
}

.index_03 {
	padding-top					: 1px;
	padding-left				: 28px;
	background-image		: url(/templates/metabol/images/index_05.jpg);
	background-repeat		: no-repeat;
	background-position	: top center;
}

.index_04 {
	background-image		: url(/templates/metabol/images/index_04.jpg);
	background-repeat		: no-repeat;
	background-position	: top center;
}

.principal {
	margin-top				: 5px;
}
/* ===========================================
   = Modulo Menu Principal =
   =========================================== */
.principal_01 {
	margin-left				: 18px;
	margin-top				: 5px;
}

.principal_02 {
	margin-left				: 2px;
}

/* ===========================================
   = Modulo Menu Produtos =
   =========================================== */
.produtos_01 {
	margin-left				: 8px;
	margin-top				: 5px;
}

.produtos_02 {
	margin-left				: 2px;
}

/* ===========================================
   = Modulo Menu newsletter =
   =========================================== */
.newsletter {
	margin-top				: 5px;
	margin-left				: 9px;
}

.newsletter2 {
	padding-left			: 18px;
}

.newsbutton {
	padding-top			: 5px;
}

/* ===========================================
   = Caminho (pathway)=
   =========================================== */
.pathway {
	font								: 11px Arial;
	color								: #5a595a;
	text-decoration			: none;
}

a.pathway:link, a.pathway:visited {
	font								: 11px Arial;
	color								: #5a595a;
	text-decoration			: none;
}

a.pathway:hover {
	font								: 11px Arial;
	color								: #6091a0;
	text-decoration			: none;
}

/* ===========================================
   = Menu Clientes=
   =========================================== */
a.clientes:link, a.clientes:visited {
	font								: 11px Arial;
	color								: #5a595a;
	text-decoration			: none;
	padding-left				: 20px;
	background-image		: url(/images/M_images/arrow.png);
	background-repeat		: no-repeat;
	background-position	: 10px 2px;
}

a.clientes:hover {
	font								: 11px Arial;
	color								: #6091a0;
	text-decoration			: none;
	padding-left				: 20px;
	background-image		: url(/images/M_images/arrow.png);
	background-repeat		: no-repeat;
	background-position	: 10px 2px;

}
