/* GERAL */

body {
	margin: 0;
	font: 12px tahoma, geneva, sans-serif;
	color: #666;
	min-width: 1003px;
	background: url(../img/bg-wrapper.gif) top left repeat-x;

}


/* TIPOGRAFIA */

@font-face {
 font-family: 'VAGRoundedStdBlack';
 src: url('../fonts/vag_rounded_std_black-webfont.eot');
}
@font-face {
 font-family: 'VAGRoundedStdBlack';
 src: url(//:) format('no404'), url('../fonts/vag_rounded_std_black-webfont.woff') format('woff'), url('../fonts/vag_rounded_std_black-webfont.ttf') format('truetype'), url('../fonts/vag_rounded_std_black-webfont.svg#webfontVxv7wOJL') format('svg');
 font-weight: normal;
 font-style: normal;
}

.logo a {
display: block;
height: 100%;
}


/* ESTRUTURA */

#wrapper {
	width: 100%;
}

.w1 {
	width: 100%;
	background: url(../img/bg-wrapper-c.jpg) no-repeat 50% 0;
}

.w2 {
	margin: 0 auto;
	padding: 168px 0 0;
	width: 980px;
	position: relative;
	background: url(../img/bg-stars.gif) no-repeat 131px 10px;
}

#main {
	width:100%;
	position:relative;
}

#header {
	height:151px;
	position:absolute;
	left:0;
	top:17px;
	width:100%;
}
.logo {
	position:absolute;
	left:415px;
	top:-13px;
	width:156px;
	height:154px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	z-index: 5;
}

.slideshow {
	position: relative;
	background: white;
	margin: 0 0 19px;
}