#slider {
    width: 960px; /* important to be same as image width */
    height: 436px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0;
	padding: 0;
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	top: 0;
	margin: 0;
	padding: 0;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
/*    width: 960px;*/
    width: 0px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
/*
	 CSS-Tricks Example - MagicLine Demo
	 by Chris Coyier
	 http://css-tricks.com
*/

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

/* Example Two */
#example-two { 
	padding: 0;
	list-style: none; 
	position: relative; 
	display: inline-block;
	vertical-align: middle;
	/*border-top:    2px solid white; 
	border-bottom: 2px solid white; */ 
	/*background-color:#F3F3F3;*/
}
#example-two li { 
	display: inline-block; 
	vertical-align: middle;
	height: 50px;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(../images/botaoAmarelo.png);*/
}
#example-two li a { 
	position: relative; 
	z-index: 200; 
	display: block; 
	float: left; 
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	font-variant: small-caps;
	color: #FFFBD6;
	font-size: x-large;
	padding-left: 30px;
	padding-right: 30px;
	line-height:50px;
}
#example-two #magic-line-two { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100px; 
	background: #900; 
	z-index: 100; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.current_page_item_two a { 
	color: #93892C !important;
	font-weight: bold;
	background-image: url(../images/botaoAmarelo.png);
	background-repeat: repeat-x;
}
.ie6 #example-two li, .ie7 #example-two li {
	display: inline;
}
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Seletores de elementos/tag ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	position: relative;
	width: 960px;
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px;
}
.content {
	padding: 0;
	margin: 0;
	background-color: #369;
}
/* ~~ flutuações diversas/limpeza de classes ~~ */
.fltrt {
	float: right;
	/*margin-left: 8px;*/
	width: 35%;
	text-align: right;
	padding-right: 30px;
	padding-left: 10px;
}
.fltlft {
	float: left;
	/*margin-right: 8px;*/
	width: 55%;
	border-right: #CCC solid 4px;
	padding-right: 10px;
	padding-left: 30px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#logo {
	position: absolute;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 999;
}
#menu {
	padding: 0;
	margin: 0;
	padding-left: 30px;
	background-image: url(../images/barraMenu.png);
	background-repeat: repeat-x;
	height: 80px;
}/*
#menu a {
	font-variant: small-caps;
	color: #FFFBD6;
	font-size: x-large;
	padding-right: 30px;
	padding-left: 30px;
line-height: 50px;
	border-right: #CCC solid 3px;
}*/
#conteudo {
	margin-left: 0px;
	overflow: auto;
	width: 960px;
	color: #FFFBD6;
	min-height: 80px;
	background-color: #42413C;
	padding-bottom:20px;
}
.titConteudo {
	color: #FFCC29;
	font-variant: small-caps;
	font-size: xx-large;
	font-weight: bold;
}
#footer {
	position: relative;
	border-top: #E6E7E8 solid 4px;
	height: 30px;
	font-size: small;
	color: #E6E7E8;
	background-color: #42413C;
}
#footer a:hover, #footer a:active, #footer a:focus, #footer a:visited, #footer a:link {
	color: #FFFBD6;
	font-weight: bold;
}

.blockEquip {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-top: 15px;
	border-top: #CCC solid 2px;
}
.blockEquip img {
	float: left;
}
.blockTexto {
	margin-left: 15px;
	float: left;
	font-size: 16px;
	width: 350px;
	line-height: normal;
}