BODY{
	padding:0px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
#grayOut{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1000000;
}
U{
	text-decoration:underline;
}
.red{
	color:#009db9;
}
.HIDDEN{
	display:none;
}
IMG{
	border:none;
}
#container{
	position:relative;
	margin:auto;
	width:980px;
}

#middlePage{
	margin-top:24px;
	position:relative;
	width:100%;
	height:356px;
}
#middleTitle{
	float:right;
	border:0px;
}
#videoPoster{
	float:left;
	width:584px;
}
#videoPoster > IMG{
	position:absolute;
	top:0px;
	left:0px;
}
#watchVideo{
	position:absolute;
	top:290px;
	left:135px;
	z-index:1000;
	cursor:pointer;
}
#middleMenu{
	margin-top:24px;
	position:relative;
	width:100%;
	background:url(nimages/middle_menu_bg.jpg) top center no-repeat;
	height:177px;
}
#middleMenuBtn1
{
	margin-top:20px;
	margin-right:0px;
	margin-left:5px;
	border:none;
}
#middleMenuBtn2
{
	margin-top:20px;
	margin-right:2px;
	margin-left:3px;
	border:none;
}
#middleMenuBtn3
{
	margin-top:20px;
	margin-right:3px;
	margin-left:2px;
	border:none;
}
#middleMenuBtn4
{
	margin-top:20px;
	margin-right:5px;
	margin-left:0px;
	border:none;
}

#bottomMenu{
	margin-top:44px;
	margin-bottom:44px;
	position:relative;
	width:100%;
}
#bottomMenuBtn2{
	margin-left:10px;
	margin-right:10px;
}
#footerPlace{
	margin-top:24px;
	position:relative;
	width:100%;
	background:url(nimages/footer.png) top center no-repeat;
	height:95px;
}
#footer_metatron{
	border:none;
	position:absolute;
	right:15px;
	bottom:10px;
}
#footer_seminar{
	border:none;
	position:absolute;
	left:15px;
	bottom:10px;
}
#footer_dan{
	border:none;
	position:absolute;
	left:448px;
	bottom:10px;
}
INPUT.contactInput{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:305px;
	height:35px;
	border:1px solid #666;
	margin:0px;
	margin-top:16px;
	background-color:$fff;
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:18px;
	color:#3e3e3e;
	font-weight:bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-left:10px;

}
TEXTAREA.contactInput{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:455px;
	height:135px;
	border:1px solid #666;
	margin:0px;
	margin-top:16px;
	background-color:$fff;
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:18px;
	color:#3e3e3e;
	font-weight:bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-left:10px;
	resize: none;
	overflow:hidden;
}
#contactPageSend{
	position:relative;
	margin-left:140px;
	float:left;
	cursor:pointer;
}
#videoPlace{
	
	width:100%;
	text-align:center;
	z-index:2000000;
}
