@charset "utf-8";
/*
** body
** 		: default settings
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #c6c6c6;
	margin: 0;
}

/*
** h1
** h2
*/
h1 {
	color: #004b8d;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

h2 {
	color: #004b8d;
	font-size: 14px;
	font-weight: bold;
}

/*
** a
** 		: general link style
*/
a {
	color: #f03034;
}

/*
** #shadow
**		: shadow around the content
*/
#shadow {
	width: 1020px;
	background-image: url(../img/fnd_shadow.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 8px;
	overflow: hidden;
}

/*
** #container
** #container_chat
**		: container that holds all elements in the page
*/
#container {
	width: 1004px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

#container_chat {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

/*
** #header
**  #logo
**		: contains the logo, top menu, main menu and secondary menu
*/
#header {
	width: 100%;
	height: 150px;
	background-image: url(../img/fnd_mainmenu.gif);
	background-repeat: repeat-x;
}

#header #logo {
	width: 162px;
	height: 100px;
	float: left;
	clear: both;
}

/*
**  #main_menu
**   .menu_item
**   .menu_on
**		: contains the logo and menu level 1
*/

#header #main_menu {
	width: 924px;
	height: 17px;
	color: #fff;
	font-size: 12px;
	padding-left: 80px;
	padding-top: 2px;
	overflow: hidden;
	clear: left;
	align: center;
	background-color: #f03034;
}

#header #main_menu .menu_item {
	padding: 0 12px;
	float: left;
}

#header #main_menu a.menu_link {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#header #main_menu a.menu_link:hover {
	text-decoration: underline;
}

#header #main_menu a.menu_item:hover {
	text-decoration: underline;
}

#header #main_menu .menu_on {
	height: 50px;
	float: left;
}

#header #main_menu .menu_on .left {
	background-image: url(../img/fnd_menuon_left.gif);
	background-position: 0 -1px;
	width: 10px;
	height: 22px;
	float: left;
}

#header #main_menu .menu_on .right {
	background-image: url(../img/fnd_menuon_right.gif);
	background-position: 0 -1px;
	width: 10px;
	height: 22px;
	float: left;
}

#header #main_menu .menu_on .menu_on_text {
	background-image: url(../img/fnd_menuon.gif);
	background-position: 0 -1px;
	background-repeat: repeat-x;
	color: #f03034;
	font-size: 12px;
	padding: 0 3px;
	height: 22px;
	float: left;
}

#header #main_menu .separator {
	color: #fff;
	float: left;
}

/*
** #secondary_menu
**  .menu2_left
**  .menu2
**  .menu2_right
**  a.menu2
**  .separator
**		: menu level 2
*/

#header #secondary_menu {
	width: 800px;
	height: 31px;
	background-color: #fff;
	overflow: hidden;	
	margin-left: 153px;	
}

#header #secondary_menu .menu2_left {
	width: 17px;
	height: 23px;
	background-image: url(../img/fnd_menu2_left.gif);
	float: left;
}

#header #secondary_menu .menu2 {
	height: 23px;
	background-image: url(../img/fnd_menu2.gif);
	background-repeat: repeat-x;
	float: left;
}

#header #secondary_menu .menu2_right {
	width: 17px;
	height: 23px;
	background-image: url(../img/fnd_menu2_right.gif);
	float: left;
}

#header #secondary_menu a.menu2 {
	color: #848684;
	text-decoration: none;
	padding-top: 3px;
	float: left;
	font-size: 11px;
}

#header #secondary_menu a.menu2:hover {
	text-decoration: underline;
}

#header #secondary_menu .separator {
	color: #848684;
	margin: 0 11px;
	padding-top: 3px;	
	float: left;
}

/*
** #banner
**		: main banner
*/
#banner {
	width: 100%;
	height: 236px;
	border-bottom: #cccccc solid 1px;
	border-top: #cccccc solid 1px;	
}

/*
** #breadcrump
**  a.item_on
**  .item_off
**		: breadcrump
*/
#breadcrump {
	width: 100%;
	height: 14px;
	margin-bottom: 16px;
	margin-left: 10px;
}

#content #main_content #breadcrump {
	margin-left: 0px;
}

#breadcrump a.item_on {
	color: #f03034;
	text-decoration: none;
}

#breadcrump a.item_on:hover {
	text-decoration: underline;
}

#breadcrump .item_off {
	color: #666;
}

