@charset "utf-8";

/* --------------------------------------------------------------------
 *
 * Filename:		styles_base.css
 * Description:		Arquivo de regras bascias do site
 * Version:			1.0.0 (2009-05-07)
 * Website:			http://www.abrafit.org.br/
 * Author:			Luiz R. Albano Jr. - iDesk Informática
 *
 * == STRUCTURE =======================================================
 *
 * Page width: 780px (static)
 * Number of columns: 02
 *
 * $__globals		Definicoes de estilos a elementos globais
 * $__header		Definicoes do cabecalho das paginas
 * $__menu			Definicoes do menu de navegacao
 * $__content		Definicoes do conteudo central e a side bar das paginas
 * $__footer		Definicoes do rodape das paginas
 * -------------------------------------------------------------------- */

/* $__globals
 * --------------------------------------------------------------------*/
 
body,h1,h2,h3,h4,h5,h6,h7,div,p,pre,br,hr,span,a,ol,ul,li,table,tr,th,td,
form,label,fieldser,input,select,embed,object {
	margin:0;
	padding:0;
}

img { border:0; }

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

body {
	background:url(images/fundo-site.jpg) repeat-x #E7E2BA;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
	float:none;
	display:block;
	overflow:hidden;
	visibility:hidden;
	height:0;
}

.marca {
	color:#037248;
	font-weight:bold;
}

#shadow {
	width:788px;
	margin:auto;
	background:url(images/fundo-sombra.jpg) repeat-y;
	text-align:left;
}

h1 { font-size:24px; }
h2 { font-size:18px; }
h3 { font-size:16px; }



/* $__header
 * --------------------------------------------------------------------*/
#header {
	background:url(images/fundo-header.jpg) no-repeat;
	position:relative;
	width:780px;
	height:168px;
	margin:0 4px;
	z-index:10;
}

#header .logo {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#header h1 a {
	background:url(images/logo.jpg) no-repeat;
	width:175px;
	height:90px;
	float:left;
	clear:left;
}

#header .minimenu {
	position:absolute;
	width:100px;
	bottom:0px;
	right:0px;
	background:#00FFFF;
	text-align:right;
}

#header div.minimenu .home,
#header div.minimenu .contact,
#header div.minimenu .sitemap {
	position:absolute;
	background:none;
	width:16px;
	height:16px;
}

#header div.minimenu .home { right:52px; bottom:14px; }
#header div.minimenu .contact { right:29px; bottom:19px; }
#header div.minimenu .sitemap { right:5px; bottom:22px; }



/* $__menu
 * --------------------------------------------------------------------*/
#menu {
	position:relative;
	float:left;
	z-index:20;
	margin:-38px 0 0 4px;
	padding:17px 0 5px 0;
	width:185px;
	background:url(images/menu-top-div.jpg) no-repeat top left #FEF5CD;
}

#menu .first_level,
#menu .second_level {
	list-style:none;
}

#menu ul.first_level li {
	background:url(images/fundo-item-menu.gif) no-repeat top left #037248;
	
}

#menu ul.first_level li a {
	display:block;
	width:155px;
	height:15px;
	padding:3px 5px 3px 25px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu ul.first_level li a:hover {
	background:#A5BE00;
	color:#037248;
}

#menu ul.second_level li {
	background:#FEF5CD;
	border-bottom:1px solid #037248;
}

#menu ul.second_level li a {
	color:#037248;
	padding:2px 5px 2px 24px;
}

#menu ul.second_level li a:hover {
	background:#037248;
	color:#FFF;
}

#frmNewsletter {
	background:url(images/fundo-newsletter.jpg) no-repeat;
	width:185px;
	margin:2px 0 5px 0;
	font-size:11px;
}

#frmNewsletter h3 {
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/title-newsletter.jpg) no-repeat;
	width:121px;
	height:18px;
	margin:7px 0 0 0;
}

#frmNewsletter p {
	margin:5px 3px 5px 5px;
}

#frmNewsletter label {
	display:block;
	margin:0 0 0 5px;
}

#frmNewsletter input {
	width:160px;
	margin:0 0 5px 5px;
	padding:2px 3px;
}

#menu .anvisa {
	text-align:center;
}



/* $__content
 * --------------------------------------------------------------------*/ 
#content {
	margin:0 4px 10px 0;
	float:right;
	width:590px;

}
 
 
 
 /* $__footer
 * --------------------------------------------------------------------*/
#footer {
	background:url(images/fundo-footer.png) repeat-x #D3E6DF;
	position:relative;
	clear:both;
	float:none;
	margin:0 4px;
	padding:15px 10px 8px 10px;
	*padding:10px 10px 8px 10px;
	font-size:11px;
}

#footer .menu-footer {
	list-style:none;
}

#footer .menu-footer li {
	float:left;
	margin-right:15px;
}

#footer a {
	color:#037248;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#logo-billjr {
	position:absolute;
	right:5px;
	bottom:5px;
}

#border-footer {
	width:788px;
	margin:auto;
	overflow:hidden;
	height:4px;
	background:url(images/border-footer.jpg) no-repeat;
}
