@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	padding: 0px;
	margin: 0px;
	background: #FFF url(../img/bg1.jpg) repeat-x top left;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0B0B0B;
	text-decoration: none;
}
a {
	color: #006600;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #000 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], input[type=email], textarea {
	border: #000 1px solid;
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
	font-weight: normal;
	outline: none;
}
input[type=submit], input[type=reset], input[type=button], button {
	border: #000 1px solid;
	background: #0B2534;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #9FCCED;
	color: #0B2534;
}
#brw {
	background: url(../img/shad.png) repeat-x top left;
	height: 7px;
	position: absolute;
	width: 100%;
	z-index: 999;
}
#site {
	max-width: 985px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
header {
	padding: 33px 0 25px 0;
}
header ul {
	list-style: none;
	margin: -33px 0 0 0;
	padding: 0px;
	float: right;
}
header ul li {
	height: 15px;
	margin: 0px;
	padding: 8px 15px 8px 15px;
	background: #026487;
	color: #FFF;
	font-size: 11px;
}
header ul li, header ul li *, header ul li div, header ul li div * {
	cursor: pointer;
	cursor: hand;
}
header ul li img {
	margin: 0 6px 0 0;
}
header ul li label {
	padding: 4px 0 4px 10px;
	margin: -4px 0 -4px 10px;
	border-left: #030 1px solid;
	color: #FFF;
	font-size: 11px;
}
header ul li ul {
	position: absolute;
	right: 50%;
	margin-right: -494px;
	margin-top: 7px;
	width: 300px;
	background: #FFF;
	border: #000 1px solid;
	border-top: #026487 2px solid;
	display: none;
	z-index: 555;
}
header ul li:hover > ul {
	display: block;
}
header ul div {
	padding: 7px;
}
header ul div * {
	display: block;
}
header ul div, header ul div * {
	color: #000;
}
header ul p {
	color: #6D6D6D;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
}
header ul div a {
	width: 55px;
	padding: 5px 15px 5px 15px;
	margin-left: 200px;
	background: #026487;
	border: none;
	cursor: pointer;
	cursor: hand;
	color: #FFF;
	transition: all 0.5s;
}
header ul div a:hover {
	background: #6D6D6D;
	text-decoration: none;
}
header ul table {
	max-width: 285px;
	display: table;
}
header ul tr {
	display: table-row;
}
header ul td {
	display: table-cell;
}
nav {
	border: #9FCCED 7px solid;
	background: #0B2534;
}
nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav ul li a {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	padding: 7px 15px 7px 15px;
	text-transform: uppercase;
	font-size: 13px;
}
nav ul li a:hover {
	background: #FFF;
	color: #0B2534;
	text-decoration: none;
}
nav li ul {
	position: absolute;
	border: #000 1px solid;
	background: rgba(19, 34, 41, 0.9);
	z-index: 99999;
	display: none;
}
nav li ul li, nav li ul li a {
	display: block;
}
nav li ul li a {
	text-transform: none;
	font-size: 12px;
}
nav ul li:hover > ul {
	display: block;
}
#topo {
	border: #9FCCED 7px solid;
	border-top: none;
	background: #0B2534;
}
#slider {
	display: table-cell;
	vertical-align: top;
	max-width: 752px;
	height: 292px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#navban {
	margin-top: 120px;
	width: 752px;
	position: absolute;
}
#navban img {
	margin: 0 7px 0 7px;
	cursor: pointer;
	cursor: hand;
}
#navdir {
	float: right;
}
#slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 4px;
	transition: all 1s;
}
#slider li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-left: -4px;
}
#slider #index {
	margin-top: -30px;
	margin-left: 45%;
	z-index: 8888; 
}
#slider #index li {
	margin: 4px;
	background: #FFF;
	padding: 6px;
	max-height: 7px;
	cursor: pointer;
	cursor: hand;
	border-radius: 50px;
}
#slider #index li:hover, #slider #index .marcado {
	background: #9FCCED;
}
#ticker {
	border-left: #9FCCED 7px solid;
	display: table-cell;
	vertical-align: top;
	padding: 0px;
	margin: 0 0 0 -4px;
	width: 192px;
	height: 272px;
	padding: 10px;
	text-align: center;
}
#ticker ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ticker ul li {
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	max-width: 192px;
	width: 192px;
}
#ticker ul li p {
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF;
	overflow: hidden;
	max-height: 20px;
}
#ticker  ul li a {
	display: block;
}
#ticker ul li a:last-of-type {
	display: inline-block;
	vertical-align: top;
	margin: 15px auto 0 auto;
	background: #9FCCED;
	border-radius: 4px;
	color: #0B2534;
	text-shadow: #FFF 0 -1px 0;
	font-size: 10px;
	padding: 4px 15px 4px 15px;
	font-weight: bold;
}
#ticker ul li a:hover {
	background: #FFF;
	text-decoration: none;
}
#ticker ul li img {
	border: #000 1px solid;
}
#ticker ul li:first-of-type {
	opacity: 1;
	transition: all 0.5s;
}

