@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/back_body_d.jpg);
	background-repeat: repeat-x;
	background-position: center -78px;
}

html{
	background-image: url(images/back_body.jpg);
	background-position:
}

a:link, a:visited{
	color: #0077c0;
}

a:hover{
	color: #2ba4ed;
	text-decoration: underline;
}

/*** Topo ***/
#top{
	width: 853px;
	height: 143px;
	margin: 0 auto;
	display: block;	
}

#top h1{
	margin: 0;
}

#top h1 a:link, #top h1 a:visited{
	float: left;
	width: 190px;
	height: 143px;
	text-indent: -5000em;
}

#top ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 630px;
	height: 51px;
	text-transform: uppercase;
	margin-top: 95px;
	padding-left: 33px;
	font-size: 12px;
	letter-spacing: 0px;
}

#top ul li{
	float: left;
}

#top ul li a:link, #top ul li a:visited{
	text-decoration: none;
	font-weight: bold;
	margin-right: 71px;
}

#top ul li a:hover{
	text-decoration: underline;
}

#top ul li a.link_blog:link, #top ul li a.link_blog:visited{
	margin-right: 0;
	margin-left: 10px;
}

#top #news_blog{
	width: 320px;
	height: 20px;
	text-transform: uppercase;
	background-color: #ffffff;
 	float: right;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: -3px;
	margin-right: 22px;
}

#top #news_blog a:link, #top #news_blog a:visited{
	text-decoration: none;
	color: #333333;
}

#top #news_blog strong{
	color:#FF9900;
}

/*** Conteúdo ***/
#container, #container_interno{
	width: 853px;
	/*height: 340px;*/
	margin: 0 auto;
	margin-top: 42px;
	_margin-top: 23px; /* Infelizmente um Hackzinho para IE6 */
}

#container_interno{
	overflow: hidden;
}

#container_pagina_interno {
	width: 840px;
	/*height: 310px;*/
	margin: 0 auto;
	margin-top: 62px;
	_margin-top: 44px; /* Infelizmente um Hackzinho para IE6 */		
	overflow:auto;
}

#back_container{
	width: 100%;
	/*height: 340px;*/
/*	background-color: #FFFFFF; */
	background-image: url('images/back_body_t.jpeg');
	background-position: center -78px;
	margin-top:60px;
/*border-style:solid;
border-width:1px;*/
}

.ie7 #back_container{ /*height:380px;*/ }

#texto_interno p, .wrapper p{
	color: #8e8e8e;
	line-height: 20px;
	text-align: justify;
	padding-right: 10px;
}

/*** Lista de Produtos ***/
#list_produtos{
	float: left;
	padding-top: 35px;
	margin-right:25px;
	padding-left:20px;
}

#list_produtos h3{
	margin: 0;
	width: 131px;
	height: 30px;
	display: block;
	color: #0F80C6;
	font-size:14px;
}

#list_produtos ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	#list_produtos ul li{
		width: 121px;
		height: 23px;
		display: block;
		border-top: 1px dashed #ececec;
		padding-top: 7px;
		padding-left: 10px;
		background-image: url(images/icon_list.gif);
		background-repeat: no-repeat;
		background-position: 0px 10px;
	}
	
	#list_produtos ul li a:link, #list_produtos ul li a:visited{
		text-decoration: none;
		color: #8d8d8d;
	}

	#list_produtos ul li a:hover{
		text-decoration: underline;
	}

.list_services{
	color: #8E8E8E;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 15px;
}
.list_services li{
	background-image: url(images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
}

/* ########################### Home ########################### */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 670px; height: 310px; overflow: scroll; float: left;}
.csw .loading {margin: 150px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow:hidden;
	overflow-x: hidden; 
	width: 670px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 310px;
	padding-top:20px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 670px;
	list-style-type: none;
	float:left;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 670px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 906px;
}

.ie6 .slider-wrap { width:875px; margin-left:16px; }

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display:none;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 145px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	outline: none;
}

.stripNavL {
	left: -50px;
}

.ie6 .stripNavL { left:-45px; }

.stripNavR {
	right: 0;
}

.ie6 .stripNavR { right: -33px; }

.stripNavL {
	background: url("images/arrow-left.png") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.png") no-repeat center;
}

