@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	/*background-image:url(images/bg_body.jpg);*/
	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: #000000;
	background-color:#E3E0DA;
	text-decoration:none;
}


/*ESTRUTURA*/

.thrColFixHdr #imagem_de_fundo {
	background-image:url(images/bg_linhas.gif);
	background-position:top center;
	/*min-height:1000px;*/
	background-repeat: repeat-y;
	}

.thrColFixHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border:#00CC00 1px solid;*/
} 

.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0;
	height:164px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}


/*COLUNA MENU*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 121px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-image:url(images/fundo_menu.jpg);
	background-repeat:no-repeat;
	height:414px;
	z-index:35;
	/*border:#00CC00 1px solid;*/
}

#sidebar1 h3 {
	display:none;
}

#sidebar1 ul {
	list-style:none;
	padding:15px 10px 15px 25px;
	position:relative;
	top:-12px;
	
}

#sidebar1 li {
	padding:30px 0;
	font-weight:bold;
	text-align:left;
}

.thrColFixHdr #sidebar1 li a{
	text-decoration:none;
	color:#000000;
}

.thrColFixHdr #sidebar1 li a:hover{
	color:#993333;
}


/*COLUNA PORTFOLIO*/
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	
}

.thrColFixHdr #portfolio_topo {
	background-image:url(images/topo_portfolio.jpg);
	height:109px;
}

.thrColFixHdr #portfolio_topo h3{
	display:none;
}

.thrColFixHdr #portfolio_meio {
	background-color:#fee8c7;
	width:215px;
	position:relative;
	left:4px;
	position:relative;
	top:-13px;
}

.thrColFixHdr #portfolio_meio ul li {
	padding:10px 0;
	list-style:none;
	position:relative;
	
	left:15px;
	
}



.thrColFixHdr #portfolio_meio ul a {
	color:#CCCCCC;
}

.thrColFixHdr #portfolio_meio ul a:hover {
	color:#990000;
}

.thrColFixHdr #portfolio_base {
	background-image:url(images/base_portfolio.jpg);
	height:36px;
	position:relative;
	top:-30px;
	left:-1px;
}


.thrColFixHdr #mainContent { 
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	left:-50px;
}


.thrColFixHdr #mainContent h2 {
	display:none;
}


.thrColFixHdr #mainContent2 { 
	margin: 0 40px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	left:35px;
	z-index:3;
}




.thrColFixHdr #footer { 
	padding: 0px;
	background-image:url(images/rodape2.jpg);
	height:55px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.assinatura {
	position:relative;
	left:50px;
	top:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* ++++++++++++++++ PORTFOLIO PRODUTO ++++++++++++++++++++++ */
#portfolio { 
	margin: 20px 20px 0 130px; 
	padding: 0 5px; 
	position:relative;
	/*left:-50px;*/
	width:585px;
	/*border: #FF00FF 1px solid;*/
	}
#portfolio h1 {
font-size:22px;
color: #999999;
}  
	
#portfolio_produto{
	/*background-image:url(images/bg_produto.gif);*/
	width:580px;
	border-bottom:#FFF6E8 6px solid;
	
} 

#portfolio_produto table {
	width:580px;
	height: 63px;
	padding-left:10px;
	background-image: url(images/bg_infos.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:180%
	/*border: 1px solid red;*/
	}
#portfolio_produto table td tr {
font-weight:bold;
	}
.textoproduto {
	color:#990000;
	}	

#portfolio ul li{
	font-size:12px;
	position:relative;
	left:-45px;
	font-weight:bold;
	display:inline;
	padding:1px;
	margin-top: 10px;
	list-style:none;
}   

.thrColFixHdr #portfolio ul li a{
	text-decoration:none;
	color:#990000;
}   

.thrColFixHdr #portfolio ul li a:hover{
	text-decoration:none;
	color:#999900;
}  

/*PORTFOLIO PRODUTO*/



.thrColFixHdr #info {
	background-image:url(images/fundo_info.jpg);
	width:568px;
	height:64px;
}

.thrColFixHdr #info table{
	position:relative;
	top:-8px;
}

.thrColFixHdr #info ul{
	position:relative;
	left:150px;
	top:5px;
}

.thrColFixHdr #info ul li{
	display:block;
}

.thrColFixHdr #info ul li span{
	color:#993300;
}






/*PORTFOLIO THUMBS*/

.thrColFixHdr #portfolio_topo_thumbs {
	background-image:url(images/topo_portfolio_thumbs.jpg);
	background-repeat:no-repeat;
	height:30px;
	}



#portfolio_meio_thumbs {
	background-image:url(images/fundo_portfolio_thumbs.jpg);
	background-repeat:repeat-y;
	width:480px;
	text-align:center;
	}


#portfolio_meio_thumbs a {
	color:#CCCCCC;
	}


#portfolio_meio_thumbs a:hover {
	color:#990000;
	}

#portfolio_meio_thumbs img {
	margin:10px;
	padding:5px;
	}

#portfolio_base_thumbs {
	
	background-image:url(images/base_portfolio_thumbs.jpg);
	background-position:left;
	height:26px;
	background-repeat:no-repeat;
	/*border:1px solid #00CC00;*/
	}

#portfolio_link_pags {
	width:484px;
	margin-top:20px;
	/*border:#0066CC 1px solid;*/
	}


p a {
padding:5px;
text-decoration:none;
color:#000000;
}

p a:hover {
color:#999900;
}


/*CLIENTES*/

#clientes ul {
	position:relative;
	left:-15px;
}

#clientes ul li {
	list-style:url(images/seta.jpg);
	padding:5px;
}
	
.laranja{ color:#d18345;}

