
/* CSS Document 
cor1: #C80850

cor2: #0490C7;

cor3: #C2CB20;
*/

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Lucida Sans", Helvetica, Arial, Verdana;
	font-size: 12px;
	letter-spacing: -0.3px;
	font-style:normal;
}

p { }

b, strong { font-weight: bold; }

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a img { border: none; }

a:hover, a:active {
	text-decoration: underline;
	color: #636363;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}

/* BODY tamanho */
#container_body {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#logoAnim {
	width: 800px;
	height: 550px;
	margin-bottom: 20px;
	background-color: #3f3f38;
	/*background-image: url(../images/headers/header_body.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
}

/* body cinzento */
#container {
	background: #3f3f38;
	text-align: left;
	padding: 25px 0px;
}

/* Imagem */
#header {
	width: 690px;
	height: 133px;
	background-color: #3f3f38;
	background-image: url(../images/headers/header_container.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0 auto;
	overflow:hidden;
	border: 1px solid #777777;
	margin-bottom: 25px;
}

/* HEADER ----------------------------------------------------------------- */
#header_empresa, #header_impoffset, #header_impdigital, #header_contactos, #header_orcamentos {
	width: 690px;
	height: 42px;
	margin: 0 auto;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* empresa */
#header_empresa {
	background-image: url(../images/headers/empresa_linha.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}

.header_empresa_img {
	width: 133px;
	height: 23px;
	background-image: url(../images/headers/empresa_texto.gif);
	background-repeat: no-repeat;
	float: right;
}

/* impressao offset */
#header_impoffset {
	background-image: url(../images/headers/impoffset_linha.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}

.header_impoffset_img {
	width: 133px;
	height: 23px;
	background-image: url(../images/headers/impoffset_texto.gif);
	background-repeat: no-repeat;
	float: right;
}

/* impressao digital */
#header_impdigital {
	background-image: url(../images/headers/impdigital_linha.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}

.header_impdigital_img {
	width: 133px;
	height: 23px;
	background-image: url(../images/headers/impdigital_texto.gif);
	background-repeat: no-repeat;
	float: right;
}

/* orcamentos */
	#header_orcamentos {
	background-image: url(../images/headers/orcamentos_linha.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}

.header_orcamentos_img {
	width: 133px;
	height: 23px;
	background-image: url(../images/headers/orcamentos_texto.gif);
	background-repeat: no-repeat;
	float: right;
}

/* contactos */
	#header_contactos {
	background-image: url(../images/headers/contactos_linha.gif);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}

.header_contactos_img {
	width: 133px;
	height: 23px;
	background-image: url(../images/headers/contactos_texto.gif);
	background-repeat: no-repeat;
	float: right;
}

/* CONTENT ----------------------------------------------------------------- */
#mainContent_empresa, #mainContent_impoffset, #mainContent_impdigital, #mainContent_orcamentos, #mainContent_contactos {
	width: 690px;
	margin: 0 auto;
	color: #666661;
	text-align: justify;
	margin-bottom: 10px;
	
	}

#mainContent_empresa {
height: 290px;
	background: #d1d1cf;
}

#mainContent_impoffset {
	background-image: url(../images/bg/impoffset_00.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #d1d1cf;
}

#barra_impoffset {
	width: 670px;
	margin: 0 auto;
	background: #000000;
	font-size: 15px;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	letter-spacing: -1.3px;
	margin-bottom: 10px;
}

#mainContent_impdigital {
	height: 270px;
	color:#FFFFFF;
	background-image: url(../images/bg/impdigital_00.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: right center;
}

#mainContent_orcamentos { height: 590px; }

#mainContent_contactos {
	height: 250px;
	font-size:14px;
	background-image: url(../images/bg/contactos_00.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}

#col_esq {
	width: 315px;
	float:left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#col_dir {
	width: 315px;
	float: right;
	padding: 20px 15px;
}

#footer {
	font-size:10px;
	font-style:normal;
	width: 670px;
	height: 33px;
	background-color: #000000;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px auto;
	margin-top: 20px;
	padding-top: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#aviso{
	margin-top: 20px;
	font-size: 14px;
	background: #3f3f38;
	text-align: center;
	padding: 25px 25px;
}

#aviso a{ color:#FFCC33; }

h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup { color: #ddd; }

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company { color: #d01a71; }

h2 {
	color: #ddd;
	font-size: 12px;
}

h3 {
	color: #fff;
	font-size: 11px;
}

h4 { font-size: 11px; }

.tit {
	font-weight:bold;
	color: #000000;
}

.clear {
	clear:both;
	display: block;
}
