/*   CONTAINER   */
#container_home {
	position: absolute;
    left: 50%; 
    top: 50%;
	width: 802px;
	height: auto; /*480px actual height*/
    margin-top: -258px; /* half of the height */
    margin-left: -401px; /* half of the width */
    /* border: 1px solid #000000; */
}

/*   BUTTONS BAR   */
#buttonsbar {
	position: absolute;
	top: 48px;
	left: 278px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 512px;
	height: 27px;
}

#buttonsbar p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#buttonsbar img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#buttonsbar ul {
	width: 512px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	background: transparent url(../images/menu.gif) 0px 100% no-repeat;
	float: left;
	text-decoration: none;
}

#buttonsbar ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
 	list-style-type: none; 
 	list-style-position: inside;
	float: left;
	height: 27px;
	text-decoration: none;
}

#buttonsbar ul li a span, #buttonsbar a span {visibility: hidden; font-size: 12px; height:27px; text-decoration: none;}

#buttonsbar ul li a#b1{ display: block; width: 122px; height: 27px; text-decoration: none;}
#buttonsbar ul li a#b1:hover{ width: 122px; height: 27px; background: transparent url(../images/ourproperties_ro.gif) no-repeat; text-decoration: none;}
#buttonsbar ul li a#b2{ display: block; width: 130px; height: 27px; text-decoration: none;}
#buttonsbar ul li a#b2:hover{ width: 130px; height: 27px; background: transparent url(../images/aboutus_ro.gif) no-repeat; text-decoration: none;}
#buttonsbar ul li a#b3{ display: block; width: 130px; height: 27px; text-decoration: none;}
#buttonsbar ul li a#b3:hover{ width: 130px; height: 27px; background: transparent url(../images/news_ro.gif) no-repeat; text-decoration: none;}
#buttonsbar ul li a#b4{ display: block; width: 130px; height: 27px; text-decoration: none;}
#buttonsbar ul li a#b4:hover{ width: 130px; height: 27px; background: transparent url(../images/contactus_ro.gif) no-repeat; text-decoration: none;}

