@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#background {
	background-color:#000;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	}
	
#pattern {
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	}


 /******************************HEADER********************************************/       
		
#header {
	top:0px;
	left:0px;
	background-color:#FFF;
	position:fixed;
	width:100%;
	height:160px;
	z-index:5;
	}

#top {
	top:0px;
	position:fixed;
	width:950px;
	left:-475px;
	margin-left:50%;
	height:30px;
	}

#menu {
	top:30px;
	position:fixed;
	width:950px;
	left:-475px;
	margin-left:50%;
	height:130px;
	}
	


#menu div {
	position:relative;
	width:auto;
	height:20px;
	float:left;
	vertical-align:middle;
	}
	

	
#menu .mainmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin-top:58px;
	margin-bottom:55px;
	
	
	}
	
input{ 
	background:#A8D217; 
	border:none; 
	height:25px;
	width:140px;
	padding-left:10px; 
	margin-right:10px; 
	border-top:1px thin #9ABCBE;
	border-left:1px thin #9ABCBE;
	border-right:1px thin #9ABCBE;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px; 
	border-radius: 25px; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff;}
	
.button { 
	background:#000; 
	border:none; 
	height:25px;
	width:100px;
	padding-left:10px; 
	padding-right:10px; 
	margin-right:10px; 
	border-top:1px thin #9ABCBE;
	border-left:1px thin #9ABCBE;
	border-right:1px thin #9ABCBE;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px; 
	border-radius: 25px; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff;}

.button:hover { 
	background:#A8D217;
	cursor:pointer; 
	}
	
	



a.mainmenua {font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;}
	
a.mainmenua:hover {
	color:#9c3;
	cursor:pointer;
	text-decoration:none;
	}
	
.selectedItem{
	color:#9c3;
	
	}
	
#menu .pinta {
	height:15px;
	margin-top:57px;
	margin-bottom:57px;
	margin-left:15px;
	margin-right:15px;
	
	}
	
#sepheader {
	top:40px;
	left:0px;
	background-color:#A8D217;
	position:fixed;
	width:100%;
	height:1px;
	z-index:6;
	}

#sepheader2 {
	top:160px;
	left:0px;
	background-color:#A8D217;
	position:fixed;
	width:100%;
	height:2px;
	z-index:5;
	}
	
	
	
	
/******************************CONTAINER********************************************/ 
  
#home{
	border: 1px solid threedshadow; border-color:#494949; 
	 background-color:#000;
	 position:absolute;
	 height:450px;
	 /*background-color:#FFF;*/
	 top:180px;
	 width:auto;
	 left:50%;
	 margin-left:-475px;
	 padding:15px;
	 padding-bottom:80px;	
	 z-index:3;
	 }
	 
#empresa{
	border: 1px solid threedshadow; border-color:#494949; 
	 position:absolute;
	 height:auto;
	 background-color:#000;
	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	 z-index:3;
	 padding-bottom:80px;
	padding-left:20px;
	padding-right:20px;
	 text-align:justify;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFF;
	 line-height:20px;
	 }
	 
#empresa header{
	 position:relative;
	 float:left;
	 height:auto;
	 width:920px;

	 }	 	
	 	
#empresa article{
	 position:relative;
	 float:left;
	 height:auto;
	 width:880px;
	 padding:20px;
	 text-align:justify;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFF;
	 line-height:20px;
}

#servicos{
	 border: 1px solid threedshadow; border-color:#494949; 
	 position:absolute;
	 height:auto;
	 background-color:#000;
	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	 z-index:3;
	 padding-bottom:80px;	
	
	padding-left:20px;
	padding-right:20px;
	 text-align:justify;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFF;
	 line-height:20px;
	 }
	 
	 
#servicos header{
	 position:relative;
	 float:left;
	 height:auto;
	 width:920px;

	 }	 	
	 	
#servicos article{
	 position:relative;
	 float:left;
	 height:auto;
	 width:880px;
	 padding:20px;
	 text-align:justify;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFF;
	 line-height:20px;
	 }	 
	 
	 

.titulo{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#A8D217;
	 font-weight:bold;
	}
	
a.titulo:hover{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFF;
	 font-weight:bold;
	}

#produtos {
	 position:absolute;
	 height:auto;
 	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	 z-index:3;	
	  padding-bottom:80px;	
}

	
	
#produtos div{
	 border: 1px solid threedshadow; border-color:#494949; 
	 background-color:#000;
	 position:relative;
	 float:left;
	 height:300px;
	 width:205px;
	 margin-right:23px;
	 margin-bottom:23px;
	 
	 
	
	}
	
	
