body{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	background-image: url(images/bg-txt.gif);
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
}

/**GENERAL (start)**/
p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	color: #333333;
	padding: 1px 0 1px 0;
	margin: 0 0 0 0;
}
span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
		padding: 0 0 0 0;
	margin: 0 0 0 0;
}
a{
	color: #144b8e;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
form{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
img{
	border: 0px;
}
/**GENERAL (end)**/

/**STRUCTURE (start)**/
.house{
  width: 973px;
  height: 100%;
}
.wall01{
	background-image: url(images/bg-lft.gif);
	background-repeat: repeat-y;
	width: 30px;
	height: 100%;
}
.wall02{
	background-image: url(images/bg-rgt.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 30px;
	height: 100%;
}
.roof{
	width: 913px;
	height: 112px;
	background-image: url(images/bg-hd.jpg);
	background-repeat: no-repeat;
}
.room{
	background-color: #eee4cc;
	height: 100%;
}
.floor{
	background-image: url(images/bg-ft.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 48px;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
}
.floor span{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	padding: 15px 0 0 0;
	margin:  0 0 0 0;
}
/**STRUCTURE (end)**/

/**NAVIGATION  (start)**/

 .navigation-top a {
	font: 12px arial, verdana, sans-serif;
	width: 121px;
	height: 73px;
	color: #000000;
	padding: 9px 0px 0px 0px;	
	 background-image: url(images/nav-top-ovr.jpg);
	text-decoration: none;
	
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	font-weight: bold;
  }

  .navigation-top a:hover {
	font: 12px arial, verdana, sans-serif;
	width: 121px;
	height: 73px;
	color: #ffffff;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	background-image: url(images/nav-top-up.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	font-weight: bold;
  }


.navigation-side{
	width: 187px;
	height: 100%;
	background: #006fb6;	
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(images/office.gif); */
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
	padding: 35px 0 0 0;

}
.navigation-side span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #ffffff;
	padding: 7px 0 0 0;
	margin: 0 0 0 0;

}

/**NAVIGATION (end)**/
.content{
	/*background-image: url(images/bg-cnt.jpg);*/
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px 25px 5px 25px;
	height: 100%;
}
.logos{
	padding: 0 0 0 100px;
	height: 60px;
}
.side-logos{
	margin: 50px 0 0 0;
}
.side-logos img{
	margin: 15px 0 0 0;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*1st popout*/
#menu a.menu1            { 
	width: 187px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;	
	background-image: url(images/bg-nav-side-u.jpg);
	display: block;
	text-align: center;
	padding: 0px 0 0 0;
	font-weight: bold;
}
#menu a.menu1:hover      { 
	width: 187px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/bg-nav-side.jpg);
	display: block;
	text-align: center;
	padding: 0px 0 0 0;
	font-weight: bold;	  
}
/*2nd popout*/

#menu a.menu2 {
	width: 187px;
	text-align: center;
	color: #333333;
	padding: 0px 0px 0px 0px;
	background: #FDCF3B;
	text-decoration: none;
	font-size: 8pt;
	display: block;
}

#menu a.menu2:hover {
	width: 187px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	background: #006FB6; 
	text-decoration: none; 
	font-size: 8pt;
	display: block;
}


/* positioning of popout elements and their width*/
#menu li {position: relative;}

#menu ul ul {
	margin:0;
	top: 0%;
	left: 0%;
	width: 100%;
}

/* controls hovering display of elements*/
