/* CSS Document */

/***********************************
			geral
***********************************/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.03em;
	color: #494747;
	background-color: #FFFFFF;
}

#container{
	width: 900px;
	background-color: #FFFFFF;
	text-align:left;
}

#geral{
	
	background: #FFFFFF;
}

a{
	color: #333333;
	text-decoration: none;
}

a:visited,actived{
	color: #333333;
	text-decoration:none;
}

a:hover{
	color: #6B970C;
	text-decoration:none;
}

h1{
	padding: 0 5px 5px 5px;
	font-size: 2.0em;
	line-height: 40px;
	color: #004D81;
	letter-spacing: -0.04em;
    font-weight: normal;
}

h2{
	color: #101070;
	font-size: 15px;
	line-height: 0;
	padding: 15px 0 0 0;
}

ul{
	list-style: square;
}

ul li{
	padding:3px 0;
	
}



.listagem li{
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	padding: 0 5px 15px 0;
}
	

hr{
	color: #EAE9E7;
	text-align: center;
	width: 100%;
	height: 1px;
}

.texto_azul_pq{
	font-size: 0.9em;
	color: #413F5E;
	font-weight: normal;
	line-height: normal;
}

.texto{
	color: #666;
	padding: 0;
	margin: 0;
	text-align: left;
}


/***********************************
			formulário
***********************************/
input, select, text{
	border: #aaa 1px solid;
	background-color: #fff;
	font-size: 0.9em;
	padding: 2px;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.radio{
	border: none;
}

.coment{
	font-size: 0.8em;
	padding: 3px;
	letter-spacing: 0em;
	color: #888;
	font-weight: normal;
}

.table_form{
	width: 630px;
/*	border: #413F5E 1px solid;*/
	padding: 3px;
	font-size: 0.9em;	
}

.table_form th{
	line-height: 55px;
	color: #101070;
	font-size: 14px;
	font-weight: bold;
}

.table_form tr{
	line-height: 1.7em;
}

.table_form td{
	padding: 2px;
	line-height: 2.7em;
}

	
/***********************************
			topo
***********************************/
#header{
	background-image: url(topo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 900px;
	height: 130px;
	float: left;
}

.list_menu{
	position: relative;
	top: 83px;
    width: 100%;
	color: #999999;
	font-size: 12px;
    text-align: center;
    font-weight: bold;
}


.list_menu a{
	color: #ffffff;
	margin: 0 0 0 0px;
	padding: 0 15px 0 15px;
	text-align: center;
	line-height: 14px;

    background-position: left bottom;
    background-repeat: no-repeat;
}

.list_menu a:visited{
	color: #ffffff;

}

.list_menu a:actived{
	color: #ffffff;

}

.list_menu a:hover{
	color: #A7D034;

}

/***********************************
			banners
***********************************/
#banner{
	float: left;
	display: inline;
	text-align: left;
	height: 0px;
	background-color: #fff;	
	width: 770px;
	cont. banner ignorar 
	border-top:  #EAE9E7 3px solid;
	border-bottom:  #EAE9E7 3px solid;
}

/***********************************
			Conteudo
***********************************/

#content{
	display: inline;
	float: left;	
}

#content p{
	line-height: 1.8em;
}

#content_left{
	width: 630px;
	padding: 5px 5px 0 15px;
	float: left;
}


#list_price{
	background-color: #fafafa;
	border: #ccc 1px solid;
	border-left: none;
	border-right: none;
	padding: 5px 17px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}
#list_content{
	float: left;	
}

#list_content p{
	background-color: #fff;
	padding: 0 17px;
	font-size: 0.8em;
	width: 100%;
}


#content_right{
	position: relative;
	width: 230px;
	text-align: center;
	float: left;
}

#content_right ul{
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

#content_right ul li{
	width: 230px;
	height: 57px;
	background-image: url(botao.gif);
}

#content_right a{
	color: #FFFFFF;
	font-weight: bold;
	line-height: 56px;
	text-decoration: none;
}

#content_right a:visited,actived{
	color: #FFFFFF;
	text-decoration: none;
}

#content_right a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 233px;
	height: 57px;
	display: block;
	background-image: url(botao_on.gif);
}

blockquote{
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	background-color: #F2F2F2;
	padding: 10px;
	text-align: center;
	font-style: italic;
	border: #ccc 1px solid;
	font-weight: 300;
	color: #7C7979;
	clear: both;
}

.coment2{
	font-size: 0.8em;
	clear: both;	
	padding: 3px;
	letter-spacing: 0em;
	color: #888;
	font-weight: normal;
	background-color: #fafafa;
	border: 1px solid #f4f4f4;
	width: 450px;
}

.caixa{
	clear: both;	
	padding: 3px;
	letter-spacing: 0em;
	font-weight: normal;
	background-color: #fafafa;
	border: 1px solid #f4f4f4;
	width: 450px;
}



/***********************************
			rodape
***********************************/
#footer{
	color: #A1A1A1;
	clear: both;
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
}

/***********************************
			botao
***********************************/
.button {
	background-color:#334587;
	border: #222E60 2px solid;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.button:active, .button:visited{
	color:#fff;
	text-decoration:none;
}

.button:hover{
	background-color: #222E60;
	border: #222E60 2px solid;
	color:#ffffff;
	text-decoration: none;
}

/***********************************
			Validação
***********************************/
.LV_validation_message{
    font-family:verdana;
	font-size:9px;
	font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {}
    
.LV_invalid_field, 
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}



