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: #CA0403;
}
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: #CA0403;
}
nav {
	background: #000;
	border-bottom: #CA0403 6px solid;
}
nav div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 10px 0;
}
nav span {
	background: #CA0403;
	float: right;
	padding: 4px;
	margin-top: -30px;
}
nav span img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 4px;
}
nav span label {
	font-size: 9px;
	color: #FFF;
}
nav ul {
	list-style: none;
	padding: 0px;
	margin: 35px 0 0 0;
	float: right;
}
nav ul li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}
nav li a {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	padding: 3px 7px 3px 7px;
	border-radius: 3px;
	text-transform: uppercase;
	transition: all 0.5s;
}
nav li a:hover {
	color: #000;
	background: #FFF;
}
header {
	background: url(../img/riscas.jpg);
	padding: 20px 0 20px 0;
}

#slider {
	width: 966px;
	height: 399px;
	border: #FFF 7px solid;
	-webkit-box-shadow: 0 0 3px 1px #000;
	box-shadow: 0 0 3px 1px #000;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#navban {
	margin-top: 200px;
	transform: translateY(-50%);
	width: 966px;
	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: -27px;
	left: 50%;
	transform: translateX(-50%); 
}
#slider #index li {
	margin: 4px;
	border: #FFF 2px solid;
	padding: 4px;
	max-height: 5px;
	max-width: 5px;
	cursor: pointer;
	cursor: hand;
}
#slider #index li:hover, #slider #index .marcado {
	background: #CA0403;
}

#sombra {
	background: url(../img/sombra.png) no-repeat top center;
	border-bottom: #CA0403 6px solid;
	height: 5px;
	margin: -3px 0 0 0;
}

#conteudo {
	width: 980px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}
.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: #333333;
	color: #FFF;
}
footer * {
	color: #ccc;
}
#rodape {
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 27px 0 0 0;
}
footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 80px;
}
footer label {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding-bottom: 20px;
}
footer a:hover {
	color: #FFF;
}

#lbaixo {
	float: right;
}
#creditos {
	margin-top: 30px;
	border-top: #ccc 1px dashed;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
}
#rodape div {
	padding: 3px 0 3px 0;
}
#rodape div * {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#rodape div span {
	float: right;
}
#rodape div span * {
	text-transform: uppercase;
}
#fblike {
	position: absolute;
	margin: 80px 0 0 800px;
	padding: 0px;
	border: none;
}

/* 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 */

/* Primeira página */
.pequeno {
	font-size: 22px;
}
#esq {
	display: inline-block;
	vertical-align: top;
	width: 560px;
}
#dir {
	display: inline-block;
	vertical-align: top;
	background: url(../img/ppagina_shadow.jpg) no-repeat left top;
	padding: 0 0 0 15px;
	width: 396px;
}
#dir div {
	padding: 19px 0 19px 0;
}
#dir label {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
#pgaleria {
	background: #000;
	overflow: hidden;
	height: 240px;
	margin-right: 10px;
}
#pgaleria ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0 0 0;
}
#pgaleria li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0 10px 0 10px;
}
#pgaleria img {
	max-height: 220px;
	width: auto;
}