/*
*	@desc 		= site Polis Arquitetura e Paisagismo;
*	@author 	  	= Miller Medeiros ( http://www.millermedeiros.com );
*	@version 	  	= 1.0;
*	@since 		= 2007/02/18 (yyyy/mm/dd);
*/

/* reset styles */
@import url("reset.css");

html{
	overflow-y: scroll;
}

html, body {
	height: 100%;
	background-color:#fff;
}

#tudo{
	margin: 0 auto;
	position: relative;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*background-image: url("../img/p_ja1.jpg");*/
	background-repeat: no-repeat;
	background-color:#fff; 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color:#232323;
}
#geral {
	padding-bottom:40px;
}
h1 {
	padding-top:30px;
	padding-left:50px;
	padding-bottom: 23px;
}
#menu {
	display: block;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 15px;
	background-color:#fff;
	width: 210px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 1.8em;
	float:left;
}
.menu_item {
	border-bottom: 1px solid #ddd;
}
.menu_item a:hover {
	cursor:pointer;
}
.area {
	color:#545454;
	font-weight:bold;
	text-decoration: none;
	width:100%;
	display:block;
	padding: 8px 0;
	text-indent: 13px;
}
.normal{
	font-weight:normal;
}
.m_closed {
	height:0;
	overflow:hidden;
}
.m_closed a:hover{
	color: #fff;
	background-color: #8BAF2F;
}
.m_closed a{
	color: #232323;
	text-decoration: none;
	padding: 1px;
}
.m_spacer {
	display:block;
	height:8px;
	overflow:hidden;
}
.data {
	color:#8d8d8d;
	padding-left:5px;
	border-left: 1px solid #ccc;
	margin-left: 5px;
}
.bullet {
	padding: 0 3px 0 10px;
	color: #8baf2f;
	float: left;
}
.trab, .visited , .active{
	width: 185px;
	float: left;
	margin-bottom: 7px;
	line-height: 1.5em;
}
.visited  a{
	color: #888;
	background-color: #f5f5f5;
}
.active a{
	color: #232323;
	background-color: #d1dfac;
}
#cont {
	width: 722px;
	text-align:center;
	font-size: 1.1em;
	float:left;
}
#cont img{
	background-color:#fff;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
#cont p, #cont .p{
	background-color:#fff;
	padding: 10px;
	border: 1px solid #ddd;
	width: 450px;
	display:block;
	margin: 0 auto 15px auto;
	text-align: left;
}
#cont a{
	color: #6c803a;
}
#cont a:hover {
	color: #fff;
	background-color: #8baf2f;
	text-decoration: none;
}
#cont a:visited {
	color: #6c803a;
	background-color: #f5f5f5;
	text-decoration: none;
}
#rodape{
	width: 100%;
	/*position: absolute;
	bottom:0 !important;
	bottom: -1px;  para alguns IEs */

	float:none;
	height: 80px;
	margin-top:25px;
}
#info {
	display:block;
	text-align: left;
	width:150px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color:#fff;
	float:right;
	margin-right: 25px;
}
#info a:link {
	text-decoration: none;
	color: #6c803a;
}
.loading {
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
}
#contato {
	width: 400px;
	margin: 0 auto;
}
#contato .txt{
	width: 100%;
}
#contato label{
	padding: 5px 0 3px;
	display: block;
}
#contato .btn{
	margin-left: 358px;
	margin-top: 5px;
}

#millermedeiros{
	margin-left: 20px;
}