/*
** #content
** #content_chat
**		: contains all content items of the page
*/
#content {
	width: 100%;
	min-height: 550px;
	margin-top: 20px;
	clear: both;
}

#content_chat {
	width: 99%;
	margin-top: 20px;
	clear: both;
	padding: 0 20px;
}

/*
** #content #main_content_right
**		: contains all information content items of the page (position right)
*/
#content #main_content_right {
	width: 695px;
	height: 100%;
	float: left;
	background-color: #fff;
}

/*
** #content #main_content
** #content #main_content_home
** #content #main_content_chat
**		: contains all information content items of the page
*/
#content #main_content {
	width: 742px;
	margin-left: 20px;
	float: left;
	background-color: #fff;
	clear: both;
}

#content #main_content_home {
	width: 762px;
	float: left;
	background-color: #fff;
	clear: both;
}

#content #main_content_chat {
	width: 100%;
	float: left;
	background-color: #fff;
	clear: both;
}
/*
** #content #main_content_home #financiando
**  .top
**  .top .title
**  .item_title
**  .middle
**  .bottom
**		: "Financiando o seu sonho" section
*/
#content #main_content_home #financiando {
	width: 294px;
	margin-left: 7px;
	float: left;
	display: inline;
}

#content #main_content_home #financiando .top {
	width: 294px;
	height: 20px;
	background-image: url(../img/fnd_financiando_top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;	
	overflow: hidden;	
	margin-left: 0px;
}

#content #main_content_home #financiando .top .title {
	color: #004b8d;
	font-size: 20px;
	background-color: #fff;
	display: inline;
	padding: 0 10px;
	overflow: hidden;
}

#content #main_content_home #financiando .item_title {
	font-size: 14px;
	color: #004b8d;
}

#content #main_content_home #financiando .middle {
	background-image: url(../img/fnd_financiando_middle.gif);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	width: 252px;
	min-height: 400px;
	padding: 20px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	margin-left: 0px;
/* IE6 */
	height: 400px; 
/* /IE6 */
}

#content #main_content_home #financiando .bottom {
	background-image: url(../img/fnd_financiando_bottom.gif);
	width: 294px;
	height: 5px;
	overflow: hidden;
	margin-left: 0px;
}

/*
** #content #main_content_home #produtos
**  .top
**  .top .title
**  .middle
**   .item_title
**   .item_image
**   a.more
**  .bottom
**		: Next promotions in the home page
*/

#content #main_content_home #produtos {
	width: 445px;
	float: right;
	clear: right;
	display: inline;
	margin-bottom: 20px;
}

#content #main_content_home #produtos .top {
	width: 445px;
	height: 20px;
	background-image: url(../img/fnd_produtos_top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;	
	overflow: hidden;
}

#content #main_content_home #produtos .top .title {
	color: #004b8d;
	font-size: 20px;
	background-color: #fff;
	display: inline;
	padding: 0 10px;
	overflow: hidden;
}

#content #main_content_home #produtos .middle {
	background-image: url(../img/fnd_produtos_middle_ie6.gif);
	background-repeat: no-repeat;
	background-color: #fff;	
	background-position: bottom;
	padding: 20px 10px;
	width: 425px;
	border: 0px;
	display: block;
}

#content #main_content_home #produtos .middle .item_title {
	font-size: 14px;
	font-weight: bold;
	color: #004b8d;
}

#content #main_content_home #produtos .middle .item_image {
	background-image: url(../img/fnd_item_image.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	padding-top: 2px;
	padding-left: 2px;
}

#content #main_content_home #produtos .middle a.more:hover {
	text-decoration: underline;
}

#content #main_content_home #produtos .bottom {
	background-image: none;
}

/*
** .break
**		: forces a line break
*/
.break {
	clear: both;
}

/*
** #footer
**		: Footer and copyright information
*/
#footer {
	width: 100%;
	height: 44px;
	text-align: center;
	border-top: #ccc solid 1px;
	padding-top: 16px;
	clear: both;
	font-size: 11px;
	font-weight: normal;
}

/*
** #content #side_banners
**  .banner
**		: contains the side banners
*/
#content #side_banners {
	width: 217px;
	float: right;
	margin-right: 7px;
}

#content #side_banners .banner {
	width: 210px;
	height: 220px;
	background-image: url(../img/fnd_banner.gif);
	background-repeat: repeat-x;
	margin-bottom: 44px;
	padding-top: 8px;
	padding-left: 7px;
}

