/* HTML DEFINITIONS */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: transparent url("../images/backgrounds/wooden_pattern(1).jpg");
	background-position: center top;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("../images/backgrounds/menu_background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 800px;
	text-align: left;
}


/* HEADER */

div#header {
	width: 800px;
	height: 100px;
}

	#header h1 {
		width: 800px;
		height: 100px;
		cursor: pointer;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* UPPER NAVIGATION */
		
ul#malevo_navegacion {
	position: absolute;
	top: 0px;
	right: 102px;
	height: 43px;
	width: 383px;
	list-style: none;
	z-index: 10;
}

	#malevo_navegacion li {
		float: left;
	}
	
		a#inicio_link {
			width: 76px;
			background: transparent url("../images/navigation/inicio_button.gif");
		}
		
		a#empresa_link {
			width: 95px;
			background: transparent url("../images/navigation/empresa_button.gif");
		}
		
		a#fotos_link {
			width: 80px;
			background: transparent url("../images/navigation/fotos_button.gif");
		}
		
		a#clientes_link {
			margin-left:-10px;
			width: 112px;
			background: transparent url("../images/navigation/clientes_button.gif");
		}
		
		#malevo_navegacion li a {
			display: block;
			height: 43px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}

		#malevo_navegacion li a:hover {
			background-position: 0px -43px;
		}

			#malevo_navegacion li a span {
				display: none;
			}


/* LOWER NAVIGATION */

ul#fishing_navigation {
	position: absolute;
	top: 42px;
	right: -3px;
	width: 569px;
	height: 57px;
	list-style: none;
	z-index: 10;
}

	#fishing_navigation li {
		float: left;
	}
	
		a#traslados_link {
			margin-left:40px;
			width: 115px;
			background: transparent url("../images/navigation/traslados_button.gif");
		}
		
		a#buceo_link {
			width: 209px;
			background: transparent url("../images/navigation/buceo_button.gif");
		}
		
		a#contacto_link {
			margin-left:0px;
			width: 165px;
			background: transparent url("../images/navigation/contacto_button.gif");
		}
	
		#fishing_navigation li a {
			display: block;
			height: 57px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#fishing_navigation li a:hover {
			background-position: 0px -57px;
		}
		
			#fishing_navigation li a span {
				display: none;
			}


/* "THE BELMAR CONNECTION" TAB */
		
a#the_belmar_connnection_link {
	position: absolute;
	top: 0px;
	right: 13px;
	width: 115px;
	height: 52px;
	background: transparent url("../images/navigation/the_belmar_connection_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#the_belmar_connnection_link:hover {
	background-position: 0px -52px;
}

	#the_belmar_connnection_link span {
		display: none;
	}


/* MAIN BODY */

div#main_body {
	width: 800px;
}


/* BODY TEXT REGION */

	div#body_text {
		font-size: 14px;
		color: #e0cdc5;
		line-height: 20px;
	}
	
		#body_text h2 {
			color: #aed9ff;
			font-size: 22px;
			line-height: 30px;
		}
		
		
		#body_text a {
			color: #85c8ff;
			font-weight: bold;
		}
	
		#body_text a:hover {
			color: #ffffff;
		}


/* EYE CANDY */

h2.eye_candy_statement {
	display: none;
}

ul#eye_candy {
	position: absolute;
	list-style: none;
	overflow: hidden;
}

	#eye_candy li {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 25;
	}	
	

/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	width: 800px;
	height: 49px;
	background: transparent url("../images/backgrounds/footer.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
	
	p.pie {
		text-align:center;
		color:#1a1a1a;
		position: absolute;
		top: 60px;
		width:800px;
		font-size: 11px;
	}
	p.pie a:link, a:visited {
		color:#1a1a1a;
	}
	p.pie a:hover {
		color: #06F;
	}

	
