*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
}

body { background: url(../images/bg.jpg) center center;}

#wrapper {
	width:940px;
	margin:0 auto;
}


.top {
    background: url("../images/bg-topo-internas.jpg") no-repeat scroll center -30px transparent;
    height: 275px;
    width: 100%;
	border-bottom: 6px solid #FFF;
}


.border-1 {
    background: url("../images/border-1.gif") repeat-x scroll 0 bottom transparent;
    width: 100%;
	padding-bottom: 25px;
	overflow:hidden;
}


.grid_8 {
    width: 620px;
	display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.grid_4 {
    width: 300px;
	display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.omega {
    margin-right: 0;
}

.alpha {
    margin-left: 0;
}

.text-1 {
    color: #B6B6B6;
    font-size: 22px;
    line-height: 28px;
}

h4 {
    color: #B6B6B6;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 29px;
    position: relative;
    text-transform: uppercase;
}

/*Orcamento*/

#orcamento {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    height: 175px;
    margin-bottom: 30px;
    margin-top: 50px;
	background:#FFF;
	padding-top:30px;
} 


.botao_orcamento{
    background: url(../images/botao.png) no-repeat scroll center center transparent;
    color: #FFFFFF;
    display: block;
    font-family: georgia;
    font-size: 30px;
    font-style: italic;
    height: 82px;
    text-align: center;
    width: 325px;
}

#orcamento h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

/*IMAGE BACK*/
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-1;
}
		

/*MENU*/

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  position: relative;
}
#cssmenu {

} 
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu ul {
  list-style: none;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2B2B2B;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}

#cssmenu .has-sub {
  z-index: 1000;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  	display: none;
 	position: absolute;
  	width: 330px;
  	top: 100%;
  	left: 0;
  	background: #FFF;
  	border: 5px solid #2B2B2B;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:  0px 1px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 1px 2px 2px rgba(0, 0, 0, 0.3);
}

#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  line-height:2em;
}

#cssmenu .has-sub ul li a {
    border-bottom: 1px dotted #999;
    display: block;
    filter: none;
    font-size: 17px;
    line-height: 120%;
    padding: 17px 10px;
	padding-left:20px;
    text-transform: none;
	color: #2B2B2B;
	text-transform:uppercase;
}

#cssmenu .has-sub ul li:hover a {
	color: #E92C17;

}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
	font-weight: normal;
	padding:10px 20px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	color:#095c80;
	text-transform: none;
	list-style:-0.3px;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #FFF;
}

ul.menu {
	float:right;
	background: #252790;
	margin-top:40px;
	width:520px;
	padding-left:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:10px;
	
}

ul.menu li {
	border-right: 1px solid #0F1260;
	border-left: 1px solid #4044A5;
	margin: 0;
}

ul.menu li a {
	font-weight: normal;
	padding:17px 10px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	list-style:-0.3px;
}

ul.menu li a:hover, ul.menu li a.active {
	color:#E92C17;
}



/*Servicos*/

#servicos #orcamento {
    border: 1px solid #C3C3C3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #DDDDDD, 0 1px 0 #FFFFFF inset;
    height: 140px;
    margin-bottom: 30px;
    margin-top: 20px;
    transition: background-color 0.3s ease-out 0s;
} 


#servicos .botao_orcamento{
    background: url(../images/botao.png) no-repeat scroll center center transparent;
    color: #FFFFFF;
    display: block;
    font-family: georgia;
    font-size: 26px;
    font-style: italic;
    height: 82px;
    text-align: center;
    width: 325px;
	text-decoration:none;
}

#servicos h2 {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	background:#CACACA;
	padding: 10px 0;
	display:block;
	color:#000;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align:center;
}

#servicos h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}


.compartilhe {
    float: left;
    padding: 12px;
    text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:20px;
}