body {
	background: #CCC;
	margin: 0px;
	padding: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
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: #C71C00;
}
header {
	background: #000;
	border-top: #FEA000 3px solid;
}
header div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 7px 0 4px 0;
}
header span {
	position: absolute;
	width: 320px;
	text-align: right;
	color: #FEA000;
	margin-left: 660px;
	margin-top: -4px;
}
header span a {
	color: #FEA000;
	display: inline-block;
	vertical-align: bottom;
	transition: all 0.5s;
}
header span a:hover {
	color: #FFF;
	text-decoration: none;
}
header span img {
	display: inline-block;
	vertical-align: bottom;
}
#fblink {
	display: inline-block;
	vertical-align: top;
	background: url(../img/fb.png) no-repeat center center;
	height: 25px;
	width: 25px;
	transition: all 0.5s;
}
#fblink:hover {
	background: url(../img/fbon.png) no-repeat center center;
}
#gpluslink {
	display: inline-block;
	vertical-align: top;
	background: url(../img/gplus.png) no-repeat center center;
	height: 25px;
	width: 25px;
	transition: all 0.5s;
}
#gpluslink:hover {
	background: url(../img/gpluson.png) no-repeat center center;
}
#menu {
	width: auto;
	float: right;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#menu li a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	padding: 3px 7px 6px 7px;
	margin-top: 47px;
	border-bottom: transparent 4px solid;
	transition: all 0.5s;
}
#menu li a:hover {
	text-decoration: none;
	border-bottom: #C00 4px solid;
	color: #FFCC00;
}

#slider {
	padding: 0px;
	margin: 0px;
	height: 370px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
#slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 4px;
	transition: all 0.5s;
}
#slider li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-left: -4px;
}
#slider #index {
	position: absolute;
	margin-top: -40px;
	height: auto;
	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: #C00;
}
#topo {
	height: 370px;
	display: block;
	border-bottom: #FFF 4px solid;
}
#corpo {
	background-image: url(../img/sombra1.png), url(../img/sombra2.png);
	background-position: top left, top right;
	background-repeat: no-repeat, no-repeat;
	padding: 0 16px 0 16px;
	width: 950px;
	margin: 0 auto 0 auto;
}
#conteudos {
	background: #FFF url(../img/shadow.jpg) no-repeat top center;
	padding: 0 7px 30px 7px;
}

#conteudos .titulo {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	padding-top: 30px;
	text-transform: uppercase;
}
#paginador {
	padding-top: 40px;
	text-align: center;
}

#barra {
	background: #FC0;
	height: 6px;
	border-bottom: #FFF 2px solid;
}

footer {
	background: #000;
	border-top: #FFF 1px solid;
	color: #FFF;
}
footer * {
	color: #FFF;
}
#rodape {
	width: 975px;
	margin: 0 auto auto;
	padding: 20px 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 {
	position: absolute;
	margin: 0 0 0 760px;
}
#ctt {
	text-align: right;
	position: absolute;
	margin: 85px 0 0 780px;
}
#ctt label {
	display: block;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#creditos {
	margin-top: 20px;
	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-left: 850px;
	margin-top: 80px;
	padding: 0px;
	border: none;
}
#fblike {
	position: absolute;
	margin-left: 670px;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    width: 935px; 
    height: 500px;  
    margin-left: 0px;
    top: 580px; 
    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;
}
.corpo {
	background: #FFF;
}

/* drop down */
#menu li ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0px;
	margin-top: 7px;
	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;
}
#menu 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;
}
#menu li ul a {
	display: block;
	padding: 5px;
	margin: 0px;
	text-shadow: none;
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	height: auto;
	border: none;
	border-radius: 5px;
}
#menu li ul a:hover {
	background: #FFF;
	text-shadow: none;
	color: #000;
	border: none;
	font-weight: normal;
}
#menu li ul div {
    background: #52110A;
    padding: 5px;
    color: #F90;
    font-weight: bold;
    margin-right: 2px;
}
/* fim drop down */