@font-face {
    font-family: "myFont";
    src: url("estre.ttf");
}
body {
background-color:#000000;
top:0;
left:0;
border:0;
padding:0;
margin:0;
	overflow: hidden;
}
#main {
	margin:auto;
    position: absolute;
    width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	padding:0px;
	border: 0px solid #ff22dd;
overflow-x: auto;
}
.mainContent {
			z-index:-2;
	margin:auto;
	width:100%;
	text-align: center;
	border: 0px solid #ff5511;
	
}
#imageFrame{
	width:100%;
	margin:0px;
	padding:0px;
	top:0;
	left:0;
	position:relative;
	border:0px solid #11ffdd;
	overflow: hidden;
}

.backgroundFrame{
	position:relative;
	overflow: hidden;
	margin: auto;
	border: 0px solid #73AD21;
	z-index:-99;
	display:block;
	top:0px;
}

#navMain{
	position:fixed;
	top:10px;
	left:0px;
	margin-right:0.1%;
	margin-left:0.5%;
	width:97%;
	padding:1px;
	border: 0px solid #73AD21;
	z-index:100;
	background-color: rgba(0, 0, 0, 0.6);

}

ul#menu {
	
	font-family: myFont;
	font-size:17px;
	margin:auto;
	margin-top: 5px;
	width: 1000px;
	border: 0px solid #112233;
	letter-spacing: 2px;
	padding-top:5px;
}
.homeLink{
    color: #996600;
    font-size: 	28px;
	margin-right: 55px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	float: left;

}

ul#menu li {
    display: inline;
	margin-left:7px;
	padding-top:30px;
}

ul#menu li a {
    padding-right: 20px;
	
    text-decoration: none;
    color: #ffffff;
	 //border: 1px solid #73AD21;
    //border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: #d57fb4;
}

#content{
	margin-top:8%;
	border: 0px solid #0f00ff;

}


#navSide{
	width: 100%;
	float: left;
	z-index:-2;

}

.dropdown {
	padding-top:7px;
  display:block;
  float: left;
}


/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  padding-top:10px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 16px 0px rgba(5,5,5,0.4);
	z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 5px 2px;
  display: block;
  text-align: left;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  box-shadow: 0px 8px 16px 0px rgba(5,5,5,0.6);

}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover  .dropdown-content{
  display: block;
  border: 0px solid #0f00ff;
}

.slider{
	left:35px;
	border: 0px solid #0f00ff;
	display:block;
	
}

.slide{
	width:300px;
}

.slidVideo{
	width:230px;
}
.videoTop
{
	position: absolute;
	z-index:3000;
	width:100%;
	height:100%;
	border: 0px solid #73AD21;
	background: url(../images/videoPlay.png) center center no-repeat;
	opacity:0.5;
}

#title1{
	font-family: myFont;
	color: #c6e8FF;
    font-size: 33px;
	width:35%;
	letter-spacing: 3px;
	border: 1px solid #0f00ff;
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10%;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.4);
}


#title1Desc:hover{
	color: #0f00ff;
}

#title2{
	background-color: rgba(0, 0, 0, 0.3);
	margin:auto;
	font-family: myFont;
	color: #aaf9b3;
    font-size: 33px;
	width:35%;	
	letter-spacing: 5px;
	border: 1px solid #01b917;
	margin:auto;
	margin-top:3%;
	margin-bottom:30px;
	margin-left:18%;
	padding:20px;

}
#title2Desc:hover{
	color: #01b917;
}
#title3{
	width:35%;
	font-family: myFont;
	color: #F9C4E5;
    font-size: 33px;
	letter-spacing: 3px;
	border: 1px solid #e700ff;
	margin:auto;
	margin-top:3%;
	margin-bottom:20px;
	margin-left:15%;
	padding:15px;
	background-color: rgba(0, 0, 0, 0.3);
}
#title3Desc:hover{
	color: #e700ff;
}
#contact{
	width:33%;
	font-family: myFont;
	color: #ffa57a;
    font-size: 30px;
	left: 130px;
	letter-spacing: 3px;
	border: 1px solid #ffa57a;
	margin:auto;
	margin-top:3%;
	margin-bottom:20px;
	margin-left:10%;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.3);
}
#contactDesc:hover{
	color: #fc5b1b;
}

#plus{
	width:33%;
	font-family: myFont;
	color: #F6F8B2;
    font-size: 30px;
	left: 130px;
	letter-spacing: 3px;
	border: 1px solid #ffbd00;
	margin:auto;
	margin-top:3%;
	margin-bottom:20px;
	margin-left:2%;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.3);
}
#plusDesc:hover{
	color: #ffbd00;
}


[class*="sideMenuSmall"]{
	font-size: 20px;
	text-align: left;
}

#description{
	position:absolute;
	border: 0px solid #555;
	top:45%;
	left:68%;
	color: #fff;
	width:20%;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.3);
	text-align:left;
	z-index:-25;
}

.descTitle{
	font-size: 18px;
	
}
.material{
	font-size:14px;
}
.txtPage{
	font-size: 14px;
	text-align:left;
	color:#ffffff;
	padding:30px;
	max-width: 900px;
	margin:auto;
}
.section{
	margin:10px;
	font-family: myFont;
}
.secTitle{
	font-size: 18px;
	margin-top:20px;
	margin-bottom:20px;
	color: #F9C4E5;
	font-family: myFont;
}
.secTitle2{
	font-size: 18px;
	margin-top:20px;
	margin-bottom:20px;
	color: #F6F8B2;
	font-family: myFont;
}
td{
		font-family: myFont;
		font-size: 14px;
	text-align:left;
	color:#ffffff;
	width:250px;
}
input {
	width: 300px;
	height: 20px;
}

textarea {
	width: 500px;
	height: 200px;
}
button{
	font-family: myFont;
	width:200px;
	height:30px;
	font-size: 14px;
	color:fff;
}