@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font: 11px Verdana, Geneva, sans-serif;
	text-align:center;
}

body a {
    font: 10px Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

body a:visited {
    color: #ffffff;
    text-decoration: none;
}

body a:hover {
    color: #ffffff;
}

body a:active {
    color: #ffffff;
    text-decoration: none;
	
}

#tudo {
	height:450px;
	width:100%;
	left:50%;
	top:50%;
	margin-top:-225px;
	margin-left:-50%;
	position:absolute;
}

#topo {	
	
	width:768px;
	margin:0 auto;
	
}

#logo {
	float:left;	
}

#menu {
	font-size:10px;
	color:#333;
	font-weight:bold;
	margin-top:60px;
	float:right;
	position:relative;
	z-index:2;
	
}

#lojas {
	background-image:url(../img/stripe.png);
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	
}

#dentro_lojas {
	width:748px;
	height:280px;
	margin:0 auto;
}

#rodape{
	font-size:9px;
	color:#666;
	padding-top:10px;
}

.borda_imagem {
	width:228px;
	height:280px;
	background-color:#F15823;
	color:#FFF;
}

#quem_somos_pagina {
	width:728px; 
	background-color:#F15823;	
	height:280px;
	position:absolute;
	display:none;
	padding-left:10px;
}

#contato_pagina {
	width:728px; 
	background-color:#F15823;	
	height:280px;
	position:absolute;
	display:none;
	padding-left:10px;
}

.btn{
	padding:5px 5px 5px 5px;
	cursor:pointer;
	float:left;
}

.img_loja{
	cursor:pointer;	
}

.titulo_loja{
	
	padding-top:10px; text-align:left; padding-left:15px; font-size:11px; font-weight:bold;
	
}

.url{position:absolute; margin-top:215px; margin-left:14px; *margin-left:0; width:191px; height:15px; background-color:#333; padding:5px; padding-top:10px; font-size:10px; display:block; cursor:pointer;}

.text_sobre{

	text-align:justify;
	color:#333;
	padding:20px;
	background-color:#FFF;
	margin:30px;
	height:180px;
	
}

.forms{
	font-size:11px;	
}

.forms_btn{
	font-size:11px;	
	border:1px solid #333;
	color:#FFF;
	background-color:#333;
	cursor:pointer;
}

#erro_formularios{
	position:absolute;
	width:300px;
	height:50px;
	left:50%;
	top:50%;
	z-index:10;
	margin-left:-150px;
	margin-top:-25px;
	background-color:#333;
	border:2px solid #F15823;
	color:#FFF;
	display:none;
}

#block{
	width:100%;
	height:100%;
	background-color:#fff;
	position:absolute;
	z-index:20;
	left:0;

}

#carregando{
	width:300px;
	height:20px;
	left:50%;
	top:50%;
	margin-top:-10px;
	margin-left:-150px;
	position:absolute;
	padding-top:20px;
}

.setas_navegacao{
	width:788px;
	position:absolute;
	height:280px;
	left:50%;
	right:50%;
	margin-left:-394px;
	margin-top:-140px;
	z-index:2;
}

/* Alpha PNG support for IE
 
 ------------------------------
 
 */
<!--
* html img {
    -ms-filter: expression( this.alphaxLoaded ? "":
    (


 this.src.substr(this.src.length-4)==".png"
?
(
(!this.complete)
? "":this.runtimeStyle.filter =
    ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
 String(

this.alphaxLoaded =

true).substr(0,0)+
(this.src="blank.png").substr(0,0)
):this.runtimeStyle.filter = ""))
}
-->
/* fim*/ 







