@charset "utf-8";
/* CSS Document */
/**********************************************************
@author: Estefanio Nunes dos Santos
@version: 3.0
@site: http://www.cdw.com.br
@email/msn: estefanions@yahoo.com.br
@Phone: 55 + 51 + 9810.0126
**********************************************************/


@import url("_html.css");  /*** Reset  ***/
@import url("_menus.css"); /*** menu   ***/
@import url("_skin.css"); /***detalhe ***/


/*********Estrutura*********/
#box{
	width:780px;
	position:relative;
	margin: 0 auto;
	background: #fff;
}

#topo{
	width:780px;
	height:206px;
	background-image:url(http://www.stillocidadebaixa.com.br/v3/img/bg/bg-topo.jpg);
	background-repeat:no-repeat;
	
}
#topo-logo{
	width:170px;
	height:119px;
	margin:10px 0 10px 15px;
	float:left;
	
}
#topo-titulo h1{font-size:25px; margin:0;}
#topo-titulo{
	width:585px;
	height:119px;
	margin:10px 0 10px 0;
	float:right;
	
}


#conteudo, .horizontal{
	width:780px;
	float: left;
	clear:none;
	
}


#bannerE{
	width:500px;
	float:left;
	clear:none;
	
}

#bannerD{
	width:280px;
	float:right;
	clear:none;
	
	
}



#box-fotos{
	width:780px;
	float: left;
	clear:none;
	margin: 10px 0;
	
}

#noticias{
	width:780px;
	float: left;
	clear:none;
	
}

#dicas{
	width:356px;
	height:122px;
	padding:10px;
	float:left;
	clear:none;
	background:url(http://www.stillocidadebaixa.com.br/v3/img/bg/bg-noticias.jpg) no-repeat top right;
	background-color: #f3f3f3;
	border:1px solid #2c5267;
	
}
#artigos{
	width:356px;
	height:122px;
	padding:10px;
	float:right;
	clear:none;
	background:url(http://www.stillocidadebaixa.com.br/v3/img/bg/bg-noticias.jpg) no-repeat top right;
	background-color: #f3f3f3;
	border:1px solid #2c5267;
	
}

#contato{
	margin:0 auto;
	position:relative;
	width: 500px;
}

#contato input,textarea{
	width:500px;
	display: block;
	border:1px solid #2c5267;
	
	}
#contato  textarea{
	height:120px;
	
	}
.btn-contato{
	margin:10px 0;
	float: right;
	background-color:#fff;
	color:#2c5267;
	border:1px solid #2c5267;
	font-weight: bold;
}
#rodape{
	width:780px;
	float:left;
	margin:20px 0;
	text-align:center;
	
	
}


