body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a {
	color: #333;
	transition: all 0.5s;
}
a:hover {
	color: #CA8A26;
}
hr {
	border: none;
	border-bottom: #000 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], 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: #6D6D6D;
	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: #CC0000;
}
#pt2020 {
	text-align: center;
	padding: 5px 0 5px 0;
}
#slider {
	width: 100%;
	height: 494px;
	margin: 0 auto auto;
	overflow: hidden;
}
#callto {
	display: none;
}
#navban {
	margin-top: 247px;
	transform: translateY(-50%);
	width: 100%;
	position: absolute;
}
#navban img {
	cursor: pointer;
	cursor: hand;
}
#navdir {
	float: right;
	margin-right: 20px;
}
#navesq {
	margin-left: 20px;
}
#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 {
	position: absolute;
	margin-top: 7px;
	left: 50%;
	transform: translateX(-50%); 
}
#slider #index li {
	margin: 4px;
	border: #CCC 2px solid;
	padding: 4px;
	max-height: 5px;
	max-width: 5px;
	cursor: pointer;
	cursor: hand;
}
#slider #index li:hover, #slider #index .marcado {
	background: #C71C00;
}

nav {
	background: url(../img/sombra.jpg) repeat-x bottom;
	height: 81px;
	padding-bottom: 8px;
}
nav div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 7px 0 5px 0;
}
nav ul {
	display: inline-block;
	vertical-align: top;
	float: right;
	list-style: none;
	padding: 0px;
	margin: 20px 0 0 0;
}
nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav li a {
	display: inline-block;
	vertical-align: top;
	padding: 7px 15px 7px 15px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 7px;
}
nav li a:hover {
	background: #CCC;
	color: #FFF;
}
#logo {
	margin-top: -150px;
}

#conteudo {
	width: 980px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}
#conteudo * {
	color: #666;
}
#conteudo input[type=submit], #conteudo input[type=reset], #conteudo input[type=button], #conteudo button {
	color: #FFF;
}
.titulo, .fttl {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 30px;
}
#paginador {
	padding-top: 40px;
	text-align: center;
}

footer {
	background: #333;
}
footer div {
	width: 980px;
	margin: 0 auto 0 auto;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}
footer * {
	color: #FFF;
	text-transform: uppercase;
}
footer #lbaixo {
	float: right;
	margin-top: 10px;
}
footer .fttl {
	width: auto;
	color: #FFF;
}
#crd {
	background: #333;
}
#crd div {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: right;
	padding-bottom: 7px;
	text-transform: uppercase;
	color: #999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#crd * {
	text-transform: uppercase;
	color: #999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    width: 970px; 
    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;
}

/* drop down */
nav li ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0px;
	margin-top: 11px;
	border: #000 1px solid;
	background: #000;
	opacity: 0.8;
	moz-opacity: 0.8;
	filter: alpha(opacity=80%);
	max-width: 200px;
	box-shadow: 10px 10px 5px #888;
	z-index: 99999;
	font-weight: normal;
	font-size: 9px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
nav li ul li {
	width: 100%;
	clear: both;
	margin: 0px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	display: list-item;
	background: none;
	font-weight: normal;
}
nav li ul a {
	display: block;
	padding: 5px;
	text-shadow: none;
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	height: auto;
}
nav li ul a:hover {
	background: #FFF;
	text-shadow: none;
	color: #000;
	font-weight: normal;
}
nav li ul div {
    background: #52110A;
    padding: 5px;
    color: #F90;
    font-weight: bold;
    margin-right: 2px;
}
/* fim drop down */

.upfoto {
	display: inline-block;
	vertical-align: top;
	width: 274px;
	height: 160px;
	border: #000 1px solid;
	overflow: hidden;
	position: relative;
}
.upfoto img {
	margin-top: -55px;
	display: block;
	transition: all 0.3s;
}
.upfoto * {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF !important;
	cursor: pointer;
	cursor: hand;
	text-shadow: #000 0 1px 0;
}
.upfoto div {
	background: rgba(0, 0, 0, 0.5); 
	padding: 5px;
	position: absolute;
	width: 264px;
	cursor: pointer;
	cursor: hand;
	margin-top: 140px;
	transition: all 200ms;
	text-align: center;
	color: #FFF;
}
.upfoto div * {
	color: #FFF !important;
}
.upfoto label {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
	text-align: center;
	color: #FFF !important;
	transition: all 0.2s;
}

#partner {
	position: absolute;
	margin: 23px 0 0 830px;
}

#redes {
	position: fixed;
	right: 0px;
	top: 190px;
	width: 51px;
	z-index: 9999;
}
#redes img {
	display: block;
	margin: 4px;
}

/* Smartphone */
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px){
	header {
		display: none;
	}
	nav, nav div, #crd div {
		height: auto;
		width: auto;
	}
	#logo {
		display: block;
		margin: 20px auto 20px auto;
	}
	#callto {
		display: block;
		font-size: 32px;
		text-align: center;
	}
	img {
		max-width: 90%;
		height: auto;
	}
	nav ul {
		display: block;
		float: none !important;
		clear: both;
	}
	nav li, nav li a, nav li ul li a {
		display: block;
		font-size: 18px;
	}
	nav li a {
		border: #CCC 1px solid;
		margin-bottom: 4px;	 
	}
	nav li ul li a {
		border: none;
	}
	nav {
		padding: 10px;
	}
	#conteudo, footer div {
		width: auto;
		padding: 10px 10px 30px 10px;
	}
	.upfoto {
		margin: 5px;
	}
	#partner {
		position: relative;
		margin: 0px;
	}
	#lbaixo {
		margin-top: -10px;
	}
	nav li ul {
		position: relative;
		display: block;
		max-width: 100%;
		width: auto;
	}
	nav li ul a, nav li ul li {
		display: block;
		width: 100% !important;
		max-width: 100%;
	}
}