/*INICIAL*/
*{
    margin: 10 px 0px;
    text-decoration: none;
    text-align: center;
	padding:0;
}

body {
	background-repeat:repeat-x;
	background-position:center;
	background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	text-align:left; /* "remédio" para o hack do IE*/
	
	
	
}

/* EM HEADER.PHP */

/*BOX*/
#box {
    width:900px;
	margin:0 auto;
/* COR DO BG DA DIV ( CINZA 0.4 DE TRANSPARENCIA) 
	background-color:rgba(150, 155, 120, 0.4);	*/
}

#header {
	width:900px;
    height:205px;
}
 
#menu{
	width:900px;
	height:35px;
	margin:0 auto;
	background-color:rgba(150, 155, 120, 0.4);
}
#menu ul{
	
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#menu ul li{
	display:inline;
}
#menu ul li a{
	text-decoration:none;
	color:#FFF;
	font:20px Arial, Helvetica, sans-serif;
	float:left;
	padding:5px 7px 6px;
	text-shadow:1px 1px 5px #333;
	margin-left:10px;
	margin-right:10px;
}
#menu ul li a:hover{
	background:#FFF bottom repeat-x;
	color:#000
}
#menu ul li img{
	margin-top:4px;
	float:left;
}
 
/*CONTEUDO PRINCIPAL DE TODAS AS PAGINAS*/
#conteudo {
	width:900px;
	margin:0 auto;
	background-color:rgba(150, 155, 120, 0.4);
	height:auto;
	margin-top:30px;
}

/* RODAPE DE TODAS AS PAGINAS */
#rodape {
	width:900px;
	float:left;
	bottom:0;
	margin:0 auto;
	text-decoration:none;
	margin-top:30px;
	margin-left:150px;
}

#rodape p {
	font:14px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 3px #000;
	color:#FFF;
	
}

 
/*PAG HOME*/
#texto{
	float: left;
    width:400px;
	height:450px;
	background-color:rgba(150, 155, 120, 0.4);
}

#texto p {
	margin-left:5px;
	margin-right:4px;
	color:#FFF;
	font:17px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	text-align:justify;
}

#imagem_home{
	float:right;
	width:499px;
	height:auto;
	text-align:center;
	background-color:rgba(150, 155, 120, 0.4);
}

/* JQUERY slider3 */

#slider1 {
    width: 450px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0 auto;
}

#slider1Content {
    width: 450px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    /*background-color: #000; <- tirar legenda*/
    filter: alpha(opacity=100);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}


	
/* festas.PHP */

#texto_ps{
	float: left;
    width:900px;
	background-color:rgba(150, 155, 120, 0.4);
}

#texto_ps h2 {
	color:#FFF;
	font:20px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	text-align:center;
}

#texto_ps p {
	margin-left:5px;
	margin-right:4px;
	color:#FFF;
	font:17px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	text-align:center;
}

#texto_ps p a{
	font:20px Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;
}

#texto_ps p a:hover{
	color:#FF0;
	text-decoration:none;
}



#texto_pl{
	margin-top:5px;
	float: left;
    width:500px;
	height:220px;
	background-color:rgba(150, 155, 120, 0.4);
}

#texto_pl p {
	margin-left:5px;
	margin-right:4px;
	color:#FFF;
	font:14px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	text-align:justify;
}

#imagem_pl{
	margin-top:5px;
	float:right;
	width:399px;
	height:220px;
	text-align:center;
	background-color:rgba(150, 155, 120, 0.4);
}

#imagem_pl img{
	width:250px;
	height:200px;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:10px;
}

/* SERViCOS.PHP */

#texto_sv{
	margin-top:5px;
	float: left;
    width:400px;
	height:400px;
	background-color:rgba(150, 155, 120, 0.4);
}

#texto_sv p {
	margin-left:5px;
	margin-right:4px;
	margin-top:10px;
	color:#FFF;
	font:14px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	text-align:justify;
}


#imagem_sv{
	margin-top:5px;
	float:right;
	width:499px;
	height:400px;
	text-align:center;
	background-color:rgba(150, 155, 120, 0.4);
}

#imagem_sv img{
	width:400px;
	height:300px;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;	
}

/* EQUIPE.PHP */

#texto_eq{
	margin-top:5px;
	float: left;
    width:400px;
	height:530px;
	background-color:rgba(150, 155, 120, 0.4);
}

#texto_eq p {
	margin-left:5px;
	margin-right:4px;
	margin-top:10px;
	color:#FFF;
	font:15px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	text-align:justify;
}


#imagem_eq{
	margin-top:5px;
	float:right;
	width:499px;
	height:530px;
	text-align:center;
	background-color:rgba(150, 155, 120, 0.4);
}

#imagem_eq img{
	width:450px;
	height:400px;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;	
}

/* PARCEIROS.PHP */

#parceiro {
	background-color:rgba(150, 155, 120, 0.4);
	width: 200px;
	height:150px;
	text-decoration:none;
	float:left;
	color:#FFF;
	font:15px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:10px;
}

#parceiro img {
	margin-top:10px;
	width:150px;
	height:100px;
	text-align:center;
}



/*CONTATO.PHP */


#texto_contato{
	margin-top:5px;
	float: left;
    width:500px;
	height:430px;
	background-color:rgba(150, 155, 120, 0.4);
}

#texto_contato table {
	margin-top:25px;
}


#texto_contato td {
	color:#FFF;
	font:18px Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 15px #333;
	text-align:right;
}

#texto_contato input {
	color:#666;
	font:16px Verdana, Geneva, sans-serif;
	text-align:left;
	padding:5px;
}

#texto_contato textarea {
	color:#093;
	font:16px Verdana, Geneva, sans-serif;
	text-align:left;
	padding:5px;
}

#imagem_contato{
	margin-top:5px;
	float:right;
	width:399px;
	height:430px;
	text-align:center;
	background-color:rgba(150, 155, 120, 0.4);
}

#imagem_contato img{
	width:360px;
	height:280px;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:50px;
		
}


