/* CSS Document */

/***********************LIST WRAPPER ****************************/

div.wrapper ul
{
  width: 25em;  /* room for 3 columns */
  margin-top:20px;
  
}
div.wrapper ul li
{
  float: left;
  width: 10em;  /* accommodate the widest item */
  font-size: 12px;
  /*color: #4C7FBA;*/
  color: #4D4D4D;
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
  width: 400px;

}


/***********************END OF LIST WRAPPER ****************************/

.paralist{
	background:url(../images/separator.gif) no-repeat bottom;
	height:5px;
	width: 450px;
}


.paragraph1 {
	background:url(../images/separator.gif) no-repeat bottom;
	height:310px;
	width: 450px;
}	

.paragraph2 {
	background:url(../images/separator.gif) no-repeat bottom;
	height:160px;
	width: 450px;
}

.paragraph3 {
	background:url(../images/separator.gif) no-repeat bottom;
	height:230px;
	width: 450px;

}

#facilities_pic {
	background:url(../images/h1_facilities.jpg) no-repeat;
	width: 454px;
	height:30px;
	text-indent: -90000px;}
	
#currency {
	font-size: 12px;
	text-align:right;
	margin-right:20px;
	margin-top:15px;
	background:url(../images/separator.gif) no-repeat bottom;
	height:40px;
	width: 450px;}


/**************************PRICES TABLE**********************************/
	
	
#tablerates  table { width: 450px;}

#tablerates th, #tablerates td {text-align:left; font-size: 12px; padding:3px;}

#tablerates th {background: #2663A2; color:#FFFFFF; padding:3px;}

#tablerates tr.highlight {background-color: #EAF4FA;}

.prices {text-align: center;}