*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body{
	background-image:url('../imgs/background.gif');
	height:auto;
	padding:0px;
	margin:0px;
	padding-bottom: 25px;
}

#loader{
	width:100%;
	height:130%;
	position:absolute;
	z-index:200;
	background-image:url('../imgs/semitransparent.gif');
	display:none;
}

#wrapper{
	width:1000px;
	padding:0px;
	margin:auto;
}

#logo{
	position: absolute;
	margin-left: 359px;
	margin-top: 17px;
}
#wrapper #menu img{
	border:none;
}


#telefones{
	width: 350px;
	text-align: right;
	position: absolute;
	margin-left: 650px;
	margin-top: 45px;
}
#telefones .atendimento{
	display:inline-block;
	float:right;
	font-size:16px;
	line-height: 46px;
}
#telefones .divisor{
	display:inline-block;
	float:right;
	font-size: 36px;
	line-height: 40px;
}
#telefones .numeros{
	display:inline-block;
	float:right;
	font-size: 18px;
	line-height: 20px;
}


#middle{
	background-image:url('../imgs/background_middle.jpg');
	background-repeat:no-repeat;
	background-color:#5e3281;
	width:1000px;
	padding:0px;
	margin:auto;
	border:#0310f3 solid 1px;
	display: table;
}

#maquinas{
	position: absolute;
	z-index: 888;
	margin-left: 450px;
	margin-top: 55px;
}

#texto-home{
	background-color: #340c6f;
	height: 220px;
	width: 510px;
	position: absolute;
	margin-left: 450px;
	margin-top: 320px;
	color:white;
	font-size: 14px;
	padding: 20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: justify
}

#texto-empresa{
	position: absolute;
	width: 600px;
	margin-top:45px;
	text-align:justify;
	margin-left:30px;
	color:white;
	font-size: 14px;
}

#texto-empresa h3{
	text-transform: uppercase;
	font-size:22px;
	color:yellow;
	margin-top: 0px;
	margin-bottom: 9px;
}

#texto-empresa a{
	color:black;
	font-size: 11px;
	text-decoration: none;
}
#texto-empresa a:hover{
	color:yellow;
}

#fotosmaquina{
	margin-left: 685px;
	margin-top: 35px;
}

#texto-home h3{
	text-transform: uppercase;
	font-size:22px;
	color:yellow;
	margin-top: 0px;
	margin-bottom: 9px;
}

#formcontato{
	margin-top:60px;
	margin-left:25px;
	position: absolute;
	color:white;
}
#formcontato td{
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#formcontato input[type=text]{
	width: 400px;
	padding: 4px;
	border:solid 2px black;
	background-color: #ececec;
}

#formcontato textarea{
	width: 400px;
	height: 150px;
	padding: 4px;
	border:solid 2px black;
}

#formcontato input[type=submit],#formcontato input[type='reset']{
	border:#0072ff solid 2px;
	padding: 4px;
}

#result{
	color:lime;
	font-size:20px;
}

#formcontato h3{
	text-transform: uppercase;
	font-size:22px;
	color:yellow;
	margin-top: 0px;
	margin-bottom: 9px;
}

#falecom{
	margin-left: 613px;
	margin-top: 42px;
}

.legenda{
	border-bottom: white dotted 1px;
	font-weight: bolder;
}
.error{
	background-color: yellow;
	clear: both;
	float: left;
	color:black;
}


#footer{
	margin-top: 15px;
	height: 60px;
}
#footer a{
	text-decoration: none;
	color:blue;
	font-weight: bolder;
}
#footer a:hover{
	color: black;
}
#footer .right{
	width: 400px;
	text-align: right;
	float: right
}

#footer .left{
	float: left;
	width: 450px;
}

.tableCategoria{
	margin-top: 75px;
	margin-left: 10px;
}
.categoria-home{
	width: 440px;
	padding:20px;
	padding-top:0px;
	padding-bottom:5px;
	float:left;
}

.texto{
	color:#FFF;
	text-align: justify;
	margin-right: 40px;
	margin-left: 20px;
	font-size: 14px;
}
.categoria-home h1{
	font-size:22px;
	border-bottom: #fff dotted 1px;
}

.categoria-home p{
	text-align: justify;
	font-size:12px;
}

.categoria-home a{
	color: #ffffff;
	text-decoration: none;
}

.categoria-home img{
	width: 150px;
	height: 150px;
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
	border:#bca2d5 solid 3px;
}

.categoria-home img:hover{
	border:#dc9c1e solid 3px;
}

.categoria-home .vermais{
	width:81px;
	height:24px;
	border:none;
	float:none;
}
.categoria-home .vermais:hover{
	border:none;
}

.categoria{
	border-bottom:#FFF solid 1px;
	display: table;
	margin-top: 65px;
	margin-left: 20px;
	margin-right: 20px;
	color: :#FFF;
}

.categoria h1{
	font-size: 22px;
	color:#FFF;
	margin-top: 0px;
}

.categoria img{
	float:left;
	width: 90px;
	border:#0134C5 solid 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.categoria p{
	color: #FFF;
	font-size: 14px;
	text-align: justify;
}

.categoria p a{
	color:#FFFF33;
	text-decoration: none;
	font-size:10px;
}

.categoria p a:hover{
	color:lime;
	text-decoration: none;
	font-size:10px;
}

.produto-categoria{
	
}

.produto-categoria img{
	width: 100px;
	height: 100px;
	border:#0134C5 solid 3px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.produto-categoria h1{
	font-size: 18px;
}

.table-produtos-categoria{
	width: 960px;
	margin: 20px;
}
.table-produtos-categoria td{
	padding-left: 15px;
	padding-right: 15px;
	border: #0134C5 dotted 1px;
}
.table-produtos-categoria p{
	text-align: justify;
}

.table-produtos-categoria a{
	color: #FFF;
	text-decoration: none;
}

.table-produtos-categoria .vermais{
	width:81px;
	height:24px;
	border:none;
	float:none;
}
.table-produtos-categoria .vermais:hover{
	border:none;
}

.detalhes-produto{
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
	font-size:14px;
	margin-top: 75px;
}

.detalhes-produto h1{
	font-size: 22px;
	margin: 0px;
}
.detalhes-produto h2{
	font-size: 15px;
	margin-top: 0px;
}

.detalhes-produto img{
 	float:left;
 	margin-bottom: 25px;
 	margin-right: 20px;
 	border:#000 solid 1px;
 	width: 400px;
}

.detalhes-produto p{
	 text-align: justify;
	 padding: 10px;
	 background-color: #ededed;
	 color:#000;
	 border:#000 solid 1px;
	 margin-left: 420px;
}

#montagem{
	position: absolute;
	margin-top: 106px;
	margin-left: 30px;
}
