body {
	margin: 0px;
	padding: 0px;
	color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #9DCD17;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 11px; font-weight: normal; color: #000000; margin-left: 10px; text-align:justify; }
h2 { font-size: 12px; font-weight: normal; color: #000000; text-align:justify; margin-left: 10px;}
h3 { font-size: 14px; font-weight: normal; color: #9DCD17; }
h4 { font-size: 14px; font-weight: normal; color: #000000; }
h5 { font-size: 18px; font-weight: bold; color: #9DCD17; margin-left: 10px; text-shadow: 1px 1px 2px #2E2D30, -1px -1px 2px #2E2D30; }

.list { padding: 0; list-style: none }
.list li { margin: 0; padding: 0 0 0 17px; background: url(images/list.png) no-repeat scroll 0 4px  }

.list_c { padding: 0; list-style: none }
.list_c li { margin: 0; padding: 0 0 0 17px; background: url(images/list.png) no-repeat scroll 0 4px  }
.list_c li a { color: #3F4042; text-decoration: none; }
.list_c li a:hover, .list_c ul .current { color: #FFDE3E; text-decoration: none; }


#menu_base {
	width: 100%;
	height: 50px;
	background-color: #2E2D30;
}

#menu {
	width: 100%;
	height: 50px;
	padding: 0px 0px;
}

#menu ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	width: 110px;
	height: 50px;
	margin-left: 0px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
	vertical-align: middle;

}

#menu ul li a:hover, #menu ul li .current {
	color: #FFFFFF;
	background: url(images/menu_hover.png) center no-repeat
}


#banner {
	float: center;
	width: 100%;
	height: 320px;
}

#cont_home {
	float: center;
	width: 100%;
	height: 360px;
	background-color: #FFF;
}

#cont_programa {
	float: center;
	width: 100%;
	height: 355px;
	background-color: #FFF;
}

#cont_equipamentos {
	float: center;
	width: 100%;
	height: 405px;
	background-color: #FFF;
}

#cont_clinicas {
	float: center;
	width: 100%;
	height: 340px;
	background-color: #FFF;
}
#cont_videos {
	float: center;
	width: 100%;
	height: 275px;
	background-color: #FFF;
}

#cont_franquia {
	float: center;
	width: 100%;
	height: 360px;
	background-color: #FFF;
}
#cont_livro {
	float: center;
	width: 100%;
	height: 405px;
	background-color: #FFF;
}

#cont_contato {
	float: center;
	width: 100%;
	height: 360px;
	background-color: #FFF;
	
}

#cont_publicacoes {
	width: 100%;
	height: 360px;
	background-color: #FFF;
}

#titulo{
	float: center;
	width: 100%;
	height: 80px;
	background-color: #C5C6CA;

}

#barra_inferior {
	float: center;
	width: 100%;
	height: 80px;
	background-color: #C5C6CA;
}


#barra_copy {
	float: center;
	text-align: center;
	width: 100%;
	height: 20px;
	background-color: #2E2D30;
	padding-top: 8px;
}

.col_1 {
	width: 100%;
	padding-top: 10px;
}

#slideshow {
	position:relative;
	float: center;
	width: 980px;
	height:320px;
	padding-top: 0px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	padding-top: 0px;
}

#slideshow IMG.active {
	z-index:10;
	padding-top: 0px;
}

#slideshow IMG.last-active {
    z-index:9;
	padding-top: 0px;
}