html {padding: 0;	margin: 0;}
body 
{ 
background: #FFF;
/* 
background: #DAE8E3 url(http://www.amazonejunglelodges.com/images/bg/bg.png);	
background-repeat:repeat-x;
background-position: top center;	
*/
text-align: center;
height:100%; 
font: normal 13px 'Trebuchet ms', verdana, arial, helvetica,  Serif;
color:#444;
margin: 0; 
padding: 0;
}
h1 {
font: normal 20px 'Trebuchet ms', verdana, arial;
line-height:35px;
color : #016905; 
letter-spacing : -1px;  
padding:0;
margin-bottom: 10px;
border-bottom: 1px dotted #DDD;
}
h1 b {color : #016905; }

h2 b {color : #016905; }
h2 {
font: normal 20px 'Trebuchet ms', verdana, arial;
line-height:35px;
color : #999; 
letter-spacing : -1px;  
padding:0;
margin-bottom: 10px;
border-bottom: 1px dotted #DDD;
}
h3 b {color: #016905;}
h3 {
display:block;
font: normal 18px 'Trebuchet ms', verdana, arial; 
color : #016905; 
letter-spacing : -1px; 
}
h4 b {color: #016905;}
h4 {
display:block;
font: normal 17px 'Trebuchet ms', verdana, arial; 
color : #030; 
text-align:left;
padding:0;
margin: 0;
line-height:20px;
letter-spacing : -1px; 
}
h5 b {color: #016905;}
h5 {
font: normal 15px 'Trebuchet ms', verdana, arial;
color : #016905; 
text-align:left;
display:inline;
letter-spacing : 0px;
}
h6 {
font: normal 14px 'Trebuchet ms', verdana, arial; 
color : #016905; 
text-align:left;
display:inline;
letter-spacing : 0px;
}
A:link, A:visited {
color : #080; 
text-decoration : underline;
} 
A:active, A:hover {
color : #0099FF; 
text-decoration : none; 
} 
A.b:link, A.b:visited {
display : block; 
color : #FFF; 
text-decoration : none;
background: #080;
height:25px;
padding-top:5px;
padding-bottom:1px;
border:1px solid #080;
} 
A.b:active, A.b:hover {
display : block; 
color : #0099FF; 
text-decoration : none; 
background: #FFF;
height:25px;
padding-top:5px;
padding-bottom:1px;
border:0px solid #DDD;
} 
#top{
position: relative;top: 30px;left:0;width:700px;height:150px;text-align:left;padding:0;margin: 0;
background: #DAE8E3 url(http://www.amazonejunglelodges.com/images/bg/topbg.jpg);	
background-repeat:repeat-x;
background-position: top center;
}
.textfield{
background-color: #DAE8E3;position: relative;top: 10px;left:10px;width:460px;height:110px;text-align:left;padding:0;margin: 0;float:left;
}
.logo{
background-color: transparent;position: relative;top: 20px;left:235px;width:465px;height:130px;text-align:center;padding:0;margin: 0;float:left;
}
.content {
	height: auto !important; /* for modern browsers */
	height: 400px; /* for IE5.x and IE6 */
	min-height: 400px; /* for modern browsers */
	margin:0;	
	padding: 0; 
  	text-align: left;
	background:#333;
}
.maincontent {
	clear:both;
	position:relative;
	top:10px;
	left:0px;
	width: 700px;
	margin:0;	
	padding: 0; 
  	text-align: left;
	background:#FFF;
	border-top:20px solid #FFF;
	line-height:20px;
}

.footer {
	clear:both;
	float:left;
	position:relative;
	top:25px;
	left:0px;
	width:700px;
	height: auto !important; /* for modern browsers */
	height: 30px; /* for IE5.x and IE6 */
	min-height: 30px; /* for modern browsers */
	margin:0;
	padding: 0; 
	padding-top: 10px;
  	text-align: center;
	background:#FFF;
	border-top:1px dotted #CCC;
}

.buttonnav{
	width:90px;
	height:15px;
	float:left;
	background:#FFF;
}
 
#vals01{
  display: block;
  width: 80px;
  height: 15px;
  background: url("http://www.amazonejunglelodges.com/images/button/valid01.gif") no-repeat 0 0;
}
#vals01:hover{ 
  background: url("http://www.amazonejunglelodges.com/images/button/vvalid01.gif") no-repeat 0 0;
}
#vals01 span{
  display: none;
}
#vals02{
  display: block;
  width: 80px;
  height: 15px;
  background: url("http://www.amazonejunglelodges.com/images/button/valid02.gif") no-repeat 0 0;
}
#vals02:hover{ 
  background: url("http://www.amazonejunglelodges.com/images/button/vvalid02.gif") no-repeat 0 0;
}
#vals02 span{
  display: none;
}
#vals03{
	text-align:center;
  	display: block;
  	width: 230px;
  	height: 100px;
  	background: url("http://www.amazonejunglelodges.com/images/amazone-junglelodges.jpg") no-repeat 0 0;
}
#vals03:hover{ 
  background: url("http://www.amazonejunglelodges.com/images/amazone-junglelodges-hover.jpg") no-repeat 0 0;
}
#vals03 span{
  display: none;
}

 

