@charset "utf-8";
/* CSS Document */

@import url("css/reset.css");

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#637079;
	background-image:url(images/bg.jpg);
	margin:40px 0 0 0;
}

h1 {
	margin:0 0 12px 0;
	padding:0px;
	display:block;
}

h2 {
	margin:0 0 12px 0;
	padding:0px;
	display:block;
}


h3 {
	margin:12px 0 10px 0;
	padding:0px;
	color:#b31b20;
}

/* HEADER */

#header {
	width:913px;
	height:131px;
	background-image:url(images/header-menu.png);
	margin:0px auto;
}

#menuleft,
#menuright,
#logo {
	height:65px;
	display:inline;
	float: left;
	position: relative;
}

#link {
	width:150px;
	float:left;
	margin:0 0 0 25px;
}

#link .btnred {
	font-size:12px;
	color:#d2232a;
	display:block;
}

#link .btnblue {
	font-size:14px;
	color:#076197;
	display:block;
	padding:0 0 0 15px;
}

#menuleft,
#menuright {
	width:355px;
	padding:35px 0 0 0;
}

#logo {
	width:202px;
	text-align:center;
	padding:15px 0 0 0;
}

/* FEATURED */
#featured {
	width:865px;
	height:217px;
	margin:0px auto;
}

/* CONTENT */
#content {
	width:913px;
	min-height:555px;
	background-color:#fff;
	margin:0px auto;
}

#entry {
	width:913px;
}

#entry .principal {
	width:853px;
	height:145px;
	padding:15px 30px;
	background-color:#eff5f8;
	border-bottom:1px dashed #065991;
}

#entry .topicos {
	width:840px;
	min-height:75px;
	border-bottom:1px dashed #065991;
	margin:12px auto 0 auto;
	padding:0 0 15px 0;
}

#footage {
	width:913px;
	height:21px;
	background-image:url(images/footer-content.png);
	margin:0px auto;
}

#boxes {
	width:896px;
	height:240px;
	margin:20px 0 0 0;
	padding:0px 9px;
}

.boxempresa,
.boxprodutos,
.boxcontato {
	width:269px;
	height:236px;
	display:inline;
	float: left;
	position: relative;
	margin:0px 14px;
}

.contato1,
.contato2 {
	width:425px;
	display:inline;
	position:relative;
	float:left;
}

#entry .contatotopic {
	width:840px;
	height:300px;
	border-bottom:1px dashed #065991;
	margin:12px auto 0 auto;
	padding:0 0 15px 0;
}

.faleconosco,
.localizacao {
	width:390px;
	display:inline;
	position:relative;
	float:left;
	padding:0px 15px;
}

/* FOOTER */
#footer {
	font-size:11px;
	color:#076197;
	width:865px;
	height:55px;
	margin:15px auto 0 auto;
	background-image:url(images/footer-bg.png);
	text-align:center;
	line-height:25px;
}

.logoth {
	float:left;	
    height: auto;
    width: auto;
    position:relative;
    margin:15px 0 0 35px;
}
.logothcult {
	float:right;	
    height: auto;
    width: auto;
    position:relative;
    margin:15px 25px 0 0;
}

.assinatura {
	line-height:25px;
	height:55px;	
	margin-left:auto;
	margin-right:auto;
    width: 580px;
}

/* FORMS */
.field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#065891;
	width:350px;
	padding:5px;
	background-color:#d5e8e6;
	border:1px solid #fff;
}