body{
	background-image: url(../imagens/fundo.png);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#dfdfdf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

form{margin:0;padding:0;width:auto;}

#topo{
	position:relative;
	background-image: url(../imagens/fundo_topo.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:560px;
	z-index:1;
}

#conteudo{
display:none;
}

#corpo{
	position:relative;
	width:940px;
	margin:auto;
	z-index:2;
	margin-top:-560px;
	min-height:560px;
}

#principal{
	position:relative;
	width:640px;
	float:left;
}

#logo{
	position:relative;
	top:5px;
	width:175px;
	float:left;
}

#bannerTopo{
	position:relative;
	float:right;
	width:310px;
	height:72px;
	padding-right:10px;	
}

#menuInstitucional{
	position:relative;
	top:10px;
	clear:both;
	margin-bottom:20px;
}

#direita{
	position:relative;
	width:280px;
	padding-left:20px;
	float:left;
}

#buscaForm{position:relative; top:11px;}

.separador{height:1px; border-top:#e8e8e8 1px solid; background-color:#FFF; margin-bottom:20px; margin-top:20px;}

.prod_vitrine{position:relative; width:210px; float:left; text-align:center; margin-bottom:15px; padding-top:15px; border-top:1px solid #cecece;}

#rodape{
	position:relative;
	clear:both;
	background-image: url(../imagens/fundo_rodape.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:87px;
	padding-top:4px;
}

#base{
	position:relative;
	width:940px;
	margin:auto;
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

#base a{color:#FFF; text-decoration:none;}
#base p{margin:13px 0;}

/* menu principal */

ul.menuTopo {
	list-style: none;
	margin: 0;
	padding:0;
	float: left;
	z-index:10;
}

ul.menuTopo li {
	float: left;
	margin: 0;
	padding: 4px 15px;
	position: relative;
}

ul.menuTopo li a {
	display: block;
	text-decoration: none;
	float:left;
	width: auto;
	height: 16px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	z_index:10;
}

ul.menuTopo li a:hover{
	text-decoration: none;
	color: #ccc;
}

ul.menuTopo li a.corrente {
	cursor: default;
	color: #999;
}

/* menu direita */

ul.menu{
	position:relative;
	list-style-type:none;
	margin:63px 0 0 5px;
	padding: 0;
	width: 250px;
}

ul.menu ul{
	list-style-type:circle;
	margin:0 0 0 5px;
	padding: 0;
	width: 250px;
}

ul.menu li a{
	display: block;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color: #686868;	
	padding:5px 0;
}

ul.menu li{
	margin-top: 1px;
}

ul.menu li a:hover{
	color: #000;
}

ul.menu ul li{
	margin-left:20px;
}

ul.menu ul li a{
	color:#333;
	font-size:14px;
	font-weight:normal;
}

ul.menu ul li a:hover{
	color: #000;
	font-weight:normal;
}

a:link {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #C00;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #C00;
}
ul.forum{clear:both; margin:0; padding:20px 15px; display:inline;}
ul.forum li{list-style:none; margin:0 10px; padding:0; float:left;}
ul.forum li a{margin:auto; width:180px; height:25px; color: #333; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration: none; text-align:center; z_index:10; display:block; padding-bottom:5px;}
ul.forum li a.forum_p{background-image:url(../imagens/usuario_f.png); background-position:center top; background-repeat:no-repeat; padding-top:70px;}
ul.forum li a.forum_d{background-image:url(../imagens/usuario.png); background-position:center top; background-repeat:no-repeat; padding-top:70px;}
ul.forum li a.forum_r{background-image:url(../imagens/dokter.png); background-position:center top; background-repeat:no-repeat; padding-top:70px;}