.wrapper { width:95%; }

/* ########################### End Home ########################### */

.wrapper h2{
	margin: 0;
	font-size:16px;
}

.wrapper img{
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
	a.btn_prev:link, a.btn_prev:visited, a.btn_next:link, a.btn_next:visited{
		text-indent: -5000em;
		display: block;
		float: left;
		width: 29px;
		height: 29px;
		background-image: url(images/fundo_nav.gif);
		background-position: left 0px;
		margin-top: 5px;
		margin-right: 10px;
	}
	
/* Mesagem Debu */
#msg_debu{
	float: left;
	width: 195px;
	padding-left: 35px;
	padding-bottom: 35px;
	padding-top: 40px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color:#999999;
}

	#msg_debu .msg_interna{
		text-align: justify;
		display: block;
	}
	
	#msg_debu .ass{
		padding-top: 10px;
		display: block;
	}
	
#texto_interno{
	display: block;
	width: 600px;
	float: right;
	min-height: 330px;
}

#texto_interno h2 { font-size:16px; }

#texto_pagina_interno h2 { font-size:16px; }

#texto_pagina_interno {
	display: block;
	width: 810px;
	margin:0 auto;
	margin-top:20px;
	min-height: 330px;
}

#texto_pagina_interno img {
	float:right;
	margin-left: 8px;
	margin-bottom: 8px;
}

#container_interno #texto_interno{
	display: block;
	float: left;
	width: 580px;
	padding-left: 40px;
	padding-top: 0px;
	overflow:hidden;
}

#container_interno .btn_contato{
	display: block;
	margin-top: 10px;
}

#container_interno form input{
	margin-bottom: 10px;
	width: 280px;
	border: 1px solid #CCCCCC;
	color:#333333;
	font-size: 11px;
	padding: 4px;
}

.contactLabel{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
}

label.error { position:absolute; height:20px; padding-left:5px; font-weight:bold; font-size:11px; }

#boxContactMsg { position:absolute; width:305px; margin-top:115px; left:50%; margin-left:-130px; color:#4f8a10; }
#contactMsgSuccess { padding:5px; border:1px solid #4f8a10; background-color:#dff2bf; color:#4f8a10; font-weight:bold; }
#contactMsgSuccess div { padding:7px 5px 3px 0px; }
#contactMsgSuccess p { border-bottom:1px solid #4f8a10; margin:0; padding:0; padding-bottom:1px; text-align:left; }
#contactMsgSuccess a { position:absolute; top:4px; right:6px; color:#4f8a10; text-decoration:none; }
#contactMsgError { padding:5px; border:1px solid #d8000c; background-color:#ffbaba; color:#d8000c; font-weight:bold; }
#contactMsgError div { padding:7px 5px 3px 0px; }
#contactMsgError p { border-bottom:1px solid #d8000c; margin:0; padding:0; padding-bottom:1px; text-align:left; }
#contactMsgError a { position:absolute; top:4px; right:6px; color:#d8000c; text-decoration:none; }

#container_interno form textarea{
	width: 280px;
	height: 70px;
	border: 1px solid #CCCCCC;
	color:#333333;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#container_interno form .btn_contato{
	width: 80px;
}

#selo { position:relative; }
#selo img { border:0; }

#footer{
	text-align: center;
	color: #a1a4a9;
	clear: both;
	position:relative;
}

/* ################### Cliente Login ################### */

#cli_login { font-family:Arial; font-style:normal; font-weight:bold; color:#666; }

#cli_login form { padding:0; margin:0; }

#cli_login input.user { width:159px; border:1px solid #CCC; margin:0; margin-top:6px; background-image:url(images/login_user.gif); background-repeat:no-repeat; background-position:2px 1px; padding-left:20px; }
#cli_login input.senha { width:159px; border:1px solid #CCC; margin:0; margin-top:6px; background-image:url(images/login_chave.gif); background-repeat:no-repeat; background-position:2px 1px; padding-left:20px; }
#cli_login input.enviar { width:80px; border:1px solid #CCC; background-color:#e0dfe3; margin:0; margin-top:6px; font-weight:bold; font-family:Arial; }

/* ################### End Cliente Login ################### */