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: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #15283D;
}
img{
	border:0;
}
#topo{
	background-image: url(../images/freeway-background.jpg);
	background-color: #F5F5F5;
	background-repeat: repeat-x;
}
#topo #logo{
	margin-top: -8px;
	margin-right: 5px;
}

#topo #menu {
	height: 72px;
	padding: 0;
	width: 100%;
	float: right;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FDFDFD;
	}


#topo #menu ul {
	padding: 0;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 6;
	margin-bottom: 0;
	}


#topo #menu ul li {
	display: inline;
	}


#topo #menu ul li a {
	color: #333;
	float: left;
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	}


#topo #menu ul li a:hover {
	color: #EF8225;
	text-decoration: underline;
	}

#topo #textos{
	float: left;
	width: 650px;
	color: #333;
	margin-left: 8px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#topo #textos h1 {
	color: #01478F;
	font-size: 24px;
}


#topo #container {
	width: 978px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topo #mainContent {
}



.limpa{
	clear:both;
}

#baixo {
	background-image: url(../images/freeway_r3_c2.jpg);
	background-repeat: repeat-x;
	background-color: #172C43;
	color: #DDD;
	font-size: 12px;
}
#baixo #container {
	width: 988px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#baixo #mainContent {
	padding-top: 20px;
	padding-bottom: 10px;
}


#baixo h1 {
	color: #95B4D2;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#baixo .menus {
	width: 152px;
	float: left;
	margin-top: 5px;
	
}
#baixo .menus a {
	font-size: 13px;
	color: #DDD;
	text-decoration: none;
}
#baixo .menus a:hover {
	text-decoration: underline;
}
#foot{
	background-color: #15283D;
}
#foot #container {
	width: 988px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#foot #mainContent {
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 11px;
	color: #FFF;
}


#direita{
	float: right;
	width: 255px;
	margin-right: 8px;
	margin-top: 30px;
	background-color: #FFF;
	background-image: url(../images/box_r2_c1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#direita #meio{
	margin-right: 6px;
	margin-left: 6px;
}
#direita #meio h1{
	color: #15283D;
	font-size: 18px;
	margin-top: 0px;
	padding-bottom: 6px;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
form{
	padding:0;
	margin:0;
}
#direita  select{
	color: #666;
	padding: 4px;
	font-size: 14px;
	border: 1px solid #B4B4B4;
	width:235px;
	margin-bottom: 10px;
}


.telefone{
	font-size: 40px;
	color: #8E8E8E;
	font-weight: lighter;
}

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
display: none;
	background: #fff;
	padding: 10px;
	border: 15px solid #FE9900;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}


.popup_block h2{
	color: #024B9A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ECECEC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.popup_block .data{
	font-size: 12px;
	color: #024B9A;
}
img.btn_close {
	float: right;
	margin-top: -35px;
	margin-right: -35px;
	margin-bottom: 0;
	margin-left: 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

#resultadok{
	display:none;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.inputss{
	color: #666;
	padding: 4px;
	font-size: 14px;
	border: 1px solid #B4B4B4;
}

