/* -----------------------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";
}

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

.footer, .push{
	height: -5em;
}



/*____________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;
}

/*____________oO(^  _  ^)Oo___________*/
/*----------mainimg and text----------*/
#img{
	background: url(../images/leasingimgbg.png) no-repeat;
	width: 878px;
	height: 347px;
}

#intro{
	width: 878px;
	height: 200px;
	margin-left: 50px;
	margin-top: -15px;
}

#infobg{
	background:url(../images/leasinginfobg.png) no-repeat;
	width: 878px;
	height: 480px;
	font-family:Arial, Helvetica, sans-serif;
}

#info{
	width: 600px;
	height:100px;
	text-align:center;
	margin:0 auto;
	color:#6c7088;
	font-weight: lighter;
	line-height: 30px;
}

#map{
	width:878px;
	height: 287px;
	padding-top: 60px;


}
