@charset "utf-8";
/* CSS Document */

@font-face {

	font-family:PillGothic300mg-Regular;


	src: url("fontes/PillGothic300mg-Regular.ttf");

}



@font-face {

	font-family:PillGothic300mg-Bold;

	font-style:normal;

	font-weight:normal;

	src: url("fontes/PillGothic300mg-Bold.ttf");

}



@font-face {

	font-family:PillGothic300mg-Semibd;

	font-style:normal;

	font-weight:normal;

	src: url("fontes/PillGothic300mg-Semibd.ttf");

}



* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-family:"PillGothic300mg-Regular",Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:22px;
}

body {
	background-color:#FFF;
}

/* ===============  TOPO  =================*/

#topo {
	width:100%;
	height:141px;
	background-image:url(img/bg_topo.jpg);
	background-repeat:repeat-x;
}

#conteudo_topo {
	width:890px;
	height:141px;
	margin-left:auto;
	margin-right:auto;	
}

#conteudo_topo h1 {
	display:block;
	float:left;
}

#orcamento {
	margin-top:50px;
	float:right;
}

#botao_cotacao {
	display:block;
	font-size:10px;
	font-family:PillGothic300mg-Bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #333;
	color:#565656;
	padding-left:5px;
	padding-right:5px;
	background-image:url(img/bg_botao_orcamento.jpg);
	background-repeat:repeat-x;
	background-position:left;
	cursor:pointer;
	height:25px;
}

#botao_cotacao .letra_a {
	font-family:Helvetica, sans-serif;
	color:#565656;
	font-weight:bold;
	font-size:10px;
}

#botao_cotacao span {
	color:#00768e;
	font-size:10px;
	font-family:PillGothic300mg-Semibd;
}

#box_orcamento {
	position:absolute;
	width:325px;
	min-height:148px;
	opacity:0.9;
	display:none;
	background-color:#e7e7e7;
	margin-left:-249px;
	margin-top:3px;
	-moz-box-shadow: -5px 5px 10px -5px #000;
	-webkit-box-shadow: -5px 5px 10px -5px #000;
	box-shadow: -5px 5px 10px -5px #000;
	padding:15px;
	font-size:11px;
}

#box_orcamento .campo_pequeno {
	width:50%;
	float:left;
	line-height:15px;
}

#box_orcamento .campo_pequeno input {
	width:115px;
	float:right;
	margin-right:10px;
	outline:none;
	background-color:transparent;
	color:#333;
	margin-top:1px;
	
}

#campo_mensagem {
	display:block;
	width:315px;
	height:85px;
	min-width:315px;
	min-height:85px;
	max-width:315px;
	max-height:85px;
	border:1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin-top:5px;
	font-size:12px;
	padding:5px;
}

#botao_enviar {
	cursor:pointer;
	border:1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top:2px;
	padding-left:3px;
	padding-right:3px;
	float:right;
	width:65px;
	height:22px;
	line-height:25px;	
}

#campo_retorno {
	font-weight:bold;
	color:#00768e;
}

#campo_retorno span {
	color:#c3637b;
}

/* ===============  CONTEÚDO  =================*/

#conteudo {
	width:890px;
	min-height:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:35px;
	font-size:18px;
	color:#4f676f;	
}

#lista_thumbs {
	display:block;
	width:100%;
	height:159px;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	margin-top:35px;
	padding-top:40px;
	padding-bottom:35px;
	list-style:none;
}

#lista_thumbs li {
	display:block;
	width:135px;
	height:160px;
	margin-left:43px;
	margin-right:43px;
	float:left;
}

#lista_thumbs li span {
	display:block;
	width:127px;
	height:127px;
	border:4px solid #325f74;
	background-position:center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-repeat:no-repeat;
	background-color:#FFF;
}

#aviao {
	background-image:url(img/aviao.jpg);
}

#etiqueta {
	background-image:url(img/etiqueta.jpg);
}

#boneco {
	background-image:url(img/boneco.jpg);
}

#camera {
	background-image:url(img/camera.jpg);
}

#lista_thumbs li p {
	display:block;
	width:100%;
	height:15px;
	margin-top:17px;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	color:#325f74;
	font-family:PillGothic300mg-Semibd;
}

#lista_marcas {
	display:block;
	margin-top:30px;
	width:890px;
	height:44px;
	list-style:none;	
}

#lista_marcas li {
	display:block;
	float:left;
	margin-right:27px;
}

#lista_marcas li.ultimo {
	margin-right:0px;
}




/* ===============  RODAPÉ  =================*/

#rodape {
	width:100%;
	min-height:140px;
	background-color:#bebfc3;
	padding-top:35px;
	padding-bottom:30px;
	font-size:15px;
	line-height:17px;
}

#conteudo_rodape {
	width:890px;
	min-height:140px;
	margin-left:auto;
	margin-right:auto;
}

#conteudo_rodape p {
	display:block;
	width:490px;
	float:left;
}


#conteudo_rodape span {
	font-size:11px;
	color:#FFF;
}

#conteudo_rodape strong {
	color:#000;
	font-family:PillGothic300mg-Bold;
	font-size:15px;
}


#div_mapa {
	width:300px;
	height:140px;
	float:right;
}

