body {
	background: #333;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #161616;
	text-decoration: none;
}
a:hover {
	color: #900;
	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;
}
#cima {
	background: #000;
	height: 30px;
}
#cima div img {
	display: inline-block;
	vertical-align: top;
}
#cima div {
	width: 875px;
	margin: 0 auto auto;
	padding: 7px 0 3px 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BA1800;
}
#cima div span {
	float: right;
}
#cima div span a {
	color: #BA1800;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 10px;
	margin: 0px;
}
#cima div span a:nth-child(even) {
	margin: 0px;
	padding: 0 0 0 10px;
	border-left: #BA1800 1px solid;
}
#cima div span a:hover {
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s;
}

#menu {
	background: #C51A00;
	height: 98px;
	clear:both;
}
#menu div {
	width: 975px;
	padding: 0px;
	padding-top: 4px;
	margin: 0 auto auto;
	clear: both;
}
#logo {
	position: absolute;
	margin-top: -25px;
	z-index: 666;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}
#menu ul li a {
	display: inline-block;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 60px 15px 18px 15px;
}
#menu ul li a:hover {
	background: url(../img/bgmenu.png) repeat-x bottom left;
	text-decoration: none;
}

#menu ul li ul {
	padding: 3px;
	margin: 0px;
	background: #F6F6F6;
	border: #CCC 1px solid;
	width: 853px;
	left: 50%;
	margin-left: -332px;
	padding-left: 140px;
	display: none;
}
#menu ul li ul li {
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}
#menu ul li ul li a {
	padding: 3px 10px 3px 10px;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	transition: all 0.5s;
}
#menu ul li ul li a:hover {
	background: #999;
	color: #F6F6F6;
}

#swmenu {
	background: url(../img/swmenu.png);
	height: 4px;
	width: 100%;
	position:absolute;
}

#slider {
	width: 996px;
	height: 402px;
	margin: 0 auto auto;
	overflow: hidden;
	z-index: -10;
}
#navban {
	margin: 20px;
	margin-top: 170px;
	position: absolute;
}
#navdir {
	margin-left: 850px;
}

#slider ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	padding-left: 4px;
	transition: all 1s;
	z-index: -10;
}
#slider ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	margin-left: -4px;
	z-index: -10;
}
#conteudo {
	width: 976px;
	margin: 0 auto auto;
	padding: 10px 10px 30px 10px;
	border: #CCC 1px solid;
	border-top: none;
	background: #FFF;
}
#conteudo * {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#conteudo .titulo {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
#paginador {
	padding-top: 40px;
	text-align: center;
}
footer {
	width: 996px;
	margin: 0 auto 0 auto;
	clear: both;
	padding: 7px 0 10px 0;
}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}
footer ul li {
	padding: 0 20px 0 0;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}
footer li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #CCC;
	font-size: 10px;
	transition: all 0.5s;
}
footer li a:hover {
	color: #FFF;
	text-decoration: none;
}
footer div {
	border-top: #CCC 1px solid;
	margin-top: 6px;
	padding-top: 4px;
}
footer div label {
	float: right;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
	font-size: 9px;
}
.fb-share-button {
	border: none;
	display: inline-block;
	vertical-align: top;
}
#tweetar {
	display: inline-block;
	vertical-align: top;
	border: none;
}

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

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    width: 980px; 
    height: 550px;  
    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: 600px;
}
#voltar {
	text-align: right;
}
#voltar * {
	color: #333;
	font-weight: bold;
}

.corpo {
	background: #FFF;
}