/*
	CLIENTE: Neuromax
	EMPRESA: MDW
	CSS: Madsen Felipe
	CSS: Classes Gerais
*/
body { 
	font: 11px Tahoma, "Times New Roman", Times, serif;
	color: #000;
	background: url(../imgs/bg.png) repeat-x #051d22;
	text-align: center;
	margin: 0;
	}

body table{	font: 11px Tahoma, "Times New Roman", Times, serif;}

a {
	color: #d84a36;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover { text-decoration: underline;}	

img {border: none;}

#geral {
	width: 752px;
	height: auto;
	text-align: left;
	background-color: #eff4f8;
	}
	
	.topo {
		width: 100%;
		height:81px;
		background-color:#eff4f8;
		}
		
		.topo img {	margin-left: 30px;	}
	
	.menu {
		width: 100%;
		height:46px;
		background:url(../imgs/bgMenu.gif);
		border-bottom: #e8ecf0 solid 10px;
		}

		.menu ul {margin:0; padding-left: 180px;}		
			
			.menu li {
					float: left;
					list-style: none;
					margin-top: 14px;
					}
					.menu li img {padding-right: 25px;}

	.conteudo {
		height: auto;
		display:table;
		}
		
		.medico {
			float: left;
			width: 282px;
			height:405px;
			}
		
		
		.introTxt {
			width: 460px;
			float: left;
			margin-left: -50px;
			}		
		
		.introTxt img{float: left; margin-left:}

		.introTxt h1 img{margin-left: 25px; float: none;}
		
		.introTxt p{
			width: 370px;
			color: #9aa4ad;
			margin-left: 90px;
			}
		
		
	.itensHome {
		position: absolute; 
		width: 468px; 
		height:auto;
		margin: -247px 0 0 282px;
		}
		
		.barra {
			width: 468px;
			height: 32px;
			background-image: url(../imgs/barraItens.gif);
			}
	
		.produtos {
			float: left;
			width: 220px;
			height: auto;
			margin-top: 10px;
			margin-left: 40px;
			}
			
			.produtos h2 {
				font-size: 10px;
				color: #047f91;
				height: auto;
				margin:0;
				}

			.produtos p {
				color: #a4acc6;
				font-size: 9px;
				margin-bottom: 10px;
				}
				
			.produtos img {float: left; margin-right: 10px;}
	
	.salaConteudo {
		float: left;
		width: 170px;
		height: auto;
		margin-left: 30px;
		}
		
		.salaConteudo h2 {
			font-size: 10px;
			color: #848e98;
			height: 25px;
			}
		
		.salaConteudo a {
			color: #848e98;
			text-decoration: none;
			}
		
		.salaConteudo a:hover {text-decoration: underline;}
		
	.rodape {
		background: url(../imgs/rodapeBG.gif) no-repeat;
		width: 754px;
		height: 78px;
		margin-left: -2px;
		padding: 15px 0 0 0;
		}	
		
		.rodape p{
			color: #FFF;
			margin: 0 0 0 35px;
			padding-top: 4px;
			}
