@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} 
body {
	margin:0px;
	background:url(../img/bg.jpg) no-repeat center top #000105 fixed;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#FFF;
	padding-bottom:20px;
}
a{
	text-decoration:none;
	color: #FFF;
}
a:hover {
	text-decoration:underline;
}
ul {
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}
p {
	line-height:18px;
}
h1 {
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
}
h2 {
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	line-height:22px;
}
#all {
	margin:0 auto;
	width:920px;
	display:table;
}
#header {
	height:100px;
	clear:both;
	margin-bottom:35px;
	
}
#logo {
	float:left;
	position:relative;
	top:20px;
}
#searchBox {
	float:right;
	width:233px;
	height:31px;
}
#searchBox select {
	position:relative;
	margin-top:5px;
	margin-left:13px;
}

/* ---- */
#search{
	width:209px;
	position:relative;
	height:18px;
	background:#F5F4E1;
	border:solid 1px #555555;
}
#searchList{
	position:relative;
	width:209px;
	border:solid 1px #555;
	left:12px;
	top:7px;
	z-index:100;

}
#searchList ul{
	list-style:none;
	background:#DEDDBD;
}
#searchList ul li{
	padding:0;
	padding:5px 0 5px 10px;
	border-bottom:solid 1px #CDCCB0;
	cursor:pointer;
}
.listOver{
	background:#D6CE87;
	color:#473702;
}
.none {
	display:none;
}
.input {
	background:#F5F4E1;
	border:solid 1px #555;
	height:20px;
}
#menu {
	float:right;
	overflow:hidden;
	width:600px;
	padding-top:35px;
}
#menu ul li {
	display: inline;
	text-transform:uppercase;
	font-size: 14px;
	vertical-align:middle;
	padding:10px;
	background:url(../img/menu_separator.jpg) top right no-repeat;
}
#menu ul li a {
	color:#BF960B;
}
#menu ul li a:hover {
	color:#E7C800;
	text-decoration:none;
}
#highlightBox h3 {
	margin-top:-36px;
	height:30px;
	font-size:20px;
	background:url(../img/fundoazul.png);
	display:block;
	padding:3px 15px;
	clear:both;
	position:relative;
	z-index:99;
	font-weight:normal;
	text-transform:uppercase;
}
#lbBottomContainer {
	display:none;
}
#rodape {
	background-color:#101239;
	overflow:hidden;
	padding:3px 8px;
	font-size:9px;
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.tratamento {
	background:#959595
}
.tratamento option{
	color:#000;
	background:#959595
}
.zavala {
	clear:both;
	float:right;
}
