
/******* MENU *******/
#container{
	width:920px;
	margin-top:20px;

}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 10px;
	margin-bottom: -1px;
}
#container ul.menu li{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 600;
	text-align:center;
	display: block;
	width:154px;
	height:16px;
	padding: 10px 10px 10px 10px;

	margin-bottom: -1px;
	border: 1px solid #e2e0e0;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #666666;
	cursor: pointer;
}
#container ul.menu li.project_elevation_active {

	top: 1px;
	border-bottom: 0;
	color: #d50b0c;
}

#container ul.menu li.location_plan_active {

	top: 1px;
	border-bottom: 0;
	color: #d50b0c;
}

#container ul.menu li.floor_plan_active {

	top: 1px;
	border-bottom: 0;
	color: #d50b0c;
}


#container ul.menu li.amenities_tab_active {

	top: 1px;
	border-bottom: 0;
	color: #d50b0c;
}


#container ul.menu li.status_tab_active {

	top: 1px;
	border-bottom: 0;
	color: #d50b0c;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #000;
	background: #fff;
	border: 1px solid #e2e0e0;
	text-align: left;
	

	font-size: 11px;
}

/******* /CONTENT *******/
/******* elevation *******/

.content.elevation{
	display: block;
	padding:10px 0px 20px 35px;
}

/******* /elevation *******/

/******* /location *******/
.content.location{
	display: none;
	padding:20px 0px 20px 30px;
}
/******* /location *******/


/******* /floor *******/

.content.floor{
	display: none;
	padding:20px 0px 20px 35px;
}
.content.floor a{
	color: #5f95ef;
}

.select{width:250px;
        margin-bottom:20px;
		margin-top:10px;}
/******* /floor *******/


/******* /amenities *******/
.content.amenities h1{
	
}
.content.amenities{
	display: none;
	padding:20px 0px 20px 35px;
}

/******* /amenities *******/

/******* /amenities *******/


/******* /status *******/
.content.status{
	display: none;
	padding:10px 0px 20px 35px;
}

/******* /status *******/

/******* /Elevation*******/
.project_elevation{
	background:url(../images/project_elevation.jpg) no-repeat;
	height:36px;
	width:184px;
}

.project_elevation_active{
	background:url(../images/project_elevation_ac.jpg) no-repeat;
	height:36px;
	width:184px;
	border-bottom: 0;
}

/******* /End Elevation*******/


/******* /Location Plan*******/
.location_plan{
	background:url(../images/location_plan.jpg) no-repeat;
	height:36px;
	width:174px;
}

.location_plan_active{
	background:url(../images/location_plan_ac.jpg) no-repeat;
	height:36px;
	width:174px;
	border-bottom: 0;
}

/******* /End Location Plan*******/


/******* /Floor Plan*******/
.floor_plan{
	background:url(../images/floor_plan_tab.jpg) no-repeat;
	height:36px;
	width:174px;
}

.floor_plan_active{
	background:url(../images/floor_plan_tab_ac.jpg) no-repeat;
	height:36px;
	width:174px;
	border-bottom: 0;
}

/******* /End floor Plan*******/


/******* /amenities_tab*******/
.amenities_tab{
	background:url(../images/amenities_tab.jpg) no-repeat;
	height:36px;
	width:174px;
}

.amenities_tab_active{
	background:url(../images/amenities_tab_ac.jpg) no-repeat;
	height:36px;
	width:174px;
	border-bottom: 0;
}

/******* /End amenities_tab*******/



/******* /status_tab*******/
.status_tab{
	background:url(../images/projects_status.jpg) no-repeat;
	height:36px;
	width:174px;
}

.status_tab_active{
	background:url(../images/projects_status_ac.jpg) no-repeat;
	height:36px;
	width:174px;
	border-bottom: 0;
}

/******* /End status_tab*******/
