/* Documento CSS desenvolvido por SETA Digital / www.setadigital.net */

/* Estilo Html */
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:middle;
}

#container{
	background-color:#fff;
	margin:0 auto;
	width:763px;
}

#cabecalho{
	background-color: #fff;
	border-bottom:10px #00255B solid;
	text-align:right;
	padding:10px 0 10px 0;
}

#cabecalho h1{
	text-indent: -1000px;
	overflow: hidden;
	background: url(img/seta-logo.jpg) no-repeat right;
}

#abertura {
	background: url(img/bgtop.jpg) repeat-x top left;
}

#logo-host {
	width: 350px;
	height:0px;
	padding: 20px 0px 0px 20px;
}

#plano500 {
	widht: 413px;
	padding: 0px 20px 0px 0px;
}

#plano500 h1 {
	background: url(img/10000.gif) no-repeat right top;
	overflow:hidden;
	text-indent:-90000em;
	height:400px;
}

#menu{
	background-color: #00255B;
	height:40px;
	text-align:center;

} 

#menu ul{
	padding:8px;
	list-style:none;
}

#menu ul li { 
	list-style:none;
	display: inline;
	font:18px bold "Georgia", Times New Roman, Times, serif;
	color:#fff;
}

#menu ul li a {
	padding: 0px 20px 0px 20px;
	float:none;
	/* visual do link */
	color: #fff;
	text-decoration: none;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}

#menu ul li a:hover {
	border-bottom:3px solid #fff;
}

#descricao{
	margin:10px 30px 10px 30px;
}

.titulo h1 {
	padding-top:50px;
	font:22px bold "Georgia", Times New Roman, Times, serif;
}

.titulo p {
	font:14px "Georgia", Times New Roman, Times, serif;
}

.titulo h2 {
	font:10px "Georgia", Times New Roman, Times, serif;
	float:right;
}

.titulo h2 a{
	border-bottom:1px inherit #00255B;
}

#contactFormArea {
	font:10px "Georgia", Times New Roman, serif;
}

#rodape {
	text-align:right;
	font: 10px "trebuchet ms", verdana, tahoma, sans-serif;
	padding: 10px 30px 20px 10px;
}