@charset "utf-8";
@import url('../fonts/fonts.css');
@import url('reset.css');

body {
	background: url(../images/fundos/fundo.jpg) repeat center top;
}
/* Header */
#header_full{
	width: 100%;
	height: 130px;
}

#header_margem {
	width: 990px;
	height: 100%;
	margin: auto;
}
#menu_full {
	background-image: url(../images/fundos/fundo-menu.png);
	background-repeat: repeat-x;
	height: 48px;
}
#header_Menu {
	margin: auto;
	width: 990px;
	padding-top: 12px;
}
#header_Menu li {
	display: inline;
	background-image: url(../images/fundos/f02.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 41px;
	padding-right: 41px;
	font-size: 19px;
	font-family: "PT Sans Narrow", Arial, sans-serif;
}
#header_Menu li a {
	color: #FFF;
	text-decoration: none;
}
#header_Menu li a:hover {
	color:#666;
}
#header_Logo {
	background-image: url(../images/fundos/fundo-logo.png);
	height: 100px;
	width: 297px;
	float: left;
	padding-left: 30px;
	padding-top: 25px;
}
#redesSociais {
	float: right;
	margin-top: 45px;
}

#box_Data {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}
#box_Data span {
	font-size: 15px;
	background-image: url(../images/fundos/f01.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 8px;
	padding-top: 5px;
	display: block;
}
#box_Tel {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
#box_Tel span {
	font-size: 30px;
	color: #333;
	font-family: "ReductoSSKRegular", Arial, sans-serif;
}

#box_Tel2 {
	float: left;
	margin-top: 34px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
#box_Tel2 span {
	font-size: 16px;
	color: #333;
	font-family: "ReductoSSKRegular", Arial, sans-serif;
}
#iconFaceboook {
	background: url(../images/icon-facebook.png) no-repeat left;
}
#iconFaceboook:hover {
	background: url(../images/icon-facebook.png) no-repeat right;
}
#iconTwitter {
	background: url(../images/icon-twitter.png) no-repeat left;
}
#iconTwitter:hover {
	background: url(../images/icon-twitter.png) no-repeat right;
}
#iconFaceboook, #iconTwitter {
	display: block;
	height: 40px;
	width: 40px;
	margin-top: 45px;
	margin-left: 10px;
	float: left;
}


/* Banner */
#banner_full{ 
	width: 100%;
	height: 370px;
	padding-top:10px;
}

#banner_margem {
	width: 990px;
	height: 100%;
	margin: auto;
}
/* Principal */
#principal_full {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#principal_margem {
	width: 990px;
	margin: auto;
	display: table;
}
#principal_margem h1 {
	font-size: 21px;
	color: #333;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.box_Destaque {
	float: left;
	margin-left: 31px;
	text-align: center;
	width: 173px;
	margin-top: 15px;
}
.box_Destaque a {
	text-decoration: none !important;
}
.box_Destaque h1 {
	font-size: 16px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/fundos/f03.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	padding-bottom: 10px;
}
.box_Destaque img {
	border: 3px solid #BBB;
}
.box_Destaque p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
}
#linkPrinc {
	float: right;
	color: #FFF;
	text-decoration: none;
	background-color: #111;
	font-family: "Asap", Arial, sans-serif;
	font-size: 16px;
	padding:7px 20px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#linkPrinc:hover {
	background-color: #333;
	transition:background-color 0.1s linear 0.1s;
	-webkit-transition-duration:0.1s;-moz-transition-duration:0.1s;-ms-transition-duration:0.1s;-o-transition-duration:0.1s;transition-duration:0.1s;
}
/* Footer */
#footer_full {
	width: 100%;
	height: auto;
	margin-bottom:8px;
	padding-top: 10px;
	background-color: #111;
}

#footer_margem {
	width: 990px;
	height: 100px;
	margin: auto;
}
#footer_margem p {
	font-size: 11px;
	color: #FFF;
	font-family: "Asap", Arial, sans-serif;
	float: left;
	clear: left;
}
#footer_Menu {
	background-image: url(../images/fundos/f04.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-size: 17px;
	float: left;
}
#footer_Menu li {
	display: inline;
	margin:0 15px;
}
#footer_Menu li a {
	color: #FFF;
	text-decoration: none;
}
#footer_Menu li a:hover {
	color: #666;
}

/* Conteúdo */
.content_full {
	width: 100%;
	height: auto;
}

.content_margem {
	width: 940px;
	margin:10px auto;
	background-color:#F9F9F9;
	padding:25px;
	-moz-box-shadow: 2px 2px 10px #CCC;
	-webkit-box-shadow: 2px 2px 10px #CCC;
	box-shadow: 2px 2px 10px #CCC;
	display: table;
	min-height:400px;
}
.content_margem h1 {
	font-size: 36px;
	color: #333;
	font-family: "Asap", Arial, sans-serif;
	margin-bottom: 30px;
	font-weight: bold;
	background-image: url(../images/fundos/f01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 12px;
}
.content_margem h2 {
	font-size: 26px;
	color: #333;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	margin-top: 10px;
	font-weight: bold;
}
.content_margem h3 {
	font-size: 20px;
	color: #333;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	margin-top: 10px;
}
.content_margem p, .content_margem ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 13px;
}
.content_margem ul {
	margin-left: 30px;
	list-style-type: disc;
}
#accordion h4 {
	font-size: 18px;
	font-weight: bold;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	color: #333;
	margin-top: 20px;
}
.box_Empresa {
	float: left;
	width: 230px;
	margin-right: 30px;
	margin-left: 30px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 160px;
}

.box_Empresa2 {
	float: left;
	width: 220px;
	margin-right: 30px;
	margin-left: 30px;
	background-color:#d0e1eb;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 160px;
}

/* Contato */
#form {
	width:530px;
	float:left;
}
#nome, #email, #telefone, #comoConheceu, #mensagem {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#nome {
	width:500px;
}
#email {
	width:250px;
}
#telefone {
	width:220px;
	margin-left:5px;
}
#comoConheceu {
	width:523px;
	color:#999;
}
#mensagem {
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
}

#enviar {
	color:#FFF;
	border: 1px solid #666;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	background-image: url(images/icon-send.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-size: 15px;
	background-color: #333;
	float: right;
	margin-right: 7px;
}
#enviar:hover {
	background-color: #666;
}
#enviar:active {
	background-color: #000;
}

#font_sucesso {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:15px;
}
.obs {
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	font-size:12px;
}
/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#111; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:99999999; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
