@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#2C383F url(../imagens/bg.jpg) repeat-x top;
}

h2{
	color:#333E46;
	margin:20px 0;
	font-size:22px;
}

p{
	margin:10px 0;
}

a, a:hover, a:visited, a:active{
	outline:0px;
}

#geral{
	width:798px;
	margin:0 auto;
}

#cabecalho{
	background:url(../imagens/bg_cabecalho.jpg) no-repeat top center;
	height:143px;
}

#logo{
	float:left;
	padding-left:20px;
}

#menu_horizontal{
	float:left;
	width:460px;
	padding:95px 0 0 40px;
	height:30px;
}

#menu_horizontal ul{
	list-style:none;
	padding:3px 0 0;
	margin:0px;
}

#menu_horizontal li{
	float:left;
	text-align:center;
	width:115px;
}

#menu_horizontal a{
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
}

#corpo{
	clear:both;
	float:left;
	width:100%;
	_margin-left:-3px;
	background:url(../imagens/bg_corpo.jpg) repeat-y center;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#menu_vertical{
	float:left;
	width:180px;
	position:relative;
	margin-left:4px;
}

#menu_vertical ul{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:25px;
}

#menu_vertical a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#333E46;
}

#menu_vertical a:hover{
	color:#FF0000;
}

#offroad{
	background:url(../imagens/bg_offroad.png) no-repeat top center;
	height:288px;
	width:169px;
	position:absolute;
	z-index:2;
	top:5px;
	left:8px;
	padding-top:35px;
}

#onroad{
	background:url(../imagens/bg_onroad.png) no-repeat top center;
	height:159px;
	width:169px;
	position:absolute;
	z-index:3;
	top:126px;
	left:8px;
	padding-top:37px;
}

#casual_bike{
	background:url(../imagens/bg_casual_bike.png) no-repeat top center;
	height:78px;
	width:169px;
	position:absolute;
	z-index:4;
	top:224px;
	left:8px;
	padding-top:30px;
}

#adventure_outdoor{
	background:url(../imagens/bg_adventure_outdoor.png) no-repeat top center;
	height:92px;
	width:169px;
	position:absolute;
	z-index:5;
	top:304px;
	left:8px;
	padding-top:45px;
}

#roupas_profissionais{
	background:url(../imagens/bg_roupas_profissionais.png) no-repeat top center;
	height:92px;
	width:169px;
	position:absolute;
	z-index:6;
	top:404px;
	left:8px;
	padding-top:45px;
}

#conteudo{
	float:right;
	position:relative;
	width:580px;
	font-size:12px;
	color:#333E46;
	margin-right:20px;
	line-height:18px;
	text-align:justify;
}

#fim_corpo{
	padding:4px;
	padding-top:0px;
	width:790px;
	height:18px;
	background:url(../imagens/fim_corpo.jpg) no-repeat top center;
	clear:both;
	font-size:11px;
	color:#333333;
	text-align:center;
}

#fim_corpo a{
	color:#333333;
	text-decoration:none;
}

#fim_corpo a:hover{
	color:#666;
}

#creditos{
	margin:0 auto;
	width:700px;
	text-align:center;
	padding:5px 0;
}

#creditos a{
	font-size:10px;
	color:#999999;
	text-decoration:none;
}

#creditos a:hover{
	color:#FFFFFF;
}
.aprovacao {
	padding-top:0px;
	border:0px;
}

.direita{
	float:right;
	padding:10px 0px 0 20px;
}

h3{
	color:#333E46;
	font-size:16px;
	margin:5px 0 0 5px;
	padding:0px;
}

#produto{
	width:570px;
	height:190px;
	background:#E2E3E6 url(../imagens/bg_produto.jpg) repeat-x top;
	border:1px solid #CED0D3;
	position:relative;
	margin:0px 0 30px 0;
}

#produto #foto{
	width:160px;
	height:120px;
	border:1px solid #CFD0D3;
	margin:10px;
	float:left;
}

#produto #desc{
	float:right;
	width:365px;
	margin:5px 10px;
	color:#8B949E;
	font-family:Arial, Helvetica, sans-serif;
}

#produto #desc strong{
	color:#000000;
}
#produto #desc p{
	margin:0 0 5px 0;
}

#produto #mais_info{
	position:absolute;
	bottom:0px;
	right:38px;
}

#banner{
	width:100%;
	text-align:center;
}

#box{
	float:left;
	padding:20px 6px 0;
}

#box.last {
	margin-right:0px;
}