#about {
	padding-top: 48px;
	background-color: #FFFFFF;
}
#about .hold {
	width: 960px;
	margin: auto;
	overflow: auto;
}

#about ul .column {
	width: 292px;
	float: left;
	padding: 0px 21px;
}
#about ul .column.what_is {
	padding-left: 0px;
}
#about ul .column.when_buy {
	padding-right: 0px;
}

#about .want_credit {
	margin-top: 30px;
	float: right;
	width: 625px;
	text-align: center;
}
#about .want_credit span {
	margin-top: 35px;
	display: block;
	color: #969697;
	font-size: 10px;
	font-weight: 700;
}

#store_search {
	background: url('../../_images/pattern.jpg');
	margin: auto;
	max-width: 1296px;
	box-shadow: inset 20px 0 20px -20px #222, inset -20px 0 20px -20px #222;
	-moz-box-shadow: inset 20px 0 20px -20px #222, inset -20px 0 20px -20px #222;
	-webkit-box-shadow: inset 20px 0 20px -20px #222, inset -20px 0 20px -20px #222;
	behavior: url("_includes/PIE.php");
}








#store_search .hold {
	width: 960px;
	position: relative;
	margin: auto;
	height: 440px;
}
#store_search .hold > div {
	position: absolute;
	width: 480px;
	margin: 45px 0px;
	height: 320px;
}
#store_search .hold > div:first-child{
	left: 0px;
}
#store_search .hold > div:first-child + div{
	left: 480px;
}


#store_search .stores.coluna-esquerda {
background: url('../../_images/stores.png') no-repeat left top;
border-right: 1px solid #5aa4cc;
padding: 100px 5px 0 0;
}


#store_search .stores.coluna-direita {
background: none;
width: 480px;
padding: 0px 5px 0 49px;
}


#store_search .stores {
	padding-top: 65px;
	color: #fff;
	font-size: 16px;
	max-height: 255px;
}
#store_search .stores .internal {
	padding: 25px 0 15px 0;
}
#store_search .stores .internal > div {
	height: 32px;
	padding-bottom: 10px;
}
#store_search .stores .internal > div label {
	padding-right: 10px;
	line-height: 32px;
	font-weight: 700;
	text-align: right;
	width: 60px;
	float: left;
}
#city_label, #neighborhood_label, #search {
	display: none;
}
#store_search .logo {
	background: url('../../_images/logo.png') no-repeat center top;
	width: 251px;
}

#to_vendor {
	position: relative;
	background: url('../../_images/bg_foot.jpg') no-repeat center top;
	height: 820px;
	max-width: 1296px;
	margin: auto;
	box-shadow: inset 20px 0 20px -20px #555, inset -20px 0 20px -20px #555;
	-moz-box-shadow: inset 20px 0 20px -20px #555, inset -20px 0 20px -20px #555;
	-webkit-box-shadow: inset 20px 0 20px -20px #555, inset -20px 0 20px -20px #555;
	behavior: url("_includes/PIE.php");
}

#to_vendor .hold {
	width: 960px;
	margin: auto;
	padding-top: 180px;
	overflow: auto;
}

#to_vendor ul .column {
	width: 292px;
	float: left;
	padding: 0px 21px;
}
#to_vendor ul .column.do_part {
	padding-left: 0px;
}
#to_vendor ul .column.do_part span > span {
	position: relative;
	cursor: pointer;
}
#to_vendor ul .column.do_part span > img {
	position: absolute;
	display: none;
	bottom: -72px;
	right: -390px;
}
#to_vendor ul .column.do_part span > span:hover > img {
	display: block;
}
#to_vendor ul .column.how_works {
	padding-right: 0px;
}
#to_vendor .talk {
	margin-top: 55px;
	float: right;
	width: 625px;
	text-align: center;
}