




#videoTEST {
	position:relative;
	display:table;
	clear:both;
	margin-bottom:25px;
}




/* ===================================================================================== */
/* 		Client: Xtreme Kombat															 */
/* 		Website: http://www.xtremekombat.com											 */
/* ===================================================================================== */

/* ===================================================================================== */
/* 		CSS Reset Styles																 */
/* ===================================================================================== */

 * { margin: 0; padding: 0; border: 0; }

body {
	line-height: 1em;
	color: black;
	background:#443B1D url('../img/bg_small.gif') center top;
	text-align:center;
	font-family: Arial;
	color: #1B1B1B;
	}

img, div {
	behavior: url(iepngfix.htc)
	}

a:link, a:visited {
	color:#1B1B1B;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

/* ===================================================================================== */
/* 		HOME																			 */
/* ===================================================================================== */

#tableHome {
width: 570px;
height: 455px;
margin-top: 80px;
}

#divHome {
position: relative;
width: 570px;
height: 455px;
}

#divLogoHome {
float: left;
}

#divXKHome {
position: relative;
float: left;
left: 10px;
top: 7px;
}

#divOptions {
position: relative;
float: left;
left: 0px;
top: 40px;
}

#divBarra {
position: relative;
float: left;
left: 0px;
top: 70px;
width: 100%;
}
	
	#tdBarraLeft {
	width: 10px;
	height: 42px;
	background-image: url('../img/home_barraleft.gif');
	background-repeat: no-repeat;
	}
	
	#tdBarra {
	height: 42px;
	background-image: url('../img/home_barrabg.gif');
	background-repeat: repeat-x;
	}
	
	#tdBarraRight {
	width: 10px;
	height: 42px;
	background-image: url('../img/home_barraright.gif');
	background-repeat: no-repeat;
	}

#divPaint {
position: absolute;
float: left;
left: 510px;
top: 30px;
z-index: 1;
}

#divEnvelope {
position: relative;
float: left;
left: 5px;
top: 73px;
}

#divScenarioHome {
position: absolute;
float: left;
left: -75px;
top: 195px;
z-index: 200;
}

#divSummercampsHome {
position: absolute;
float: left;
left: -65px;
top: 130px;
z-index:200;
}


#divTestimonial {
position: absolute;
float: left;
left: 330px;
top: 330px;
background-image: url('../img/home_testimonial.gif');
background-repeat: no-repeat;
width:222px;
height:153px;
z-index: 10;
padding: 10px 20px 0px 15px;
line-height: 1.2em;
}

#divTestimonialText {
float: left;
width:193px;
height:93px;
z-index: 11;
line-height: 1.1em;
}

.testimonial {
font-family: Arial;
font-size: 0.8em;
color: #000000;
}

.index {
font-family: Arial;
font-size: 0.7em;
color: #CFC0AD;
}

/* ===================================================================================== */
/* 		MAIN STRUCTURE																	 */
/* ===================================================================================== */

#bg { 
	margin: 0 auto;
	padding: 0px;
	background: url(../img/bg.gif) no-repeat center top;
}

#marco { 
	position:relative;
	width:956px;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
}

#wrapper { 
	position:relative;
	float:left;
	width:956px;
	margin: 0 auto;
	padding: 0px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
 	background: #FDF6EC url('../img/content_bg.gif') repeat-y center top;
	text-align:left;
}

#footer { 
	position:relative;
	clear:both;
	width:100%;
	height:140px;
	color:#333;
	margin:0;
	padding:0;
	background: #FFCC00 url('../img/footer.gif') repeat-x left top;
	z-index:100;
}

/* ===================================================================================== */
/* 		HEADER																			 */
/* ===================================================================================== */

#header {
	height: 212px;
	background: #000 url('../img/header.jpg') no-repeat left top;
	clear:both;
}

#logo {
	position: relative;
	float: left;
	top: 15px;
	left: 15px;
}

#logoletras {
	position: relative;
	float: left;
	top: 23px;
	left: 35px;
}

#logoreservation {
	position: relative;
	float: left;
	top: 82px;
	left: -232px;
}

#menu {
	position: relative;
	float: left;
	top: 100px;
	left: 20px;
	z-index: 10;
	width:786px;
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu ul li {
	float:left;
	border-left: 3px solid #000000;
}

#menu ul li a {
	display:block;
	padding: 10px 15px 16px 15px;
	background: url(../img/menu_letritas.gif) no-repeat 16px 30px;
	text-decoration: none;
	text-align: left;
	font-family: Arial; 
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu ul li a:hover {
	background: url(../img/menu_letritason.gif) no-repeat 16px 30px;
}


.reservation, .reservationphone {
font-family: Arial;
font-size: 0.75em;
font-weight: bold;
}

.reservation {
color: #00E4FF;
}

.reservationphone {
color: #C6FEFF;
}

/* ===================================================================================== */
/* 		CONTENT																			 */
/* ===================================================================================== */

#content {
	position:relative;
	float:left;
	margin:0;
	width:653px;
	background: url('../img/paper.jpg') repeat-y center 80px;
	height:auto!important;
	height: 1000px; /* para IE5+ */
	min-height:1018px;
}

