﻿body{
	margin:0;
	padding:0;
	background:url(../img/background.jpg) repeat;
}
#geral{
	width:970px;
	margin:0 auto;
}
#topo{
	width:100%;
	height:155px;
	background:#FFF;
	border-bottom:4px solid #4aa0d3;
	margin-top:-16px;
}
#banner{
	width:958px;
	height:361px;
	background:url(../img/back_banner.jpg) no-repeat;
	margin-top:0;
	margin-left:3px;
}
#topo_centro{
	width:966px;
	height:155px;
	margin:auto;
}
.logo{
	margin-top:8px;
	float:left;
}
.email{
	width:376px;
	margin-top:30px;
	float:left;
	text-align:center;
	margin-left:89px;
	font:18px Tahoma, Geneva, sans-serif;
	color:#333;
}
#barra_menu{
	width:960px;
	height:50px;
	background:#1c2196;
	border-radius:10px 10px 0 0;
	float:left;
	margin-top: -1px;
}
.redes{
	width:76px;
	height:40px;
	float:right;
	margin-top:20px;
}
.telefone{
	width: 142px;
	height: 30px;
	float: right;
	margin-top: 43px;
	margin-right: -70px;
}
.ddd{
	font:14px Tahoma, Geneva, sans-serif;
	color:#282828;
	margin-right:5px;
}
.numero{
	font:22px Tahoma, Geneva, sans-serif;
	color:#282828;
}
a.agasalhos{
	width:120px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	margin-left:-5px;
	text-align:center;
	padding-top:18px;
}
a.agasalhos:hover{
	background:#cfd501;
}
a.shorts{
	width:90px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.shorts:hover{
	background:#cfd501;
}
a.meioes{
	width:90px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.meioes:hover{
	background:#cfd501;
}
a.catalogo{
	width:90px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.catalogo:hover{
	background:#cfd501;
}
a.coletes{
	width:100px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.coletes:hover{
	background:#cfd501;
}
a.abadas{
	width:100px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.abadas:hover{
	background:#cfd501;
}
a.goleiro{
	width:100px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.goleiro:hover{
	background:#cfd501;
}
a.camisas{
	width:100px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.camisas:hover{
	background:#cfd501;
}
a.camisas_transfer{
	width:170px;
	height:32px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:18px;
}
a.camisas_transfer:hover{
	background:#cfd501;
}
#menu_icones{
	width:235px;
	height:50px;
	float:right;
	margin-top:85px;
	margin-right:-130px;
}
a.home{
	width:58px;
	height:49px;
	background:url(../img/menu_home.png) no-repeat;
	float:left;
}
a.home:hover{
	background:url(../img/menu_home_hover.png) no-repeat;
}
a.loja{
	width:58px;
	height:49px;
	background:url(../img/menu_loja_hover.png) no-repeat;
	float:left;
}
a.loja:hover{
	background:url(../img/menu_loja_hover.png) no-repeat;
}

#menu_icones a.loja{
	/*background:url(../img/menu_loja.png) no-repeat 0 0;*/
	background:url(../img/menu_loja_hover.png) no-repeat 0 0;
	margin-left:5px;
	position:relative;
}
#menu_icones a.loja:hover{
	background:url(../img/menu_loja_hover.png) no-repeat 0 0;
}

#menu_icones a.loja .tooltip{
	width: 220px;
    height: 30px;
    float: left;
    margin: 0;
    background: #D00;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: -30px;
    left: -80px;
    text-align: center;
    font-family: arial;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    border-radius: 5px;
}

#menu_icones a.loja .tooltip:before{
	 content:"▼";
	 width:20px;
	 height:20px;
	 line-height:20px;
	 float:left;
	 margin:0 0 0 -10px;
	 font-size:20px;
	 color:#D00;
	 position:absolute;
	 bottom:-16px;
	 left:50%;
	 text-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

a.empresa{
	width:58px;
	height:49px;
	margin-left:5px;
	background:url(../img/menu_empresa.png) no-repeat;
	float:left;
}
a.empresa:hover{
	background:url(../img/menu_empresa_hover.png) no-repeat;
}
a.contato{
	width:58px;
	height:49px;
	margin-left:5px;
	background:url(../img/menu_contato.png) no-repeat;
	float:left;
}
a.contato:hover{
	background:url(../img/menu_contato_hover.png) no-repeat;
}
#rodape{
	width:100%;
	height:70px;
	background:#020775;
	border-top:4px solid #cfd502;
	margin-top:-15px;
	bottom:0;
}
#centro{
	width:960px;
	height:65px;
	margin:auto;
}
.copy{
	float:left;
	font:12px Verdana, Geneva, sans-serif;
	color:#cfd501;
	margin-top:30px;
}
.copy2{
	float:right;
	margin-top:16px;
	border:none;
}
#clear{
	clear:both;
}
#conteudo{
	width:966px;
	float:left;
	padding-bottom:60px;
	background:#FFF;
}