@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #97C8D3;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}
/* begin Box, Sheet */
.Sheet {
	overflow: hidden;
	min-width:23px;
	min-height:23px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 800px;
	height:auto;
}
.Sheet-body {
	position: relative;
	z-index: 0;
	margin: 13px;
}
.Sheet-tl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background-image: url('images/Sheet-s.png');
}
.Sheet-tr {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width: 17px;
	height: 17px;
}
.Sheet-tr div {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: -17px;
	width: 34px;
	height: 34px;
	background-image: url('images/Sheet-s.png');
}
.Sheet-bl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 17px;
	height: 17px;
}
.Sheet-bl div {
	position: absolute;
	z-index: -1;
	top: -17px;
	left: 0;
	width: 34px;
	height: 34px;
	background-image: url('images/Sheet-s.png');
}
.Sheet-br {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 17px;
	height: 17px;
}
.Sheet-br div {
	position: absolute;
	z-index: -1;
	top: -17px;
	left: -17px;
	width: 34px;
	height: 34px;
	background-image: url('images/Sheet-s.png');
}
.Sheet-tc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 0;
	left: 17px;
	right: 17px;
	height: 17px;
}
.Sheet-tc div {
	position: absolute;
	z-index: -1;
	top: 14px;
	left: -10px;
	width: 100%;
	height: 34px;
	background-image: url('images/Sheet-h.png');
}
.Sheet-bc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	bottom: 0;
	left: 17px;
	right: 17px;
	height: 17px;
}
.Sheet-bc div {
	position: absolute;
	z-index: -1;
	top: -17px;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url('images/Sheet-h.png');
}
.Sheet-cl {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 17px;
	left: 0;
	width: 17px;
	bottom: 17px;
}
.Sheet-cl div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	background-image: url('images/Sheet-v.png');
}
.Sheet-cr {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 17px;
	right: 0;
	width: 17px;
	bottom: 17px;
}
.Sheet-cr div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -17px;
	width: 34px;
	height: 100%;
	background-image: url('images/Sheet-v.png');
}
.Sheet-cc {
	position: absolute;
	overflow:hidden;
	z-index: -2;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-image: url('images/Sheet-c.png');
}
.PageBackgroundGradient {
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	height: 200px;
}
.Sheet {
	margin-top: -13px !important;
}
h1{
	font-size:18px;
	padding:0;
}
h2{
	font-size:16px;
	padding:0;
	font-weight:normal;
}
h3{
	text-align:center;
	color:#FFF;
	font-size:0px;
	margin:10px;
	font-style:normal;
	font-weight:normal;
}
h4{
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	line-height:16px;
	color:#00667d;
	font-weight:normal;

}
h6{
	font-size:11px;
	color:#00667d;
	font-weight:normal;
	margin-top:0;
	}

.MainBody #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
}
.MainBody #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
.MainBody #mainContent {
}
.headerIMG {
	background:url(images/header_mudancas.jpg);
	width:800px;
	height:200px;
	background-repeat:no-repeat;
	float:left
}
.MenuBG {
	background:repeat-x;
	background-image:url(images/menu_background.jpg);
	width:770px;
	height:32px;
	float:left;
}
ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#rMenu a {
	float:left;
	width:auto;
	font-size:14px;
	margin-left:5px;
	text-decoration:none;
	color:white;
	padding:5px 9px;
	margin-top:2px;
	text-align:center;
}

#rMenu a:hover {
	background:url(images/bt_bg.gif);
	background-repeat:repeat-x;
	margin-top:1px;
	color:#000000
}
#rMenu a:active {
	background:url(images/bt_bg.gif);
	background-repeat:repeat-x;
	margin-top:1px;

}
li {
	display:inline
}
#rMenu li.current a{
	background:url(images/bt_bg.gif);
	background-repeat:repeat-x;
	margin-top:1px;
	color:#000000;
}





