/* CSS Document */

@import url("menu.css"); /* menu */
@import url("footer.css"); /* footer */

/*------------ CONTENT ALL PAGES------------*/
@import url("pages.css"); /*edit: content/scroll, title pages, print/send button*/

/*========= GENERAL CSS =========*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #fff url(../images/background/bg.jpg) top repeat-x;
	text-align: center; /* align for IE */
	font: 11px Arial;
	color: #555555;
}

p {
	font: 11px Arial;
	color: #555555;
	line-height: 16px;
	margin-bottom: 10px;
}

h1{
	width: 229px;
	height: 95px;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	background:  url(../images/logo/sjt.jpg) no-repeat;
}

h1 a{
	width: 229px;
	height: 95px;
	display: block;
}


h2{
	margin-bottom: 20px;
}


a:link{
	font: 11px Arial;
	color: #000000;
	text-decoration: none;
}
a:active{
	font: 11px Arial;
	color: #000000;
	text-decoration: none;
}
a:visited{
	font: 11px Arial;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.produtos:link{
	font: 12px Arial;
	color: #008A44;
	text-decoration: none;
}
a.produtos:active{
	font: 12px Arial;
	color: #008A44;
	text-decoration: none;
}
a.produtos:visited{
	font: 12px Arial;
	color: #008A44;
	text-decoration: none;
}

a.produtos:hover {
	text-decoration: underline;
}




/*------------ form ------------*/
.text_box{
	font-family: Arial;
	font-size:11px;
	color:#575757;
	border: 1px solid #bfbfbf;
}

select{
	font-family: Arial;
	font-size:11px;
	color:#575757;
	background-color:#fef4fa;
	border: 1px solid #cb417a;
}

.input_radio{
	vertical-align: middle;
	margin: 0px 30px 0px 5px;
}

.error{
	color: red;
}


/*========= DIVS =========*/
#container {
	width: 990px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header {
	width: 990px;
	float: left;
}

#logo{
	width: 233px;
	height: 132px;
	float: left;
}

#login{
	width: 334px;
	height: 49px;
	float: right;
	background: url(../images/background/login2.jpg) top center no-repeat;
	color: #FFFFFF;
	padding-left: 35px;
	padding-top: 12px;
}

#login input{
	width: 80px;
	height: 16px;
	font-size: 11px;
}

#menu{
	width: 710px;
	height: 45px;
	float: left;
	position: relative;
}

#busca{
	width: 190px;
	height: 45px;
	float: left;
	margin-left: 10px;
	display: inline;
}

#content{
	width: 1000px;
	float: left;
	height:100%;
	*height:auto;
	min-height:100%;
}

#content-top{
	width: 1000px;
	float: left;
}

#banner-video{
	background:url(../images/illustration/bg_banner-flash.jpg) no-repeat;
	width:497px; 
	height:270px;
	float: left;
}

#banner-produto{
	width: 1000px;
	height:260px;
	float: left;
}

.video-institucional{
	width: 320px;
	height: 240px;
	position: absolute;
	top: 700px;
	left: 100px;
}

#produtos{
	width: 990px;
	height: 170px;
	float: left;
	background: url(../images/background/banner-produtos-fundo.jpg) top center no-repeat;
}

#produtos ul{
	margin-left: 15px;
	display: inline;
}

#produtos ul li{
	display: inline;
}

#noticias-destaque{
	width: 990px;
	float: left;
}

#noticias{
	width: 437px;
	height: 460px;
	float: left;
	background: url(../images/background/banner-noticias.jpg) top center no-repeat;
	padding: 80px 30px 0 30px;
}

#noticias p.title{
	font-size: 15px;
	color: #008b45;
	font-weight: bold;
	
}

#noticias img{
	margin-bottom: 15px;
}

#destaques{
	width: 493px;
	float: right;
}

#footer-menu{
	width: 940px;
	height: 159px;
	float: left;
	background:url(../images/background/footer-01_menor.jpg) top center no-repeat;
	padding: 30px 20px 0 30px;
}

#footer .titulo{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer-info{
	width: 970px;
	height: 147px;
	float: left;
	background:url(../images/background/footer02.jpg) top center no-repeat;
	padding-left: 20px;
	position:relative;
}



.texto{
	width: 300px;
	display: block;
	position:absolute;
	right: 20px;
	top: 10px;
}

.texto p{
	color: #FFFFFF;
}
.tabela {
	background-color: #FFFFFF;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}


.sub-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #008b45;
}

.conteudo-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: justify;
	margin-top:13px;
}
.campos-input {
    font-family: Arial, Helvetica, sans-serif;
	border:solid #3ea270;
	border-width:1px;
	background-color:#f8f9f9;
	font-size:12px;
	color:#1F784B;
	padding:2px;
	margin-top:10px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:30px;
}
.combo-departamentos {
	float: left;
	margin-top: 70px;
	margin-bottom: 10px;
	margin-left: 45px;
	height: auto;
	width: auto;
	padding: 5px;
	margin-right: 10px;
}

.combo-departamentos-rh {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	height: auto;
	width: auto;
	padding: 5px;
	margin-right: 10px;
}
.text-titulo {
	width: 448px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:10px;
	color:#FFFFFF;
}

.txt-video {
	height: 240px;
	width: 134px;
	padding:2px;
	float:left;
	font-size:11px;
	line-height:normal;
	color: #333333;
	position: relative;
	top: -2px;
	left: 10px;
	_top: 10px;
	*top: 10px;
}

.videoooow{
width: 320px;
height: 240px;
float: left;
}

#bannerintro{
width:320px; 
height:240px; 
margin-left:17px;
_margin-left:10px; 
margin-top:12px; 
_margin-top:10px; 
float:left; 
margin-right:0px;
border:0px solid #567567;
}


p.patrocinioVideo{
	font: normal 12px Arial, Helvetica, sans-serif;
}

p.patrocinioVideo a{
	font-size: 12px;
}

.break{
	float: left;
	width: auto;
	height: auto;
	margin: 0 0 0 166px;
}



/*-------------- lightbox -------------------*/

/* O z-index do div#mask deve ser menor que do div#boxes e do div.window */
#mask {
position:absolute;
z-index:9000;
background-color:#000;
display:none;
top: 0;
left: -140px;
}

#boxes .window {
position:absolute;
width:580px;
height:260px;
display:none;
z-index:9999;
padding:20px;
left: -240px;
}

/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#boxes #dialog {
width:500px;
height:250px;
background: #fff;
}
/* posiciona o link para fechar a janela */
.close {
display:block;
padding: 5px;
width: auto;
height: auto;
float: right;
text-align:right;
background:#00CC99;
color: #FFFFFF;
_position: relative;
_bottom: 15px;
}

/*---------------------------------------------*/
