/*GERAL*/
*{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*TAGS*/
html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

a{
	overflow: hidden;
	text-decoration: none;
}

hr{
	display: none;
}

img, fieldset{
	border: 0;
}

li{
	list-style: none;
}

table{
	border-collapse: collapse;
}

button{
	cursor: pointer;
}

textarea{
	overflow: auto;
}

input, select, textarea{
	outline: none;
}

/*CONTAINER*/
.container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1;
	background: #000 url(../img/bg.jpg);
}

.full{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*MAIN*/
.main{
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -285px 0 0 -500px;
	padding-top: 25px;
}

/*HEADER*/
.header{
	height: 67px;
	overflow: hidden;
}

.header h1{
	width: 106px;
	height: 23px;
	float: right;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../img/logo_honda.png);
	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo_honda.png', sizingMethod='crop');
}

.header .tit{
	float: left;
	padding-left: 5px;
}

.header .tit h2{
	width: 243px;
	height: 29px;
	text-indent: -9999px;
	background-image: url(../img/tit.png);
	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/tit.png', sizingMethod='crop');
}

.header .tit h3{
	width: 400px;
	height: 38px;
	text-indent: -9999px;
	background-image: url(../img/txt.png);
	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/txt.png', sizingMethod='crop');
}

.header .tit h3 br{
	display: none;
}

/*CONTENT*/
.content{
	width: 100%;
	height: 100%;
	clear: both;
}

.content .info{
	width: 250px;
	height: 60px;
	float: left;
}

.content .bt_fechar{
	width: 137px;
	height: 35px;
	float: right;
	text-indent: -9999px;
	background-image: url(../img/bt_fechar.png);
}

.content .filtro{
	width: 545px;
	height: 42px;
	float: left;
	overflow: hidden;
	padding: 16px 25px;
	background-image: url(../img/bg_filtro.png);
}

.content .filtro p{
	float: left;
	display: inline;
	margin-right: 22px;
}

.content .filtro label{
	display: block;
	margin-bottom: 5px;
	color: #A4A4A4;
}

.content .filtro .bairro{
	width: 105px;
}

.content .filtro .cep{
	width: 135px;
}

.content .filtro .cep input{
	float: left;
	display: inline;
	margin-right: 5px;
}

.content .filtro .cep .txt_cep_inicial{
	width: 62px;
}

.content .filtro .cep .txt_cep_final{
	width: 25px;
}

.content .filtro .txt_uf{
	width: 102px;
}

.content .filtro .txt_cidade{
	width: 110px;
}

.content .filtro .txt_bairro{
	width: 100px;
}

.content .local_maps{
	float: left;
	clear: both;
	display: inline;
	margin-top: -20px;
}

.content .local_container{
	width: 280px;
	height: 440px;
	float: left;
	overflow: hidden;
}

.content .local{
	width: 240px;
	height: 304px;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 40px 20px 24px 28px;
	background-image: url(../img/bg_local.png);
}

.logo_selo_garantia{
	width: 90px;
	height: 57px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 10px;
	text-indent: -9999px;
	background-image: url(../img/logo_selo_garantia.png);
	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo_selo_garantia.png', sizingMethod='crop');
}

.preco_sugerido{
	float: left;
	display: inline;
	margin: 5px 0 5px 5px;
	color: #FFF;
}

.content .local .carregando{
	color: #FFF;
}

.content .local_content{
	width: 240px;
	height: 300px;
	margin-top: 5px;
	overflow: auto;
}

.content .local li{
	margin-bottom: 20px;
}

.content .local h3, .content .local h3 a{
	color: #DB2F34;
}

.content .local p, .content .local p a{
	color: #FFF;
}

.content .maps{
	width: 709px;
	height: 441px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
	background-image: url(../img/bg_maps.png);
}

.content .maps .map_canvas{
	width: 660px;
	height: 368px;
	overflow: hidden;
	margin: 45px 0 0 30px; 
}

/*FOOTER*/


/*CLASS*/
p.carregando{
	color: #FFF;
}

#flashcontent{
	width: 100%;
}

#flashcontent a{
	width: 547px;
	height: 549px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -275px 0 0 -273px;
}