#pesquisa {
	background: #9FCCED;
	text-align: right;
	padding: 0 7px 7px 0;
}
#pesquisa form {
	display: inline-block;
	vertical-align: top;
}
#pesquisa form span {
	border: #CCC 1px solid;
	padding: 0 4px 0 4px;
	margin: 0px;
	display: inline-block;
	border-radius: 3px;
	background: #FFF
}
#pesquisa form input {
	display: inline-block;
	vertical-align: top;
	border: none;
	-webkit-appearance: none;
}
#pesquisa input[type=text], #pesquisa input[type=search] {
	padding: 3px;
	font-size: 14px;
	border-right: #CCC 1px solid;
	transition: all 0.5s;
}
#pesquisa input[type=image] {
	padding: 5px;
}
#box {
	margin: 20px 0 0 0;
	padding: 0px;
}
#menu {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 40px 0;
	margin: 0px;
	min-width: 196px;
}
#menu article {
	background: #9FCCED;
	padding: 7px;
	margin: 0 0 20px 0;
}
#menu article label:first-of-type {
	color: #FFF;
	text-transform: uppercase;
	background: #0B2534;
	display: block;
	padding: 3px;
	margin: 0 0 10px 0;
}
#menu article form {
	display: block;
	text-align: right;
	padding: 0px;
}
#menu input[type=text], #menu input[type=password], #menu input[type=email] {
	width: 100%;
	padding: 0px;
	margin: 0 0 3px 0;
}
#menu article span {
	background: #FFF;
	display: block;
	margin: 7px -7px -7px -7px;
	padding: 7px;
	border-bottom: #0B2534 1px dashed;
}
#menu article span a {
	font-size: 10px;
	display: block;
}
#menu p {
	text-transform: uppercase;
	font-size: 18px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0 0 20px 0;
}
#menu ul li {
	padding: 0px;
	margin: 1px 0 0 0;
}
#menu li span {
	background: #0B2534;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	padding: 4px;
}
#menu li a {
	display: block;
	padding: 4px;
	background: #9FCCED;
	color: #0B2534;
	text-decoration: none;
}
#menu li a:hover {
	background: #999;
	color: #FFF;
	text-decoration: none;
}
#corpo {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 50px 20px;
	width: 100%;
}
#paginador {
	padding: 30px 0 0 0;
	text-align: center;
}
.titulo, .fttl {
	font-size: 32px;
	color: #333;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: left;
	margin: 0 0 30px 0;
}
.fttl {
	font-size: 28px;
	margin-top: 0px;
	padding-top: 15px;
}
#baixo {
	border-top: #000 1px solid;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 0 7px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
footer {
	background: #0D0D0D;
}
footer div {
	max-width: 985px;
	margin: 0 auto 0 auto;
	padding: 50px 0 40px 0;
}
footer div img {
	float: right;
}
footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer ul li {
	display: block;
	vertical-align: top;
	padding: 4px 0 0 0;
	margin: 0px;
}
footer ul p {
	color: #FFF;
	font-size: 28px;
	font-family: Oswald, Verdana, Geneva, sans-serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
footer * {
	color: #FFF;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute;
	width: 100%; 
    max-width: 965px; 
    height: 450px;  
    margin-left: 0px;
 
    overflow: hidden; 
    background: #000;
	text-shadow: none;
	color: #FFF;
} 
#imageFlow .diapo { 
    position: absolute; 
    left: -4000px; 
    cursor: pointer; 
    -ms-interpolation-mode: nearest-neighbor; 
} 
#imageFlow .link { 
    border: dotted #fff 1px; 
    margin-left: -1px; 
    margin-bottom: -1px; 
} 
#imageFlow .text { 
    position: absolute; 
    left: 0px; 
    width: 100%; 
    bottom: 16%; 
    text-align: center; 
    color: #FFF; 
    font-family: verdana, arial, Helvetica, sans-serif; 
    z-index: 1000; 
	text-shadow: none;
} 
#imageFlow .title { 
    font-size: 18px; 
    font-weight: bold; 
	text-shadow:none;
	color: #FFF;
} 
#imageFlow .legend { 
    font-size: 10px;
	color: #FFF;
	text-shadow: none;
} 
#imageFlow .scrollbar { 
    position: absolute; 
    left: 10%; 
    bottom: 20px; 
    width: 80%; 
    height: 16px; 
    z-index: 1000; 
} 
#imageFlow .track { 
    position: absolute; 
    left: 1%; 
    width: 98%; 
    height: 16px; 
    filter: alpha(opacity=30); 
    opacity: 0.3;
} 
#imageFlow .arrow-left { 
    position: absolute; 
} 
#imageFlow .arrow-right { 
    position: absolute; 
    right: 0px; 
} 
#imageFlow .bar { 
    position: absolute; 
    height: 16px; 
    left: 25px; 
} 

/* Galeria */
#galeria {
	height: 540px;
}
#voltar {
	text-align: right;
}
#voltar * {
	color: #333;
	font-weight: bold;
}

