/* * * *  Classes de definição da pagina padrão  * * * */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	margin-top:0px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

html {
    height:100%;
	overflow-x:hidden;
	
}

#maximage {
	position:fixed;
	background-attachment: scroll;
}

a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.boxBody {
	height:auto;
	min-height: 100%;
	width:auto;
	z-index: 0;
	position: relative;
}

.header {
	height: 90px;
	width: auto;
	margin-top: 80px;
	background: #00CC99;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

.contentHeader {
	width: 1000px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	float: left;
	height: 86px;
	width: 179px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 45px;
	margin-left: 30px;
}

.boxLogo {
	height: 168px;
	width: 240px;
	background-attachment: scroll;
	background-image: url(../images/bgLogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	margin-top: -40px;
}

.boxMenu {
	float: left;
	width: 750px;
	height: 90px;
	margin-left: 250px;
}

.boxMenu ul {
	float: left;
	width: 800px;
	height: 90px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

.boxMenu li {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	list-style-type: none;
	height: 90px;
	width: auto;
	margin-top: 0px;
}

.boxMenu li:hover {
	background-color: #00A67C;
}

.boxMenu a{
	font-size: large;
	color: #000;
	font-weight: normal;
	display: block;
	margin-top: 35px;
}

.boxMenu a:hover{
	color: #FFF;
	text-decoration: none;
}

.contentHome {
	clear: both;
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 80px;
}

.footer {
	height: 110px;
	width: auto;
	margin-top: -190px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	position:relative;
	text-align: center;
	background-color: #00CC99;
	padding-top: 25px;
}

.footer a{
	font-size: 12px;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}


.footer span {
	font-size: 12px;
	width: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.contentInternas{
	height: auto;
	width: 850px;
	min-height: 550px;
	border: 1px solid #FFF;
	border-radius: 4px;
	margin-top: 80px;
	background: #FFF;
	background-color:rgba(255, 255, 255, 0.8);



	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
	padding:10px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

.boxIndicaSecao {
	height: 27px;
	width: 100%;
	font-size: x-large;
	color: #000;
	font-weight: normal;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.contentFooter {
	width: 470px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
}

.logoFooter {
	float: left;
	height: 33px;
	width: 70px;
	margin-top: 8px;
}

.boxDadosFooter {
	float: left;
	width: 370px;
	height: 50px;
	margin-left: 20px;
}

.logoAss {
	height: 17px;
	width: 60px;
	clear: both;
}

.boxOculto {
	display:none;
}

.menuSuspenso {
	height: 310px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.boxMenuSupenso {
	float: left;
	height: 270px;
	width: 260px;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 10px;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
}

.margLeftMSus {
	margin-left: 67px;
}

.boxImgMenuSus {
	height: 158px;
	width: 158px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.imgMenuSus1 {
	background-attachment: scroll;
	background-image: url(../images/imgMenuSuspenso.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.imgMenuSus2 {
	background-attachment: scroll;
	background-image: url(../images/imgMenuSuspenso.jpg);
	background-repeat: no-repeat;
	background-position: -180px top;
}

.imgMenuSus3 {
	background-attachment: scroll;
	background-image: url(../images/imgMenuSuspenso.jpg);
	background-repeat: no-repeat;
	background-position: -360px top;
}

.titMenuSus {
	float: left;
	width: 100%;
	margin-top: 8px;
	color: #00CC99;
	font-size: 20px;
	text-align: center;
	height: 35px;
}

.clear{
	clear:both;
	height: 10px;
}

.txtConteudo {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 21px;
	text-align: justify;
}


.ulServicos {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
}

.liServicos {
	float: left;
	text-indent: 0;
	width: 230px;
	height: 30px;
	background-attachment: scroll;
	background-image: url(../images/icLi.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 30px;
	text-align: left;
	font-size: 14px;
}

.colFormContato {
	float: left;
	width: 430px;
	margin-right: 50px;
	padding-right: 50px;
	height: 400px;
	margin-left: 15px;
}

.colFormContato label {
	float: left;
	width: 100%;
}

.frmTextPadrao {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 370px;
	height: 30px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	outline:none;
	font-weight: bold;
}

.cmdEnviar {
	float: left;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #EBEBEB;
	border: 1px solid #999;
	margin-top: 20px;
	background-attachment: scroll;
	background-image: url(../images/bgBnt.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.tmhTelefone {
	width: 150px;
}

.tmhMensagem {
	height: 90px;
}

.frmTxtError {
	background-color: #FCFEE0;
	border-color:#CC0000;
}

.boxGridFotos {
	float: left;
	height: 110px;
	width: 145px;
	margin-left: 16px;
	border: 2px solid #EAEAEA;
	text-indent: 0px;
	list-style-type: none;
	margin-bottom: 16px;
}

.boxGridClientes {
	float: left;
	height: 80px;
	width: 145px;
	margin-left: 16px;
	border: 2px solid #EAEAEA;
	text-indent: 0;
	list-style-type: none;
	margin-bottom: 16px;
	text-align: center;
}

.sucessoMail {
	background-attachment: scroll;
	background-image: url(../images/icSuccessError.png);
	background-repeat: no-repeat;
	background-position: -15px -10px;
	float: left;
	width: 328px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-color: #FEF9E7;
	font-size: 14px;
	margin-left: 15px;
}

.boxDadosContato {
	float: left;
	width: 305px;
	height: 250px;
	line-height: 25px;
}
