#topo{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 128px;
	width: 100%;
	background-image: url(../imagens/BackTopo.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.logotipo{
	float: left;
	height: 57px;
	width: 215px;
	margin-top: 13px;
	margin-left: 4px;
}


#menu{
	float: left;
	height: 15px;
	width: 486px;
	margin-top: 40px;
	margin-left: 20px;
}

#menu small{
	font-size: 9px;
	margin-left: 5px;
}

#menu ul{
	width: 541px;
	height: 15px;
	margin: 0 auto;
	position: relative;
}

#menu ul li{
	float: left;
	display: block;
	position: relative;
}

#menu ul li a{
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	border-right:1px solid #ddd;
	height:15px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;	
}

#menu ul li a:hover{
	color: #B00000;
	text-decoration: none;
	border-bottom-style: solid;
	clear: left;
	border-bottom-width: 3px;
	border-bottom-color: #C61717;
	
}

#menu ul ul{
	display:none;
	position:absolute;
	z-index:9999;
	width:auto;
	height:auto;
	background:#f8f8f8;
	border:1px solid #ccc;
	/**Borda Redonda **/
	-moz-border-radius: 0px 0px 5px 5px; /* Para Firefox */
	-goog-ms-border-radius: 0px 0px 5px 5px; /*Internet Explorer*/
	-webkit-border-radius: 0px 0px 5px 5px; /*Para Safari e Chrome */
	border-radius: 0px 0px 5px 5px;	
}

#menu ul li:hover ul{
	display:block;
	position:absolute;
	top:15px;
	padding-top:5px;
}

#menu ul li:hover ul li a{
	border: none;
	margin-bottom: 5px;
	width: 130px;
}

#menu ul li:hover ul li a:hover{
	text-decoration: underline;
}

.redesSociais{
	float: right;
	height: 34px;
	width: 148px;
	margin-right: 85px;
	margin-top: 3px;
}

.redesSociais li{
	float: left;
	margin-right: 26px;
}

#busca{
	float: right;
	height: 53px;
	width: 329px;
	background-image: url(../imagens/BackBusca.png);
	background-repeat: no-repeat;
	background-position: left top;

}

#busca .busca{
	float: left;
	height: 25px;
	width: 230px;
	margin-top: 15px;
	margin-left: 48px;
	border: 1px solid #CCC;
	/**Borda Redonda **/
	-moz-border-radius: 15px; /* Para Firefox */
	-goog-ms-border-radius: 15px; /*Internet Explorer*/
	-webkit-border-radius: 15px; /*Para Safari e Chrome */
	border-radius: 15px;
}

#busca input[type=submit] {
	background-image: url(../imagens/busca.png);
	height: 14px;
	width: 14px;
	border: none;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin-top: 5px;
	margin-left: 4px;
}

#busca input[type=submit]:hover {
	background-image: url(../imagens/busca.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	height: 14px;
	width: 14px;
}

#busca .campoBusca{
	color: #666;
	float: left;
	height: 21px;
	width: 190px;
	margin-top: 2px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

#formasPagamento{
	float: left;
	height: 38px;
	width: auto;
	margin-left: 30px;
	font-size: 10px;
	text-align: center;
	color: #960;
}

#formasPagamento ul li{
	list-style-type: none;
	float: left;
	height: 25px;
	width: 40px;
	margin-left: 15px;
	margin-top: 3px;
}