/*
** #content #side_menus
**  .top
**  .top .title
**  .bottom
**  .item
**  .item_last
**  .title
**		: contains the side menus on the left
*/
#content #side_menus {
	width: 250px;
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-image: url(../img/fnd_sidemenu_bottom.gif);
	background-repeat: repeat-y;
}

#content #side_menus .top {
	width: 250px;
	background-image: url(../img/fnd_sidemenu_top.gif);
	background-repeat: no-repeat;
}

#content #side_menus .top .title {
	width: 214px;
	color: #f03034;
	font-size: 16px;
	padding: 25px 12px 0 0;
	margin-left: 12px;
	border-bottom: #ff6600 solid 1px;
}

#content #side_menus .bottom {
	width: 226px;
	padding: 0 12px 12px 12px;
	border-bottom: #a0a0a0 solid 1px;
}

#content #side_menus .item {
	width: 210px;
	background-image: url(../img/img_arrow_right.gif);
	background-position: 0 16px;
	background-repeat: no-repeat;
	padding: 12px 0 12px 16px;
	border-bottom: #cccccc solid 1px;
}

#content #side_menus .item_last {
	width: 210px;
	background-image: url(../img/img_arrow_right.gif);
	background-position: 0 16px;
	background-repeat: no-repeat;
	padding: 12px 0 12px 16px;
}

#content #side_menus a.title {
	color: #f03034;
	text-decoration: none;
}

#content #side_menus a.title:hover {
	text-decoration: underline;
}

/*
** .list_item
**		: unordered lists with blue arrow
*/
.list_item {
	background-image: url(../img/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
}

/*
** a.more
**		: link for more information with blue arrow
*/
a.more {
	background-image: url(../img/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	color: #f03034;
	text-decoration: none;
	padding-left: 22px;
}

a.more:hover {
	text-decoration: underline;
}

/*
** #main_title
** #main_title_chat
**  a.back
**		: main title of page
*/

#main_title  {
	width: 100%;
	height: 20px;
	background-image: url(../img/fnd_title.gif);
	background-repeat: repeat-x;
}

#main_title #title {
	color: #004b8d;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	display: inline;
	float: left;
	padding-right: 5px;
}

#main_title a.back {
	background-image: url(../img/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	color: #f03034;
	text-decoration: none;
	padding-left: 22px;
	float: right;
}

#main_title a.back:hover {
	text-decoration: underline;
}

/*
** .picture
**		: border around the picture
*/
.picture {
	border: #cccccc solid 1px;
	margin-right: 10px;
}

/*
** .introduction
**		: introduction text in content
*/
.introduction {
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

/*
** .text
**		: general text, with justified alignment
*/
.text {
	text-align: justify;
}

/*
** td.normal
** td.col_title
** td.background_1
** td.background_2
** .cell_title
**		: table styles
*/
td.normal {
	border-bottom: #eaeaea solid 1px;
	padding: 5px 2px;
}

.cell_title {
	color: #2a317d;
	font-weight: bold;
}

td.col_title {
	font-weight: bold;
	border-bottom: #eaeaea solid 1px;
	padding: 5px 2px;	
}

td.background_1 {
	background-color: #dddfe9;
	border-bottom: #eaeaea solid 1px;
	padding: 5px 2px;	
}

td.background_2 {
	background-color: #b7bad5;
	border-bottom: #eaeaea solid 1px;
	padding: 5px 2px;	
}

/*
** .formulario
** .form_title
** input.form
** textarea.form
**		: form styles
*/
.formulario {
	background-image: url(../img/fnd_form.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
	padding: 20px;
	border: #cccccc solid 1px;
}

.form_title {
	color: #004b8d;
	font-size: 12px;
	font-weight: bold;
}

input.form {
	border: #f03034 solid 1px;
	width: 220px;
	color: #666;	
	font-size: 13px;
	margin-bottom: 10px;
}

textarea.form {
	border: #f03034 solid 1px;
	width: 425px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;	
	margin-bottom: 10px;
}

/*
** .chat_room
** input.chat
** textarea.chat
**		: chat styles
*/
.chat_room {
	background-image: url(../img/fnd_form.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-bottom: 30px;	
	padding: 20px;
	border: #cccccc solid 1px;
}

input.chat {
	border: #f03034 solid 1px;
	width: 100%;
	color: #666;	
	font-size: 13px;
	margin-bottom: 10px;
}

textarea.chat {
	border: #f03034 solid 1px;
	width: 88%;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;	
	margin-bottom: 10px;
}