
												/* Alma Studio & Design */
												
/*
	cores usadas:
					vermelho logo:		#EB3D00
					azul escuro fundo:	#042C5D

*/
	
	
	/* Estilos Globais */

* {
	padding:0;
	margin:0;
}
img {
	border:0;
}
li {
	list-style:none;
}
body {
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	background:url(../imagens/fundo_azul.jpg) top repeat-x #005387;	
}
a {
	color:black;
	text-decoration:none;
}
a:hover{
	color:#EB3D00;
	text-decoration:underline;
}
p{
	font-size:11px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:7px;
}
h1, h2, h3{
	font-family:Georgia, serif;
}
h1 {
	width:873px;
	height:40px;
	font-size:28px;
	line-height:35px;
	color:#353535;
	padding:5px 0 5px 15px;
	border-bottom:1px dashed #C5C5C5;
	font-style:normal;
}
h2 {
	font-size:16px;
	color:#EB3D00;
	margin:7px 0px 12px 0px;
}
h3 {
	font-size:13px;
	color:#EB3D00;
	margin:7px 5px;
}
address{
	text-align:center;
	font-size:11px;
	color:white;
}
span{
	color:#EB3D00;
	font-weight:bold;
}
strong{
	font-weight:bold;
	font-size:110%;
}
hr{
	width:95%;
	margin:auto;
	margin-bottom:5px;
	padding:5px 0;
	border:0;
	border-bottom:1px solid #C5C5C5;
}
hr#invisivel{
	border:0;
	color:#EEE;
}
label{
	font-size:11px;
}

			/* Estilos por ID */


#principal{
	width:888px;
	margin:auto;
	margin-top:5px;
}
#topo {
	width:inherit;
	height:110px;
	position:relative;
	background:url(../imagens/topo_azul.jpg);
}
#logo{
	position:absolute;
	top:10px;
	left:30px;
}
#menu {
	text-align:right;
	margin-right:50px;
}
#menu ul{
	width:inherit;
	line-height:110px;
}
#menu ul li{
	display:inline;
	margin-right:25px;
}
#menu ul li a{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#menu ul li a:hover{
	text-decoration:none;
}
#topoArredondado{
	width:inherit;
	height:7px;
	margin-top:5px;
	background: url(../imagens/topo_arredondado_conteudo.gif) top no-repeat #EEE;
}
#conteudo {
	width:inherit;
	background:#EEE;
}
#textos{
	width:inherit;
	background:url(../imagens/fundo_textos.jpg) repeat-x #EEE;
}
#textosLateralEsquerda{
	width:320px;
	margin:5px;
	float:left;
}
#textosLateralDireita{
	width:510px;
	margin:5px 20px 10px 0px;
	padding-left:20px;
	_padding-left:15px;
	_margin:5px 15px 10px 0px;
	min-height:350px;
	float:right;
	border-left:1px solid #C5C5C5;
}
#feed{
	-moz-opacity:.60;
	filter:alpha(opacity=60);
	opacity: 0.60;
}

#lista_portfolio li {
	list-style:inside square;
	font: normal 11px Arial;
	line-height:15px;
	color:#000066;
	margin-left:10px;
}
#lista_servicos li {
	list-style:inside square;
	font: normal 11px Arial;
	line-height:15px;
	color:#000066;
	margin-left:10px;
}
#lista_servicos ul li{
	list-style:inside circle;
	font: normal 11px Arial;
	color:#000066;
	margin-left:30px;
}
#banner_portfolio{
	width:500px;
	margin:10px 15px 10px 0;
}

#carregando, #carregandoIndex{
	width:520px;
	height:435px;
	*height:415px;
	position:absolute;
	left:10;
	text-align:center;
	background:#EEE;
}
#carregandoIndex{
	width:320px;
	height:335px;
}
#carregando img{
	position:absolute;
	top:20%;
	left:37%;
}

#rodape {
	width:inherit;
	clear:both;
	text-align:center;
	line-height:15px;
	font-style:normal;
}

#mapa{
	width:280px;
	padding-top:35px;
	padding-left:20px;
	margin:auto;
}


#formulario_contato{
	width:500px;
	margin:auto;
}
#formulario_contato input, textarea{
	width:100%;
}
#formulario_contato .li1{
	width:20%;
}
#formulario_contato .li2{
	width:65%;
}
#formulario_contato .lienviar{
	clear:both;
}
#formulario_contato .enviar{
	width:100px;
	text-align:center;
}


#areaRestrita{
	float:right;
	color:#005387;
	font-size:11px;
	line-height:16px;
	margin:1px 5px 0 0;
	text-align:center;
	font-weight:bold;
}
#areaRestrita:hover{
	font-size:11px;
	color:#EB3D00;
	text-decoration:none;
}


	

		/* Classes de Estilo */



.esconde{
	display:none
}
.mostra{
	display:block
}

.clearboth {
	clear:both
}
.textoCentro{
	text-align:center
}
.textoEsquerda{
	text-align:left
}
.textoDireita{
	text-align:right
}
.textoPreto{
	color:black
}
.textoBranco{
	color:white
}
.textoVermelho{
	color:#EB3D00
}

.fonte10{
	font-size:10px
}
.fonte11{
	font-size:11px
}

.floatLeft {
	float:left
}
.floatRight {
	float:right
}
.margem5{
	margin:5px
}
.margem10{
	margin:10px
}
.margemRight10{
	margin-right:10px
}
.margemLeft10{
	margin-right:10px
}
.paddingLeft10{
	padding-left:10px
}
