/** Interna **/
#outdoor {
	height: 168px;
}

#text {
	background-image: url(../imagens/page_background.jpg);
	background-repeat: no-repeat;
	width: 846px;
	min-height: 221px;
	padding: 57px;
	text-align: justify;
}

.breadcrumb {
	font-size: 11px;
	margin-bottom: 30px;
	margin-top: 0;
}

/** Portfolio **/
#portfolio {
	background-image: url(../imagens/portfolio_background.jpg);
	background-repeat: no-repeat;
	width: 220px;
	min-height: 301px;
	padding: 35px 30px;
	float: left;
}
#portfolio_capa {
	width: 620px;
	float:left;
	padding:0px 0px 0px 30px;
}

#gallery {
	_margin-left:-30px;
	float: right;
}
#gallery ul li {
	width: 87px;
	height: 87px;
	padding:15px 4px 0px 4px;
	margin:0;
	float: left;
	cursor:pointer;
	}
#gallery_in {
	text-align:center;
	margin:auto;
}
#thumb_in{
	float:left;
}
#thumb_in a{
	width: 87px;
	height: 87px;
	float:left;
}
#thumb_in a img{
	width: 87px;
	height: 87px;
	float:left;
}

#thumb{
	height:auto;
	margin:0px 0px 0px 65px;
	_margin:0px 0px 0px 16px;
	float:left;
}
#thumb a{
	margin-top:43px;
	float:left;
}
#full-image {
	width: 652px;
	height: 436px;
	_margin:0px 0px 0px -30px;
}



/** Categories **/
ul#categories {
	background-color: #333333;
	width: 186px;
	padding: 16px;
	margin: 0;
}

	ul#categories li {
		list-style: none;
		text-align: right;
		height: 37px;
		line-height: 37px;
		display: block;
		padding-right: 5px;
		border-bottom: 1px solid #666666;
	}
	
	ul#categories li a { color: #FFFFFF; }
	
	ul#categories li:hover {
		background-color: #A00303;
		cursor: pointer;
	}
.list_item{width: 846px; clear:both; padding-bottom:15px;}
.list_item p span a{ color:#fff; font-size:13px; font-weight:bold;}
.list_item p a{ color:#fff;}
.list_item p a:hover{ text-decoration:underline;}
.list_item p{ margin:0;}
