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

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #5b5618;
	text-align: center;
}

#main {
	position: relative;
	width: 944px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
}

#contactos {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	width: 180px;
	height: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #868502;
}

#contactos a {
	color: #868502;
	text-decoration: none;
}

#links {
	position: absolute;
	right: 0;
	top: 160px;
	/*padding-top: 160px;*/
	width: 180px;
}

#txt {
	position: relative;
	top: 30px;
	left: 20px;
	width: 704px;
	height: 330px;
	z-index: 100;
}

#txt p {
	font-family: "Helvetica", Verdana, Arial, Geneva, sans-serif;
	font-size: 30px;
	color: #868502;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#txt a {
	color: #ebebdc;
	text-decoration: none;
}

#txt a:hover {
	color: #222;
	text-decoration: none;
}

#slider {
	position: relative;
	top: -420px;
	left: -180px;
	padding-top: 10px;
	padding-left: 20px;
	width: 884px;
	height: 624px;
	overflow: hidden;
}

#thumbs_wrap {
	position: relative;
	top: 260px;
	left: 0px;
	height: 202px;
}

.nav {
	position: relative;
	top: 180px;
	left: 180px;
	width: 40px;
	height: 168px;
	cursor: pointer;
	z-index: 1000;
}

.nav img {
	border: none;
}

.nav a {
	color: #868502;
	text-decoration: none;
}

.nav ul {	
	margin: 0;
	padding: 140px 0 0 0;
	list-style:none;
}

.nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 9px;
	height: 18px;
}

.nav ul li a {
	width: 9px;
	height: 18px;
	cursor: pointer;
}

.nav ul li img {
	border: none;
}

#gallerycontainer {
position: relative;
top: 0px;
left: 220px;
height: 202px;
width: 6123px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
z-index: 1000;
overflow: hidden;
}

#gallerycontainer ul {
	position: relative;
	top: 12px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	border: none;
}

#gallerycontainer ul li {
	display: inline;
	padding: 0 0px 0 6px;
	border: none;
	width:215px;
}

.thumbnail img {
	border: none;
	margin: 0;
	width:215px;
	height:178px;
}
.videoThumb img {
	border: none;
	margin: 0;
	width:215px;
	height:178px;
}
.thumbnail:hover {
	background-color: transparent;
	border: none;
}

.thumbnail:hover img {
	border: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border: none;
	border:1px solid #868502;
	background: transparent;
	padding:5px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	position: fixed;
	top: 0px;
	left: 50px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/* #thumbs_wrap {
	z-index: 100;
}

#thumbs_box {
	margin-top: -1px;
	margin-left: 44px;
	padding-top: 12px;
	width: 6000px;
	height: 202px;
	overflow: hidden;
}

#thumbs_box ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#thumbs_box ul li {
	display: inline;
	padding-right: 8px;
}

#thumbs_box ul li img {
	border: none;
} */

#video_wrap {
	position: relative;
	top: 260px;
	left: 0px;
	height: 202px;
}

#video_box {
	margin-left: 50px;
	padding-top: 12px;
	padding-left: 170px;
	width: 2500px;
	height: 202px;
	overflow: hidden;
}

#video_box ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#video_box ul li {
	display: inline;
	padding-right: 6px;
}

#video_box ul li img {
	border: none;
}

#logo {
	position: relative;
	top: -476px;
	left: 775px;
	width: 140px;
	height: 53px;
}

#logo img {
	border: none;
}

.clear {
	clear: both;
}

#thumbnail{
	position:absolute;
	z-index: 1000;
	border:0px solid #868502;
	background: transparent;
	padding:5px 5px 0px 5px;
	display:none;
	color:#fff;
	margin-top:-300px;
	}