#top {
	position:relative;
	float:left;
	margin:0;
	width:653px;
	background: url('../img/content_top.gif') no-repeat left top;
	height: 70px;
}

#title {
	position:absolute;
	float:left;
	top:30px;
	left:35px;
	width:90%;
	padding-bottom:10px;
	border-bottom:1px solid #D3CDB6;
}

.title {
font-family: Arial;
font-size: 1.45em;
color: #1B1B1B;
font-weight: bold;
}

#submenu {
	position:absolute;
	float:left;
	top:70px;
	left:35px;
	font-size: .8em;
	z-index:50;
}

#submenu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#submenu ul li {
	float:left;
	border-right: 1px solid #D3CDB6;
}

#submenu ul li a {
	display:block;
	padding: 5px 10px;
	text-decoration: none;
}

#submenu ul li a:hover {
	display:block;
	padding: 5px 10px;
}

#submenu ul li.active {
	float:left;
	border-right: 1px solid #D3CDB6;
	background-color:#DBD1C3;
}

#main {
	position:relative;
	float:left;
	padding:75px 35px;
	font-size: .9em;
	line-height: 1.5em;
}

#main ul li {
	margin-left:20px;
}

#video {
	clear:both;
	margin-bottom:25px;
}

/* ===================================================================================== */
/* 		SCENARIOS																		 */
/* ===================================================================================== */

#main ul.scenario {
	list-style:none;
	padding:0;
	margin:0;
}

#main ul.scenariofull li {
	list-style:none;
	padding:20px 0 20px 0;
	margin:0;
	height:auto!important;
	height: 160px; /* para IE5+ */
	min-height:160px;
}

#main ul.scenario li {
	list-style:none;
	padding:20px 0 20px 0;
	margin:0;
	border-bottom:1px solid #D3CDB6;
	height:auto!important;
	height: 160px; /* para IE5+ */
	min-height:160px;
}

#main ul.scenario li a {
	color:#FF0000;
	text-decoration:none;
}

#main ul.scenario li a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#image {
	position:relative;
	float:left;
	margin: 5px 15px 10px 0;
	background:#DBD1C3;
	padding:4px;
}

#storyline {
	clear:both;
}

/* ===================================================================================== */
/* 		CORPORATE																		 */
/* ===================================================================================== */

#tdCorporateLogos {
width:130px;
padding:10px 15px 0px 0px;
text-align:center;
}

#main ul.corporates {
	list-style:none;
	padding:0;
	margin:0;
}

#main ul.corporates li {
	display:block;
	width:130px;
	height:110px;
	float:left;
	margin:20px 15px 0px 0;
	background:#DBD1C3;
}	

/* ===================================================================================== */
/* 		GALLERY																		 */
/* ===================================================================================== */

#main ul.gallery {
	list-style:none;
	padding:0;
	margin:0;
}

#main ul.gallery li {
	position:relative;
	float:left;
	display:block;
	width:181px;
	height:190px;
	margin:5px 8px 8px 0;
	background:#DBD1C3;
	line-height:0.9em;
}

#main ul.gallery li a {
	position:relative;
	float:left;
	display:block;
	width:180px;
	height:189px;
	border:1px solid #B4AA9D;
	z-index:99999;
}

#main ul.gallery li a:hover {
	position:relative;
	float:left;
	display:block;
	border:1px solid #9A9082;
}

#main ul.gallery li img {
	margin: 0;
}

h3.album {
	margin: 40px 0 0 0;
}

.gallery_album {
	display:block;
	font-size:0.6em;
	margin:5px 10px 0px 10px;
	line-height:.9em;
}

.gallery_date {
	display:block;
	font-size:0.55em;
	margin-left:10px;
	margin-top:-15px;
}


/* ===================================================================================== */
/* 		DISCOUNTS																		 */
/* ===================================================================================== */

#discount {
	background: #F0F0F0;
	padding: 35px;
	text-align:left
}

#discount ul {
	list-style:none;
	padding:0;
	margin:0;
}

#discount ul li {
	list-style:square;
	padding:0;
	margin-bottom:10px;
	color:#2E1F0A;
	line-height:1.5em;
	font-size:0.8em;
}

/* ===================================================================================== */
/* 		RIGHT COLUMN																	 */
/* ===================================================================================== */

#right {
	position:relative;
	float:right;
	width:303px;
	height:auto!important;
	height: 1000px; /* para IE5+ */
	min-height:1018px;
}

#banner {
	width:301px;
	margin-bottom:5px;
}

#scotch {
	position:absolute;
	top:-14px;
	left:110px;
	width:101px;
	height:24px;
	background: url('../img/scotch.png') no-repeat center top;
	z-index:99900;
}

#flyer {
	position:relative;
	z-index:100;
	top:0;
	right:0;
}

