/*=================================================*/
/*
/*	Site: Health Center
/*	Data: 13/10/2008
/*	Autor: Interwise Consultoria e Sistemas
/*			http://interwise.com.br
/*
/*=================================================*/


html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Trebushet MS
}

img {
	border: 0px;
}

#topo {
	width: 100%;
	height: 192px;
	border-bottom: 1px solid #D3D1D2;
	background: #000000 url('../imagens/bg_topo_ginastica.jpg');
}

.centro {
	width: 800px;
	margin: 0px auto;
}

#topo h1 {
	width: 190px;
	height: 126px;
	display: block;
	text-indent: -1999px;
	overflow: hidden;
	margin: 60px 0px 0px 0px;
	position: absolute;
	background-image: url('../imagens/health_center.jpg');
}

#topo img {
	float: right;
	margin-top: 14px;
}

#menu {
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #D3D1D2;
	background-image: url('../imagens/bg_menu_ginastica.jpg');
}

#menu ul {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	width: auto;
	height: 48px;
	float: left;
	line-height: 48px;
	color: #000000;
	display: block;
	font-size: 14px;
	padding: 0px 30px 0px 0px;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#colEsq {
	width: 475px;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}

#coluna a {
	color: #666666;
	text-decoration: none;
}

#coluna a:hover {
	text-decoration: underline;
}

#colDir {
	width: 310px;
	float: right;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}

.telefone {
	width: 293px;
	height: 50px;
	display: block;
	color: #E46514;
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	background: #ffffff url('../imagens/bg_tel.jpg') no-repeat 0px 40px;
}

.ddd {
	font-size: 14px;
}

#colDir img {
	float: left;
}

#colDir h3 {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin: 16px 0px 0px 0px;
}

.altColuna {
	height: 200px;
	border-bottom: 5px solid #D3D1D2;
}

.bannerAcademia {
	margin-top: 30px;
	border: 1px solid #D2D2D2;
}

#clientes {
	float: left;
	border: 1px solid #D2D2D2;
}

dl {
	margin-top: 10px;
}

dl dt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

dl dt img {
	float: left;
	border: 1px solid #dedede;
	margin-right: 5px;
}

dl dd {
	font-size: 10px;
}

#coluna {
	width: 100%;
	float: left;
	margin: 10px 0px 0px 4px;
}

#rodape {
	width: 100%;
	height: 136px;
	float: left;
	margin-top: 20px;
	text-align: center;
	color: white;
	background: #000000 url('../imagens/rodape_ginastica.jpg') repeat-x;
}

#rodape address {
	margin-top: 85px;
}

#rodape address p{
	margin: 2px;
	font-style: normal;
	font-size: 10px;
}

#conteudo {
	width: 780px;
	float: left;
	margin-top: 4px;
	color: #333333;
	font-size: 14px;
	padding: 10px;
	background-color: white;
}

#conteudo h2 {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	color: #666666;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #dedede;
}

#conteudo h3 {
	color: #E56A1A;
	margin: 0px;
}

#conteudo form {
	margin: 0px;
}

#conteudo form label {
	width: 200px;
	float: left;
}

#conteudo form input, #conteudo form textarea {
	padding: 4px;
	width: 200px;
	border: 1px solid #666666;
}

#conteudo form textarea {
	height: 100px;
}