/* -----------------------CSS Document--------------------- */
/* ----------------------basic elements---------------------*/
/* ------------------------8o)O.O(o8------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%; background-color: #FFF; font-family: Helvetica, Arial, sans-serif, "Century Gothic"; border:none;
}

.wrapper {
	min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -2em;
}

.footer{
	height: 10px;
}
.push{
	height: 4em;
}


/*____________oO(^  _  ^)Oo___________*/
/*----------mainnavs and logo---------*/
#container{
	background: url(../images/bg.jpg); width: 878px; margin: 0 auto;
}

#logonavs{ 
	width: 878px; height: 102px; background:url(../images/logo.png) no-repeat; margin: 0 auto;
}

#navblank{
	width: 297px; height: 102px;
}

	/*__________O . O___________*/
	/*---------main navs--------*/
	/*__________> v <___________*/
#mainnavs a{
	height: 102px; display:block; margin: auto 0;
}

#mainnavs li{
	list-style: none; display: inline-block; height: 102px; text-indent:-5000px;
}

#navblankone{
	background:url(../images/navs_blank.png);
	width:260px; height: 102px;
}

#home{
	background: url(../images/navs_off.png) no-repeat 0 0;
	width: 90px; height: 102px;
}

#home:hover{
	background: url(../images/navs_on.png) no-repeat 0 0;
	width: 90px;
}

#directory{
	background: url(../images/navs_off.png) no-repeat -90px 0;
	width: 120px; height: 102px;
}

#directory:hover{
	background: url(../images/navs_on.png) no-repeat -90px 0;
	width: 120px; height: 102px;
}

#stores{
	background: url(../images/navs_off.png) no-repeat -210px 0;
	width: 98px; height: 102px;
}

#stores:hover{
	background: url(../images/navs_on.png) no-repeat -210px 0;
	width: 98px; height: 102px;
}

#leasing{
	background: url(../images/navs_off.png) no-repeat -308px 0;
	width: 136px; height: 102px;
}

#leasing:hover{
	background: url(../images/navs_on.png) no-repeat -308px 0;
	width: 136px; height: 102px;
}

#about{
	background: url(../images/navs_off.png) no-repeat -444px 0;
	width: 112px; height: 102px;
}

#about:hover{
	background: url(../images/navs_on.png) no-repeat -444px 0;
	width: 112px; height: 102px;
}



/*------------------directory_navs------------------*/
/*------------------------>_<-----------------------*/
/*------------------directory_info------------------*/


#directoryname{
	background:url(../images/directory_name.png) no-repeat;
	margin:20px 0 auto;
	width: 878px;
	height: 898px;
}

.buttons {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#8b8d9a;
}

.buttons:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ec938c;
}

.off{
	cursor:pointer;
	float:left;
	position: relative;
	z-index:20;
}

.on {
	float:left;
	cursor:pointer;
	position:relative;
	z-index: 100;
}

.hide {
	display: none;
	width: 0;
	overflow:hidden;
}

.show {
	margin-top: -315px;
	clear:left;
	width: 878px;
	position:relative;
	z-index: 50;
}

.clear{
	clear:both;
}

.show img{
	float:left;
}

/*--------------------more_details------------------*/
/*------------------------>_<-----------------------*/
#moredetails{
	margin-left:60px;
	margin-top:200px;
	width: 878px;
	height: 20px;
	border:none;
	z-index:250;
}