@charset "utf-8";
/* CSS Document */
body{
	height:100%;
	padding:0;
	margin:0;
	background:#1E1E1E;
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper{
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
.top{
	background:#FFF;
	width:100%;
	height:inherit;
}
.header{
}
.top-header{
	height:80px;
}
label{
	float:left;
	width:100px;
}
.logo{
	float:left;
	width:300px;
	margin-top:20px;
}
.nav{
	float:right;
	width:498px;
}
#home,#about,#product,#packages,#faq,#contact{
	float:left;
	background:#1E1E1E;
	width:82px;
	height:50px;
	margin-top:5px;
	vertical-align:bottom;
	text-align:left;
	text-indent:6px;
	color:#CCCCCC;
	border-left:thin solid #FFFFFF;
}
.nav-text{
	margin-top:35px;
}
.nav a{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.contentbg{
	background:#fff;
	width:100%;
	float:left;
}
.home-video{
	background:#FFFFFF;
	width:100%;
	margin-left:100;
}
.home-contentbg{
	background:#FFFFFF;
	width:100%;
	float:left;
}
.pagetext{
	margin-left:12px;
	margin-right:12px;
	margin-bottom:0px;
	margin-top:12px;
	padding:12px;
	width:920px;
	background:#BABABA;
	float:left
}
.three{
	width:291px;
	height:225px;
	float:left;
	background:#BABABA;
	font-size:12px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:0px;
}
#left-three{
	margin-left:12px;
}
#right-three{
	margin-right:12px;
}
a{
	color:#000000;
}
.footer{
	color:#1E1E1E;
	font-size:10px;
	display:block;
	text-align:center;
	
}
.black_overlay
{
		display:block;
		position:absolute;
		top:0%;
		left:0%;
		width:100%;
		height:200%;
		background-color:black;
		z-index:1001;
		-moz-opacity:0.8;
		opacity:.80;
		filter: alpha(opacity=80);
}
.white_content
{
	display:block;
	top:0%;
	left:0%;
	margin-left:auto;
	margin-right:auto;
	padding:16px;
	border:16px solid;
	border-color:#000000;
	background-color:white;
	overflow:auto;
}
.subcon
{
	margin-left:auto;
	margin-right:auto;
}
.layer
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	z-index:1002;
}