/* CSS Document */
body {
	background:#009999 url(../img/fundo.gif);
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/*TOPO*/
#topo {
	width:100%;
	height:60px;
	background:#FFFFFF;
}

#superior {
	width:1000px;
	margin:0 auto;
}
#superior span {
	display:none;
}

#superior h1 {
	background:url(../img/logo.gif) no-repeat top;
	width:306px;
	height:38px;
	float:left;
}

#login {
	float:right;
	margin-top:10px;
}
#login label {
	margin-right:100px;
}

input#log, input#senha {
	border:none;
	background:url(../img/input.gif) no-repeat;
	width:118px;
	height:20px;
	color:#666666;
}

input#ok {
	color:#FFFFFF;
	background:#009999;
	border:#339966;
}

/*CONTEUDO*/
#conteudo {
	width:1000px;
	margin:0 auto;
}
#conteudo img {
	float:right;
	margin-top:-7px;
}
.clear {
	clear:both;
}
#meio {
	background:#007575;
	margin-top:10px;
}

#tudo {
	width:780px;
	float:left;
}

#tudo a {
	color:#FFCC00;
}

#direita {
	float:left;
	width:360px;
}
#direita img {
	float:left;
	margin-left:20px;
}
#direita h4 {
	font-size:12px;
	color:#FFFFCC;
	margin-left:20px;
	font-weight:normal;
}
#direita p, #esquerda p {
	color:#FFFFCC;
}

#esquerda {
	width:360px;
	float:right;
}

#esquerda h4 {
	font-size:12px;
	color:#FFFFCC;
	margin-left:0px;
	font-weight:normal;
}

#esquerda img {
	float:left;
}

#banner {
	width:760px;
	height:200px;
	background:#000000;
	margin:20px;
}

/*MENU*/
#menu {
	width:200px;
	background:url(../img/back_menu.jpg) repeat-y;
	height:700px;
	float:right;
}

#menu ul {
	margin-left:30px;
	padding:0px;
}
#menu li {
	list-style:circle;
	padding-bottom:5px;
}
#menu li a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu li a:hover {
	color:#CCCCCC;
}

/*HIGH*/
#high {
	background-image:url(../img/high_quality.png);
	background-repeat:no-repeat;
	background-position: right;
	height: 65px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
	visibility:
}