/* Estilos Gerais */
/******************************************************************/
* 				{ padding: 0; margin: 0; }
body 			{ background: #DEDEDA url(../images/fundo.jpg) repeat-x; margin-bottom: 15px;}
img 			{ border: 0; }
p 				{ margin-bottom: 15px; 	_margin-bottom: 10px;}
li				{ list-style-position: inside; }
a:link 		{ color: #D95C11; text-decoration: none; }
a:visited 	{ color: #D95C11; text-decoration: none; }
a:hover 		{ color: #EE6D20; text-decoration: underline; }
a:active	 	{ color: #D95C11; text-decoration: none; }

/* Estilos Estrutura do Site */
/******************************************************************/
#fundo{
/*	background: url(../images/fundo.jpg) no-repeat center 0px;*/
/*	background: url(../images/fundo.jpg) repeat-x top;*/
}
#container{
	position: relative;
	left: 484px;
	width: 888px;
	margin-left: -385px;
	top: 20px;
	height: 455px;




}
#limita{
	width: 770px;
	background-color: #FFF;
}
.nostyle{
	display: none;
}
.clearFloat{
	clear: both;
}

/* Estilos do Topo */
/******************************************************************/
#topo{
	height: 229px;
}
#toposHome{
	position: absolute;
	right: 0;
	top: 53px;
	z-index: 1;
	height: 204px;
	overflow: hidden;
	left: 260px;
	width: 524px;


}
#topoLogo{
	position: absolute;
	display: block;
	top: 41px;
	width: 328px;
	_width: 323px;
	height: 179px;
	_height: 174px;
	padding: 50px 0 0 15px;
	background: transparent url(../images/logo_fundo.png) no-repeat;
	z-index: 2;
	left: 4px;

}
#topoLogo{
	/* Hack pata fazer o IE reconhecer Background PNG transparente */
	_background-image: url(images/logo_fundo.png) !important;
	_background-image: none;
	_filter: none !important;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/logo_fundo.png, sizingMethod='scale');
}

/* Estilos do Menu */
/******************************************************************/
.menu{
	position: absolute;
	top: 0;
	height: 45px;
	z-index: 3;
}
.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li{
	height: 45px;
	float: left;
}
.menu li a{
	display: block;
	height: 100%;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7{ position: relative; }

.menu #menu1			{ width: 109px; }
.menu #menu2			{ width: 104px; }
.menu #menu3			{ width: 113px; }
.menu #menu4			{ width: 104px; }
.menu #menu5			{ width: 112px; }
.menu #menu6			{ width: 122px; }
.menu #menu7			{ width: 106px; }

/* Estilos do Corpo no Meio */
/******************************************************************/
#corpo{
	background: #FFF url(../images/base.jpg) bottom no-repeat;
}
#corpoPrincipal{
	position: relative;
	float: right;
	width: 523px;
	margin-right: 14px;
	_margin-right: 6px;
}
#CorpoLateral{
	position: relative;
	float: left;
	width: 206px;
	_width: 210px;
	margin-left: 14px;
	_margin-left: 7px;
}
#homeCorpoPrincipal{
	position: relative;
	float: left;
	width: 523px;
	margin-left: 14px;
	_margin-left: 7px;
}
#homeCorpoLateral{
	position: relative;
	float: right;
	width: 206px;
	margin-right: 14px;
	_margin-right: 6px;
}

/* Caixas de Texto */
/******************************************************************/
.box, .boxHalf {
	background: transparent url(../images/title_bg_full.jpg) no-repeat;
	color: #333;
	font: normal 12px Arial;
	line-height: 140%;
	text-align: justify;
	margin-bottom: 25px;
	_margin-bottom: 25px;
	padding: 10px 17px 0 17px;
}
.boxHalf {
	background: transparent url(../images/title_bg_half.jpg) no-repeat;
	padding: 10px 15px 0 15px;
}
.box h2, .boxHalf h2{
	font: normal 22px Arial;
	color: #D14719;
	margin-bottom: 10px;
}
.boxHalf h2{
	font-size: 18px;
}
.box h3{
	font: bold 14px Arial;
	margin-bottom: 10px;
}
#homeCorpoPrincipal .box h2, #homeCorpoLateral .boxHalf h2{
/*	font-weight: normal;  Se colocar o título negrito, aqui deixa normal para Home*/
}
#corpoLateral .box{
	text-align: left;
}
.boxContent{
/*	padding: 5px;
	padding-top: 15px;
*/
}
.separador{
	border: 1px solid #DCDCDC;
	margin-bottom: 15px;
	_margin-bottom: 10px;
	clear: both;
}
#box h4{
/*	background: url(../images/arrow.jpg) no-repeat;
	display: block;
	color: #006699;
	font: bold 12px Arial;
	padding-left: 22px;
	margin-bottom: 7px;
*/
}
.boxTitle{
	font: bold 12px Verdana;
	margin-bottom: 15px;
}
.boxTitle strong{

}

/* Estilos da Base */
/******************************************************************/
#base{
	height: 70px;
	clear: both;
	color: #FFF;
	font: normal 10px Verdana;
}
#baseAdress{
	position: absolute;
	bottom: 11px;
	left: 16px;
	top: 412px;

}
#baseTel{
	position: absolute;
	bottom: 11px;
	left: 249px;
	top: 409px;
	width: 159px;
	height: 37px;



}
#baseTel div{
	background: transparent url(../images/base_tel.png) no-repeat;
	display: block;
	text-indent: -999em;
	margin-top: 5px;
	width: 168px;
	height: 19px;
}
#baseTel div{
	/* Hack pata fazer o IE reconhecer Background PNG transparente */
	_background-image: url(images/base_tel.png) !important;
	_background-image: none;
	_filter: none !important;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/base_tel.png, sizingMethod='scale');
}
#logoVisnet{
	position: absolute;
	bottom: 13px;
	right: 30px;
}

/* Estilo para Tabelas: .tableStyle */
/******************************************************************/
.tableStyle{
	border-top: 1px solid #BDC7D1;
	border-left: 1px solid #BDC7D1;
}	
.tableStyle td, .tableInvest th{
	font-size: 10px;
	font-family: Verdana;
	padding: 2px;
	border-right: 1px solid #BDC7D1;
	border-bottom: 1px solid #BDC7D1;
}
.tableStyle th{
	background-color: #EBEEF1;
}

/* Formulário Padrão */
/******************************************************************/
.formRadio{
	height: 13px;
}
.formTable{
	font: 10px Verdana;
}	
.formTable td{
	padding-bottom: 5px;
}
.formTable th{
	text-align: right;
	padding-right: 5px;
	color: #444;
}
.formtable .formText, .formtable .formTextSmall, .formtable .formSelectSmall{
	font: normal 11px Verdana;
	color: #444;
	padding-left: 2px;
	padding-top: 1px;
	border: 1px solid #ccc;
	width: 445px;
	height: 18px;
	background-color: #F9F9FB;
}
.formtable .formTextSmall, .formtable .formSelectSmall{
	width: 210px;
}
.formButton{
	background: url(../images/button.jpg) no-repeat;
	height: 26px;
	font: bold 11px Verdana;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 3px;
	_padding-bottom: 2px;
	border: none;
	cursor: pointer;
}
.formButton:hover{
	color: #FFD700;
}
.formButtonBox{
	padding-top: 10px;
	text-align: right;
}
.formSelect{
	
}
.formRadio{
	margin-top: 3px;
}
.formCheck{
	margin-top: 3px;
	_margin: 0;
}

