@charset "UTF-8";
/* Big Ball Doces - Home */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background:  #e1d1c7 url(../img/bg_listra.jpg) repeat-y center top;
	color: #655436;
	font: 12px/26px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}


#wraphome {
	width: 800px;
	height: 700px;
	background:  url(../img/bg_listra.jpg) repeat-y left top;
	margin:0 auto;
}


#wrap {
	width: 800px;
	height:auto;
	background:  #fff url(../img/bg_listra.jpg) repeat-y left top;
	margin:0 auto;
}


#menu {
	width: 500px;
	height: 156px;
	padding-left:300px;
	text-align:center;
	background:  url(../img/bg_menu.jpg) no-repeat left top;
	margin:0 auto;
	}

#menu ul {

	padding:45px 0 0 15px;
	margin:0px;
	float: left;
	width: 100%;
	list-style:none;
	font:13px bold Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
		}

#menu ul li { display: inline; }

#menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 14px;
	line-height:35px;
	}

#menu ul li a:hover {
	color: #fcbca0;
	}

#menu li.current a {color:#fcbca0;}


#colunashome {
	width: 800px;
	height: 443px; /* era 393 */
	background: #fff url(../img/bg_arremate.jpg) no-repeat left bottom;
	margin:0 auto;
	}


#colunas {
	width: 800px;
	background: #fff url(../img/bg_arremate.jpg) no-repeat left bottom;
	margin:0 auto;
	}

#colesquerdahome {
	width: 280px;
	height: 403px;
	padding-top:40px;
	float:left;
	text-align:center;
	background: url(../img/figura.jpg) no-repeat left bottom;

	}

#colesquerda {
	width: 280px;
	padding-top:40px;
	float:left;
	text-align:center;
	
	}

#coldireita {
	width: 470px;
	float:right;
	padding:30px 30px 20px 0;
	text-align:justify;
	
	}


h1 {
	color: #7c422a;
	font: 13px/26px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:right;

	}

#thumb {
	width:156px;
	height:180px;
	text-align:center;
	float:left;

	}


#thumbvertical {
	width:220px;
	height:280px;
	text-align:center;
	float:left;

	}


#thumbhorizontal {
	width:440px;
	height:280px;
	text-align:center;
	float:left;

	}


.alinha {
	text-align:justify;
	padding:20px;

}


#equipe {
text-align:right;
margin-right:20px;

}

#equipe a {
text-decoration:none;
color:#998e7a;
}


#equipe a:hover {
text-decoration:underline;
}

/* cadastro de email */

form {
	margin: 0px;
	padding: 0px;
}

#box {
	text-align:center;
}


#address {
	margin:10px;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #723a21;
	width:250px;
	height:20px;
	
}


#response {
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}

/* formulario de contato */
.texto {
	border: solid 1px #e1d1c7;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 90%;
	background-color: #fff;	
}

textarea {
	border: solid 1px #e1d1c7;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 90%;
	background-color: #fff;
	
}


.email {
	color:#996633;
	text-align:center;
}

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}
