@charset "utf-8";
/* CSS Document */

html, body, #wrap 
{
height: 100%;
margin:0px;
font-family: 'Open Sans Condensed', sans-serif;
font-size:15px;
color:#5d3d20;

	
}

body > #wrap 
{
height: auto; 
min-height: 100%;

}

h2.accordion{ cursor: pointer; }
div.accordion{ display: none; }





#footer {
position: fixed;
height: 70px;
color:#535353;
z-index:4;
background-position:top;
width:100%;
bottom:0px;
background:url(imagens/bgrodape.png) repeat;
padding-top:10px;
}



#left
{
	position:fixed; 
	width:30%;
	height:100%;
	top:0px;
	left:0px;
}
	
#right
{
	position:absolute; 
	width:70%;
	height:100%;
	top:0px;
	right:0px;

}	




.logo
{
	position:fixed;
	width:258px;
	height:176px;
	left:0;
	z-index:99;
	bottom:200px;
	
}

.qb
{
	position:fixed;
	bottom:0px;
	background:url(imagens/qb.png) no-repeat;
	width:158px;
	height:86px;
	left:50%;
	margin-left:-130px;
	z-index:5;
	left:100px;
}
	
	
.caixamenu
{
	position:absolute; top:40px;
	right:-10px;
	background:url(imagens/bg_menu.png) no-repeat;
	width:150px;
	height:151px;
	padding:10px 10px 10px 20px;
	line-height:37px;
}


a.lateral:link {
	color: #FFF;
	text-decoration:none;
	font-size:16px;
}
a.lateral:visited {
	color: #FFF;	text-decoration:none;

}
a.lateral:hover {
	color: #afafaf;	text-decoration:none;

}
a.lateral:active {
	color: #FFF;	text-decoration:none;

}


