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

*{
	margin:0px auto;
	padding:0px;
}
html, body{
	background-image:url(../img/background.jpg);
	width:100%;
    height:100%;
    padding: 0px;
    margin: 0px;
}
p{
	color:#214d69;
	font-size:14px;
}

 img, div, input { behavior: url("css/iepngfix.htc") }

#container{
	width:100%;
	height:100%;
	position: absolute;
	display: table;

	*overflow: hidden; /* hack para o IE6 e IE7 */
    *position: relative; /* hack para o IE6 e IE7 */
}
#cell {
    vertical-align: middle;
    display: table-cell;
    position: static;
    *top: 50%; /* hack para o IE6 e IE7 */
    *position: absolute; /* hack para o IE6 e IE7 */
}
div#corpo{
	background:url(../img/bg_index.jpg) no-repeat;
	width:1000px;
	height:566px;
	position:relative;
	margin: auto;
	top: -50%;
}
div#quemsomos{
	background:url(../img/bg_quem_somos.jpg) no-repeat;
	width:1000px;
	height:566px;
	position:relative;
	margin: auto;
	top: -50%;
}
div#cont{
	background:url(../img/bg_contato.jpg) no-repeat;
	width:1000px;
	height:566px;
	position:relative;
	margin: auto;
	top: -50%;
}
div#obrigado{
	background:url(../img/bg_obrigado.jpg) no-repeat;
	width:1000px;
	height:566px;
	position:relative;
	margin: auto;
	top: -50%;
}
div#fotos{
	background:url(../img/bg_fotos.jpg) no-repeat;
	width:1000px;
	height:566px;
	position:relative;
	margin: auto;
	top: -50%;
}
div#fotos2{
	background:url(../img/bg_fotos2.jpg) no-repeat;
	width:1000px;
	height:566px;
	position:relative;
	margin: auto;
	top: -50%;
}
div#logo{
	width:198px;
	height:156px;
	padding-top:12px;
	padding-left:120px;
	padding-bottom:10px;
	float: left;
}
div#menu{
	width:507px;
	height:42px;
	float:right;
	margin-top:103px;
	padding-right:90px;
}
div#menu ul{
	list-style:none;
}
div#menu ul li{
	float:left;
}
div#flash{
	width:795px;
	height:257px;
	*padding-left:2px;/*hack para a coisa anormal do IE*/
}
div#fototexto{
	width:795px;
	height:50px;
	float:right;
	margin-top:25px;
	margin-right:50px;
}
div#foto{
	width:224px;
	height:149px;
	float:right;
	padding-right:110px;
	padding-top:16px;
}
div#foto img{
	width:224px;
	height:149px;
	border:solid 2px #214d69;
}
div#texto{
	width:420px;
	float:left;
}
div#contform{
	width:750px;
	clear:both;
	padding-top:25px;
}
div#formulario{
	height:195px;
/*	_float: left;*/
}
div#contato{
	width:286px;
	_width:256px;	
	height:195px;
	float:left;
	/*padding-left:5px;*/
}
div#galeria{
	width:600px;
	height:150px;
	margin-right:150px;
	padding-top:60px;
	clear:both;
}
div#seta{
	width:64px;
	height:40px;
	margin-left:592px;
}
#midiasocial { position:absolute; top:500px; left:950px; }
#midiasocial li { float:left; width:30px; height:31px; list-style:none; text-indent:-9999px; }
#midiasocial li a{ float:left; display:block; width:30px; height:31px; overflow:hidden; }
#midiasocial li.facebook { background:url(../img/facebook.png) no-repeat; margin-right:10px;  }
#midiasocial li.twitter { background:url(../img/twitter.png) no-repeat; }