#produtos div:hover {
cursor:pointer;
opacity: 0.5;
transition-property:opacity;
transition-duration: 0.4s;
transition-timing-function: ease;
-webkit-transition-property:opacity;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: ease;
-moz-transition-property:opacity;
-moz-transition-duration: 0.4s;
-moz-transition-timing-function: ease;
-ms-filter: "progid:DXImageTransform.Microsoft. »
Alpha(Opacity=60)"; /* IE 8 hack */
filter: alpha(opacity = 60); /* IE 5-7 hack */

}

#subprodutos {
	 position:absolute;
	 height:auto;
 	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	 padding-bottom:80px;
	 z-index:3;	
}

#voltar  {
	border: 1px solid threedshadow; border-color:#494949; 
	 background-color:#000;
	 position:fixed;
	 height:30px;
	 width:920px;
	 margin-bottom:10px;
	 padding-left:10px; padding-top:10px;
}

#voltar2  {
	border: 1px solid threedshadow; border-color:#494949; 
	 background-color:#000;
	 position:fixed;
	 height:30px;
	 width:920px;
	 margin-bottom:10px;
	 padding-left:10px; padding-top:10px;
}

	

	

	
.subprodutosItem {
	 top:50px;
	 border: 1px solid threedshadow; border-color:#494949; 
	 background-color:#000;
	 position:relative;
	 float:left;
	 height:300px;
	 width:205px;
	 margin-right:23px;
	 margin-bottom:23px;
	
	}

.subprodutosItem:hover {
cursor:pointer;
opacity: 0.5;
transition-property:opacity;
transition-duration: 0.4s;
transition-timing-function: ease;
-webkit-transition-property:opacity;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: ease;
-moz-transition-property:opacity;
-moz-transition-duration: 0.4s;
-moz-transition-timing-function: ease;
-ms-filter: "progid:DXImageTransform.Microsoft. »
Alpha(Opacity=60)"; /* IE 8 hack */
filter: alpha(opacity = 60); /* IE 5-7 hack */

}	 	  


#aplicacoes {
	 position:absolute;
	 height:auto;
 	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	  padding-bottom:80px;	
	 z-index:3;	
}

	
	
#aplicacoes div{
	 border: 1px solid threedshadow; border-color:#494949; 
	 background-color:#000;
	 position:relative;
	 float:left;
	 height:300px;
	 width:205px;
	 margin-right:23px;
	 margin-bottom:23px;
	 
	 
	
	}
	
	
#aplicacoes div:hover {
cursor:pointer;
opacity: 0.5;
transition-property:opacity;
transition-duration: 0.4s;
transition-timing-function: ease;
-webkit-transition-property:opacity;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: ease;
-moz-transition-property:opacity;
-moz-transition-duration: 0.4s;
-moz-transition-timing-function: ease;
-ms-filter: "progid:DXImageTransform.Microsoft. »
Alpha(Opacity=60)"; /* IE 8 hack */
filter: alpha(opacity = 60); /* IE 5-7 hack */

}


#subaplicacoes {
	 position:absolute;
	 height:300px;
 	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	 z-index:3;
	  padding-bottom:80px;	
}



	
.subaplicacoesItem {
	 top:50px;
	 border: 1px solid threedshadow; border-color:#494949; 
	 background-color:#000;
	 position:relative;
	 float:left;
	 height:300px;
	 width:205px;
	 margin-right:23px;
	 margin-bottom:23px;
	
	}
	

.subaplicacoesItem:hover {
cursor:pointer;
opacity: 0.5;
transition-property:opacity;
transition-duration: 0.4s;
transition-timing-function: ease;
-webkit-transition-property:opacity;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: ease;
-moz-transition-property:opacity;
-moz-transition-duration: 0.4s;
-moz-transition-timing-function: ease;
-ms-filter: "progid:DXImageTransform.Microsoft. »
Alpha(Opacity=60)"; /* IE 8 hack */
filter: alpha(opacity = 60); /* IE 5-7 hack */

}
	 
	 
	 
#orcamentos{
	 padding:10px;
	 border: 1px solid threedshadow; border-color:#494949; 
	 font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#A8D217;
	 position:absolute;
	 height:auto;
	 background-color:#000;
	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	  padding-bottom:80px;	
	 z-index:3;
	 }

#orcamentos div{
	position:relative;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff;
	float:left;
	width:890px;
	height:auto;
	margin:5px;
	
	 }
	 

#table td{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000;
	padding-left:0px;
	padding-right:0px;
	height:20px;
	
	 }




#orcamentos input {
	 height:20px;
	 border: 1px solid threedshadow; border-color:#494949;
	 background-color:#000;
	 width:320px;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#fff;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px; 
	 border-radius: 0px; 
	 }
	 
#table div{
	position:relative;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff;
	float:left;
	width:auto;
	height:50px;
	margin:0px;
	
	 }

