@charset "utf-8";
html {  
	height: 100%
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/background.jpg);
	background-color: #92574F;
	background-repeat: repeat-x;
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
}
h1 {
	margin:0px;
	font-size:16px;
	color: #993300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.form_01 { 
	border: 1px solid #666666;
	background-color: #ffffff;
	font-size: 8pt;
	color:#999999;
}
html>body #container {
height: auto;
} 
#container {
	background-image: url(../imagens/montblanc.jpg);
	background-repeat: no-repeat;
	height: 600px;
	min-height:600px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
}
#logotipo {
	height: 100px;
	width: 100px;
	padding-left: 100px;
	padding-top: 10px;
}
#box {
	padding-top: 180px;
	padding-left: 100px;
}
#boxCorporate {
	background-image: url(../imagens/box-corporativa.png);
	background-repeat: no-repeat;
	float:left;
	width:350px;
	height:250px;
	margin-right: 50px;
}
#boxCorporate a{
	text-decoration:none;
	display:block;
	height: 250px;
	width: 350px;
}
#boxCorporate a:hover{
	display:block;
	background-image: url(../imagens/box-corporativa2.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 350px;
}
#boxAssistencia {
	background-image: url(../imagens/box-assistencia.png);
	background-repeat: no-repeat;
	float:left;
	height: 250px;
	width: 350px;
}
#boxAssistencia a{	
	text-decoration:none;
	display:block;
	height: 250px;
	width: 350px;
}
#boxAssistencia a:hover{
	display:block;
	background-image: url(../imagens/box-assistencia2.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 350px;
	text-decoration:none;
}
#containerCORPORATE {
	background-image: url(../imagens/box-vendas.png);
	height: 500px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#tabelaCorporate {
	height: 300px;
	width: 400px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}
#containerASSISTENCIA {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#boxTopo {
	background-image: url(../imagens/box-page_01.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 900px;
}
#boxMeio {
	background-image: url(../imagens/box-page_02.png);
	background-repeat: repeat-y;
	width: 900px;
}
#boxFecha {
	background-image: url(../imagens/box-page_03.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 118px;
}

#tabelaAssistencia {
	width: 800px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}
#rodape {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
