body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
}

a { 
	text-decoration:none;
	display: inline-block;
	outline: none;
}

li { 
	list-style: none;
	outline: none;
}

a:link    	{color: #E7E7E7;}
a:visited 	{color: #E7E7E7;}
a:hover   	{color: #E7E7E7;}
a:active  	{color: #E7E7E7;}

ul{ list-style-type: square; }

.menu_button { 
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	bottom: 0;	
}

.menu_button img{ 
	width: auto;
	height: 53px;
	#opacity: 1;
	#z-index: 1;	
	#bottom: 0;	
}

.logo { 
	width: 100%;
	height: auto;
	float: left;
}

.logo img{ 
	width: 100%;
	height: auto;
	opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);	
	z-index: 1;	
}

.menu_background { 
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);		
}

.menu_container { 
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background-color: transparent;
	opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);		
	z-index: 1;
}
.menu { 
	width: 100%;
	color: #FFF;
	font-size: 120%;
	font-weight: normal;
	/* float: left; */
	padding-top: 40%;
	#padding-top: 50px;
}

/* .menu ul { 
	display: inline-block;
	width: 100%;
	margin: 0 auto;	
	text-align: center;
} */

/* .menu li { 
	text-decoration:none;
	list-style: none;
	text-align: left;
	#max-width: 150px;
	margin: 0 auto;
	padding: 2% 0;
	z-index: 1;
} */

/* .menu ul ul { 
	position: absolute;
	top: 95px;
	left: 100%;
	visibility: hidden;
	opacity: 1;
	z-index: 1;	
} */

.menu ul { 
	display: inline-block;
	width: 100%;
	margin: 0 auto;	
	text-align: center;
}

.submenu_studios{
	visibility: hidden;
	display: inline;
	position: absolute;
	top: 0;
	left: 100%;	
}

.submenu_studios li:hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);			
}

.submenu_about_us li:hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);		
}

.submenu_about_us{
	visibility: hidden;
	display: inline;
	position: absolute;
	top: 0;
	left: 100%;	
}

.menu_studios ul { 
	display: inline-block;
	margin: 0 auto;	
	text-align: center;
}

.menu_studios li { 
	text-decoration:none;
	list-style: none;
	text-align: left;
	margin: 0 auto;
	z-index: 1;
	height: 50px;
	line-height: 50px;
}

.menu_about_us ul { 
	display: inline-block;
	margin: 0 auto;	
	text-align: center;
}

.menu_about_us li { 
	text-decoration:none;
	list-style: none;
	text-align: left;
	margin: 0 auto;
	z-index: 1;
	height: 50px;
	line-height: 50px;
}

.menu_about_us{
	position: relative;
}

.menu_studios{
	position: relative;
}

div .menu_studios:hover ul  {
	visibility: visible;
	display: inline;
}

div .menu_studios:hover ul div {
	visibility: visible;
	display: inline;
}

div .menu_about_us:hover ul  {
	visibility: visible;
	display: inline;
}

div .menu_about_us:hover ul div {
	visibility: visible;
	display: inline;
}
.menu ul li:hover ul {
	visibility:visible;
	display: inline;
}

.menu1_background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	height: 100px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);		
	#background-color: #000;
	background-color: #FFF;
	z-index: -1;
}

.menu2_background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	height: 250px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);			
	background-color: #FFF;
	z-index: -1;
}

.menu ul li:hover .menu1_background {
	visibility:visible;
	display: inline;
}

.menu ul li:hover .menu2_background {
	visibility:visible;
	display: inline;
}

.menu_text {
	text-align: center;
	font-size: 16px;
}

.menu_text a{
	display: block;
	z-index: 2;	
}

.menu_text a:hover{
	display: block;
}

.content_container {
	color: #fff;
	position: absolute;
	left: 10%;
	/* width: 35%; */
	width: 500px;
	height: 80%;
	opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);		
	z-index: 0;
}

.content_block {
	padding: 60px 0;
}

.content_container_background {
	background-color: #000;
	position: absolute;
	left: 10%;
	/* width: 35%; */
	width: 500px;
	height: 80%;
	opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);		
}

.studios_content_container {
	color: #fff;
	position: absolute;
	/* top: 45%; */ /* top: 55%; */
	bottom: 80px;
	/* left: 25%; */
	/* width: 35%; */
	width: 650px;
	height: 350px;
	opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);		
	z-index: 0;
	list-style: none;
}

.studios_content_block {
	padding: 15px 0 15px;
}

.studios_content_container_background {
	background-color: #000000;
	position: absolute;
	/* top: 45%;  *//* top: 55%; */
	bottom: 80px;
	/* left: 25%; */
	/* width: 35%; */
	width: 650px;
	height: 350px;
	opacity: 0.6;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);		
}

.title {
	color: #fff;
	font-size: 140%;
	font-weight: normal;
}

.content {
	color: #fff;
	font-size: 105%;
	font-weight: normal;
	padding: 10px 0 0;
	line-height: 23px;
}

.studio_menu {
	width: 120px;
	color: #B6B6B6;
	font-size: 21px;
	font-weight: bold;
	float: left;
	position: absolute;
	bottom: 15%;
	left: 5%;	
}

.studio_menu li { 
	text-decoration:none;
	list-style: none;
}

.studio_table {
	width: 600px;
	color: #B6B6B6;
	font-size: 21px;
	font-weight: bold;
	float: left;
	position: absolute;
	bottom: 5%;
	left: 5%;	
}

.concrete_content {
	width: 620px;
	height: 300px;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	float: left;
	position: absolute;
	bottom: 40px;	
	left: 0%;
}

.background_layer {
	background-color: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);		
	width: 620px;
	height: 310px;
	left: 0%;
}

.concrete_content_right {
	width: 620px;
	height: 300px;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	position: absolute;
	bottom: 40px;	
	right: 0%;
}

.background_layer_right {
	background-color: #333;
	opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);			
	width: 620px;
	height: 330px;
	right: 0%;
}

.contact {
	color: #333;
}

.line {
	line-height: 14px;
}

nav ul {
    float: left;
}
nav ul ul {
    display: none;
}
nav li {
    padding: 5px;
}
nav li:hover {
    background: #ccc;
}
nav ul li {
    position: relative;
}
nav ul li:hover > ul {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    #background: #333;
    #background: #aaa;
	#opacity: 0.6;
}

.fixed_content_container {
	position: fixed;
	top: 60%;
}

.map_container { 
	position: fixed;
	top: 0;
	left: 0;
	width: 500px;
	height: 100%;
	background-color: transparent;
	opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);		
	z-index: 1;
}
.map { 
	width: 100%;
	color: #FFF;
	font-size: 120%;
	font-weight: normal;
	float: left;
	padding-top: 18%;
	#padding-top: 50px;
}


.fixed_content_block {
	color: #787878;
	font-size: 21px;
	font-weight: bold;
}

.fixed_content_block ul li{
	padding: 5px 0px;
}

.cursor{
	cursor: pointer;
}

.floorplan {
	vertical-align: middle;
	display: table-cell;
	height: 300px;
}