/* CSS Document */

*, html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background-color: #D34400;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

.img_borda{
	margin:10px;
}


/* REGRAS PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/
/* REGRAS PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/
/* REGRAS PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/

h1 a{
	width:250px;
	height:65px;
	display:block;
	background-image:url(../img/logo_repetro.jpg);
	position:absolute;
	left:23px;
	top:16px;
	text-indent:-5000px;
}


h2{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#830000;
	font-weight: bold;
	text-align:left;
	border-bottom: 1px solid #DBDBDB;
}

.h2_sfw{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#830000;
	font-weight: bold;
	text-align:left;
	border-bottom: none;
	}

h3{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #D34400;
	font-weight: bold;
	margin-bottom:10px;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 1.3;
}

a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FF6600;
}

a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FF6600;
}

a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color: #8C0000;
}

.home a{
	display:block;
	position: absolute;
	width: 34px;
	height:50px;
	top: 0px;
	left:12px;
	background-image:url(../img/btn_home.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	text-indent: -3000px;
	overflow: hidden;
}

.home a:hover{
	background-image:url(../img/btn_home_hover.jpg);
}

.contato a{
	display:block;
	position: absolute;
	width: 34px;
	height:50px;
	top: 0px;
	left:47px;
	background-image:url(../img/btn_contato.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	text-indent: -3000px;
	overflow: hidden;
}

.contato a:hover{
	background-image:url(../img/btn_contato_hover.jpg);
}


/* REGRAS PARA BLOCOS ///////////////////////////////////////////////////////////////////////*/
/* REGRAS PARA BLOCOS ///////////////////////////////////////////////////////////////////////*/
/* REGRAS PARA BLOCOS ///////////////////////////////////////////////////////////////////////*/

#topo_container{
	width:100%;
	background-image:url(../img/back_topo_container.jpg);
	background-repeat:repeat-x;
	}

#topo{
	position: relative;
	width:960px;
	height:345px;
	margin:0 auto;
	background-image:url(../img/back_topo.jpg);
	background-repeat: no-repeat;
	}

.home a{
	display:block;
	position: absolute;
	width: 34px;
	height:40px;
	left:23px;
	background-image:url(../img/btn_home.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	text-indent: -3000px;
	overflow: hidden;
	top: 305px;
}

.home a:hover{
	background-image:url(../img/btn_home_hover.jpg);
}

.contato a{
	display:block;
	position: absolute;
	width: 34px;
	height:40px;
	bottom: 0px;
	left:58px;
	background-image:url(../img/btn_contato.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	text-indent: -3000px;
	overflow: hidden;
	top: 305px;
}

.contato a:hover{
	background-image:url(../img/btn_contato_hover.jpg);
}

	
#login{
	position:absolute;
	width:320px;
	height:40px;
	top:0px;
	right:18px;
	background-image:url(../img/back_login.gif);
	background-repeat:no-repeat;
}

#busca{
	position:absolute;
	width:320px;
	height:40px;
	top:55px;
	right:18px;
}


/* MENU *********************************************************************/


#menu{
	position:absolute;
	width:840px;
	height:40px;
	bottom:0px;
	right:18px;
/*	background-color:#E5E5E5;
	background-image:url(../img/back_menu.jpg);
	background-repeat:repeat-x;*/
}

#menu ul{
	list-style-type:none;
	margin-top:8px;
	margin-left: 20px;
	/*margin-left:150px;*/
}


#menu ul li{
	float:left;	
	height:32px;
	line-height:32px;
	margin-right: 5px;
/*	background-image:url(../img/back_menuitem_li.jpg);
	background-position:left;*/
}

/*#menu ul li:hover{
	background-image:url(../img/back_menuitem_li_hover.jpg);
	background-position:left;
}*/

#menu ul li a{
/*	background-image:url(../img/back_menuitem_li_a.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	background-image:url(../img/back_menuitem.jpg);
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
	display: block;
	padding: 0px 10px;
	}

#menu ul li a:hover{
	/*background-image:url(../img/back_menuitem_li_a_hover.jpg);*/
	background-image:url(../img/back_menuitem_hover.jpg);
	color: #FFF;
}

#menu ul li.activelink a,#menu ul li.activelink a:hover{
	background-image:url(../img/back_menuitem_active.jpg);
	color: #FFF;
}


/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/


#conteudo_container{
	width:100%;
	background-color: #FFFFFF;
	}

#conteudo{
	position: relative;
	width:930px; /* RETIRAR ALTURA */
	margin:0 auto;
	padding: 15px;
	text-align: justify;
	}
	
#conteudo ul{
	margin-left:15px;
}

#conteudo ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 20px;
}


#textos_umacoluna{
	width: 900px;
	float: left;
	position:relative;
	background-color: #F4F4F4;
	padding: 15px;
}

#textos_duascolunas{
	width: 660px;
	float: left;
	position:relative;
	background-color: #F4F4F4;
	padding: 15px;
}

#auxiliar{
	float:right;
	width: 195px;
	background-color: #F4F4F4;
	position: relative;
	padding: 15px;
	border: 1px solid #CCCCCC;
}

#textos_home{
	width: 575px;
	float: left;
	position:relative;
	background-color: #F4F4F4;
	padding: 20px;
}

#auxiliar_home{
	float:right;
	width: 300px;
	position: relative;
}

#banner_regimerepetro a{
	display:block;
	width:300px;
	height:135px;
	background-image:url(../img/banner_regimerepetro.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	margin-bottom: 10px;
}

#banner_regimerepetro a:hover{
	background-image:url(../img/banner_regimerepetro_hover.jpg);
}

#banner_repetrosys a{
	display:block;
	width:300px;
	height:135px;
	background-image:url(../img/banner_repetrosys.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

#banner_repetrosys a:hover{
	background-image:url(../img/banner_repetrosys_hover.jpg);
}

.clear{
	height:20px;
	position:relative;
	clear:both;
	width: 930px;
	}
	
	
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/
	
#rodape_container{
	width:100%;
	background-image:url(../img/back_rodape_container.jpg);
	background-repeat:repeat-x;
	}
	

#rodape{
	position: relative;
	width:960px;
	height:125px;
	margin:0 auto;
	background-image: url(../img/back_rodape.gif);
	background-repeat: no-repeat;
	}

#rodape_menu{
	position:absolute;
	width:700px;
	height:40px;
	right:18px;
	color: #FF9562;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	text-align: right;
}

#rodape_menu a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF9562;
	text-decoration: none;
}

#rodape_menu a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF9562;
	text-decoration: none;
}

#rodape_menu a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}


#rodape address a{
	width: 304px;
	height: 38px;
	position: absolute;
	top: 48px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: 23px;
	text-decoration:none;
	background-image: url(../img/back_creditos.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 12px;
	right: 13px;
	padding-top: 14px;
	display: block;
	
}

#rodape address a:hover{
	color:#000000;
	background-image: url(../img/back_creditos_hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	text-decoration: none;
}

/* FORMS /******************************************************************/

/* FORMS FORMS FORMS */

.campo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 2px;
	border: #CCCCCC 2px solid;
	background-color:#FCFCFC;
}

.campo_focus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 2px;
	border: #D34400 2px solid;
	background-color:#FFFFFF;
}