/* SDK */
#ampliar {
	display: block;
	background: #999;
	border: #666 1px solid;
	padding: 5px;
	text-align: center;
	color: #FFF;
	margin-top: 210px;
}
#ampliar a {
	color: #FFF;
}
#ampliacao {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	border: #000 1px solid;
	z-index: 8887;
}
#sblock {
	background: #000;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 999;
	display: none;
}
#fechapop {
	background: #FFF;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: #000 1px solid;
	border-top: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 8888;
	display: none;
}
#imgproduto {
	border: #000 1px solid;
	margin-top: 10px;
}

/* lista produtos e primeira pagina */
#ppagina {
	text-align: center;
}
.prod_lista_h {
	display: inline-table;
	vertical-align: top;
	background: #D7D7D7;
	border: #666 1px solid;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 0 5px 0;
	max-width: 47%;
	width: 100%;
}
.prod_lista_h:nth-child(1), .prod_lista_h:nth-child(3), .prod_lista_h:nth-child(5) {
	margin: 5px 5px 5px 0;
}
.prod_lista_h img {
	display: table-cell;
	vertical-align: top;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: -5px 0 -5px -5px;
	width: 175px;
	height: 175px;
	padding: 0px;
}
.prod_lista_h span {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 7px;
	margin: 0px;
	width: 100%;
}
.prod_lista_h p {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
	height: 30px;
	min-height: 30px;
	margin: 0 0 95px 0;
}
.prod_lista_h div label {
	color: #000;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: bold;
}
.prod_lista_h div label span {
	display: block;
	text-decoration:line-through;
	color: #333;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.prod_lista_h div a {
	display: inline-block;
	vertical-align: bottom;
	background: #069;
	padding: 4px 8px 4px 8px;
	margin: 6px 0 0 0;
	float: right;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
}
.prod_lista_h div a img {
	display: inline-block;
	vertical-align: central;
	padding: 0px;
	margin: 0 4px 0 0;
	width: auto;
	height: auto;
}
.prod_lista_h div a:hover {
	background: #666;
	text-decoration: none;
}

.prod_lista {
	display: inline-block;
	vertical-align: top;
	background: #D7D7D7;
	border: #666 1px solid;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	max-width: 165px;
}
.prod_lista img {
	margin: -5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 175px;
	height: 175px;
}
.prod_lista p {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
	height: 30px;
	margin: 15px 0 6px 0;
}
.prod_lista label {
	display: block;
	overflow: hidden;
	height: 60px;
	color: #666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.prod_lista div {
	display: block;
	vertical-align: top;
	padding: 15px 0 0 0;
}
.prod_lista div label {
	color: #000;
	display: block;
	vertical-align: top;
	font-size: 14px !important;
	font-weight: bold;
	height: auto;
}
.prod_lista div label span {
	display: block;
	text-decoration:line-through;
	color: #333;
	font-weight: normal;
}
.prod_lista div a {
	display: inline-block;
	vertical-align: bottom;
	background: #069;
	padding: 4px 8px 4px 8px;
	margin: 0px;
	float: right;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
}
.prod_lista div a img {
	display: inline-block;
	vertical-align: central;
	padding: 0px;
	margin: 0 4px 0 0;
	width: auto;
	height: auto;
}
.prod_lista div a:hover {
	background: #666;
	text-decoration: none;
}

.comprar {
	display: inline-block;
	vertical-align: bottom;
	background: #069;
	padding: 4px 8px 4px 8px;
	margin: 0px;
	float: right;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
}
.comprar img {
	display: inline-block;
	vertical-align: central;
	padding: 0px;
	margin: 0 4px 0 0;
	width: auto;
	height: auto;
}
.comprar:hover {
	background: #666;
	text-decoration: none;
}

.voltar {
	display: inline-block;
	vertical-align: top;
	border: #000 1px solid;
	padding: 3px 7px 3px 7px;
	border-radius: 4px;
}
.voltar:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}

#ofertaportes {
	font-weight: bold;
	text-align: right;
	margin-bottom: -20px;
}

@media only screen and (max-width: 1015px) {
	#site, footer div {
		margin: 0 20px 0 20px;
	}
	#slider {
		max-width: 500px;
		height: auto;
	}
	#navban {
		max-width: 500px;
	}
	.prod_lista_h {
		display: none;
	}
	.prod_lista {
		max-width: 145px;
	}
	.prod_lista img {
		max-width: 155px;
		height: auto;
	}
	.prod_lista label {
		height: 65px;
	}
	nav ul li a {
		padding: 5px 10px 5px 10px;
	}
}

@media only screen and (max-width: 480px) {
	#topo {
		display: none;
	}
	#pesquisa {
		text-align: center;
	}
	#menu, #corpo {
		display: block;
		width: 100%;
		max-width: none;
		padding-left: 0px;
	}
	#menu {
		text-align: center;
	}
	#menu article, #menu ul {
		text-align: left;
	}
	nav ul li, nav ul li a {
		display: block;
	}
	#menu ul *, nav ul li a  {
		font-size: 18px;
	}
	nav ul li {
		border-bottom: #FFF 1px dashed;
	}
	nav ul li:last-of-type {
		border: none;
	}
}