@import "reset.css";

html, body {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a:link {color:#cc6600;}
a:visited {color:#33ccff;}
a:hover {color:#33ccff;}
a:active {color:#33CCff;}


#frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 49;
	width: 100%;
	height: 690px;
	background: transparent url(../img/frame_sides.png) center 0px no-repeat;
}

#logoLrg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	width: 100%;
	height: 100%;
	background: #000 url(../img/logo_lrg.jpg) center 20px no-repeat;
	cursor: pointer;
	/*opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);*/
}

#header {
	position: fixed;
	z-index: 50;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	padding-top: 5px;
	background: #000;
}

#content {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	position: absolute;
	z-index: 50;
	top: 60px;
	left: 80%;
	cursor: pointer;
}

#footer {
	position: fixed;
	z-index: 50;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	padding-top: 25px;
	background: transparent url(../img/footer_bg.png) top left repeat-x;
	text-align: left;
	color: #fff;
	font-size: 10px;
}
#footer div.inner {
	width: 1024px;
	margin: 0 auto;
}
#footer div.copyright {
	float: left;
	margin-top: 10px;
}

/* Navigation */
#navigation {
	width: 1024px;
	margin: 0 auto;
}
#navigation li {
	float: left;
	height: 26px;
	padding-right: 10px;
	text-indent: -2000px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
#navigation li.right {
	float: right;
	text-indent: 0px;
}
#navigation li.right img {
	padding-top: 10px;
}
#navigation li span {
	display: block;
}
#navigation li:hover {
	color: #e78506;
}
#navigation li#news span {
	background: #000 url(../img/nav_news.gif) 0px -24px no-repeat;
	width: 89px;
}
#navigation li:hover#news span, #navigation li#news span.active {
	background: #000 url(../img/nav_news.gif) 0px 0px no-repeat;
}
#navigation li#videos span {
	background: #000 url(../img/nav_videos.gif) 0px -24px no-repeat;
	width: 106px;
}
#navigation li:hover#videos, #navigation li#videos span.active {
	background: #000 url(../img/nav_videos.gif) 0px 0px no-repeat;
}
#navigation li#photos span {
	background: #000 url(../img/nav_photos.gif) 0px -24px no-repeat;
	width: 114px;
}
#navigation li:hover#photos, #navigation li#photos span.active {
	background: #000 url(../img/nav_photos.gif) 0px 0px no-repeat;
}
#navigation li#shows span {
	background: #000 url(../img/nav_shows.gif) 0px -24px no-repeat;
	width: 169px;
}
#navigation li:hover#shows, #navigation li#shows span.active {
	background: #000 url(../img/nav_shows.gif) 0px 0px no-repeat;
}
#navigation li#contact span {
	background: #000 url(../img/nav_contact.gif) 0px -24px no-repeat;
	width: 130px;
}
#navigation li:hover#contact, #navigation li#contact span.active {
	background: #000 url(../img/nav_contact.gif) 0px 0px no-repeat;
}
#navigation li#download span {
	background: #000 url(../img/nav_downloads.gif) 0px -24px no-repeat;
	width: 169px;
}




/* Pages */
#pages {
	position: relative;
	top: -1000px;
	z-index: 1;
}
#pages dt {
	height: 1000px;
	background: #000 url(../img/navegante.gif) center center no-repeat;
	text-index: -2000px;
}
#pages dd {
	height: 750px;
}
#pages dd.news {
	background: #000 url(../img/bg_news.jpg) center top no-repeat;
}
#pages dd.news #quote {
	position: relative;
	z-index: 100;
	top: 150px;
	left: 85px;
}
#pages dd.news iframe {
	position: relative;
	z-index: 100;
	top: 270px;
	left: 20px;
	background: #fff;
	border: none;
	overflow: hidden;
	width: 300px;
	height: 250px;
}
#pages dd.videos {
	background: #000 url(../img/bg_videos.jpg) center top no-repeat;
	text-align: center;
}
#pages dd.videos object, #pages dd.videos embed {
	margin: 200px auto 0px auto;
}
#pages dd.photos {
	/*background: #000 url(../img/bg_photos.jpg) center top no-repeat;*/
}
#pages dd.shows {
	height: 550px;
	padding-top: 200px;
	background: #000 url(../img/bg_shows.jpg) center top no-repeat;
	text-align: center;
}
#pages dd.shows .textBox, #pages dd.contact .textBox, .textBox {
	/*position: absolute;
	z-index: 51;*/
	width: 500px;
	max-height: 325px;
	overflow: auto;
	margin: 0px auto 0 auto;
	background: #fff;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	font-size: 22px;
	line-height: 28px;
	color: #333;
	text-align: left;
}
#pages dd.shows .textBox p, #pages dd.contact .textBox p, .textBox p {
	width: 400px;
	margin: 20px 50px;
}
#pages dd.contact {
	height: 550px;
	padding-top: 200px;
	background: #000 url(../img/bg_contact.jpg) center top no-repeat;
	text-align: center;
}

label {
	display: block;
}

#maillist {
	position: absolute;
	top: 200px;
	left: 30%;
	z-index: 50;
	width: 460px;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	padding: 20px;
}
#maillist table td {

	padding: 5px 10px;
}

.textBox p {
	margin: 5px 50px;
}

.vTop {
	vertical-align: top;
	text-align: right;
}

#closeMlist {
	cursor: pointer;
	text-decoration: underline;
}

dd.photos #gallery {
	position: relative;
	top: 0px;
	left: 0px;
	height: 650px;
	overflow: hidden;
}
dd.photos #gallery img {
	margin-right: 200px;
}
dd.photos .prev {
	cursor: pointer;
	float: right;
}
dd.photos .next {
	cursor: pointer;
	float: right;
}

#successMessage {
	width: 400px;
	padding: 40px 20px;
	font-size: 24px;
	background: #fff;
	text-align: center;
}