
#header-holder {
	height: 90px;
	width: 960px;
	margin: auto;
}


#header {
	position: relative;
	height: 80px;
	z-index: 1000;
}

#fundo {
	position: absolute;
	width: 960px;
	background-color: white;
	height: 50px;
	top: 42px;
	z-index: 0;
}

#logo {
	position: absolute;
	top: 45px;
	left: 15px;
}

#topo-cadastro {
	position: absolute;
	top: 8px;
	right: 170px;
}

#menu {
	position: absolute;
	top: 65px;
	right: 10px;
}

#menu-placeholder {
	margin-right: 130px;
}

#social-icons {
	position: absolute;
	top: 55px;
	right: 10px;
}

#menu a {
	color: #4c4c4c;
	margin-right: 11px;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #d0d0d0;
}



/* main */


#main {
	position: relative;
	overflow: auto;
	width: 960px;
	margin: auto;
	background-color: white;
	background-image: url('../img/sombra.jpg');
	background-repeat: repeat-x;
	z-index: 0;
}

.inner {
	padding: 10px;
	overflow: auto;
}

#min-height-hack {
	float: left;
	width: 1px;
	height: 300px;
}

#breadcumb {
	font-size: 12px;
}




/* footer */

#footer-holder {
	position: relative;
	height: 120px;
}

#footer {
	height: 120px;
	width: 960px;
	margin: auto;
	position: relative;
	background-color: white;
}

#footer * {
	font-weight: bold;
	font-size: 14px;
}

#footer-menu, #contact-info {
	position: absolute;
	top: 0px;
	color: #4c4c4c;

}

#footer-menu {
	right: 15px;
	margin-top: 10px;
	text-align: right;
}

#contact-info {
	left: 15px;
}

#footer-menu a, #contact-info a {
	margin-right: 12px;
	text-align: right;
	color: #4c4c4c;
}

#footer-menu a:hover, #contact-info a:hover {
	color: #d0d0d0;
	text-decoration: none;
}

#footer-menu {
	float: right;
}

#contact-info {
	margin-left: 15px;
	float: left;
}


/* mmerino: troca aqui */

#twitter * {
	font-size: 12px;
}




#lista-produtos {
	overflow: auto;
	width: 590px;
}

#sidebar {
	float: right;
	width: 330px;
}

#sidebar img {
	margin-bottom: 5px;
}





#form-contato {
	font-size: 12px;
}


#form-contato div.element {
	width: 300px;
	height: 50px;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}

#form-contato label {
	display: block;
}

#form-contato input[type=text], #form-contato select {
	width: 100%;
	padding: 5px;
	border: 1px solid #333333;
}

#form-contato textarea {
	display: block;
	width: 630px;
	height: 150px;
	border: 1px solid #333333;
}

#form-contato div.textarea {
	clear: both;
	height: 270px;
	width: 700px;
	float: left;

}

