/* basic grid website */
body {
	padding: 0;
	margin: 0;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
}
table#grid {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
table#grid td#left { 
	vertical-align: top;
	width: 270px;
	background-color: #3D8196;
 }
table#grid td#middle { 
	vertical-align: top;
	background-color: #EAFFE3;
	padding: 0 10px 20px 15px;
 }
table#grid td#right { 
	vertical-align: top;
	width: 240px;
	background-color: #325618;
 }
table td { 
	font-size: 75%;
}
/* end basic grid website */
/* menu column */
table#menucolumn {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
table#menucolumn td#logo { 
	height: 200px;
	vertical-align: top;
 }
table#menucolumn td#menu { 
	height: 160px;
	color: #EAFFE3;
 }
table#menucolumn td#turtle { 
	height: auto;
	vertical-align: bottom;
 }
 table#menucolumn td#language { 
	vertical-align: bottom;
	padding-bottom: 105px;
  }
/* end menu column */

/* picture column */
table#picturecolumn td#toppicture { 
	padding-top: 35px;
 }
table#picturecolumn td.picture { 
	vertical-align: top;
	text-align: center;
	padding: 10px 0 10px 15px;
	height: 160px;
 }
/* end picture column */


/* menu styles */
ul#menulist { 
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
 }
 ul#menulist li {
	text-align: center;
	font-size: 120%;
	padding: 2px 0;
}
td#menu a, td#menu a:visited { 
	display:  block;
	text-decoration: none; 
	color: #EAFFE3;
	padding: 3px 0;
	}
td#menu a:hover { 
	text-decoration: none;
	background-color: #EAFFE3;
	color: #3D8196;
	width: 100%; 
	}
td#menu a#active {
	color: #1F424D;
	background-color: #EAFFE3;
	 }	
td#language a, td#language a:visited { 
	display:  block;
	color: #1F424D;
	font-weight: bold;
	text-align: center;
	background-color: Silver;
	margin-right: 15px;
	margin-bottom: 4px;
	padding: 3px 8px 3px 8px;
	text-decoration: none; 
	}
td#language a:hover { 
	text-decoration: underline;
	}	 
/* end menu styles */
/* homepage styles */
p#intro { 
	padding: 0;
	margin: 0;
	text-align: center;
	color: #3D8196;
 }
/* end homepage styles */
/* content styles */
a, a:visited  {
	color: #68B332;
	text-decoration: underline;
}

a:hover {
	background-color: #68B332;
	color: white;
	text-decoration: none;
}

h1 { 
	padding: 20px 0 20px 100px;
	font-size: 1.75em;
	font-weight: normal;
	margin-left: 60px;
 }
h1#snake { 
	background: url("images/h1_snake.gif") left no-repeat;
 }
h1#puravida { 
	background: url("images/h1_puravida.gif") left no-repeat;
 }
h1#turtle { 
	background: url("images/h1_turtle.gif") left no-repeat;
 }
h1#flower { 
	background: url("images/h1_flower.gif") left no-repeat;
 }
h1#leaves { 
	background: url("images/h1_leaves.gif") left no-repeat;
 }
h1#water { 
	background: url("images/h1_water.gif") left no-repeat;
 }
 h2 { 
 	padding: 5px 0 5px 20px;
	margin: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #325618;
  }
div.pictureleft { 
	float:left;
}
/* end content styles */

/* cabina page styles */
table#ratestable { 
	width: 100%;
	border: 1px dotted #325618;
	border-bottom: none;
 }
 table#ratestable td { 
	border-bottom: 1px dotted #325618; 
	padding: 8px 5px;
	text-align: center;
  }
table#ratestable td.toprow { 
	background-color: #325618;
	color: #EAFFE3;
	text-align: center;
 }  
table#ratestable td.firstcolumn { 
	color: #325618;
	text-align: left;
 }
/* end cabina page styles */

/* location page styles */
table#shortcuts { 
	width: 100%;
	border-bottom: 1px dotted #325618;
 }
 
table#shortcuts { 
	padding: 0px 0 6px 4px;
 }
/* end location page styles */
/* gallery page styles */
table#gallerytable { 
	width: 100%;
	padding: 0;
	margin-top: -15px;
 }
 table#gallerytable td { 
 text-align: center;
 padding: 5px 0;
 }
 /* end gallery page styles */
 /* contact page styles */
 table#formtable { 
 	border: 1px dotted black;
	padding: 5px;
  }
 /* end contact pages styles */
 
 
 div#esther { 	
	 position: absolute;
	bottom: 5px;
	right: 2px;
	font-size: 80%;
 }
 div#esther a, div#esther a:visited { 
 	color: #EAFFE3;
	text-decoration: none;
  }
  div#esther a:hover { 
  	color: white;
	background: none;
	text-decoration: underline;
   }