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

/* INDEX */

*{
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
	outline:0;
	border:0;
	line-height:1.1;
	font-size:100%;
}
body{
	font-family:Arial, sans-serif;
	background-color:#669933;
	background-image:url(images/bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.wrap{
	max-width:840px;
	margin:auto;
}
a{
	text-decoration:none;
}
h1{
	padding-top:40px;
	font-size:18px;
	font-weight:bold;
	color:#3399ff;
}
h2{
	padding-bottom:10px;
	margin:20px 40px;
	font-size:16px;
	font-weight:bold;
	color:#777;
	border-bottom:solid 4px #ddd;
}
header{
	text-align:center;
	height:155px;
	padding-top:20px;
}


nav{
	text-align:center;
	height:45px;
}
nav ul{
}
nav li{
	display:inline-block;
	margin:0 5px;
}
nav li a{
	display:block;
	height:45px;
}
.nav-dvd{
	width:80px;
	background-image:url(images/nav_dvd.png);
}
.nav-cd{
	width:80px;
	background-image:url(images/nav_cd.png);
}
.nav-videos{
	width:120px;
	background-image:url(images/nav_videos.png);
}
.nav-musicas{
	width:140px;
	background-image:url(images/nav_musicas.png);
}
.nav-dvd:hover{
	background-image:url(images/nav_dvd_hover.png);
}
.nav-cd:hover{
	background-image:url(images/nav_cd_hover.png);
}
.nav-videos:hover{
	background-image:url(images/nav_videos_hover.png);
}
.nav-musicas:hover{
	background-image:url(images/nav_musicas_hover.png);
}


article{
	min-height:600px;
	background-color:#fff;
	border-radius:20px 20px 0 0;
}


section{
}
.destaque{
}
table{
	width:100%;
}
table, td{
	border:none;
	vertical-align:top;
}
td p{
	font-size:16px;
	padding:20px 40px 0 0;
}

.btn{
	margin-top:20px;
	position:absolute;
	padding:20px;
	background:#339999;
	color:#fff;
	font-weight:bold;
	border-radius:10px;
}
.btn:hover{
	background:#ff9933;
}

.galeria{
	width:760px;
	margin:auto;
	padding-bottom:20px;
}
.galeria:last-child{
	padding-bottom:80px;
}

.galeria a{
	display:inline-block;
}
.galeria a:first-child{
	margin-right:20px;
}
.galeria a:last-child{
	margin-left:20px;
}


.galeria-g{
	width:760px;
	margin:auto;
	padding-bottom:40px;
}
.galeria-g img{
	margin-bottom:20px;
}

.lista{
	width:760px;
	margin:auto;
	padding-bottom:80px;
}
.lista ul{
}
.lista ul li{
	padding:5px 0;
	color:#999;
	list-style:decimal;
	list-style-position:inside;
	border-bottom:solid 2px #eee;
}

.mini{
	width:760px;
	margin:auto;
	padding-bottom:40px;
}
.mini:last-child{
	padding-bottom:80px;
}
.mini h1{
	margin-bottom:20px;
}
.mini a{
	display:inline-block;
}
.mini .mini-right{
	float:right;
}


.video{
	width:760px;
	margin:auto;
	padding-bottom:40px;
}
.video h1{
	margin-bottom:20px;
}

.musicas-btns{
	width:760px;
	margin:auto;
	margin-top:-20px;
	text-align:center;
	padding-bottom:80px;
}
.musicas-btns a{
	margin:0 10px;
}

footer{
	position:relative;
	height:140px;
	padding-top:80px;
	margin-top:-60px;
	text-align:center;
	font-size:14px;
	color:#88bb55;
	background-image:url(images/footer_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
footer a{
	color:#88bb55;
	font-weight:bold;
}

.social-btns{
	width:800px;
	padding:0 20px;
	position:absolute;
	text-align:right;
}






























