@charset "utf-8";
#page-topo {
	height: 250px;
	width: 100%;
	font-size: 11px;
	background-color: #020605;
	background-image: url(images/fundo-geral.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#page-topo #fundo-topo{
	height: 250px;
	width: 100%;
}

#page-topo #header-content {
	width: 810px;
	margin-left: -405px;
	position: absolute;
	left: 50%;
	height: 250px;
	background-image: url(images/fundo-topo.jpg);
	background-repeat: no-repeat;
}
#page-topo  #page-logo {
	width: 147px;
	height: 100px;
	float: left;
	position: absolute;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	left: 99px;
	z-index: 900;
	top: 50px;
}
#page-topo .menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 810px;
	height: 47px;
	float: right;
	right: 0px;
	position: absolute;
	bottom: 0px;
	background-image: url(images/fundo.bt.png);
	background-repeat: repeat;
}
#page-topo .menu-list li {
	padding: 8px 5px 5px 5px;
	cursor: pointer;
	width: 125px;
	float: left;
	height: 38px;
	color: #787878;
}
#page-topo .menu-list li:hover {
	border: 1px solid #3D3C3A;
	padding: 7px 4px 4px 4px;
	background-image: url(images/fundo.bt.png);
	background-repeat: repeat;
}
#page-topo .menu-list .active {
	border: 1px solid #3D3C3A;
	padding: 7px 4px 1px 4px;
	background-image: url(images/fundo.bt.png);
	background-repeat: repeat;
	width: 125px;
	height: 38px;
}
#page-topo .page-tit {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
}
#page-topo   #empresa-tit {
	width: 300px;
	text-align: left;
	line-height: 16px;
	background-image: url(images/icon_3.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 55px;
	color: #6C6C6C;
	padding-top: 5px;
	right: 40px;
	top: 30px;
	position: relative;
	left: 440px;
}
#page-topo  #produtos-tit {
	width: 300px;
	text-align: left;
	line-height: 16px;
	background-image: url(images/icon_produtos.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
	padding-left: 55px;
	color: #6C6C6C;
	padding-top: 5px;
	right: 40px;
	top: 30px;
	position: relative;
	left: 440px;
}
#page-topo #download-tit {
	width: 300px;
	text-align: left;
	line-height: 16px;
	background-image: url(images/icon_download.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
	padding-left: 55px;
	color: #6C6C6C;
	padding-top: 5px;
	right: 40px;
	top: 30px;
	position: relative;
	left: 440px;
}
#page-topo #clientes-tit {
	width: 300px;
	text-align: left;
	line-height: 16px;
	background-image: url(images/icon_clientes.png);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-left: 55px;
	color: #6C6C6C;
	padding-top: 5px;
	right: 40px;
	top: 30px;
	position: relative;
	left: 440px;
}
#page-topo #contato-tit {
	width: 300px;
	text-align: left;
	line-height: 16px;
	background-image: url(images/icon_mail_02.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
	padding-left: 55px;
	color: #6C6C6C;
	padding-top: 5px;
	right: 40px;
	top: 30px;
	position: relative;
	left: 440px;
}





#meio #page-text-right {
	width: 335px;
	float: left;
	padding-right: 25px;
	height: 360px;
	padding-bottom: 25px;
}
#meio #page-text-meio {
	width: 216px;
	float: left;
	height: 230px;
	border-bottom: dotted #666 1px;
}
#meio #page-produtos-left {
	width: 575px;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}
#meio #produtos-img {
	height: 31px;
	text-align: right;
	padding: 8px 10px 8px 0;
	display: block;
	background-color: #F6F6F6;
	border: 1px dashed #E5E5E5;
	margin-bottom: 5px;
}
#meio  #produtos-img  .logo-hover {
	background-color: #FFFFFF;
	display: block;
}
#clients {
	width: 575px;
}
.subtitulo {
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
}















/* CSS Document */
#slider {
	width: 798px; /* important to be same as image width */
	height: 290px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
	margin-left: -400px;
	left: 50%;
}
#slider img{
    border: 0px;
}

#sliderContent {
	width: 798px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	padding: 10px;
	width: 778px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
	height: 68px;
}
ul { list-style-type: none;}
