@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
a {
	color: #666;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #039AAD;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #333 1px dashed;
	margin: 30px 0 30px 0;
	padding: 0px;
}
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;
	-webkit-appearance: none;
	border-radius: 3px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #039AAD;
}
nav {
	border-top: #039AAD	4px solid;
}
nav div {
	width: 980px;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
}
nav span {
	float: right;
}
nav span * {
	font-size: 10px;
	font-weight: bold;
}
nav ul {
	list-style: none;
	padding: 0px;
	float: right;
	margin: 65px 0 0 0;
}
nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 15px;
	margin: 0px;
}
nav li a {
	font-family: 'Kaushan Script', cursive;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #000;
}
nav li a:hover {
	text-decoration: none;
}
nav li ul {
	position: absolute;
	border: #CCC 1px solid;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px;
	margin: 0px;
	display: none;
}
nav li:hover > ul {
	display: block;
}
nav li ul li {
	display: block;
	padding: 0px;
	margin: 0px;
}
nav li ul a {
	font-size: 11px;
	display: block;
	padding: 2px 6px 2px 6px;
}
nav li ul a:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}
header {
	border-top: #CCC 3px solid;
}
#slider {
	width: 100%;
	height: 453px;
	margin: 0 auto auto;
	overflow: hidden;
}
#navban {
	margin-top: 170px;
	width: 100%;
	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;
	border: #FFF 2px solid;
	padding: 4px;
	max-height: 7px;
	width: 25px;
	cursor: pointer;
	cursor: hand;
}
#slider #index li:hover, #slider #index .marcado {
	background: #CC0000;
}

#corpo {
	width: 980px;
	padding: 0 0 50px 0;
	margin: 0 auto 0 auto;
}
#pesquisa {
	text-align: right;
	padding: 30px 0 0 0;
}
#pesquisa form {
	border: #CCC 1px solid;
	padding: 0 4px 0 4px;
	margin: 0px;
	display: inline-block;
	border-radius: 5px;
}
#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;
	width: 0px;
}
#pesquisa input[type=image] {
	padding: 5px;
}
#paginador {
	padding: 30px 0 0 0;
	text-align: center;
}
.titulo, .pttl {
	font-size: 24px;
	font-family: 'Kaushan Script', cursive;
	color: #333;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 20px;
}
#bgfooter {
	width: 100%;
	height: 681px;
	position: absolute;
	z-index: -10;
}
#ctform {
	width: 980px;
	padding: 50px 0 50px 0;
	margin: 0 auto 0 auto;
	text-align: center;
}
#ctform label {
	font-family: 'Kaushan Script', cursive;
	font-size: 36px;
	display: block;
	color: #FFF;
	margin: 20px 0 20px 0;
} 
#ctform span {
	color: #FFF;
	display: block;
}
#ctform * {
	color: #FFF;
}
#ctform span label {
	font-size: 22px;
	margin: 15px 0 15px 0;
}
#ctform form {
	display: block;
	padding: 30px 0 0 0;
}
#ctform form span {
	display: inline-block;
	display: inline-block;
}
#ctform input {
	display: block;
	background: transparent;
	border: #FFF 1px solid;
	border-radius: 5px;
	padding: 3px;
	width: 270px;
	font-size: 12px;
	height: 20px;
	margin: 0 0 5px 0;
	-webkit-appearance: none;
}
#ctform input[type=submit] {
	background: #FFF;
	color: #000;
	text-transform: uppercase;
	height: 29px;
	width: 337px;
	display: block;
}
#ctform input[type=submit]:hover {
	background: transparent;
	color: #FFF;
}
#ctform textarea {
	width: 330px;
	background: transparent;
	border: #FFF 1px solid;
	border-radius: 5px;
	height: 90px;
	resize: none;
}
#ctform form label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 20px;
}

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

#crd {
	width: 980px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 0 auto 0 auto;
	border-top: #900 3px solid;
}
#who {
	float: right;
}


#imgtopo {
	border-top: #CCC 3px solid;
}
#imgtopo * {
	width: 100%;
	height: 60p;
}

/* Primeira página */
#blue {
	height: 433px;
	background: #039AAD;
}
#blue div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 433px;
}
#blue span {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin: 50px 0 0 0;
	padding: 0 30px 0 0;
}
#blue * {
	color: #FFF;
}
#blue div img {
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 0 0;
	padding: 0px;
	border: #000 1px solid;
}
#blue .pttl {
	display: block;
	margin: -20px 0 60px 0;
	padding: 0px;
}

#destaques {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
}
#destaques .pttl {
	text-align: left;
	padding-bottom: 40px;
}
#destaques article {
	display: inline-block;
	vertical-align: top;
	width: 145px;
	height: 230px;
	margin: 0 7px 0 7px;
	padding: 0px;
}
#destaques article * {
	font-family: 'Kaushan Script', cursive;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
}

#mapa, #mapa img {
	width: 100%;
	height: auto;
}