@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}



#defesa  {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}
#topo {
	height: 120px;
	float: left;
	width: 800px;

}
#topo h1 {
	background-image: url(../_imagens/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	margin: 0px;

}
#menu {
	height: 30px;
	float: left;
	width: 530px;
	padding-left: 17px;
}
#local {
	width:245px;
	padding-right:8px;
	height:27px;
	float:left;
	text-align:right;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	padding-top: 3px;
}

#conteudo  {
	height: 460px;
	width: 800px;
	float: left;
	background-image: url(../_imagens/fundo_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#foto_quemsomos {
	width:295px;
	padding-left:25px;
	padding-top:28px;
	padding-right:25px;
	padding-bottom:30px;
	height:400px;
	float: left;
}
#foto_contato {
	width:295px;
	padding-left:25px;
	padding-top:28px;
	padding-right:25px;
	padding-bottom:30px;
	height:400px;
	float: left;
}

#texto {
	width:430px;
	height:400px;
	padding-top:30px;
	padding-bottom:30px;
	float:left;
}
#limpa_float {
	clear: both;
	height: 0px;

}
#base {
	width:767px;
	padding-left:15px;
	height:30px;
	float:left;
	padding-right: 18px;
}
#direitos {
	width:515px;
	height:20px;
	padding-top:7px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	background-color:#F5F5F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#creditos {
	width:222px;
	height:20px;
	padding-top:7px;
	float:left;
	text-align:right;
	font-size:10px;
	color:#CCCCCC;
}
#item_rolagem {
	width:130px;
	height:100px;
	padding:10px;
}
#item_rolagem:hover {
	background-color:#FCFCFC;
	width:130px;
	height:100px;
	padding:10px;
}
#item_escolha:hover {
	background-color:#FCFCFC;
}
#item_feminino {
	width:185px;
	height:180px;
	float:left;
	padding-bottom:15px;
	margin-bottom: 10px;
}
#item_tenis {
	width:140px;
	height:140px;
	float:left;
	padding-bottom:15px;
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}


div.container_scrollable {
	position: absolute;
	left: 20px;
	height: 360px;
	top: 30px;
}

div.scrollable {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	left: 0px;
	height: 360px;
	width: 170px;
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
} 
div#actions {
	width: 170px;
	padding-top: 2px;
	text-align: center;
} 
 
/* root element for scrollable items */ 
div.scrollable div.items {
	position:absolute;
	/* this time we have very large space for the height */ 
    height:20000em;
	text-align: center;
}

div.scrollable div.items div.item {
	width:162px;
	height:100px;
	overflow:hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}
