@charset "utf-8";
html{
	background: #000 url('../imagens/layout/bg_html.png') center top repeat-x;
	padding: 25px 0 0 0;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:14px;
	background: url('../imagens/layout/bg_body.jpg') center top repeat-y
}
a{
	color:#060
}
p{
	padding:10px;
	margin:0
}
.oneColLiqCtrHdr #page {
	background: url('../imagens/layout/bg_page.jpg') center top no-repeat
}
.oneColLiqCtrHdr #pog{
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:900px;
	margin: 0 auto /* the auto margins (in conjunction with a width) center the page */	
}
.oneColLiqCtrHdr #container {
	position:relative;
	width:760px;
}
.oneColLiqCtrHdr #header {
	height: 175px;
	/*position: relative;*/
	background:#333510 url('../imagens/layout/bg_header_2.jpg') left top no-repeat
}
.oneColLiqCtrHdr #mainContent {
	background: #FFF;
	margin: 0;
	padding: 0
}
.oneColLiqCtrHdr #footer {
	position:relative;
	background: url('../imagens/layout/bg_footer.gif') right 30px no-repeat;
	height: 140px;
	padding: 0 20px;
	color: #FFF
}
.oneColLiqCtrHdr #footer a{
	color: #FFF
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #footer ul {
	position:absolute;
	right:15px;
	top:0
}
#logo {
	position: absolute;
	top: -25px;
	left:55px;
	width: 160px;
	height: 175px;
	margin: 0;
	padding: 0
}
#logo a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	overflow: hidden;
	background: url('../imagens/layout/bg_logo.jpg') left top no-repeat
}
#logo a:hover{
	background-position: 0 bottom
}
#mainContent .title3{
	height:54px;
	position:relative;
	z-index: 0;
	font-size:25px;
	line-height:30px;
	letter-spacing:-1px;
	padding:50px 20px 0px 40px;
	margin:-21px -20px 0 -20px;
	color:#FFF;
	background: #62614F url('../imagens/layout/bg_title1_internas.jpg') repeat-x;
}
#menu_linguagem {
	position: absolute;
	width: 24px;
	right: -24px;
	top: 20px;
}
#menu_linguagem li{
	height:50px;
	margin-bottom:10px;
}
#menu_linguagem a{
	height:50px;
	background:#000;
	text-indent:-5000px;
	overflow:hidden;
	background:url('../imagens/layout/bg_a_menulinguagem.png') no-repeat
}
#menu_linguagem .pt{
	background-position:left top
}
#menu_linguagem .en{
	background-position:left bottom
}
#menu_linguagem .pt:hover{
	background-position:right top
}
#menu_linguagem .en:hover{
	background-position:right bottom
}
#menu_acesso {
	position: absolute;
	height: 30px;
	width: 400px;
	right: 90px;
	top: 0;
}
#menu_header {
	position: absolute;
	left: 220px;
	top: 138px;
	width: 500px;
	z-index: 3
}
#menu_header ul{
	height:25px;
}
#menu_header a{
	cursor:hand;
	outline:none;
	position:relative;
	float:left;
	height:25px;
	line-height:25px;
	padding-right:15px;
	margin:0 5px;
	background:url('../imagens/layout/bg_a_menuheader.png') -5000px -5000px no-repeat
}
#menu_header a span{
	position:relative;
	float:left;
	height:25px;
	padding-left:15px;
	margin-left:-15px
}
/*
#menu_header a:hover{
	background:url('../imagens/layout/bg_a_menuheader.png') right top no-repeat;
	text-decoration:none
}
#menu_header a:hover span{
	background:url('../imagens/layout/bg_a_menuheader.png') left top no-repeat
}
*/
#menu_header a:hover{
	background:url('../imagens/layout/bg_a_menuheader.png') right bottom no-repeat;
	color:#FC0;
	text-decoration:none
}
#menu_header a:hover span{
	background:url('../imagens/layout/bg_a_menuheader.png') left bottom no-repeat
}

#contato_rodape{
	background: #FFF url('/imagens/layout/bg_telefones.png') center top no-repeat;
	width:738px;
	height:48px;
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Courier, monospace;
	color:#76522E;
	font-size:15px;
	letter-spacing:-2px;
}
#contato_rodape p{
	line-height:40px;
}

#contato_rodape a{
	color:#76522E;
	text-decoration:none;
}

