/* ---- CSS
K2M Tecnologia Web (http://www.k2mwweb.com.br)
Title: Similar.com.br
Author: K2M Web ( k2m@k2mweb.com.br ) 
Date: Setembro 2007
---- */
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background: url(../img/home/fd_site.jpg) #FFFFFF;
	background-repeat:repeat-x;
	font-family: tahoma, arial, helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #2B98B7;
	text-decoration: none;
}

/*Fontes Gerais*/

.campoTexto {
	font:arial;
	color:#000000;
	font-size:11px;
	padding-top: 5px;
	padding-left: 5px;
}
.rodape {
	font:tahoma;
	color:#ffffff;
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.rodape a {
	font:tahoma;
	color:#ffffff;
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.rodape a:hover, a:active, a:focus {
	color: #66CCFF;
	text-decoration: none;
}
.buscaGray {
	font:tahoma;
	color:#666666;
	font-size:10px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.destaqueTitulo {
	font:tahoma;
	color:#555756;
	font-size:15px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.destaqueChamada {
	font:tahoma;
	color: #990000;
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.buscaBlue {
	font:tahoma;
	color:#004B75;
	font-size:10px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 1px;
}
.formBusca {
	font:tahoma;
	color:#666666;
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
}
/*Menu Top*/

/***HOME***/

#bt_home {
	position:relative;
	width:83px;
	height:38px;
	background:url(../img/menu/bt_home.jpg) no-repeat;
}
#bt_home a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/menu/bt_home.jpg) no-repeat;
}
#bt_home a:hover {
	background:url(../img/menu/bt_home.jpg) right no-repeat;
}
/***EMPRESA***/

#bt_empresa {
	position:relative;
	width:83px;
	height:38px;
	background:url(../img/menu/bt_empresa.jpg) no-repeat;
}
#bt_empresa a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/menu/bt_empresa.jpg) no-repeat;
}
#bt_empresa a:hover {
	background:url(../img/menu/bt_empresa.jpg) right no-repeat;
}
/***PRODUTOS***/

#bt_produtos {
	position:relative;
	width:83px;
	height:38px;
	background:url(../img/menu/bt_produtos.jpg) no-repeat;
}
#bt_produtos a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/menu/bt_produtos.jpg) no-repeat;
}
#bt_produtos a:hover {
	background:url(../img/menu/bt_produtos.jpg) right no-repeat;
}
/***VENDAS***/

#bt_venda {
	position:relative;
	width:83px;
	height:38px;
	background:url(../img/menu/bt_vendas.jpg) no-repeat;
}
#bt_venda a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/menu/bt_vendas.jpg) no-repeat;
}
#bt_venda a:hover {
	background:url(../img/menu/bt_vendas.jpg) right no-repeat;
}
/***LOCAÇÂO***/

#bt_locacao {
	position:relative;
	width:83px;
	height:38px;
	background:url(../img/menu/bt_locacao.jpg) no-repeat;
}
#bt_locacao a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/menu/bt_locacao.jpg) no-repeat;
}
#bt_locacao a:hover {
	background:url(../img/menu/bt_locacao.jpg) right no-repeat;
}
/***ASSITENCIA***/

#bt_assistencia {
	position:relative;
	width:83px;
	height:38px;
	background:url(../img/menu/bt_assistencia.jpg) no-repeat;
}
#bt_assistencia a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/menu/bt_assistencia.jpg) no-repeat;
}
#bt_assistencia a:hover {
	background:url(../img/menu/bt_assistencia.jpg) right no-repeat;
}
/***CONTATO***/

#bt_contato {
	position:relative;
	width:83px;
	height:38px;
	background:url(../img/menu/bt_contato.jpg) no-repeat;
}
#bt_contato a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/menu/bt_contato.jpg) no-repeat;
}
#bt_contato a:hover {
	background:url(../img/menu/bt_contato.jpg) right no-repeat;
}
/***K2M***/

#bt_k2m {
	position:relative;
	width:101px;
	height:38px;
	background:url(../img/global/k2mlogo.gif) no-repeat;
}
#bt_k2m a {
	height:38px;
	width:auto;
	display:block;
	background:url(../img/global/k2mlogo.gif) no-repeat;
}
#bt_k2m a:hover {
	background:url(../img/global/k2mlogo.gif) right no-repeat;
}
