/* css BLUNN Comunicação e Marketing */
/* basicos */
html {
	padding: 0;
	margin: 0px;
}
body {
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #fff url(../imagens/fundo_cinza.jpg);
  	}

a:link { 
	text-decoration: none;  
	color: #3399FF;
	}
a:visited { 
	text-decoration: none; 
	color: #3399FF;
	}
a:hover, a:active { 
	color: #33CCFF;
}
#fundo_topo {
	position: absolute;
	height: auto;
	width: 100%;
	background-image: url(../imagens/fundo_topo_color.jpg);
	background-repeat: repeat-x;
	left: auto;
	top: auto;
}
/* container */
#container {
	width: 792px;
	min-height: 100%;
	height: 100%; /* hack para IE6 hq trata height como min-height */
	margin: 0 auto;
}
/* topo */
#topo {
	height: 15px;
	font-family: verdana;
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding: 5px;
	}
#topo a:link  {
	color: #CCC;
}
#topo a:visited {
	color: #CCC;
}
#topo a:active {
	color: #CCC;
}

#topo a:hover {
	color: #fff;
}
#logo {
	height: 120px;
	text-align: center;
	padding: 5px;
	}
/* conteudo */
#conteudo {
	background: #fff;
	height: auto;
	width: 783px;
	float:left;
	margin:0px 0px 0px 5px;
}
#conteudo h3{
	color:#56C6D0;
}
#conteudo h3 a{
	color:#56C6D0;
}
#accordion{
	width:700px;
	margin:15px 0px 0px 20px;
}
#accordion div{
	width:700px;
	height:auto;
	margin:0px;
	padding:0px;	
}
#accordion div p{
	margin:0px;
	padding:0px;
	width:700px;
	height:auto;	
}
.solto{
	width:700px;
	margin:15px 0px 0px 20px;
}
.solto div{
	width:700px;
	height:auto;
	margin:0px;
	padding:0px;	
}
.solto div p{
	margin:0px;
	padding:0px;
	width:700px;
	height:auto;	
}
#accordion h3{
	color:#56C6D0;
}
#accordion h3 a{
	color:#56C6D0;
}
#conteudo a:hover {
	color: #33CCFF;
}
#conteudo a:link, a:active, a:visited  {
	color: #3399FF;
	}

#bemvindo {
	background: #fff;
	margin: 10px;
	margin-top: 40px;
	vertical-align: text-top;
	text-align: justify;
	display: inline;
	width: 280px;
	float: left;
}
#padrao {
	background: #fff;
	margin: 10px;
	margin-top: 70px;
	vertical-align: text-top;
	text-align: justify;
	float: left;
	z-index:5;
}
#blunnacontece {
	background: #fff;
	margin: 10px;
	margin-top: 40px;
	vertical-align: text-top;
	text-align: justify;
	width: 250px;
	float: left;
}
#blunnsustentabilidade {
	background: #fff;
	margin: 10px;
	margin-top: 40px;
	vertical-align: text-top;
	width: 200px;
	float: left;
}
#rodape_conteudo {
	height: 1em;
	margin-bottom: 0px;
	text-align:center;
	vertical-align: bottom;
	z-index:1;
}
#rodape {
	margin-top: 5em;
	vertical-align: bottom;
	background-image: url(../imagens/fundo_base_color.jpg);
	background-repeat: repeat-x;
	height: 188px;
	z-index: 0;
	}

/* class */
.titulos {
	font-weight: bold;
	color: #000099;
}
.leiamais {
	text-align: right;
}
input {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #09F;
	border: 1px solid #CCC;
}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #09F;
	background-color: #FFF;
	border: 1px solid #CCC;
}