.fix760{
	width: 760px;
	margin: 0 auto
}
.title1 {
	position:relative;
	z-index:2;
	color: #FFF;
	background-image: url('../imagens/layout/bg_title1.gif');
	background-repeat: repeat-x;
	height: 28px;
	margin: -9px 0 0 0;
	padding: 25px 20px 0 20px;
	font-size: 16px;
}
.title2 {
	padding:10px 0;
	margin: 0;
	font-size: 24px;
	color: #300
}
.menu1{
	overflow: visible;
	position: relative
}
.menu1 ul{
	list-style-type: none;
	text-align:center;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative
}
.menu1 li {
	display: inline
}
.menu1 a {
	display:inline-block;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding:0 5px
}
.menu1 a:hover{
	text-decoration:underline
}
.menu2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0
}
.menu2 a{
	display:block
}
.menu3{
	margin:0;
	padding:0;
	border-bottom:1px solid #4E4B3F;
	list-style:none
}
.menu3 li{
	border:1px solid #4E4B3F;
	border-bottom:0;
	background:#5F5C4B
}
.menu3 a{
	height:20px;
	line-height:20px;
	padding:0 10px;
	color:#FFF;
	font-size:12px;
	font-weight:bold
}
.lst1 {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.lst1 li {
	float: left
}
.lst1 h3{
	font-size:14px;
	margin:15px 0 10px 0
}
.lst1 p{
	padding:0;
	margin:0
}
.lst2{
	margin:0;
	padding:0;
	list-style:none
}
.lst2 li{
	padding:2px;
	border-bottom:1px dotted #807E66;
	height:140px;
	margin-bottom:10px;
}
.lst2 .odd{
	background:#ECE9D8;
	height:155px;
	overflow:hidden;
	border:1px solid #434300;
	margin-bottom:10px;
}

.quote1{
	margin:0;
	padding:0;
	font-size:15px;
	color:#59442E
}
.box1{
	background:#423428;
	color:#FFF;
	padding-bottom:10px;
	margin-bottom:10px;
	border:1px solid #2F241A
}
.box1 .link a{
	color: #FFCC00;
}
.box1 .tit{
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	line-height:25px;
	color:#FC0;
	padding:5px 10px 0 10px;
	margin:0
}
.box1 p, .box1 ul{
	margin:0;
	padding:17px 30px 10px 30px;
}
.box1 .browser{
	color:#FFCC00;
}
.box1 li{
	padding:5px 0
}
.form1 {
	margin:0;
	padding:0
}
.form1 td{
	vertical-align:top
}
.form1 .campos div {
	border-bottom:1px dashed #C89256;
	padding:5px 10px;
	margin:0
}
.form1 .campos label {
	display:block;
	font-weight:bold;
	color:#333
}
.form1 .campos input, .form1 .campos textarea, .form1 .campos select{
	font:12px Arial, Helvetica, sans-serif;
	padding:3px;
	border:2px solid #ECE9D8;
	margin:1px
}
.form1 input.radio{
	border:0
}
.form1 div.acao{
	padding:20px 0 0 10px;
	border:0;
}
.btn1 {
	background: url('../imagens/layout/bg_btn1.png');
	display:inline-block;
	height: 30px;
	padding:0 10px;
	border:0;
	overflow: visible;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.form1 input.btn_submit {
	background: url('../imagens/layout/bg_submit.gif');
	width:150px;
	height:50px;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-1px;
	border:0;
	cursor:pointer
}
.msg_erro{
	background: #fff6bf url('../imagens/layout/bg_msgerro.gif') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.msg_sucesso{
	background:#FFF6BF url('../imagens/layout/bg_msgsucesso.gif') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #5DA847;
	border-bottom: 2px solid #5DA847;
	color:#000000;
}
.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px
}
#banner_468x60_top{
	position:absolute;
	right:60px;
	top:45px;
	border:1px solid #333;
	display:none
}
#floatbox_140x600{
	position:absolute;
	top:172px;
	left:765px;
	width:140px;
	background:#E9E9CE
}
/*#floatbox_140x600 .detail{
	position:absolute;
	top: -63px;
	right: -2px;
	width: 105px;
	height: 95px;
	text-indent:-5000px;
	overflow:hidden;
	z-index:-5;
	background:url('../imagens/layout/bg_detailboxfloat.gif') left top no-repeat
}*/
#floatbox_140x600 .detail{
	position:absolute;
	top: -93px;
	right: 8px;
	width: 116px;
	height: 95px;
/*	text-indent:-5000px;*/
	overflow:hidden;
	z-index:-5;
	/*background:url('http://www.jeeptour.com.br/imagens/twitter.png') no-repeat;*/
	outline:none;
}
#atendimento{
	position:relative;
	top:15px;
	left:625px;
	width:100px;
}
.ads_468x60{
	width:468px;
	height:60px
}
.boxParceiros {
	border:1px solid #666
}
h4.numComments {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px
}
.commTit {
	font-size:11px;
}
.commComm {
	display:block;
	padding-left:10px;
	padding-top:10px;
	font-size:13px;
	color:#454545
}
#contato-para a{
	color:#76522E !important;
	text-decoration:none;
}


/* sIFR styles */
.sIFR-flash{visibility:visible !important;margin:0}
.sIFR-replaced{visibility:visible !important}
span.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true]{display:none !important}