.BoxLeft {
	background:url(images/box_left.png);
	float:left;
	width:192px;
	height:396px;
	background-repeat:no-repeat;
	margin-top:10px;
}
.BoxCentral {
	background:url(images/box_central.png);
	float:left;
	width:566px;
	height:auto;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:10px;
	padding-bottom:20px;
}
.Dot {
	background-image:url(images/PostHeaderIcon.png);
	width:29px;
	height:29px;
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
	margin-left:15px;
}
.WhiteBox {
	margin-top:5px;
	margin-left:12px;
	background:#FFFFFF;
	width:540px;
	height:auto;
	border:#97c8d3 solid 1px;
	padding-bottom:20px;
	float:left;
}
.WhiteBoxManImg {
	background:url(images/mudancas.caixa.jpg);
	float:left;
	width:194px;
	height:286px;
	margin:15px;
}
.WhiteBoxManLogo {
	background:url(images/logo.gif);
	float:left;
	width:159px;
	height:103px;
	margin-right:10px;
	margin-top:25px;
}
.WhiteBoxText {
	text-align:justify;
	color:#00687f;
	font-size:13px;
	margin:5px;
}
.WhiteBoxDOT {
	background-image:url(images/PostHeaderIcon.png);
	width:29px;
	height:29px;
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
	margin-left:135px;
}
.WhiteBoxDOTtext {
	font-size:14px;
	margin-top:8px;
	margin-left:10px;
	color:#009ac1;
	font-weight:lighter;
	float:left;
}
.BemVindoText {
	margin-top:6px;
	margin-left:10px;
	float:left;
	color:#005c70;
}
.DOTS1 {
	background-image:url(images/PostHeaderIcon.png);
	width:29px;
	height:29px;
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:70px;
}
.DOTS2 {
	background-image:url(images/PostHeaderIcon.png);
	width:29px;
	height:29px;
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:70px;
}
.DOTS3 {
	background-image:url(images/PostHeaderIcon.png);
	width:29px;
	height:29px;
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:70px;
}
.DOTS1TEXT {
	float:left;
	color:#005c70;
	margin-left:110px;
	margin-top:-30px;
}
.DOTS2TEXT {
	float:left;
	color:#005c70;
	margin-left:110px;
	margin-top:0px;
}
.DOTS3TEXT {
	float:left;
	color:#005c70;
	margin-left:110px;
	margin-top:30px;
}
.BoxLeftMudancas {
	margin-left:20px;
	color:#005c70;
	margin-top:20px;
	font-size:18px;
	line-height:17px;
}
.DOTSORCAMENTO {
	background-image:url(images/PostHeaderIcon.png);
	width:29px;
	height:29px;
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:20px;
	float:left;
}
.PedirOrcamento {
	font-size:14px;
	margin-top:31px;
	margin-left:10px;
	color:#009ac1;
	font-weight:lighter;
	float:left;
}
.formNumero {
	font-size:11px;
	margin-top:30px;
	margin-left:10px;
	float:left;
	line-height:17px;
}
#EnviarBT a:link, #EnviarBT a:visited{
	background-image:url(images/bt_bg.gif);
	background-repeat:repeat-x;
	float:right;
	margin-right:25px;
	margin-top:10px;
	font-size:15px;
	text-align:center;
	padding:5px;
	text-decoration:none;
	color:#000000;
}
#EnviarBT a:hover{
	color:#FFFFFF;
}

.NormalLink a:link, .NormalLink a:visited, .NormalLink a:hover{
	font-size:14px;
	text-decoration:underline;
	color:#009ac1;
}

.numerosTEL {
	background:#ffffff;
	border:#97c8d3 1px solid;
	text-align:left;
	color:#005c70;
	padding-left:5px;
	margin-top:35px;
	margin-right:10px;
}
.numerosTEL2 {
	background:#ffffff;
	border:#97c8d3 1px solid;
	text-align:left;
	color:#005c70;
	padding-left:5px;
	margin-top:5px;
	margin-right:10px;
}
.numerosTEL3 {
	background:#ffffff;
	border:#97c8d3 1px solid;
	text-align:left;
	color:#005c70;
	padding-left:5px;
	margin-top:5px;
	margin-right:10px;
	word-spacing:1px;
}
.boxLeftdown {
	height:188px;
	width:176px;
	float:left;
	background:url(images/box_left_down.png);
	background-repeat:no-repeat;
	margin-left:10px;
	margin-bottom:30px;
}
.boxLeftdownTEXT {
}
.boxLefdownDOT {
	background-image:url(images/PostHeaderIcon.png);
	width:29px;
	height:29px;
	background-repeat:no-repeat;
	margin-left:20px;
	float:left;
	margin-top:-5px;
}
.boxLefdownDOTtext {
	font-size:14px;
	margin-left:10px;
	color:#009ac1;
	font-weight:lighter;
	float:left;
}
/***********serviços****************/
.ServWhiteBoxIMG{
	background-image:url(images/houseje.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:290px;
	float:right;
	margin-right:10px;
	margin-left:20px;
}
.ServWhiteBoxText {
	text-align:justify;
	color:#00687f;
	font-size:13px;
	margin:10px;
	
}
.linksEXT{
	text-align:center;
}