
/*	LIGHT DESIGNER	*/ 


/*	Estilos Globais	*/ 


* {margin:0; padding:0;}
ul, li {list-style:none;}
img {border:0;}
p {padding:2px 0 0 5px; color:black; font-size:14px; line-height:18px; letter-spacing:0.5px; font-weight:normal;}
p:first-letter { margin-left:6px;}
a{text-decoration:none; cursor:pointer;}
a:hover {text-decoration:underline;}
body {background:url(../imagens/bg.jpg) no-repeat top center #CFE2ED; font-family:Arial, Helvetica, sans-serif;}
h1{ color:#71AAC9; font:bold 18px Arial, Helvetica, sans-serif; margin:15px 0 3px 45px;}


/*	Estilos por ID's */ 

#geral {
	width:773px;
	margin:auto;
	background:#FFF; 
}
#topo {
	width:773px;
	height:300px;
	text-align:center;
	background:#FFF;
}
#etiquetas {
	width:200px;
	height:43px;
	float:left;
	background:url(../imagens/etiquetas.jpg) no-repeat;
}
#etiquetas p {
	font:bold 18px Arial;
	color:#03689E;
	margin-top:17px;
	margin-left:10px;
}
#links {
	width:573px;
	height:43px;
	float:right;
	background:url(../imagens/menu.jpg) no-repeat; 
}
#links ul {
	width:573px;
	height:43px;
	text-align:center;
}
#links ul li {
	float:left;
	line-height:43px;
}
#links ul li a {
	font-size:11px;
	color:#FFF;
}
#links ul li a:hover {
	color:#FF9900;
}
#conteudo {
	width:773px;
	min-height:400px;
	background:url(../imagens/conteudo.jpg) repeat-y;
}
#conteudoInterno {
	width:756px;
}
#conteudoInterno p {
	font:normal 14px Arial;
	text-align:left;
	margin:3px 0 8px 8px;
}
#conteudoInterno a {
	font:italic 14px Arial;
	text-align:left;
	margin:3px 0 8px 8px;
	text-decoration:underline;
}
#rodape {
	width:773px;
	height:26px;
	clear:both;
	background:url(../imagens/rodape.jpg ) no-repeat;
}
#rodape p {
	color:#FFF; 
	font:normal 14px Arial; 
	margin-top:5px;
}
#rodape p a {
	color:#03689E;
	font:bold 12px Arial;
}
#rodape p a:hover {
	color:#FFF;
	font:normal 13px Arial;
}
#formulario {
	width:600px;
	margin:auto;
}
#galerias {
	width:650px;
	height:640px;
	margin:auto;
}


/*	Classes de Estilo */ 


.botoes{width:71px;}
.botaoMaior{width:140px;}

.clearFix{clear:both;}

.floatRight { float:right;}
.floatLeft { float:left;}

.textoEsquerda{text-align:left}

.miniaturas { float:left; margin:8px;}
.miniaturas a img { width:120px; border:3px solid pink; text-decoration:none;}
.miniaturas a:hover img { border:3px solid #993399;}

.listaContato{width:600px; margin-top:25px; color:#666;}
.liContato1{width:19%; float:left; padding-bottom:5px;}
.liContato2{width:70%; float:left; padding-bottom:5px;}
.botaoEnviar {width:70%; float:left;}

.month {background:#660066;	color:#FFF; line-height:18px;}

.imgAss { width:300px; height:38px; text-align:right; float:left; border:none; margin:2px 0 8px 0;}
