/* 100% high for this page */
html,body {
	height:100%;
}

/* "Total Reset" */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

body {
	margin:0px 0px; padding:0px;
	text-align:center; /* Hack for IE5/Win */
	background-color:#ffffff;
}

a{
	color:#6D6E70;
	text-decoration: none;
}

a:Hover{
	color:#d91a35;
	text-decoration: underline;
}
	
/* Wrapper - really 100% height */
div#wrapper {
	width:760px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

div#navigation {
	float:left;
	position:absolute;
	top:0px;
	z-index:2;
}

div#logo {
	float:right;
	margin-top:55px;
}

div#content {
	width:542px;
	height:332px;
	margin-top:70px;
	margin-left:220px;
	position:relative;
	float:right;
	z-index:5;
}

div#content #destaque {
	width:356px;
	height:244px;
	position:relative;
	float:left;
}
div#content p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#6D6E70;
}

div#content #clientes {
	width:542px;
}

div#content #clientes ul {
	list-style:none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 120%;
	color:#6D6E70;
}

div#content #clientes .coluna {
	width: 160px;
	position:relative;
	float:left;
}

div#content #clientes .fotos {
	position:absolute; 
	top:188px;
	left:1px;
	width:500; 
	visibility: hidden;
}

div#content #clientes .fotos img{
	border:1px #d4d4d4 solid;
}

div#content #clipping  img{
	border:1px #d4d4d4 solid;
	margin-left:5px;
}

div#content #clientesResidencias  img{
	border:1px #d4d4d4 solid;
	margin-left:5px;
}

.perfil {
	width:172px;
	position:relative;
	float:right;
}

div#content input {
	border:1px #d4d4d4 solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin-bottom:3px;
}