/* ===========================================
   TEMPLATE:         				 		popupstudio.pt
   AUTHOR:      Bruno Diogo - MicroEuropa Team
   DATE:                 						10/10/2006
   =========================================== */
body {  
	font								: 10px Arial;
	color								: #d50357;
	text-decoration			: none;
	background-color		: #c20348;
	}
   
.index {
	margin-top			: 75px;
	}

.body_subtitle {
	font								: 29px Impact;
	color								: #c4c4c4;
	text-decoration			: none;
}

.body_fundo {
	background-image		: url("/templates/popupstudio/images/body_fundo1.jpg");
	background-repeat		: repeat-x;
	background-position	: top center;
	background-color		: #272727;
}

.body_fundo2 {
	padding-left				: 5px;
	padding-right				: 5px;
	/*background-image		: url("/templates/popupstudio/images/body_fundo2.gif");*/
	background-repeat		: repeat-y;
	background-position	: top center;
}

.body_fundo3 {
	height							: 150px;
	background-image		: url("/templates/popupstudio/images/body_fundo3.jpg");
	background-repeat		: repeat-x;
	background-position	: top center;
	background-color		: #c20348;
}
	
/* ===========================================
   = Página de Contactos										 =
   =========================================== */
.contact_form {
	padding-left				: 20px;
	font								: 10px Arial;
	color								: #c4c4c4;
	text-transform			: uppercase;
	text-decoration			: none;
	background-image		: url("/images/site/contact_01.jpg");
	background-repeat		: no-repeat;
	background-position	: top center;
	background-color		: #111111;
	}

.contact_inputbox1 {
	width								: 200px;
	border							: 1px solid #2c2c2c;
	background-color		: #252525;
	margin-left					: 32px;
	font								: 10px Arial;
	color								: #c4c4c4;
}

.contact_inputbox2 {
	width								: 200px;
	border							: 1px solid #2c2c2c;
	background-color		: #252525;
	margin-left					: 28px;
	font								: 10px Arial;
	color								: #c4c4c4;
}

.contact_inputbox3 {
	width								: 200px;
	border							: 1px solid #2c2c2c;
	background-color		: #252525;
	margin-left					: 2px;
	font								: 10px Arial;
	color								: #c4c4c4;
}

.contact_button {
	width								:	58px;
	font								: 10px Arial;
	color								: #f3f1f1;
	border							: 1px solid #d50357;
	background-color		: #252525;
	margin-left					: 130px;
}

.contactos {
	margin-top					: 20px;
	padding-left				: 20px;
	font								: 10px Arial;
	color								: #c4c4c4;
	text-transform			: uppercase;
	text-decoration			: none;
	background-image		: url("/images/site/contact_01.jpg");
	background-repeat		: no-repeat;
	background-position	: top center;
	background-color		: #111111;
	}

.contact_title {
	padding-top					: 50px;
 	font								: 10px Arial;
	color								: #d50357;
	text-transform			: uppercase;
	}
/* ===========================================
   = Links																	 =
   =========================================== */	
a.links:link, a.links:visited {
	font								: 11px Arial;
	color								: #d50357;
	text-decoration			: none;
}

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