/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	list-style: none;
}

/*
	HEADER
*/
#header {
	width: 100%;
	height: 142px;
	background: url(imagens/barratopofundocinza.gif) bottom repeat-x;
}
#logo {
	width: 788px;
	height: 73px;
	margin: 0 auto;
	background: url(imagens/head-logo.gif) left no-repeat;
}
#menu {
	width: 788px;
	height: 69px;
	margin: 0 auto;
}
#menu li {
	width: 91px;
	height: 69px;
	float: left;
}
#menu li.begin {
	width: 175px;
	background: url(imagens/barratopolinha-esquerda.gif);
}
#menu li.bt {
	background: url(imagens/barratopofundobranco.gif);
}
#menu li.bt:hover {
	background: url(imagens/barratopomouseover.gif);
}
#menu li.end {
	width: 248px;
	background: url(imagens/barratopolinha-direita.gif);
}
#menu li a {
	width: 100%;
	height: 41px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 14px;
	text-align: center;
}
#menu li.cursos {
	background: url(imagens/botao-cursos-hit.gif);
}
#menu li.cursos #cursosDrop {
	position: relative;
	top: -1px;
	width: 272px;
	height: 36px;
	display: block;
	background: url(imagens/botao-curso-drop.gif);
}
#menu li.cursos .bt1 {
	display: block;
	width: 96px;
	height: 22px;
	position: relative;
	top: -35px;
	left: 180px;
}
#menu li.cursos .bt2 {
	display: block;
	width: 91px;
	height: 21px;
	position: relative;
	left: 92px;
}

#menu li.exames {
	background: url(imagens/botao-exames-hit.gif);
}
#menu li.exames #examesDrop {
	position: relative;
	top: -87px;
	width: 371px;
	height: 33px;
	display: block;
	background: url(imagens/botao-exames-drop.gif);
}
#menu li.exames form {
	position: relative;
	top: 3px;
	left: 7px;
}
#menu li.exames form a {
	display: inline;
}
/*
	BODY
*/
#conteiner {
	background: #d6d6d6;
}
#content {
	margin: 0 auto;
	width: 788px;
	background: url(imagens/fundo-mainframe.gif);
	overflow: hidden;
	padding-bottom: 20px;
}
#content li {
	margin-top: 10px;
}
#endereco {
	background-color: #1b559b;
	width: 784px;
	height: 60px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#bottom {
	background: url(imagens/bottom.gif) top no-repeat;
	width: 786px;
	height: 50px;
	margin: 0 auto;
}

/*COLUMNS*/
#left {
	float: left;
	width: 445px;
}
#right {
	float: left;
	width: 340px;
}

/*LEFT*/
#left ul {
	margin: 35px 0 0 20px;
}
#left .main {
	background: url(imagens/body.gif);
	width: 410px;
	height: 403px;
}
#left h1 {
	position: relative;
	top: 8px;
	left: 12px;
	font-size: 14px;
	color: #ffffff;
}
#left p {
	position: relative;
	top: 25px;
	left: 18px;
	margin-right: 40px;
}

/*RIGHT*/
#right ul {
	margin: 35px 0 0 15px;
}
#right .ads {
	background: url(../informativo.jpg) no-repeat top;
	width: 312px;
	height: 340px;
}
#right .ads h1 {
	position: relative;
	top: 130px;
	left: 16px;
	font-size: 12px;
	color: #1e29a8;
}
#right .ads h2 {
	position: relative;
	top: 135px;
	left: 16px;
	font-size: 12px;
}
#right .ads p {
	position: relative;
	top: 138px;
	left: 45px;
	font-size: 9px;
}
#right .fotos {
	background: url(imagens/galeria.gif);
	width: 285px;
	height: 349px;
}
#right .fotos h1 {
	position: relative;
	top: 8px;
	left: 12px;
	font-size: 14px;
	color: #ffffff;
}
#right .fotos li {
	width: 80px;
	height: 80px;
	float: left;
	margin: 3px;
}
#right .fotos li a {
	display: block;
	width: 100%;
	height: 100%;
}
