@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#6CF;
	background-attachment:fixed;
}
/* ++++++++++++ TOPO ++++++++++++ */
#topo{
	width:100%;
	height:90px;
	background-image:url(../images/bgTopo.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	position:fixed;
	top:0;
	left:0;
	z-index:4;
}
/* || Sombra Menu || */
#sombraMenu{
	width:640px;
	height:19px;
	background-image:url(../images/sombra_topo.png);
	background-repeat:no-repeat;
	left:50%;
	top:70px;
	margin-left:-240px;
	position:absolute;
	z-index:4;	
}
/* ++++++++++++ Conteudo ++++++++++++ */
#conteudo{
}
/* || esquerda - logo || */
#logo{
	float:left;
	position:fixed;
	top:60px;
	left:5px;
	width:336px;
	height:550px;
	background-image:url(../images/logo_vestsale_bg.png);
	background-repeat:no-repeat;
	z-index:2;
}
/* || Meio - conteudo || */
#texto{
	width:640px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-240px;
	padding-bottom:50px;
	padding-top:50px;
	background-image:url(../images/fundo_texto.png);
	background-repeat:repeat-y;
	z-index:3;
}
#texto img{
}
.boxText{
	margin: 25px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	color:#333;
}

/* || Direta - Setas - || */
#direita{
	width:312px;
	height:385px;
	position:fixed;
	right:0;
	bottom:0;
	background-image:url(../images/setas_bg.png);
	background-repeat:no-repeat;
	z-index:2;
}

