body {
	background: #FFF;
	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, .inputs {
	border: #000 1px solid;
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
	font-weight: normal;
	outline: none;
	margin-bottom: 2px;
}
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 {
	border-top: #C71C00 4px solid;
}
header div {
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 15px 0 5px 0;
}
#logo {
	z-index: 888;	
}
#garantia {
	float: right;
	background: #C71C00;
	color: #FFF;
	text-transform: uppercase;
	padding: 3px 10px 3px 10px;
	width: auto;
	margin-top: -15px;
	font-weight: bold;
}
#contactos {
	float: right;
	text-align: right;
	position: absolute;
	margin-top: 15px;
}
#contactos label {
	display: block;
}
#contactos span a {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
}
#contactos span a:hover {
	text-decoration: none;
	color: #434343;
}
#menu {
	background: #000;
}
#menu div {
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
#menu li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 3px 15px 3px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	transition: all 0.5s;
}
#menu li a:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}

#slider {
	width: 1278px;
	height: 512px;
	margin: 0 auto auto;
	margin-top: 1px;
	overflow: hidden;
}
#navban {
	margin: 20px;
	margin-top: 190px;
	position: absolute;
}
#navdir {
	margin-left: 1130px;
}
#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: 7px;
	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: #C71C00;
}
#conteudo {
	width: 975px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}
#conteudo * {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#conteudo .subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
#conteudo .titulo {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#paginador {
	padding-top: 30px;
	text-align: center;
}

footer {
	background: #454545;
	border-top: #C71C00 4px solid;
	color: #FFF;
}
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;
}
footer label {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding-bottom: 20px;
}
footer a:hover {
	color: #FFF;
}

#lbaixo {
	position: absolute;
	margin: 20px 0 0 780px;
}
#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: 80px;
	margin-top: 20px;
	padding: 0px;
	border: none;
}
footer input[type=text] {
	width: 200px;
	color: #000;
	margin-right: 4px;
}

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

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

#static {
	display: inline-block;
	vertical-align: top;
	width: 618px;
}
#static article {
	background: #EBEBEB;
	padding: 7px;
	margin-bottom: 10px;
	text-align: justify;
	height: 131px;
	clear: both;
	width: 600px;
}
#static article img {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	float: left;
	border: #000 1px solid;
}
#static article b {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
#static article div {
	position: absolute;
	margin: 115px 0 0 147px;
	text-align: right;
	width: 450px;
}
#static article a {
	font-weight: bold;
}

#news {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	padding-left: 5px;
}
#news article {
	text-align: justify;
	height: 90px;
	clear: both;
	width: 340px;
}
#news article img {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	float: left;
	border: #000 1px solid;
}
#news article b {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
#news article div {
	position: absolute;
	margin: 115px 0 0 147px;
	text-align: right;
	width: 450px;
}
#news hr {
	border-bottom: #CCC 1px dashed;
	margin: 7px 0 7px 0;
}
#box2 {
	padding-top: 20px;
}
#videos {
	display: inline-block;
	vertical-align: top;
	width: 567px;
}
#catalogos {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	width: 385px;
	background: url(../img/ppagina_shadow.jpg) no-repeat left top;
	height: 421px;
}
#catalogos article b {
	display: block;
	padding: 20px 0 20px 0;
}
#catalogos article a {
	font-weight: bold;
}