li {list-style-type: square;color: #999;background-color:transparent;padding:5px;}
.divclear {clear:both;height:10px;}
input, select { 
background-color : #FFF; 
border: 1px solid #BBB; 
font: normal 11px verdana, arial, verdana, Serif;
color : #000;
width : 250px; 
} 
textarea {
background-color : #FFF; 
border: 1px solid #BBB; 
font: normal 11px verdana, arial, verdana, Serif;
width : 250px; 
} 
.button {
color : #FFF; 
background-color : #009900; 
border: 1px solid #009900; 
font: normal 11px verdana, arial, verdana, Serif;
width : 125px;
cursor:pointer; 
} 
.button01 {
	color : #000000; 
	background-color : #EEE; 
	border-bottom : 1px solid #bbb; 
	border-left : 1px solid #DDD; 
	border-right : 1px solid #bbb; 
	border-top : 1px solid #DDD; 
	font: normal 10px verdana, arial, 'Times New Roman', Serif;
	width : 100px; 
	cursor:pointer; 
} 

img {border:0;}
.url {visibility:hidden;}
hr { background-color: #CCC; color:#CCC; height:1px; border:0; }

#menu {
position: relative;
top:0px;
left:0px;
width: 700px;
height:87px;
background-color: transparent;
}
.menulist
{
float: left;
width: 175px;
height:87px;
margin:0;
background: transparent;  
border:0px dotted #BBE6FD;
}
a.info, a.info:visited, a.infox, a.infox:visited, 
a.info1, a.info1:visited, a.info2, a.info2:visited,
a.info3, a.info3:visited, a.info4, a.info4:visited
{
display : block; 
color : #FFF; 
font: normal 18px "Trebuchet MS", Arial, verdana, Sans-Serif; 
background: transparent; 	
text-align : center;
text-decoration: none; 
vertical-align : middle; 
width: 175px;
height:87px;
padding-top:25px;
margin:0px;
border:0px solid #BBE6FD;
} 

a.info, a.info:visited{
background: transparent url(images/bg/00.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info1, a.info1:visited{
background: transparent url(images/bg/01.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info2, a.info2:visited{
background: transparent url(images/bg/02.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info3, a.info3:visited{
background: transparent url(images/bg/03.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info4, a.info4:visited{
background: transparent url(images/bg/04.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info:hover, a.infox:hover,
a.info1:hover, a.info2:hover,
a.info3:hover, a.info4:hover  
{
display : block; 
color : #FFF; 
background: #0077FF; 	
text-align : center;
text-decoration: none; 
vertical-align : middle; 
width: 175px;
height:87px;
padding-top:25px;
margin:0px;
border:0px solid #BBE6FD;
} 

a.info:hover{
background: transparent url(images/bg/01a.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info1:hover{
background: transparent url(images/bg/01a.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info2:hover{
background: transparent url(images/bg/01a.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info3:hover{
background: transparent url(images/bg/01a.gif);	
background-repeat:repeat-x;
background-position: top center; 
}
a.info4:hover{
background: transparent url(images/bg/01a.gif);	
background-repeat:repeat-x;
background-position: top center; 
}

