/*RESET START*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*RESET END*/

body{
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Verdana,sans-serif;
	background:#c32a31;
	min-width:1024px;
	width:auto;
	outline:0;
}

#header{
	height:260px;
	margin-left:auto;
	margin-right:auto;
	width:971px;
	background:url(images/header-8.png) no-repeat;
}

#menu{
	text-align: left;
	width:920px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	background:#676767;
	font-size:12px;
}

#menu li{
	float:left;
	background:none;
	padding:0;
	margin:0;
	height:31px;
	margin-top:9px;
	_font-family: 'Lucida Grande';
	_font-weight:bold;
	_height:0px;
	_margin-top:10px;
}

#menu li a{
	padding: 8px 45px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	color: #fff;
	margin: 0;
	text-decoration: none;
	position: relative;
}

#menu li.menuactive a{
	background:#848484;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

#menu a:hover { /* settings for hover effect */
	background: #a9a9a9; /* set desired hover color */
}
/*
#menu{
	display: inline;
	width:920px;
	height:30px;
	background:#676767;
	font-size:0.75em;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
}

#menu li{
	float:left;
	padding-top:9px;
	height:21px;
	padding-left:45px;
	padding-right:45px;
}

#menu li:hover{
	background:#a9a9a9;
}

.menuactive{
	background:#848484;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

#menu li a{
	color:#fff;
	text-decoration:none;
	margin-top:10px;
	height:20px;
	padding:3px 20px 3px 20px;
}
*/
#container{
	background:url(images/container.png) repeat-y;
	min-height:200px;
	width:971px;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	background:url(images/footer.png) no-repeat;
	width:971px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:30px;
	font-size:0.7em;
	color:#fff;
	text-align:center;
}

#footer a{
	color:#000;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

.eachpagetitle{
	color:#c32a31;
	margin-left:50px;
	padding-top:40px;
	font-size:1.3em;
}

#contactos{
	width:450px;
	font-size:0.8em;
	color:#333;
	margin-left:50px;
	padding-top:30px;
	float:left;
	padding-bottom:60px;
}

#formulario{
	width:450px;
	font-size:0.8em;
	color:#333;
	margin-left:50px;
	padding-top:30px;
}

#formulario a{
	color:#c32a31;
	text-decoration:none;
}

#formulario a:hover{
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
	font-size:0.85em;
}

.mail{
	font-size:0.85em;
}

.underline{
	text-decoration:underline;
}

.red{
	color:red;
}

.proposta_suc{
	border:1px #ccc solid;
	padding:15px;
	background:#77b56a;
	color:#333;
	text-align:center;
	margin:10px;
	font-size:1.2em;
}

.proposta_fail{
	border:1px #ccc solid;
	padding:15px;
	background:#c16832;
	color:#333;
	text-align:center;
	margin:10px;
	font-size:1.2em;
}

#personal{
	font-size:0.7em;
	color:#333;
}

#personal table tr td{
	vertical-align:middle;
}

#personal table{
	border-collapse:separate;
	border-spacing:20px;
}

textarea{
	font-family: 'Lucida Grande';
	font-size:1em;
}

#empresa_content{
	color:#333;
	line-height:1.4em;
	padding-bottom:40px;
}

small{
	font-size:0.75em;
}

.h3{
	color:#333;
	font-size:1.2em;
	padding-bottom:20px;
}

.projectos{
	float:left;
	font-size:0.65em;
	margin-left:20px;
	padding-right:85px;
}

.projectos li{
	list-style:circle;
	padding-top:5px;
}

.projImages{
	float:left;
	padding:0 0 20px 0;
	text-align:center;
	font-size:0.7em;
	width:186px;
}

.needPadding{
	padding:20px;
}

.softBorder{
	width:50%;
	border:1px #aeaeae solid;
	margin-top:40px;
	padding:15px;
}

.trabalhosTitle{
	color:#333;
	font-size:1.2em;
}

.trabalhosImages{
	float:left;
	text-align:center;
	font-size:0.75em;
	padding:5px;
}

#trabalhosTable{
	margin-top:30px;
	border:1px #aeaeae solid;
	margin-left:45px;
	width:870px;
	border-spacing:3px;
	border-collapse:separate;
}


#projTable{
	border:1px #d1d1d1 solid;
	width:878px;
	margin-left:40px;
	border-collapse:separate;
	border-spacing:3px;
}

