
#e10, #e2, #e3, #e4, #e5, #e6, #e7, #e8, #e9, #e11 {
	height: 30px;
  padding: 0px;
  }
#p10, #p2, #p3, #p4 {
	height: 80px;
}
#container {
	width: 90%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}
#top {
	position: relative;
	z-index: 30;
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	height: 85px;
	padding: 1em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
}
#leftbox {
	position: relative;
	float: left;
	width: 200px;
	height: 117px;
	border-bottom: 1px solid gray;
	background-color: #66cc66;
}
#leftnav {
	float: left;
	width: 180px;
	padding: 10px;
	margin-top: 0px;
}
#rightbox {
	position: relative;
	float: right;
	width: 200px;
  height: 117px; 
	border-bottom: 1px solid gray;
	background-color: #ffa400;
	/*z-index: 20;*/
	margin-top: -118px;
}
#rightnav {
	/*position: relative;
	z-index: 20;
*/
	
  float: right;
	padding: 10px;
	margin-top: 117px;
	width: 185px;
	margin-bottom: 100px;
	
}
#content {
	
  margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	padding: 10px;
	min-height: 450px;
}
#footer {
	clear: both;
	padding: 0px;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	text-align: center;  
}

table {
font: 13px century gothic;
}

p.title {
	font: century gothic;
	font-size: 85%;
	text-align: right;
	margin-top: -75px;
	position: relative;
	z-index: 1;
}
p.subtitle {
	font: italic century gothic;
	text-align: right;
	font-size: 70%
}
#logo {
	position: relative;
	z-index: -10;
	width: 130px;
	margin-top: -5px;
}
#about {
	margin-left: 40%;
	margin-bottom: 30px;
	text-align: center;
}
p.imgcenter {
	text-align: center;
}
p.center {
	text-align: center;
	font-style: italic;
	font: century gothic 12px;
	margin-top: -10px;
	margin-bottom: -10px;
}
img.footer {
	border: none;
}
div.images {
	text-align: center;
	margin-top: -65px;
}
img.adec {
	width: 90%;
}


img.equip {
  
	 width: 90%; 
	 /*max-height: 500px; */ 
	 margin-left: 5%;
} 
h2 {
	font: 20px century gothic;
}
h1 {
	font: 23px century gothic;
}
p {
	font: 13px century gothic;
}
/*mouse over chairs page's */
table.images {
	table-layout: fixed;
}
/* main pics chairs page's */
img.plan {
	margin-top: 20px;
	height: 80%;
	align: middle;
}
img.chairs {
	margin-top: 30px;
	width: 95%;
	
}
img.pics {
	height: 40%;
	width: 40%
	cursor:pointer;
}
img.pics_s 
{
  height: 100px;
  width: 100px;
  margin-right: 5px;
}

p.italics {
	font-style: italic;
	font-size: 8pt
}

ul {
list-style-type: none;
}


a:colour {
  color: #ffa400;
}
a.none {
	line-height: 0px;
}
a.small {
font-size: 11px;
margin-left: 10px;
cursor:pointer;
}
a {
	font: 13px century gothic;
	text-decoration: none;
	line-height: 25px;
  cursor:pointer;

  
}
a:link {
	color: blue;
	cursor:pointer
  
}
a:visited {
	color: blue;
	cursor:pointer;
	
}

li {
font: 13px century gothic;
list-style-type: none
width: 100px;
}

img.sterilisation {
width: 150px;
height: 150px;
}

iframe {
	width: 100%;
	height:600px;
}


/***************************************************************************************** LAYOUT CSS FOR THE MENU****************************************************************************************/
#dhtmlgoodies_listMenu a {
/* Main menu items */
	color: blue;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 50px;
	font: 13px century gothic;
	/*background-image:url('button.png');
  background-repeat:no-repeat;*/
  
  padding-top: 1px;
  
}
#dhtmlgoodies_listMenu ul li a {
/* Sub menu */
	color: black;
	font-weight: normal;
	background-color: white;
	font: 13px century gothic;
	
}
#dhtmlgoodies_listMenu ul li ul li a {
/* Sub Sub menu */
	color: blue;
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
}
#dhtmlgoodies_listMenu .activeMenuLink {
/* Styling of active menu item */
	color: blue;
}
/*No bullets*/
#dhtmlgoodies_listMenu li {
	list-style-type: none;
	margin-top: 5px;
	
}
/*No margin and padding*/ 
#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul {
	margin:  0px;
	padding: 0px;
  
}
/* Margin of sub menu items */
#dhtmlgoodies_listMenu ul {
	display: none;
	margin-left: 10px;
	
}