@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	overflow-x:hidden;
}
a {
	text-decoration: none;
	color: #000;
	outline:none !important;
	border: none !important;
}
b, strong {
	font-weight: bold;
}
img {
	border: none;
}
p {
	margin: 10px;
}
small {
	font-size: 12px;
}
label {
	color:#000000;
	float: left;
	text-align: right;
	margin-right: 15px;
	width:150px;
	padding-top: 5px;
}
input[type="text"] {
	background-color:#CCC;
	padding: 10px;
	width:265px;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: none;
}
input[type="submit"] {
	text-align:center;
	border:none;
	width:70px;
	height:30px;
	cursor: pointer;
	background-image: none;
	background-color: #CCC;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
}
textarea {
	background-color:#CCC;
	padding: 10px;
	width:230px;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
}
/*------------------------ base
----------------------------------*/
#base {
	background-color:#1A2940;
	width:970px;
	margin:0 auto;	
}
#base .conteudo {
	width:900px;
	margin:0 auto;
	padding:30px 0 0 0;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#base a {
	color:#FFF;
}
#base .logotipo {
	display:inline-table;
	width:200px;
}
#base .endereco {
	display:inline-table;
	width:600px;
}
/*------------------------ contato
----------------------------------*/
#contato {
	background-color:#EDEDED;
	width:970px;
	margin:0 auto;	
}
#contato .conteudo {
	width:800px;
	margin:0 auto;
	color:#706E6E;
	text-align:left;
	padding:30px 0 70px 0;
}
#contato label {
	color:#706E6E;
	float: left;
	text-align: left;
	margin-right: 15px;
	width:250px;
	padding-top: 5px;
}
#contato input[type="text"] {
	background-color:#FFF;
	padding: 10px;
	width:300px;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 1px #CCC solid;
}
#contato textarea {
	background-color:#FFF;
	padding: 10px;
	width:340px;
	height:200px;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 1px #CCC solid;
}
#contato input[type="submit"] {
	text-align:center;
	border:none;
	width:100px;
	height:30px;
	cursor: pointer;
	background-image: none;
	background-color: #CCC;
	text-transform:uppercase;
	color:#706E6E;
	margin:10px 0 0 155px;
}
/*------------------------ home
----------------------------------*/
#home {
	background-color:#EDEDED;
	font-size:14px;
	color:#999;
	vertical-align:top;
	padding:15px 0 0;
	width:970px;
	margin:0 auto;	
}
#home .conteudo {
	text-align:center;
}
#home .texto {
	width:750px;
	margin:0 auto;
	padding:30px;
	font-size:18px;
	color:#1A2940;
	text-align:center;
}
#home .item {
	width:220px;
	height:150px;
	display:inline-table;
	text-align:center;
	color:#1A2940;
	padding:30px 0 30px;
	margin:0 7px 0 7px;
}
#home .item_titulo {
	font-size:20px;
}
#home .item_texto {
	font-size:14px;
}
/*------------------------ menu
----------------------------------*/
#menu .telefone {
	top:70px;
	position:absolute;
	left:50%;
	margin-left:145px;
	color:#FFF;
	font-size:16px;
}
#menu .menu {
	top:100px;
	position:absolute;
	left:50%;
	margin-left:50px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
#menu .menu a {
	color:#FFF;
	margin:0 15px 0 15px;
}
#menu .menu a:hover {
	color:#FF0;
}
/*------------------ servico
----------------------------------*/
#servico {
	background-color:#EDEDED;
	color:#1A2940;	
	width:970px;
	margin:0 auto;		
}
#servico .conteudo {
	width:900px;
	margin:0 auto;
	padding:30px 0 30px;
}
#servico .imagem {
	display:inline-table;
	width:400px;
}
#servico .texto {
	display:inline-table;
	width:430px;
	padding:5px 30px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

/*------------------------ topo
----------------------------------*/
#topo {
	background-color:#1A2940;
	height:100px;
	width:970px;
	margin:0 auto;
	padding:30px 0 30px;	
}
#topo .logotipo {
	position:absolute;
	left:50%;
	margin-left:-210px;
}