@charset "iso-8859-1";
/* CSS Document */

body{
	background-image:url(../imagem/bg.jpg);
	margin:0px;
	text-align:center;
}
#tab-top-bg{
	width:100%;
	height:355px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	padding-top:14px;
	background-image:url(../imagem/bg_topo_home.png);
}

#tab-menu{
	width:100%;
	height:64px;
	background-image:url(../imagem/bg_menu.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-top:180px;
}
	#tab-menu-tex{
		width:672px;
		height:70px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		padding-top:9px;
		padding-left:80px;
		padding-right:40px;
}
		#tab-menu-tex ul{
			margin:0px;
			padding:0px;
			list-style-type:none;
			margin-top:14px;
		}
		#tab-menu-tex li{
			display:inline;
			margin-right:15px;
		}
		
#tab-con-bg{
	width:100%;
	background-position:top;
	background-repeat:no-repeat;
	min-height:449px;
	background-image:url(../imagem/bg_home.png);
	
	
}
#tab-con-bg-int{
	width:100%;
	background-position:top;
	background-repeat:no-repeat;
	min-height:200px;
	background-image:url(../imagem/bg_internas.png);
	
}
	#tab-con-bg-tex{
		width:672px;
		min-height:100px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}

#tab-rod{
	width:651px;
	height:67px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:#FFF;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}	

.input{
	width:175px;
	height:16px;
	background-image:url(../imagem/bg_input.jpg);
	border:0px;
	padding-left:15px;
	padding-right:10px;
	color:#FFF;
	font-size:11px;
	margin-bottom:6px;
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;

	}
.input-peq{
	width:150px;
	height:16px;
	background-image:url(../imagem/bg_input_peq.gif);
	border:0px;
	padding-left:15px;
	padding-right:10px;
	color:#FFF;
	font-size:11px;
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	}	
