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

body {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#header { width:972px; background:  url(../images/header.gif) no-repeat; position:relative; height:34px; color:#787878; margin-left:auto; margin-right:auto; z-index:1; }

#menu { width:400px; height:34px; font-size:10px;
position:relative;
	float:right;
	z-index:1;
	cursor:pointer;
	}
	.menu { color:#fff; text-align: center; }
	


#footer { width:972px; height:34px; color:#787878; margin-left:auto; margin-right:auto; font-size:11px; }
	.footer img { float:left; padding-left:100px; }
	.footer p { color:#787878; margin:5px 0px 0px 10px; text-align:center; }

#wrapper {
	width:972px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	width:972px;
	padding-top:0px;
}
	.main p { font-size:11px; font-weight:normal; text-align:left; padding:0px 0px 0px 0px; margin:0px; }
	.main h1{ font-size:14px; font-weight:bold; text-align:center; }
	.main h2{ font-size:14px; font-weight:bold; text-align:center; }
	.main a { color:#000; text-decoration:underline; }
	.main a:hover { color:#777777; text-decoration:none; }
	
#button {
	position:relative;
	width:972px;
	height:620px;
	z-index:2;
	left: 0px;
	top: 0px;
}
#fsgallery {
	width:800px;
	height:600px;
	z-index:15;
	visibility: visible;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	position:relative;
	background-image: url(../imagens/ajax-loader2.gif);
	background-repeat:no-repeat;
	background-position:300px center;
}
/*.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/

#popupContactClose {
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align:left;
	z-index:20;
	cursor:pointer;
}
img.thumbs {
	height:160px;
	width:160px;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	background-image: url(../imagens/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

/* NOVA AREA EXPERIENCIA */

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:0px solid #cecece;
	z-index:5;
 }  
 
 #popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:800px;
	border:0px solid #cecece;
	margin-top:0px;
	z-index:10;
	padding:0px;
	font-size:13px;
}
ul {
        	margin:0px;
         	padding:0px;
        }
li
        {
        	list-style-type:none;
        	float:left;
        	margin:0px 0px 0px 0px;
        	position:relative;
        	padding:0px;
        }
	li img
        {
        	border:0px;
        }
    li a
        {
        	display:block;
        }
