/* CSS Geral */

body, html { 
	height:100%; 
	} 

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}

* html #corpo {
	height: 100%;
	}

#corpo {
	width: 100%;
}

#fundoConteudo {
	width: 100%;
	background: #2870a0 url(../imagens/bgFoto.jpg) bottom center no-repeat;
	padding-top: 50px;
}

#centroConteudo {
	width: 1000px;
	margin: 0 auto;
}

#fundoRodape {
	width: 100%;
	margin: 0;
}

.clear {
	clear: both;
}

/* -- */

/* CSS do Conteudo */

#conteudo {
	float: right;
	width: 590px;
	margin: 50px 5px 30px 0;
}

#conteudo p {
	margin: 0;
	padding: 0;
}	

#conteudo h1 {
	margin-top: 100px;
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	border-left: 2px solid #1e8db0;
}

#conteudo h1 span {
	font-size: 18px;
	font-weight: bold;
	}

#conteudo div.navMenu {
	margin: 30px 0 18px 0;
	padding: 0;
}

#conteudo ul li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	}

#conteudo div.navMenu p {
	width: 136px;
	height: 153px;
	margin-right: 10px;
	}

#conteudo div.navMenu p a {
	display: block;
	width: 136px;
	height: 153px;
	text-decoration: none;
	}

#conteudo div.navMenu p.consumidor {
	background: url("../imagens/btConsumidor.png") center no-repeat;
	_background: url("../imagens/btConsumidor.gif") center no-repeat;
	float: left;
	}

#conteudo div.navMenu p.opticas {
	background: url("../imagens/btOpticas.png") center no-repeat;
	_background: url("../imagens/btOpticas.gif") center no-repeat;
	float: left;
	}
	
#conteudo div.navMenu p.oftalmo {
	background: url("../imagens/btOftalmo.png") center no-repeat;
	_background: url("../imagens/btOftalmo.gif") center no-repeat;
	float: left;
	}
	
#conteudo div.navMenu p.lab {
	background: url("../imagens/btLab.png") center no-repeat;
	_background: url("../imagens/btLab.gif") center no-repeat;
	float: left;
	}

/* -- */

/* CSS do Rodapé */

#rodape {
	width: 995px;
	margin: 0 auto;
}

#rodape p {
	float: right;
	margin: 20px 20px 0 0 ;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
	color: #6c6c6c;
	}

#rodape ul {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#rodape ul li {
	list-style: none;
	display: inline;
	margin: 0;
	}

#rodape ul li.semBordas a {
	border-left: 0;
	}
	
#rodape ul li a {
	font-family: Arial;
	font-size: 10px;
	color: #6c6c6c;
	padding: 0 6px 0 8px;
	text-decoration: none;
	border-left: 1px solid #6c6c6c
	}
	
#rodape ul li a:hover {
	color: #0066cc;
	}
	
/* -- */