body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #1A1A1A;
}
a {
	color: #999;
	text-decoration: none;
	transition: color 0.5s;
}
a:hover {
	color: #F78F1E;
	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: #F78F1E;
}
#bcima {
	background: #F1F1F1;
}
#bcima div {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: right;
}
#bcima ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#bcima li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
#fblink, #glink {
	width: 20px;
	height: 20px;
	transition: all 0.5s;
	display: inline-block;
	vertical-align: top;
	border-left: #CCC 1px dashed;
}
#fblink {
	background: url(../img/faceoff.png) no-repeat center center;
}
#fblink:hover {
	background: url(../img/faceon.png) no-repeat center center;
}
#bcima a {
	color: #999;
	text-decoration: none;
	transition: all 0.5s;
}
#bcima a:hover {
	color: #FFF;
}
#telctt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
	position: absolute;
	width: 200px;
	text-align: right;
	margin-left: 770px;
	top: 40px;
	font-weight: bold;
}
header {
	padding: 10px 0 10px 0;
}
header div {
	width: 980px;
	margin: 0 auto 0 auto;
}
#pesquisa {
	float: right;
	width: auto;
	background: #F1F1F1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 70px;
	padding: 3px 3px 3px 8px;
}
#pesquisa input[type=text] {
	border: none;
	background: transparent;
	display: inline-block;
	vertical-align: bottom;
	outline: none;
}
#pesquisa input[type=image] {
	background: #CCC;
	display: inline-block;
	vertical-align: top;
	padding: 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	transition: background 0.5s;
}
#pesquisa input[type=image]:hover {
	background: #DE8D4B;
}
#topo {
	padding: 10px 0 10px 0;
	background: #EFEFEF;
	text-align: center;
}
#topo img {
	border: #FFF 7px solid;
	-webkit-box-shadow: 0 0 3px 1px #000;
	box-shadow: 0 0 3px 1px #000;
}
#menu {
	background: #F78F1E;
}
#menu div {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#menu li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 7px 15px 7px 15px;
	border-radius: 4px;
	transition: all 0.5s;
}
#menu li a:hover {
	background: #F7F7F7;
	color: #F78F1E;
}
#conteudo {
	width: 980px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}
#conteudo .subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
}
#conteudo .titulo {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
#paginador {
	padding-top: 40px;
	text-align: center;
}

footer {
	background: #333;
	color: #F5F5F5;
}
footer * {
	color: #ccc;
}
#rodape {
	width: 975px;
	margin: 0 auto auto;
	padding: 27px 0 0 0;
}
footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 80px;
	margin-bottom: 30px;
}
footer label {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding-bottom: 20px;
}
footer a:hover {
	color: #FFF;
}

#lbaixo {
	float: right;
	margin-top: -5px;
}
#rodape div {
	margin-top: 20px;
	border-top: #ccc 1px dashed;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
}
#rodape div * {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#rodape div span {
	float: right;
	text-transform: uppercase;
}
#rodape div span a {
	text-transform: uppercase;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    width: 966px; 
    height: 500px;  
    margin-left: 0px;
    top: 640px; 
    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 */
#menu li ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0px;
	margin-top: 11px;
	border: #666 1px solid;
	background: #F5F5F5;
	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;
	border: none;
}
#menu li ul a {
	display: block;
	padding: 7px;
	text-shadow: none;
	font-weight: normal;
	color: #666;
	font-size: 9px;
	border: none;
	height: auto;
}
#menu li ul a:hover {
	background: #666;
	text-shadow: none;
	color: #FFF;
	font-weight: normal;
}
#menu li ul div {
    background: #52110A;
    padding: 5px;
    color: #F90;
    font-weight: bold;
    margin-right: 2px;
}

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