@charset "utf-8";

html,body {
	height: 100%;
	font-size: 100%;/* IE hack */
	}
	
body {
	margin:0;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	background: url(../imagens/bg_tile_a.jpg) repeat;
	position: relative;
	letter-spacing:1px;
	}

img {
border: none;
}

.green {color:#0F0; }
.white {color:#FFFFFF; }

h1 { 
	color: #333; 
	font-size:20px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:50px;
	display:inline;
}


h2 { 
	color: #999; 
	font-size:14px;
	letter-spacing: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height:25px;
	display:inline;
}
	
	
.base {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background:url(../imagens/bg_a.jpg) no-repeat;
}

.content_topo {
	margin: 0 auto;
	width: 800px;
	height: 400px;
	
}

.dollup {
	width:298px;
	height:154px;
	float:left;
	margin-top:246px;
	background:url(../imagens/dollup2.png) no-repeat;
	}

.content_a {
	width: 64%;
	height: auto;
	margin-top: 190px;
	float:right;
	}

.content_form_out {
	margin: 0 auto;
	width: 800px;
	height: auto;
	
}

.content_port {
	margin: 0 auto;
	width: 800px;
	height: auto;
	margin-top:50px;
}

	.content_inport_left {
	width: auto;
	height: 50px;
	}


.content_form_l {
	margin: 0;
	width: 350px;
	height: auto;
	float:left;
}

.content_form_r {
	margin: 0;
	width: 350px;
	height: auto;
	float:right;
}

.content_inform_right {
	width: 350px;
	height: auto;
	background:#FFFFFF;
	text-align:right;
}

.content_inform_left a:link, .content_inform_left a:hover  { 
	color: #0F0; text-decoration:none;
}
.content_inform_left a:visited, .content_inform_left a:active {
	color: #0F0; text-decoration:underline;
}

.content_inform_left_desc {
	width: 350px;
	height: auto;
	letter-spacing:1px;
	line-height:14px;
}

.content_inform_left_desc a:link, .content_inform_left_desc a:hover  { 
	color: #FFF; text-decoration:none; font-weight:bold;
}
.content_inform_left_desc a:visited, .content_inform_left_desc a:active {
	color: #0F0; text-decoration:underline; font-weight:bold;
}



.header {
	margin: 0 auto;
	width: 720px;
	height: 100px;
}


.header1 {
	width: 50%;
	height: 100px;
	float: left;
}

.header2 {
	width: 50%;
	height: 100px;
	float: left;
	text-align: right;
}

ul { 
list-style-image: url(../../imagens/certoicon.gif);
	margin: 0;
	padding-left: 50px;
	text-indent: -1em;
list-style-position: inside;


}

hr { 
	  border-top: 1px solid #ebebeb;
	  border-bottom: 1px solid #fff;
	  border-left: 0px;
	  border-right: 0px;
}

.spacer {
clear: both;
}

/*...BoTTomDIV...*/

#container, #navigation {
  min-width: 760px;
  position: relative;
}

#container {
  height: 100%; /*IE6*/
}

#container {
  min-height: 100%;
  font: normal 1em/1.5em arial, helvetica, sans-serif;
}

#navigation {
  width: 100%;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#navmenu {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align:left;
  line-height:40px;
  background-image:url(../imagens/bottom_bg.jpg);
  background-repeat: no-repeat;
}
 
	#navmenu li {
	  display: inline;
	  color:#FFF;
	  line-height:40px;
	}
	 #navmenu a {
	  font: bold 14px Arial, Helvetica, sans-serif;
  	  text-align: center;
	  color: #fff;
	  text-decoration:none;
	  line-height:20px;
	}
	#navmenu a:focus, #navmenu a:active {
  	  color: #fff;
	}
	
	#navmenu a:hover { color:#0F0;}
	
	#skipnav { margin-left:10px;}