#news {
	position:relative;
	z-index:100;
	top:0;
	right:0;
	background: url('../img/news_bg.jpg') repeat-y center top;
	padding:20px 20px 30px 25px;
}

	#news ul, #discounts ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#news ul li {
		list-style:square;
		margin:10px 0 0 17px;
	}

	#discounts ul li {
		list-style:square;
		margin:5px 0 0 17px;
	}
	
	.headline {
		font:14px Arial;
	}

	.item {
		font:bold 12px Arial;
		color:#000;
	}
	
	.item a:link, .item a:visited {
		color:#FFF;
		text-decoration:underline;
	}

	.item a:hover {
		color:#FFCC00;
		text-decoration:none;
	}


#discounts {
	position:relative;
	z-index:100;
	top:0;
	right:0;
	background: url('../img/banner_discounts.jpg') repeat-y center top;
	padding:20px 20px 30px 25px;
}
	
#shadow {
	width:301px;
	height:18px;
	background: url('../img/banner_shadow.png') no-repeat center top;
	margin-top:-4px;
}

/* ===================================================================================== */
/* 		GALLERY																			 */
/* ===================================================================================== */

#gallerybody { 
 position:relative;
 float:left;
 padding: 0px;
 margin:0 auto;
 text-align:left;
 z-index:1;
}

#galleryheader { 
 position: absolute;
 top: 0px;
 left: 0px;
 margin: 0 auto;
 padding: 0px;
 width: 100%;
 height: 100px;
 background-color: #000000;
 border-bottom: 1px solid #FFFFFF;
 z-index:10;
}

#gallerylogo { 
 position: absolute;
 top: 10px;
 left: 10px;
 z-index:100;
}

#gallerytitle {
 position: absolute;
 top: 20px;
 left: 110px;
 z-index:100;
}

.category {
 font-family: Arial; 
 font-size: 15px;
 font-weight: bold;
 color: #FFFFFF;
}

.gallery {
 font-family: Arial; 
 font-size: 18px;
 font-weight: bold;
 color: #FFCC00;
}

#gallerypages {
 position: absolute;
 top: 20px;
 right: 30px;
 z-index:100;
 text-align: right;
}

.pages {
 font-family: Arial; 
 font-size: 12px;
 font-weight: bold;
 color: #444444;
}

	.pages a:link, .pages a:visited, .pages a:active {
	 color: #FFFFFF;
	 text-decoration: none;
	}

	.pages a:hover {
	 color: #FFCC00;
	 text-decoration: none;
	}

		ul.gallerythumb {
			position:relative;
			width:100%;
			padding:120px 0px 0px 0px;
			margin:0;
			list-style:none;
		}
		
		ul.gallerythumb li{
			float:left;
			margin: 5px;
		}
		
		ul.gallerythumb a:link,
		ul.gallerythumb a:visited,
		ul.gallerythumb a:active {
			display: block;
			width: 180px;
			height: 140px;
			border: 1px solid #FFFFFF;
		}
		ul.gallerythumb a:hover {
			display: block;
			width: 180px;
			height: 140px;
			border: 1px solid #FFCC00;
		}


/* ===================================================================================== */
/* 		EXTRAS																			 */
/* ===================================================================================== */

#tdDiscountText {
background-color: #F0F0F0;
padding: 35px;
text-align:left;
}

/* ===================================================================================== */
/* 		FOOTER																			 */
/* ===================================================================================== */

#footer_wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	height:140px;
	background-color:#333;
	z-index:1000;
	text-align:left;
}

#facebook_icons {
	position:absolute;
	top:20px;
	right:20px;
	text-align:right;
}


#facebook_group a {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:175px;
	height:40px;
	background: url(../img/facebook_group.gif) no-repeat 0px 0px;
}

#facebook_group a:hover {
	background: url(../img/facebook_group.gif) no-repeat -175px 0px;
}


#facebook_fan a {
	position:absolute;
	top:50px;
	right:0px;
	display:block;
	width:175px;
	height:40px;
	background: url(../img/facebook_page.gif) no-repeat 0px 0px;
}

#facebook_fan a:hover {
	background: url(../img/facebook_page.gif) no-repeat -175px 0px;
}


#facebook {
	position:relative;
	clear:both;
	margin:0 0 10px 0;
	width:175px;
	height:40px;
	border:solid 1px #454545;
	background: url('../img/facebook.png') no-repeat 140px 4px;
}

	#facebook a:link, #facebook_group a:visited {
		display:block;
		height:40px;
		font-family: Arial;
		font-size: 0.7em;
		color: #EEE;
		line-height:1.2em;
		text-decoration:none;
		padding:5px 40px 0 0;
	}

	#facebook a:hover {
		color: #FFCC00;
	}

#footer_logo {
	position:relative;
	float:left;
	left:35px;
	top:20px;
	width:60px;
	height:64px;
	background: url('../img/logo_footer.png') no-repeat center top;
}

#footer_text {
	position:relative;
	float:left;
	left:50px;
	top:20px;
	line-height:0.85em;
}

#footer_menu {
	position:absolute;
	float:left;
	left:40px;
	top:105px;
	line-height:0.85em;
}

.footer {
font-family: Arial;
font-size: 0.7em;
color: #EEE;
}

	.footer a:link, .footer a:visited {
		text-decoration:none;
		color:#FFCC00;
	}

	.footer a:hover {
		text-decoration:underline;
		color:#FFCC00;
	}