body {
	margin: 0; padding: 0;
	font: 28px normal Tahoma, sans-serif;
	background: #FFF;
	background: url("../img/body/bg.jpg");
	background-attachment: fixed;
	background-position: center center;
}

.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 5px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #116903;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #0a7a04;
  text-decoration: none;
}

.opaque_wrapper {
	position:fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	z-index: 105;
	display:none;
}

.logos_vaz {
	width: 100%;
	margin-top: 35px;
	text-align: center;
	margin-bottom: 40px;
}

.logos_vaz img {
	margin: 0px auto;
	margin-bottom: 35px;
	margin-top: 270px;
}

.logos_vaz p {
	margin: 35px;
    color: #000;
    font-family: "Rockwell";
    font-size: 20px;
    position: relative;
    text-shadow: 0px 6px 8px #000000;
}

.video_iframe {
	border: 17px solid #E0E0E0;
	box-shadow: 0px 0px 50px #000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 48px;
	color: #444;
	letter-spacing: -5px;
	line-height: 5px;
	text-shadow: 0px 1px 2px #444;
}
h2:hover {
	color: #444;
	text-shadow: 0px 3px 2px #DDD;
}
.header {
	width: 100%;
	background: #333;
	position: fixed;
	background: url("../img/body/top_bg.jpg");
	top: 0px;
	left: 0px;
	height: 100px;
	z-index: 101;
}
.contact {
	position: relative;
	top: -200px;
	width: 900px;
	height: 221px;
	margin-left: auto;
	margin-right: auto;
	z-index: 107;
}
#contact_close_butt {
	border: 0px;
	position: relative;
	left: 880px;
	top: -4px;
}
.contact_content {
	background: url("../img/body/contact_bg.png") no-repeat;
	width: 900px;
	height: 221px;
	margin-left: auto;
	margin-right: auto;
}

#contact_button {
	border: 0px;
	position: relative;
	left: 118px;
	top: 154px;
	color: #ddd;
	text-shadow: 0 0 2px #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.meantime {
	position: relative;
	left: -15px;
	top: 160px;
}
.header_content {
	position: relative;
	width: 900px;
	/*background: #666;*/
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	overflow: hidden;
	height: 110px;
	z-index: 102;
}

.shadow_top {
	width: 100%;
	background: url("../img/body/shadow_top.png") repeat-x;
	height: 7px;
	border-top: 1px solid #111;
	position: fixed;
	top: 99px;
	z-index: 102;
}
.logos_small{
	width: 100%;
	position: fixed;
	bottom: 35px;
	left: 10px;
}

.shadow_bottom {
	width: 100%;
	background: url("../img/body/shadow_bottom.png") repeat-x;
	height: 7px;
	border-bottom: 1px solid #111;
	position: fixed;
	bottom: 26px;
	z-index: 102;
}
.footer {
	border-top: 1px solid #444;
	width: 100%;
	background: #333;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 25px;
	z-index: 101;
	text-align: center;
}
.footer p {
    color: #bbb;
    font-family: "Rockwell";
    font-size: 12px;
    position: relative;
    top: -8px;
}
