#table .button3 { 
	background:#000; 
	border:none; 
	height:25px;
	width:260px;
	padding-left:10px; 
	padding-right:10px; 
	margin-right:10px; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#A8D217;
	border: 1px solid threedshadow; border-color:#494949;}

#table .button3:hover { 
	background:#A8D217;
	color:#fff;
	cursor:pointer; 
	}
	
#table input{ 
	border: 1px solid threedshadow; border-color:#494949;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff;
	background-color:#000;
	color:#fff;
	
	}



#passwords{
	padding:10px;
	 border: 1px solid threedshadow; border-color:#494949; 
	 position:absolute;
	 height:auto;
	 background-color:#000;
	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	 z-index:3;
	  padding-bottom:80px;	
	 }
	 
#formpass{
	 margin:10px;
	 position:relative;
	 height:auto;
	 width:320px;
	 float:left;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:13px; 
	 color:#fff;
	 }

#formpass input {
	 height:25px;
	 border: 1px solid threedshadow; border-color:#494949;
	 background-color:#000;
	 width:250px;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#fff;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px; 
	 border-radius: 0px; 
	 }

#formpass textarea {
	 height:55px;
	 border: 1px solid threedshadow; border-color:#494949;
	 background-color:#000;
	 width:260px;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#fff;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px; 
	 border-radius: 0px; 
	 }
	 
#formpass .button2 { 
	background:#000; 
	border:none; 
	height:25px;
	width:260px;
	padding-left:10px; 
	padding-right:10px; 
	margin-right:10px; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#A8D217;
	border: 1px solid threedshadow; border-color:#494949;}

#formpass .button2:hover { 
	background:#A8D217;
	color:#fff;
	cursor:pointer; 
	}


#contactos{
	padding:10px;
	 border: 1px solid threedshadow; border-color:#494949; 
	 position:absolute;
	 height:auto;
	 background-color:#000;
	 top:180px;
	 width:920px;
	 left:50%;
	 margin-left:-460px;
	 z-index:3;
	  padding-bottom:80px;	
	 }

#cont01{
	 margin:10px;
	 position:relative;
	 height:auto;
	 width:320px;
	 float:left;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:13px; 
	 color:#fff;
	 }

#cont01 input {
	 height:25px;
	 border: 1px solid threedshadow; border-color:#494949;
	 background-color:#000;
	 width:250px;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#fff;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px; 
	 border-radius: 0px; 
	 }

#cont01 textarea {
	 height:55px;
	 border: 1px solid threedshadow; border-color:#494949;
	 background-color:#000;
	 width:260px;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#fff;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px; 
	 border-radius: 0px; 
	 }
	 
#cont01 .button2 { 
	background:#000; 
	border:none; 
	height:25px;
	width:260px;
	padding-left:10px; 
	padding-right:10px; 
	margin-right:10px; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#A8D217;
	border: 1px solid threedshadow; border-color:#494949;}

#cont01 .button2:hover { 
	background:#A8D217;
	color:#fff;
	cursor:pointer; 
	}
	 
#cont02{
	 margin:10px;
	 position:relative;
	 height:auto;
	 width:320px;
	 float:left;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:13px; 
	 color:#fff;
	 }

#cont02 div {
	 padding-left:5px;
	 padding-top:5px;
	 height:22px;
	 border: 1px solid threedshadow; border-color:#494949;
	 background-color:#000;
	 width:250px;
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#fff;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px; 
	 border-radius: 0px; 
	 }

#cont02 a { color:#fff;}
#cont02 a:hover { color:#A8D217;}

/******************************FOOTER**********************************************/   
 
#footer {
	bottom:0px;
	left:0px;
	background-color:#A8D217;
	position:fixed;
	width:100%;
	height:35px;
	z-index:5;
	}
	
#footer div {
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:top;
	position:fixed;
	width:950px;
	height:35px;
	left:-475px;
	margin-left:50%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding-top:12px;

	}
	
/***********************************************SLIDER********************************************/


/***********************************************DropLists********************************************/
.dl110
{
	width:110px; 
	height:25px; 
	background-color:#000; 
	border: 1px solid threedshadow; 
	border-color:#494949;
	color:#FFFFFF;
	font-size:11px;
}

.dl120
{
	width:120px; 
	height:25px; 
	background-color:#000; 
	border: 1px solid threedshadow; 
	border-color:#494949; 
	color:#FFFFFF;
	font-size:11px;
}




#gallery img:hover ,
#gallery img:focus {
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft. »
Alpha(Opacity=60)"; /* IE 8 hack */
filter: alpha(opacity = 60); /* IE 5-7 hack */
}

#container img:hover ,
#container img:focus {
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft. »
Alpha(Opacity=60)"; /* IE 8 hack */
filter: alpha(opacity = 60); /* IE 5-7 hack */
}
