body
{
	background-image: url("./images/bg.jpg");
  Font : 15px "Arial", "Helvetica";
  font-weight:bold;
}



#container
{
	margin: auto;
	width: 75%;

	min-width: 750px;
	max-width:1000px;

	border:pink solid 4px;
	min-height:750px;

	background:white;
}


#top_of_page
{
	text-align:center;
	margin-top:15px;
	margin-bottom:45px;

}


#atol
{
	text-align:center;
	margin-top:45px;
	margin-bottom:5px;

}


img
{
	margin:10px 10px 0px 10px;
	margin-left:1%;
	margin-right:1%;

	display:inline;
}




h1
{

  Font : 28px "Arial", "Helvetica";
	padding:0px  0px;
  text-align:left;
	font-weight:bold;
	margin: 15px 0px 30px 0px;
}

h2
{

  Font : 18px "Arial", "Helvetica";
	font-style: italic;
	font-weight:bold;
	text-align:left;
	margin:15px;

}

h3
{

  font-size : 22px ;
	text-align:center;
	color:yellow;
}






p
{
	margin:15px; /* MUST BE SET TO SOMETHING so that spurious 'default' margins are not used  (by ie and ff3) */
	text-align:justify;
}





#main_text
{
	background-color:white;
}




/*  PRODUCTS & BRANCH MENU */


#menu_services
{

	background-color:#8a6879;
	border: 4px ridge pink;
	float:left;

	width:180px;

	padding:0; /* so that spurious 'defaults' are not used  (by ie and ff3) */
	margin:0px 20px 20px 20px;
}




#menu_services a, #menu_services a:visited
{

	text-decoration:none;
  background-color:#EAC5EB;

  color:black;
  display:block;
  width:10em;
  border:2px solid white;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:.5em 1.5em .5em .5em;
}

#menu_services a:hover
{
  top:2px;
  left:2px;
  color:black;
/*  background-color:yellow; */
  border-color:#345 #cde #def #678;
}





a img
{
	border:none!important; /* remove border from image */
}








#footer
{
	margin-top:100px;


}

#footer p
{
	padding-top:15px;
	font-size:10px;

}






#footer img
{
	margin:20px;


	display:inline;
}



.enq_form_error
{
	border:red solid 2px;;

}

.enq_form_select_error
{
	background-color:red;

}


#set_width
{
	width:40%;
}



#enquire
{
	border-collapse:collapse;
	float:right;
	margin-right:25px;
	width:65%;
	background-color:white;
	
	font-weight:normal;
	font-size:12px;
}


#enquire td
{
	border:1px solid silver;
	border-collapse:collapse;
	padding:3px 3px;
}


.no_border
{
	border:none;
}

#ch_ages
{
	display:none;

}


#search_results td
{
	padding:2px 10px;

}

#search_results th
{
	padding-bottom:5px;

}