.projTd{
	padding:20px;
	border:1px #d1d1d1 solid;
	width:50%;
}

.letterStyle{
	color:#333;
	font-size:0.8em;
	line-height:1.4em;
	margin-left:60px;
	margin-right:60px;
	text-align:justify;
}

.letterStyle a{
	color:#c32a31;
	text-decoration:underline;
}

.letterStyle a:hover{
	text-decoration:none;
}

#prodNav{
	text-align: left;
	border-bottom: 1px solid #333;
	padding: 30px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	width:530px;
	margin-left:40px;
}

#prodNav li{
	display: inline;
	background:none;
	padding-left:0;
}

#prodNav li a{
	padding: 3px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #333;
	background-color: #eee;
	color: #666;
	margin-right: 0;
	text-decoration: none;
	border-bottom: none;
	font: bold 13px "Trebuchet MS";
	position: relative;
}

#prodNav li .prodActive{
	border-bottom: 1px #fff solid;
	background-color: #fff;
}

#prodNav li .prodActive a{ /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

#prodNav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

#produtosStyle{
	margin-left:40px;
	margin-top:30px;
	float:left;
	float:left;
	width:880px;
	border-spacing:3px;
	border-collapse:separate;
	border:1px #d1d1d1 solid;
	_margin-left:20px;
}

#produtosStyle tr td{
	padding:10px;
	border:1px #d1d1d1 solid;
	width:50%;
	background:#efefef;
}

#produtosStyle h2{
	color:#c32a31;
}

#produtosStyle ul{
	font-size:0.7em;
	color:#333;
	margin-left:20px;
	float:left;
	_margin-left:10px;
}

#produtosStyle ul li{
	list-style:circle;
	padding-top:4px;
}

#produtosStyle ul li a{
	color:#333;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

#produtosStyle ul li a:hover{
	text-decoration:underline;
}

#produtoImagem{
	float:left;
	width:200px;
	margin-left:20px;
	padding-bottom:20px;
}

#produtoImagem h3{
	color:#333;
	margin-bottom:20px;
	font-size:0.9em;
}

#produtoImagem img{
	border:1px #aeaeae solid;
}

#mocaCremeGraoFino{
	margin: 20px 20px 0px 60px;
	display: none;
	float:left;
}

#mocaCremeGraoMedio{
	margin: 20px 20px 0px 60px;
	display: none;
	float:left;
}

.imgProdN{
	border:1px #d1d1d1 solid;
	width:200px;
	height:200px;
}

.eachProdTitle{
	padding-top:40px;
	padding-bottom:30px;
	color:#333;
}

#azulValverde{
	border:1px #d1d1d1 solid;
	margin-left:50px;
	margin-top:40px;
	padding:20px;
	width:800px;
	float:left;
}

#azulValverde h3{
	color:#333;
}

#mocaCreme{
	border:1px #d1d1d1 solid;
	margin-left:50px;
	margin-top:40px;
	padding:20px;
	width:800px;
	float:left;
}

#mocaCreme h3{
	color:#333;
}

#localizacao{
	color:#333;
	margin-left:50px;
	font-size:0.8em;
	padding-top:50px;
}

#changeLang{
	float:right;
	font-size:7.5pt;
	color:#333;
	margin-top:65px;
	margin-right:60px;
	height:60px;
	padding-bottom:10px;
	_margin-right:40px;
	_margin-top:60px;
}

#changeLang a{
	text-decoration:none;
	color:#d1d1d1;
}

#changeLang a:hover{
	text-decoration:underline;
}

#map{
	border:2px #333 solid;
	width:700px;
	height:452px;
}


.images li{
	float:left;
	font-size:0.7em;
	text-align:center;
	padding-bottom:10px;
}

#countries_and_costumers{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#countries_and_costumers tr td{
	font-size:0.8em;
	width:50%;
	padding:20px 10px 0 10px;
}

#countries_and_costumers tr td a{
	color:#356199;
	text-decoration:none;
}

#countries_and_costumers tr td a:hover{
	text-decoration:underline;
}

#countries_and_costumers tr td h2{
	color:#c32a31;
	font-family: helvetica;
	font-size:1.3em;
}

#countries_and_costumers tr td ul li{
	padding-bottom:15px;
}





