body {
background:url(../images/bg_site.png) repeat-x #B2B1BE;
margin: 0px;
padding:0;
text-align:center; /* hack para o IE */
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#333;
}

/*---------------------------------------------
	- QUADRO PRINCIPAL
---------------------------------------------*/

#container {
	width:1000px;
	margin:0 auto; 
	text-align:left; /* "remédio" para o hack do IE */
	position: relative;
	background:#FFF;
	border-bottom:solid 1px #fff;
}
	
/*---------------------------------------------
	- TOPO DO SITE
---------------------------------------------*/


#header {
	width: 1000px;
	height: 264px;
	background:url(../images/bg_header.png) no-repeat;
}


.header-atendimento a {
	font-size:10px;
	text-align:center;
	display: block;
	text-decoration: none;
	color:#beddee;
}

#header-topbar {
	width:300px;
	height:30px;
	margin-left:100px;
	float:left;
	color:#FFF;
	background:url(../images/bg_top.png) center;
}

#topmenu a {
	font-size:14px;
	color:#FFF;
	display: block;
	text-decoration: none;
	color:#FFF;
	margin:10px;
}

#topmenu a:hover {
	text-decoration:none;
	color:#CCC;
}

.header-links {
	margin:
	width:340px;
	height:30px;
	float:right;
	color:#FFF;
	text-align:right;
	font-size:12px;
}

.header-links a {
	margin-left:13px;
	float:right;
	text-align:center;
	display: block;
	text-decoration: none;
	color:#beddee;
}

.header-links a:hover {
	text-decoration:none;
	border-bottom:#fde732 1px dotted;
	color:#fde732;
}


/*---------------------------------------------
	- MENU
---------------------------------------------*/

#navbar {
	font-family:Arial, Helvetica, sans-serif;
	width: 900px;
	text-align:center;
	float:right;
	clear:both;
}

#navbar ul {
	height: 100px;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#navbar li {
	width: 100px;
	display: block;
	float:right;
	margin: 5px;
}

#navbar a {
	width: 100px;
	height: 25px;
	display: block;
	float: left;
	padding-top:5px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	border:1px #0387d3 solid;
	background:#005AA0;
}

#navbar a:hover {
	background: url(../images/bt_up.png);
	width: 100px;
	text-decoration: none;
	color:#fff;
}

#navbar .current_page_item a {
	color: #000;
}

/*---------------------------------------------
	- CONTEÚDO
---------------------------------------------*/

.content {
	width:600px;
	float:left;
	margin:20px;
	padding:5px;
	background:#FFF;
	display: table;
}

.page-div {
	width: 100%;
	margin: 10px;
}

.destaque {
	margin:20px;
	height:310px;
	background:  url(../images/bg_destaque.png) no-repeat;
}

.sidebar {
	width:300px; 
	float:right;
	margin:20px;
	background:url(../images/bg_sidebar.png) repeat-y;
	color:#06C;
	font-size:12px;
}

.sidebar-header {
	width:250px;
	margin:10px;
	float:right;
}

.sidebar h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#06C;
}

.box-login-container {
	width:200px;
	height:150px;
	float:left;
	background:  url(../images/box_login.png) no-repeat;
}

.box-login-title {
	width:100%;
	margin:10px;
	font: 16px "Comic Sans MS", cursive;
	color:#06C;
}

.box-login-content {
	width:100%;
	margin: 10px;
}

.obg {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#900;
}

.underline {
	border-bottom:1px solid #06C;
}

	
/*---------------------------------------------
	- RODAPÉ
---------------------------------------------*/

#footer {
	width:100%;
	height: 40px;
	clear:both;
	background:#005197;
}

.footer-content {
	text-align:center;
	height:32px;
	width:1000px;
	color:#000;
	font-family:"Comic Sans MS", cursive;
	font-size:14spx;
	margin:0 auto; 
	text-align:left; /* "remédio" para o hack do IE */
	position: relative;
	background:url(../images/bg_footer.png) no-repeat center #CCC;
}


/*---------------------------------------------
	- FORMATAÇÃO
---------------------------------------------*/

.form-label {
	width:100%;
	padding:5px;
	background:#E8E8E8;
	margin-bottom:10px;
}
/*---------------------------------------------
	- FORMATAÇÃO
---------------------------------------------*/

.title {
	width:960px;
	margin:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:#005197;
	border-bottom:2px solid #005197;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#F60;;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#06C;
}
