@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
}

body
{
	color:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
}

a
{
	color:#a48101;
	text-decoration:underline;
}

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

strong
{
	color: #a48101;
}

input, textarea
{
	border:1px solid #FFF;
	background:#f8c300;
}

#bg-home
{
	background: url(../imagens/bgs/bg-home.jpg) no-repeat fixed top center;
}

#bg-ar3
{
	background: url(../imagens/bgs/bg-ar3fitness.jpg) no-repeat fixed top center;
}

#bg-modalidades
{
	background: url(../imagens/bgs/bg-modalidades.jpg) no-repeat fixed top center;
}

#bg-horarios
{
	background: url(../imagens/bgs/bg-horarios.jpg) no-repeat fixed top center;
}

#bg-contato
{
	background: url(../imagens/bgs/bg-contato.jpg) no-repeat fixed top center;
}

#estilo-h1
{
	color:#a48101;
	font-size:36px;
}

#estilo-h2
{
	color:#a48101;
	font-size:100px;
}

.container
{
	width: 950px;
	min-height:900px;
	height:auto;
	margin:0 auto;
}

.header
{
	width:865px;
	height:340px;
	margin:0 auto;
}

.header h1
{
	display:block;
	width:auto;
	height:auto;
	color:#3f4446;
	font-size:14px;
	text-align:right;
	font-weight:bolder;
	margin-bottom:10px;
}

.logotipo
{
	width:865px;
	height:204px;
	text-align:center;
}

.nav ul
{
	padding:0;
}

.nav
{
	width:865px;
	height:95px;
	margin:10px auto 10px auto;
}

.nav li, .nav li a, .nav li a:hover
{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	float:left;
	width:125px;
	height:50px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0px 10px 0px 10px;
	padding:20px 10px 0px 10px;
}

.nav li a, .nav li a:hover
{
	text-decoration:none;
	background:url(../imagens/bgs/btn-menu.png) no-repeat top center;
	margin:0px 10px 0px 10px;
	padding:20px 10px 0px 10px;
	color:#3d3d3d;
	font-family: "Myriad Web", "Arial Narrow", sans-serif;
}

.nav li a:hover
{
	background:url(../imagens/bgs/btn-menu-hover.png) no-repeat top center;
	color:#f8c300;
}

.banner
{
	width:865px;
	height:345px;
	margin:0 auto;
}

.content
{
	width:825px;
	min-height:250px;
	height:auto;
	background:url(../imagens/bgs/bg-content.png) repeat-y top center;
	padding:10px;
	margin:0 auto;
}

.content-left, .content-right
{
	float:left;
	width:390px;
	margin-right:20px;
	height:auto;
}

.content-right
{
	float:right;
	margin-left:20px;
	margin-right:0px;
}

.content h1, .content h2
{
	color:#3f4446;
	font-size:36px;
	font-family: "Myriad Web", "Arial Narrow", sans-serif;
	font-weight:100;
}

.content h2
{ font-size:18px;
}

.footer
{
	width:835px;
	height:70px;
	padding:5px;
	margin:0 auto;
	background: #f8c300;
	font-size:14px;
	text-align:center;
}

.clear
{
	clear:both;
}

.botao
{
	border:1px solid #000;
	width:68px;
	height:23px;
	background:url(../imagens/bgs/btn.jpg) repeat-x top center;
}

.modalidade-grade
{
	width:125px;
	height:auto;
	padding:5px;
	border-right:dotted #FF9900 1px;
	float:left;
	font-size:12px;
}

.modalidade-grade span
{
	width:auto;
	background:#f1f1f1;
	color:#F90;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	height:20px;
	margin-bottom:5px;
	padding:5px;
	text-align:center;
		font-size:12px;
}

.barra
{
	width:100%;
	height:5px;
	background:#F90;
	margin:5px 0px 5px 0px;
}
	

	
	